@charset "utf-8";
@charset "UTF-8";
@charset 'UTF-8';
@charset "UTF-8";
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cd-title {
position: relative;
height: 160px;
line-height: 230px;
text-align: center;
}
.cd-intro {
width: 90%;
max-width: 768px;
text-align: center;
}
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
}
.cd-words-wrapper p {
display: inline-block;
position: absolute;
white-space: nowrap;
left: 0;
top: 0;
}
.cd-words-wrapper p.is-visible {
position: relative;
}
.no-js .cd-words-wrapper p {
opacity: 0;
}
.no-js .cd-words-wrapper p.is-visible {
opacity: 1;
} .cd-headline.rotate-1 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-1 p {
opacity: 0;
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.cd-headline.rotate-1 p.is-visible {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
-moz-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 p.is-hidden {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
-moz-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@-moz-keyframes cd-rotate-1-in {
0% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
35% {
-moz-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
-moz-transform: rotateX(120deg);
-ms-transform: rotateX(120deg);
-o-transform: rotateX(120deg);
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
-moz-transform: rotateX(360deg);
-ms-transform: rotateX(360deg);
-o-transform: rotateX(360deg);
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@-moz-keyframes cd-rotate-1-out {
0% {
-moz-transform: rotateX(0deg);
opacity: 1;
}
35% {
-moz-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-moz-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
-moz-transform: rotateX(-40deg);
-ms-transform: rotateX(-40deg);
-o-transform: rotateX(-40deg);
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
-ms-transform: rotateX(180deg);
-o-transform: rotateX(180deg);
transform: rotateX(180deg);
opacity: 0;
}
} .cd-headline.type .cd-words-wrapper {
vertical-align: top;
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after { content: '';
position: absolute;
right: 0;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
height: 90%;
width: 1px;
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
-moz-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected p {
color: #0d0d0d;
}
.cd-headline.type p {
visibility: hidden;
}
.cd-headline.type p.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@-moz-keyframes cd-pulse {
0% {
-moz-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-moz-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-moz-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
-moz-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
-o-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
-moz-transform: translateY(-50%) scale(0.9);
-ms-transform: translateY(-50%) scale(0.9);
-o-transform: translateY(-50%) scale(0.9);
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
-moz-transform: translateY(-50%) scale(0);
-ms-transform: translateY(-50%) scale(0);
-o-transform: translateY(-50%) scale(0);
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .cd-headline.rotate-2 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-headline.rotate-2 p {
opacity: 0;
}
.cd-headline.rotate-2 i {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
opacity: 1;
}
.cd-headline.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
-moz-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
-moz-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
-webkit-transform: translateZ(20px);
-moz-transform: translateZ(20px);
-ms-transform: translateZ(20px);
-o-transform: translateZ(20px);
transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@-moz-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
-moz-transform: translateZ(-20px) rotateX(90deg);
-ms-transform: translateZ(-20px) rotateX(90deg);
-o-transform: translateZ(-20px) rotateX(90deg);
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
-moz-transform: translateZ(-20px) rotateX(-10deg);
-ms-transform: translateZ(-20px) rotateX(-10deg);
-o-transform: translateZ(-20px) rotateX(-10deg);
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
-moz-transform: translateZ(-20px) rotateX(0deg);
-ms-transform: translateZ(-20px) rotateX(0deg);
-o-transform: translateZ(-20px) rotateX(0deg);
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@-moz-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-moz-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-moz-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
-moz-transform: translateZ(-20px) rotateX(0);
-ms-transform: translateZ(-20px) rotateX(0);
-o-transform: translateZ(-20px) rotateX(0);
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
-moz-transform: translateZ(-20px) rotateX(-100deg);
-ms-transform: translateZ(-20px) rotateX(-100deg);
-o-transform: translateZ(-20px) rotateX(-100deg);
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
-moz-transform: translateZ(-20px) rotateX(-90deg);
-ms-transform: translateZ(-20px) rotateX(-90deg);
-o-transform: translateZ(-20px) rotateX(-90deg);
transform: translateZ(-20px) rotateX(-90deg);
}
} .cd-headline.loading-bar span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after { content: '';
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
-webkit-transition: width 0.3s -0.1s;
-moz-transition: width 0.3s -0.1s;
transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
-webkit-transition: width 3s;
-moz-transition: width 3s;
transition: width 3s;
}
.cd-headline.loading-bar p {
top: .2em;
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.cd-headline.loading-bar p.is-visible {
opacity: 1;
top: 0;
} .cd-headline.slide span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.slide p {
opacity: 0;
top: .2em;
}
.cd-headline.slide p.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
-moz-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.cd-headline.slide p.is-hidden {
-webkit-animation: slide-out 0.6s;
-moz-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-moz-transform: translateY(-100%);
}
60% {
opacity: 1;
-moz-transform: translateY(20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
-moz-transform: translateY(20%);
-ms-transform: translateY(20%);
-o-transform: translateY(20%);
transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes slide-out {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
60% {
opacity: 0;
-moz-transform: translateY(120%);
}
100% {
opacity: 0;
-moz-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
} .cd-headline.clip span {
display: inline-block;
padding: .2em 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip p {
opacity: 0;
}
.cd-headline.clip p.is-visible {
opacity: 1;
} .cd-headline.zoom .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.zoom p {
opacity: 0;
}
.cd-headline.zoom p.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
-moz-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.cd-headline.zoom p.is-hidden {
-webkit-animation: zoom-out 0.8s;
-moz-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@-moz-keyframes zoom-in {
0% {
opacity: 0;
-moz-transform: translateZ(100px);
}
100% {
opacity: 1;
-moz-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
-moz-transform: translateZ(100px);
-ms-transform: translateZ(100px);
-o-transform: translateZ(100px);
transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@-moz-keyframes zoom-out {
0% {
opacity: 1;
-moz-transform: translateZ(0);
}
100% {
opacity: 0;
-moz-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
-moz-transform: translateZ(-100px);
-ms-transform: translateZ(-100px);
-o-transform: translateZ(-100px);
transform: translateZ(-100px);
}
} .cd-headline.rotate-3 .cd-words-wrapper {
-webkit-perspective: 300px;
-moz-perspective: 300px;
perspective: 300px;
}
.cd-headline.rotate-3 p {
opacity: 0;
}
.cd-headline.rotate-3 i {
display: inline-block;
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
-moz-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
-moz-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@-moz-keyframes cd-rotate-3-in {
0% {
-moz-transform: rotateY(180deg);
}
100% {
-moz-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-ms-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@-moz-keyframes cd-rotate-3-out {
0% {
-moz-transform: rotateY(0);
}
100% {
-moz-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
} .cd-headline.scale p {
opacity: 0;
}
.cd-headline.scale i {
display: inline-block;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.is-visible .cd-headline.scale i {
opacity: 1;
}
.cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
-moz-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
-moz-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes scale-up {
0% {
-moz-transform: scale(0);
opacity: 0;
}
60% {
-moz-transform: scale(1.2);
opacity: 1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@-moz-keyframes scale-down {
0% {
-moz-transform: scale(1);
opacity: 1;
}
60% {
-moz-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0;
}
} .cd-headline.push p {
opacity: 0;
}
.cd-headline.push p.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
-moz-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.cd-headline.push p.is-hidden {
-webkit-animation: push-out 0.6s;
-moz-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes push-in {
0% {
opacity: 0;
-moz-transform: translateX(-100%);
}
60% {
opacity: 1;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
-moz-transform: translateX(10%);
-ms-transform: translateX(10%);
-o-transform: translateX(10%);
transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes push-out {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
60% {
opacity: 0;
-moz-transform: translateX(110%);
}
100% {
opacity: 0;
-moz-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
-moz-transform: translateX(110%);
-ms-transform: translateX(110%);
-o-transform: translateX(110%);
transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
}.orange-color {
color: #f24c1a;
}
.rs_button svg {
width: 20px;
height: 20px;
position: relative;
top: 0px;
margin-right: 8px;
}
.overflow-visible > div {
overflow: visible !important;
}
.title-no-margin h4.title {
margin-bottom: 5px;
}
.title-no-margin h3.title {
margin-bottom: 3px !important;
font-size: 20px;
}
.list-style {
padding: 0;
margin: 0;
list-style: none;
}
.list-style li {
position: relative;
padding-left: 32px;
margin-bottom: 5px;
}
.list-style li:before {
content: "\f0a9";
font-family: FontAwesome;
position: absolute;
left: 0;
top: 0;
font-size: 20px;
}
.no-padding {
padding: 0 !important;
}
.rs-amimation-shape {
height: 300px;
}
.rs-animation-shape-image {
position: relative;
}
.rs-animation-shape-image .pattern {
position: absolute;
top: 0;
left: -200px;
}
.rs-animation-shape-image .middle-image {
position: relative;
z-index: 1;
}
.rs-animation-shape-image .shape {
position: absolute;
bottom: 0px;
right: 0px;
}
.mfp-close {
opacity: 0.9;
}
#rs-agency-since {
max-width: 280px;
} .team-slider-default .slick-next,
.team-slider-default .slick-prev {
top: auto;
transform: translateY(0);
bottom: 0;
}
.team-slider-default .slick-prev {
left: 30px;
}
.team-slider-default .slick-next {
right: 0;
} .rs-appscreenshot .swiper-container {
max-width: 1325px;
margin: 0 45px 0 auto;
padding: 30px 20px 80px 0;
position: relative;
}
.rs-appscreenshot .swiper-container .intro {
font-size: 134px;
font-weight: 600;
color: #010d14;
opacity: 0.06;
position: absolute;
right: 18px;
top: 25px;
text-transform: uppercase;
line-height: 1;
}
.rs-appscreenshot .swiper-container .swiper-wrapper {
align-items: center;
cursor: grab;
}
.rs-appscreenshot .swiper-container .swiper-wrapper .swiper-slide img {
border-radius: 30px;
max-width: 260px;
height: auto;
margin: 0 auto;
box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.1);
}
.rs-appscreenshot .swiper-container .swiper-wrapper:active,
.rs-appscreenshot .swiper-container .swiper-wrapper:focus {
cursor: grabbing;
}
.rs-appscreenshot .swiper-container .swiper-slide-active {
margin-right: 70px !important;
}
.rs-appscreenshot .swiper-container .swiper-slide-active img {
width: 100%;
max-width: 100% !important;
}
.rs-appscreenshot .swiper-container .swiper-pagination {
bottom: 40px;
}
.rs-appscreenshot .swiper-container .swiper-pagination .swiper-pagination-bullet {
margin: 0 7px;
height: 8px;
transition: all 0.4s ease 0s;
}
.rs-appscreenshot .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
width: 20px;
border-radius: 5px;
cursor: not-allowed;
background: #2b59ff;
}
.rs-appscreenshot .pattern {
position: absolute;
left: 60px;
top: 50%;
transform: translateY(-50%);
}
.rs-appscreenshot .circle-shape {
width: 137px;
height: 137px;
border-radius: 100%;
background: #ffa1a1;
position: absolute;
top: 40px;
left: 450px;
}/*/*/.team-slider-style7 .rs-addon-slider .slick-dots {
bottom: 0;
}
.rselements-single-member .single-member-title h2 {
margin-bottom: 7px;
}
.rselements-single-member .single-member-title span {
font-size: 18px;
}
.rselements-single-member .contact-info ul {
list-style: none;
margin: 20px 0;
}
.rselements-single-member .contact-info ul li i {
margin-right: 7px;
}
.rselements-single-member .team-elements-social {
margin: 0;
list-style: none;
display: flex;
}
.rselements-single-member .team-elements-social li {
list-style: none;
margin-right: 10px;
}
.rselements-porfolio-details .project-img {
padding-bottom: 30px;
}
.rselements-porfolio-details .ps-informations {
background: #f9f9f9;
padding: 40px;
}
.rselements-porfolio-details .ps-informations ul {
list-style: none;
margin: 0;
}
.rselements-porfolio-details .ps-informations li {
margin-bottom: 10px;
}
.rselements-porfolio-details .ps-informations li span {
font-weight: bold;
min-width: 150px;
display: inline-block;
}
#rs-header.header-style7 .toolbar-area .toolbar-contact {
position: relative;
z-index: 10;
}/**/.rsaddon-unique-slider .rs-addon-slider .slick-list {
padding-top: 50px;
}
.home-two-contact label {
margin-bottom: 0;
font-size: 14px;
color: #19082D;
font-weight: 400;
}
.home-two-contact br {
display: none;
}
.home-two-contact textarea:focus {
outline: 0 none;
}
.home-two-contact .form-button {
display: inline-block;
position: relative;
}
.home-two-contact .form-button svg {
position: absolute;
right: 50px;
top: 6px;
color: #fff;
position: relative;
transition: 0.5s;
}
.home-two-contact .form-button input[type="submit"] {
padding-right: 55px;
}
.home-two-contact .form-button:hover svg {
top: 3px;
}
.swiper.nav_false .swiper-button-prev,
.swiper.nav_false .swiper-button-next {
display: none !important;
}   .rsaddon_pro_box.default .pointer-events {
pointer-events: none;
}
.rspopup_style1 {
max-width: 950px;
margin: 60px auto 60px;
background: #ffffff;
padding: 40px;
position: relative;
border-radius: 4px;
}
.rspopup_style1 .rsteam_content {
padding-left: 15px;
}
.rspopup_style1 .rsteam_content .title {
margin: 0 0 30px;
}
.rspopup_style1 .team-name {
margin: 0 0 10px;
color: #333;
}
.rspopup_style1 .team-heading {
border-bottom: 1px solid #eee;
}
.rspopup_style1 .team-des,
.rspopup_style1 .team-heading {
padding-bottom: 15px;
margin-bottom: 15px;
}
.rspopup_style1 .team-des {
margin-bottom: 0;
}
.rspopup_style1 .team-des img {
margin-bottom: 25px;
}
.rspopup_style1 .social-icons1 a {
width: 35px;
height: 35px;
line-height: 40px;
background: #010d14;
color: #ffffff;
text-align: center;
border-radius: 50%;
display: inline-block;
margin-right: 10px;
}
.rspopup_style1 .social-icons1 a:hover {
opacity: 0.9;
}
.rspopup_style1 .social-icons1 a:last-child {
margin-right: 0;
margin-left: 4px;
}
.rspopup_style1 .contact-info {
margin-bottom: 15px;
border-top: 1px solid #eee;
}
.rspopup_style1 .contact-info ul {
margin: 0;
padding: 0;
list-style: none;
}
.rspopup_style1 .contact-info ul li {
display: block;
border-bottom: 1px solid #eee;
padding: 5px 0;
}
.rspopup_style1 .contact-info ul li a:hover {
color: #010d14;
}
.rspopup_style1 .project-info {
margin: 14px 0 0;
padding: 0;
list-style: none;
}
.rspopup_style1 .project-info li {
display: block;
padding: 2px 0;
}
.rspopup_style1 .project-info li span {
font-weight: 700;
margin-right: 8px;
width: 146px;
display: inline-block;
}
body .rspopup_style1 .mfp-close {
color: #ffffff;
right: 10px;
top: 10px;
border-radius: 50%;
background: #ff0000;
transition: 0.3s;
}
.elementor-invisible.elementor-widget-rs-timecounter {
visibility: visible;
}
.rs-footer .footer-top .mc4wp-form-fields .technology input {
width: 100%;
border-radius: 5px !important;
}
.rs-footer .footer-top .mc4wp-form-fields .technology input[type="email"] {
border: 1px solid #f0f0f0;
}
.rs-footer .footer-top .mc4wp-form-fields .technology input[type="submit"] {
font-size: 16px;
position: static;
font-family: inherit;
margin-top: 20px;
}  .rs-working-process {
display: flex;
justify-content: space-between;
}
.rs-working-process .process-wrap {
text-align: center;
position: relative;
}
.rs-working-process .process-wrap:nth-child(even) {
margin-top: 70px;
}
.rs-working-process .process-wrap .number {
font-size: 110px;
font-weight: 700;
position: absolute;
color: #121933;
opacity: 0.05;
right: -70px;
top: -25px;
line-height: 1;
}
.rs-working-process .process-wrap .number.one {
right: 21px;
}
.rs-working-process .process-wrap .number.four {
right: -10px;
}
.rs-working-process .process-wrap .icon-part {
width: 150px;
height: 150px;
line-height: 150px;
overflow: hidden;
position: relative;
margin: 0 auto;
border-radius: 50%;
background: #ffffff;
box-shadow: 0 0 28px 0px rgba(0, 0, 0, 0.05);
}
.rs-working-process .process-wrap .icon-part img {
max-width: 60px;
margin-top: -30px;
}
.rs-working-process .process-wrap .line {
height: 100px;
position: relative;
}
.rs-working-process .process-wrap .line:after {
position: absolute;
height: 100%;
top: 0;
left: 50%;
transform: translateX(-50%);
content: '';
border: 1px dashed #010d14;
}
.rs-working-process .process-wrap .title {
font-size: 20px;
line-height: 30px;
margin: 0;
}
.rs-working-process .process-wrap .mark-img {
position: absolute;
content: '';
transform: rotate(10deg);
right: -145px;
top: 30%;
}
.rs-working-process .process-wrap .mark-img.down {
top: 26%;
transform: rotate(-11deg);
right: -121px;
}
.rs-working-process .shape img {
position: absolute;
right: 0;
top: -210px;
z-index: -1;
}
.rs-business-hour .rs-business-schedule {
display: flex;
justify-content: space-between;
padding: 8px;
} .elementor-widget-RS-Table .dataTables_filter {
margin-bottom: 7px;
}
.elementor-widget-RS-Table .dataTables_filter input {
margin: 0 0 0 10px;
outline: 0;
-webkit-appearance: none;
tap-highlight-color: rgba(255, 255, 255, 0);
line-height: 1.21428571em;
padding: .67857143em 1em;
font-size: 1em;
background: #fff;
border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87);
border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 0 transparent inset;
box-shadow: 0 0 0 0 transparent inset;
}
.elementor-widget-RS-Table .rsdatatable-select select {
margin: 0 10px;
height: auto;
padding: 8px 18px;
border-radius: 5px;
}
.elementor-widget-RS-Table table.dataTable thead th,
.elementor-widget-RS-Table table.dataTable thead td {
border-bottom: 0;
}
.elementor-widget-RS-Table .dataTables_paginate {
background: #fff;
font-weight: 400;
border: 1px solid rgba(34, 36, 38, 0.15);
-webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
border-radius: .28571429rem;
min-height: 2.85714286em;
padding-top: 0 !important;
margin-top: 10px;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button {
background: none !important;
box-shadow: none !important;
border: none !important;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button.current {
box-shadow: none !important;
background: rgba(0, 0, 0, 0.05) !important;
}
.elementor-widget-RS-Table .dataTables_paginate a.paginate_button:hover {
background: rgba(0, 0, 0, 0.05) !important;
color: #333 !important;
}
.elementor-widget-RS-Table table.dataTable.no-footer {
border: 0;
}
.elementor-widget-RS-Table table.dataTable {
border-collapse: collapse;
}
.request-a-services .your-address,
.request-a-services .your-phone,
.request-a-services .submit-btn,
.request-a-services .your-name,
.request-a-services .Services {
position: relative;
}
.request-a-services .your-address:before,
.request-a-services .your-phone:before,
.request-a-services .submit-btn:before,
.request-a-services .your-name:before,
.request-a-services .Services:before {
content: "\f107";
position: absolute;
right: 20px;
top: -4px;
color: #7a7a7a;
font-size: 17px;
font-family: uicons-regular-rounded;
}
.request-a-services .Services:before {
content: "\f107";
font-size: 20px;
font-family: FontAwesome;
top: 12px;
}
.request-a-services .your-name:before {
content: "\f2e1";
}
.request-a-services .your-phone:before {
content: "\f241";
}
.request-a-services .your-address:before {
content: "\f215";
}
.request-a-services .submit-btn:before {
content: "\f121";
z-index: 11;
background: none;
color: #fff;
font-size: 24px;
right: 18%;
top: 12px;
}
.request-a-services select {
-webkit-appearance: none;
} .rs-timecounter .time_circles {
position: relative;
width: 100%;
height: 100%;
}
.rs-timecounter .time_circles canvas {
opacity: 0;
}
.rs-timecounter .time_circles div {
position: absolute;
padding-right: 0;
text-align: center;
margin-top: -10px;
}
.rs-timecounter .time_circles div span {
line-height: 1.2;
font-size: 55px;
}
.rs-timecounter .time_circles div h4 {
margin: 0;
}
.rs-timecounter.circle_border_on .time_circles canvas {
opacity: 1;
}
.rs-timecounter.separator .time_circles > div:after {
content: ":";
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
font-size: 30px;
}
.rs-timecounter.separator .time_circles > div:last-child:after {
display: none;
}
.rs-timecounter.background_style .time_circles > div {
padding: 20px 0 35px;
}
.rs-timecounter.background_style .time_circles > div span {
background: transparent;
}
.rs-timecounter.background_style .time_circles > div span,
.rs-timecounter.background_style .time_circles > div h4 {
position: relative;
z-index: 1;
}
.rs-timecounter.background_style .time_circles > div:after {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
border-radius: 10px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
width: 90%;
height: 100%;
}
.rs-timecounter.number_border .time_circles > div span {
border: 4px solid #4a4a4a ;
padding: 0 15px;
}
.rs-timecounter.number_border .time_circles > div h4 {
margin-top: 30px;
}
.rs-timecounter.number_border .time_circles > div span,
.rs-timecounter.number_border .time_circles > div h4 {
position: relative;
z-index: 1;
}   .pp-instagram-feed-carousel .swiper-button-prev,
.pp-instagram-feed-carousel .swiper-button-next {
background: none !important;
}
.pp-instafeed-grid .pp-feed-item {
float: left;
position: relative;
}
.pp-instafeed-grid .pp-feed-item .pp-overlay-container {
color: #fff;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 1;
-webkit-transition: all 0.25s linear 0s;
transition: all 0.25s linear 0s;
opacity: 0;
}
.pp-instafeed-grid .pp-feed-item .pp-overlay-container span {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin: 0 5px;
}
.pp-instafeed-grid .pp-feed-item .pp-overlay-container .pp-if-icon {
margin-right: 5px;
}
.pp-instafeed-grid .pp-feed-item:hover .pp-overlay-container {
opacity: 1;
}
.pp-instagram-feed-gray .pp-feed-item img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: filter 0.25s linear 0s;
transition: filter 0.25s linear 0s;
}
.pp-instagram-feed-gray .pp-feed-item:hover img {
-webkit-filter: none;
filter: none;
}
.pp-instagram-feed-hover-gray .pp-feed-item img {
-webkit-filter: none;
filter: none;
}
.pp-instagram-feed-hover-gray .pp-feed-item:hover img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: filter 0.25s linear 0s;
transition: filter 0.25s linear 0s;
}
.pp-instagram-feed-title-wrap {
background: #fff;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.pp-instagram-feed-title-wrap .pp-instagram-feed-title {
padding: 10px 20px;
display: block;
} .rs-price-list {
list-style: none;
padding: 0;
margin: 0;
}
.rs-price-list .rs-width-expand {
flex: 1;
min-width: 1px;
}
.rs-price-list .rs-grid {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.rs-price-list .rs-flex-middle {
align-items: center;
}
.rs-price-list .rs-flex-inline {
padding-left: 40px;
}
.rs-price-list .rs-flex-inline span {
display: inline-block;
}
.rs-price-list li:not(:last-child) {
margin-bottom: 20px;
}
.rs-price-list .rs-price-list-image {
max-width: 50%;
padding-right: 25px;
}
.rs-price-list .rs-price-list-image img {
width: 100%;
}
.rs-price-list .rs-price-list-price {
font-size: 16px;
font-weight: 700;
}
.rs-price-list .rs-price-list-header {
font-size: 14px;
max-width: 100%;
}
.rs-price-list .rs-price-list-title {
color: #444444;
}
.rs-price-list .rs-price-list-description {
font-size: 12px;
}
.rs-price-list .rs-grid.rs-has-image {
margin-left: 0;
}
.rs-price-list .rs-price-list-image,
.rs-price-list .rs-price-list-separator {
display: none;
}
.rs-price-list li {
padding: 0;
margin: 0;
}
.rs-price-list li:not(:last-child) {
margin-bottom: 10px;
}
.rs-price-list .rs-price-list-item > div[onclick] {
cursor: pointer;
}
@media (min-width: 768px) {
.rs-price-list .rs-price-list-header {
font-size: 19px;
font-weight: 600;
}
.rs-price-list .rs-price-list-title {
max-width: 80%;
}
.rs-price-list .rs-price-list-separator {
margin-left: 10px;
border-bottom-style: dotted;
border-bottom-width: 1px;
height: 0;
color: #cccccc;
}
.rs-price-list .rs-price-list-description {
font-size: 14px;
margin: 0;
color: #999999;
}
.rs-price-list .rs-price-list-description {
font-size: 14px;
}
.rs-price-list .rs-price-list-image,
.rs-price-list .rs-price-list-separator {
display: inline-block;
}
} div.rs-animation-yes:hover .elementor-animation-bounce-in {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
div.rs-animation-yes:hover .elementor-animation-grow {
transform: scale(1.1);
}
div.rs-animation-yes:hover .elementor-animation-shrink {
transform: scale(0.9);
}
div.rs-animation-yes:hover .elementor-animation-pulse {
animation-name: elementor-animation-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
div.rs-animation-yes:hover .elementor-animation-pulse-grow {
animation-name: elementor-animation-pulse-grow;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
div.rs-animation-yes:hover .elementor-animation-pulse-shrink {
animation-name: elementor-animation-pulse-shrink;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
div.rs-animation-yes:hover .elementor-animation-push {
animation-name: elementor-animation-push;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-pop {
animation-name: elementor-animation-pop;
animation-duration: .3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-bounce-in {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
div.rs-animation-yes:hover .elementor-animation-bounce-out {
transform: scale(0.8);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
div.rs-animation-yes:hover .elementor-animation-rotate {
transform: rotate(4deg);
}
div.rs-animation-yes:hover .elementor-animation-grow-rotate {
transform: scale(1.1) rotate(4deg);
}
div.rs-animation-yes:hover .elementor-animation-float {
transform: translateY(-8px);
}
div.rs-animation-yes:hover .elementor-animation-sink {
transform: translateY(8px);
}
div.rs-animation-yes:hover .elementor-animation-bob {
animation-name: elementor-animation-bob-float, elementor-animation-bob;
animation-duration: .3s,1.5s;
animation-delay: 0s,.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1,infinite;
animation-fill-mode: forwards;
animation-direction: normal,alternate;
}
div.rs-animation-yes:hover .elementor-animation-hang {
animation-name: elementor-animation-hang-sink, elementor-animation-hang;
animation-duration: .3s,1.5s;
animation-delay: 0s,.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1,infinite;
animation-fill-mode: forwards;
animation-direction: normal,alternate;
}
div.rs-animation-yes:hover .elementor-animation-skew {
transform: skew(-10deg);
}
div.rs-animation-yes:hover .elementor-animation-skew-forward {
transform: skew(-10deg);
}
div.rs-animation-yes:hover .elementor-animation-skew-backward {
transform: skew(10deg);
}
div.rs-animation-yes:hover .elementor-animation-wobble-vertical {
animation-name: elementor-animation-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-wobble-horizontal {
animation-name: elementor-animation-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-wobble-to-bottom-right {
animation-name: elementor-animation-wobble-to-bottom-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-wobble-to-top-right {
animation-name: elementor-animation-wobble-to-top-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-wobble-top {
animation-name: elementor-animation-wobble-top;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-wobble-bottom {
animation-name: elementor-animation-wobble-bottom;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-wobble-skew {
animation-name: elementor-animation-wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
div.rs-animation-yes:hover .elementor-animation-buzz {
animation-name: elementor-animation-buzz;
animation-duration: .15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
div.rs-animation-yes:hover .elementor-animation-buzz-out {
animation-name: elementor-animation-buzz-out;
animation-duration: .75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.rs-testimonial4 .image-wrap {
margin-bottom: 15px;
}
.rs-testimonial4 .ratings {
margin-top: 10px;
}
.rs-testimonial4 .ratings img {
max-width: 75px;
}
.center .btm-rs .blog-footer .blog-meta {
justify-content: center;
} @keyframes waving-line {
0% {
background-position: 0 0;
}
100% {
background-position: -200px 0;
}
}
@-webkit-keyframes waving-line {
0% {
background-position: 0 0;
}
100% {
background-position: -200px 0;
}
} .move-y {
animation: move-y 2s alternate infinite;
-webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
from {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
}
}
@-webkit-keyframes move-y {
from {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(0, 10px, 0);
-webkit-transform: translate3d(0, 10px, 0);
}
} .dance {
animation: dance 4s both;
-webkit-animation: dance 4s both;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-delay: 1s;
-webkit-animation-delay: 1s;
}
@keyframes dance {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(15px, -15px, 0);
-webkit-transform: translate3d(15px, -15px, 0);
}
100% {
transform: translate3d(0, -15px, 15px);
-webkit-transform: translate3d(0, -15px, 15px);
}
}
@-webkit-keyframes dance {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(15px, -15px, 0);
-webkit-transform: translate3d(15px, -15px, 0);
}
100% {
transform: translate3d(0, -15px, 15px);
-webkit-transform: translate3d(0, -15px, 15px);
}
}
.scale2 {
animation: scale2 2s alternate infinite;
-webkit-animation: scale2 2s alternate infinite;
}
@keyframes scale2 {
from {
transform: scale(0.8);
-webkit-transform: scale(0.8);
}
to {
transform: scale(1);
-webkit-transform: scale(1);
}
}
@-webkit-keyframes scale2 {
from {
transform: scale(0.8);
-webkit-transform: scale(0.8);
}
to {
transform: scale(1);
-webkit-transform: scale(1);
}
}
.dance2 {
animation: dance2 4s both;
-webkit-animation: dance2 4s both;
animation-direction: alternate;
-webkit-animation-direction: alternate;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
animation-delay: 1s;
-webkit-animation-delay: 1s;
}
@keyframes dance2 {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(-15px, 15px, 0);
-webkit-transform: translate3d(-15px, 15px, 0);
}
100% {
transform: translate3d(0, 15px, -15px);
-webkit-transform: translate3d(0, 15px, -15px);
}
}
@-webkit-keyframes dance2 {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(-15px, 15px, 0);
-webkit-transform: translate3d(-15px, 15px, 0);
}
100% {
transform: translate3d(0, 15px, -15px);
-webkit-transform: translate3d(0, 15px, -15px);
}
} @keyframes move_wave {
0% {
transform: translateX(0) translateZ(0) scaleY(1);
-webkit-transform: translateX(0) translateZ(0) scaleY(1);
}
50% {
transform: translateX(-25%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-25%) translateZ(0) scaleY(1);
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
}
}
@-webkit-keyframes move_wave {
0% {
transform: translateX(0) translateZ(0) scaleY(1);
-webkit-transform: translateX(0) translateZ(0) scaleY(1);
}
50% {
transform: translateX(-25%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-25%) translateZ(0) scaleY(1);
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
}
} @keyframes move_wave2 {
0% {
transform: translateX(0) translateZ(0) scaleY(1);
-webkit-transform: translateX(0) translateZ(0) scaleY(1);
}
50% {
transform: translateX(-25%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-25%) translateZ(0) scaleY(1);
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
}
}
@-webkit-keyframes move_wave2 {
0% {
transform: translateX(0) translateZ(0) scaleY(1);
-webkit-transform: translateX(0) translateZ(0) scaleY(1);
}
50% {
transform: translateX(-25%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-25%) translateZ(0) scaleY(1);
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1);
-webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
}
}
.mapouter_custom .gmap_canvas iframe {
height:550px;
display: inherit;
}
.mapouter_custom_footer .gmap_canvas iframe {
height:250px;
display: inherit;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields .subscribe_btn {
position: relative;
}
.footer-custom-menu .hfe-nav-menu .menu-item {
transition: 0.5s;
}
.footer-custom-menu .hfe-nav-menu .menu-item:hover {
margin-left: 10px!important;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields .subscribe-border span:before,
.rs-newsletter-form.right-arrow .mc4wp-form-fields .subscribe-border span:after {
transition: 0.5s;
}
.brand-logo-home3 .rsl_style2 .grid-item .rs-grid-figure .logo-img a img {
transition: 0.3s;
filter: grayscale(0%);
}
.service-border-hover .elementor-widget-wrap {
position: relative;
}
.service-border-hover .elementor-widget-wrap:hover::before {
position: absolute;
content: "";
width: 100%;
height: 5px;
border-radius: 5px 5px 0 0;
background-color: #d52925;
left: 0px;
top: 0px;
}
.footer-menu-custom nav.separator-dots ul.hfe-nav-menu li:first-child a:before {
background: unset!important;
}
.faq-icon-rotate .elementor-accordion-icon-opened svg {
transform: rotate(90deg);
}
.button-arrow-faq .rs_button  .btn_text  {
position: relative;
}
.choose-us-iconbox .icon-area  {
display: flex!important;
align-items: center;
}
.button-arrow-faq .rs_button  .btn_text:after {
content: '';
position: absolute;
background: #d52925;
width: 0;
height: 1px;
bottom: 1px;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.service-home4 .services-inner .media_wrap  {
overflow: hidden;
}
.service-home4 .services-inner .media_wrap  img { 
transition: 1.3s all ease;
-webkit-transition: 1.3s all ease;
}
.service-home4 .services-inner:hover img {
transform: scale(1.1);
}
.button-arrow-faq .rs_button  .btn_text:hover:after {
width: 100%;
}
.contact-form5 .form-btn-area {
display: block;
}
.free-estimate-underline  a,
.contact-us-hover-underline a {
position: relative;
}
.ele-brand-logo .rsl_style2 .grid-item .rs-grid-figure .logo-img a img {
filter: grayscale(0%);
}
.ele-brand-logo .rsl_style2 .grid-item .rs-grid-figure .logo-img a img:hover  {
filter: grayscale(100%);
}
.custom-overflow {
overflow: hidden;
}
.custom-button-hover-underline a .btn_text {
position: relative;
}
.custom-button-hover-underline a .btn_text:after {
content: '';
position: absolute;
background: currentColor;
width: 0;
height: 1px;
bottom: 1px;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.custom-button-hover-underline a .btn_text:hover:after {
width: 100%;
}
.testimonial-electricity .rs-testimonial2 .rs-addon-slider .testimonial-items .item-contents img {
opacity: 1;
}
.free-estimate-underline a:after { 
content: '';
position: absolute;
background: currentColor;
width: 100%;
height: 2px;
bottom: -5px;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.contact-us-underline a {
position: relative;
}
.contact-us-underline a:after {
content: '';
position: absolute;
background: currentColor;
width: 100%;
height: 2px;
bottom: 1px;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.contact-us-hover-underline a:after {
content: '';
position: absolute;
background: currentColor;
width: 0;
height: 1px;
bottom: 1px;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.free-estimate-underline a:hover:after,
.contact-us-hover-underline a:hover:after  { 
width: 100%;
} 
.choose-us-iconbox .icon-area  {
flex: 0 0 20%;
max-width: 20%;
}
.choose-us-iconbox .text-area  {
flex: 0 0 80%;
max-width: 80%;
}
.choose-us-iconbox .icon-area img {
width: 35px;
height: 35px;
}
.choose-us-iconbox .icon-area a {
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #D52925;
}
.carpenter-service-item  .service-item-img .elementor-widget-container {
overflow: hidden;
}
.carpenter-service-item  .service-item-img .elementor-widget-container img {
transition: all 0.3s ease 0s;
}
.carpenter-service-item  .service-item-img .elementor-widget-container img:hover {
transform: scale(1.2);
}
.rs-portfolio-navigation ul li {
width: 100%;
}
@media only screen and (max-width: 1700px) and (min-width: 1367px) { 
.banner-home5-social {
display: none;
}
}
@media only screen and (max-width: 1500px) and (min-width: 1367px) { 
.home5-bnr-image .rs-image img {
width: 500px!important;
margin-left: -140px;
}
}
@media only screen and (max-width: 1550px) and (min-width: 1367px) { 
.bnr-left-shape {
left: 80px!important;
bottom: -20px!important;
}
}
@media only screen and ( max-width:1830px ) and ( min-width:1025px ) {
}
@media only screen and ( max-width:1468px ) and ( min-width:1367px ) {
}
@media only screen and (max-width: 1430px) and (min-width: 1367px) { 
}
@media only screen and (max-width: 1824px) and (min-width: 1675px) {
}
@media only screen and (max-width: 1675px) and (min-width: 1576px) {
}
@media only screen and (min-width: 881px) and (max-width: 991px){
}
@media only screen and (max-width: 1575px) and (min-width: 1367px) { 
}
@media only screen and (max-width: 1310px) and (min-width: 1201px) { 
}
@media only screen and (max-width: 1800px) and (min-width: 1367px) {
}
@media only screen and (max-width: 1605px) and (min-width: 1366px) {
}
@media only screen and (max-width: 1550px) and (min-width: 1366px) {
}
@media only screen and (min-width: 1367px) and (max-width: 1400px)  {
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
}
@media only screen and ( max-width:1200px ) {
.blog-list-right .prelements-blog-grid .pre-admin {
display: none;
}
}
@media only screen and (max-width: 1024px)  { 
}
@media only screen and (max-width: 992px)  { 
}
@media only screen and (max-width: 500px)  { 
.counter-custom-css .elementor-widget-container {
--e-transform-translateX: 70%!important;
--e-transform-translateY: -30%!important;
}
.rs-services-slider .rs-service-slider .service-title-holder {
bottom: 0px!important;
right: 0px!important;
}
.blog-list-right .prelements-blog-grid .pre-blog-item.style_5 .blog-inner-wrap .pre-blog-content {
bottom: -15px;
}
.elementor-widget-container .portfolio-filter button {
display: block;
width: 100%;
max-width: 100%!important;
margin: 0 auto;
}
}
@media only screen and (max-width: 430px)  { 
.choose-us-iconbox .icon-area {
flex: 0 0 30%;
max-width: 30%;
}
.choose-us-iconbox .text-area {
flex: 0 0 70%;
max-width: 70%;
}
}
@media only screen and (max-width: 400px)  { 
.counter-custom-css .elementor-widget-container {
--e-transform-translateX: 52%!important;
--e-transform-translateY: -7%!important;
}
}
@media (min-width: 768px) {
.frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
margin-bottom: 0px!important;
}
} @media only screen and (max-width: 1584px) and (min-width: 1367px){
}
@media (min-width: 1367px) and (max-width: 1584px){
}
@media only screen and (max-width: 600px) {
.rs-portfolio-navigation ul  {
flex-direction: column;
}
.rs-portfolio-navigation ul li {
width: 100%;
}
.rs-post-navigation ul li.next {
margin-top: 30px;
text-align: right;
}
}
.phone-contact .rs-contact-box .address-item .address-icon{
position: relative;
}
.phone-contact .rs-contact-box .address-item .address-icon::before {
content: "";
position: absolute;
top: -7px;
left: -7px;
width: 60px;
height: 60px;
border: 2px solid #e6e7ea;
display: block !important;
border-radius: 50%;
background: #fff;
z-index: -1;
}
.service-border-menu .menu-item:last-child a.hfe-menu-item {
border: none!important;
}
.header-top-custom .rs-contact-box .address-item:hover .address-icon img {
animation: unset!important;
}
.fluentform-widget-wrapper .ff-el-group.dropdown-icon .ff-el-input--content {
position: relative!important;
}
.fluentform-widget-wrapper .ff-el-group.dropdown-icon .ff-el-input--content:after {
position: absolute;
font-family: remixicon;
content: "\ea4e";
right: 18px;
top: 15px;
display: flex;
align-items: center;
z-index: 1;
color: inherit;
pointer-events: none;
}
.rs-recent-post .prelements-blog-grid .pre-blog-item .pre-blog-content {
display: flex;
flex-direction: column;
}
.rs-recent-post .prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta {
order:2;
}
.rs-recent-post .prelements-blog-grid .pre-blog-item .pre-blog-content .pre-post-title {
order:1;
}
.rs-recent-post .prelements-blog-grid .pre-blog-item .pre-blog-content h3.pre-post-title a {
background-image:unset!important;
}
.rs-recent-post .prelements-blog-grid .pre-blog-item .pre-blog-content h3.pre-post-title a:hover {
background-size: unset!important;
}
.google-map-direction .rs_button .btn_text {
position: relative;
}
.google-map-direction .rs_button  .btn_text:after {
content: '';
position: absolute;
background: currentColor;
width: 100%;
height: 1px;
bottom: 1px;
left: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.listing-s3-wrapper .listing-style3 li:first-child {
margin-top: 0;
margin-bottom: 20px
}
.listing-s3-wrapper .listing-style3 li:last-child {
margin-top: 25px;
margin-bottom: 0
}
.listing-s3-wrapper .listing-style3.mt-20 {
margin-top: 20px;
margin-left: 10px
}
.rs-contact-box-custom .rs-contact-box .address-item .address-text {
margin-top: -10px;
}
.rs-service-sidebar .rs-contact-box .address-item .address-text .phone a {
position: relative;
}
.rs-service-sidebar .rs-contact-box .address-item .address-text .phone a::after {
content: "";
position: absolute;
width: 0;
height: 2px;
background: #fff;
bottom: -2px;
left: auto;
right: 0;
transition: width .3s;
}
.rs-service-sidebar .rs-contact-box .address-item .address-text .phone a:hover::after {
width: 100%;
left: 0;
right: auto;
}.rs-dual-heading .title-inner .sub-text,
.rs-heading .title-inner .sub-text {
margin: 0 0 13px;
display: block;
font-size: 16px;
line-height: 20px;
font-weight: 600;
color: #5777ff;
}
.rs-dual-heading .title-inner .sub-text.title-upper,
.rs-heading .title-inner .sub-text.title-upper {
text-transform: uppercase;
}
.rs-dual-heading .title-inner .title,
.rs-heading .title-inner .title {
color: #121933;
margin-bottom: 15px;
margin-top: 0;
}
.rs-dual-heading .title-inner .title span.watermark,
.rs-heading .title-inner .title span.watermark {
position: absolute;
font-size: 80px;
text-transform: uppercase;
font-weight: 800;
z-index: -1;
opacity: 0.05;
width: 100%;
left: 0;
color: inherit;
}
.rs-dual-heading .title-inner .title.title-upper,
.rs-heading .title-inner .title.title-upper {
text-transform: uppercase;
}
.rs-dual-heading.big .title-inner h2,
.rs-heading.big .title-inner h2 {
font-size: 36px;
line-height: 44px;
}
.rs-dual-heading.big .description p,
.rs-heading.big .description p {
font-size: 20px;
line-height: 32px;
}
.rs-dual-heading.style4 .title-inner,
.rs-heading.style4 .title-inner {
position: relative;
padding-bottom: 12px;
}
.rs-dual-heading.style4 .title-inner .title,
.rs-heading.style4 .title-inner .title {
margin-bottom: 8px;
}
.rs-dual-heading.style4 .title-inner .title-img,
.rs-heading.style4 .title-inner .title-img {
margin-bottom: 12px;
}
.rs-dual-heading.style4 .title-inner h2,
.rs-heading.style4 .title-inner h2 {
margin-bottom: 12px;
display: block;
}
.rs-dual-heading.style4 .title-inner .sub-text,
.rs-heading.style4 .title-inner .sub-text {
position: relative;
color: #2b59ff;
display: inline-block;
}
.rs-dual-heading.style4 .title-inner .sub-text:before,
.rs-heading.style4 .title-inner .sub-text:before {
content: "";
position: absolute;
border: 0;
width: 35px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
left: -20px;
top: 12px;
left: -40px;
}
.rs-dual-heading.style4 .title-inner .sub-text:after,
.rs-heading.style4 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 35px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
left: -20px;
top: 12px;
left: auto;
right: -40px;
}
.rs-dual-heading.style4 .title-inner .sub-text p,
.rs-heading.style4 .title-inner .sub-text p {
margin-bottom: 12px;
}
.rs-dual-heading.style5 .sub-text,
.rs-heading.style5 .sub-text {
display: inline-block !important;
}
.rs-dual-heading.style12 .sub-text,
.rs-heading.style12 .sub-text {
display: inline-block !important;
}
.rs-dual-heading.style2,
.rs-heading.style2 {
position: relative;
padding-bottom: 15px;
}
.rs-dual-heading.style2:after,
.rs-heading.style2:after {
content: "";
position: absolute;
border: 0;
width: 66px;
height: 2px;
z-index: 9;
margin-left: 0;
left: 0;
bottom: 0;
}
.rs-dual-heading.style2 h2,
.rs-heading.style2 h2 {
margin-bottom: 12px;
}
.rs-dual-heading.style2 .description p,
.rs-heading.style2 .description p {
margin-bottom: 12px;
}
.rs-dual-heading.style2.center:after,
.rs-heading.style2.center:after {
transform: translateX(-50%);
left: 50%;
}
.rs-dual-heading.style2.right:after,
.rs-heading.style2.right:after {
left: auto;
right: 0;
}
.rs-dual-heading.style2.Lite:after,
.rs-heading.style2.Lite:after {
background: #fff !important;
}
.rs-dual-heading.style3,
.rs-heading.style3 {
position: relative;
padding-bottom: 12px;
}
.rs-dual-heading.style3 h2,
.rs-heading.style3 h2 {
margin-bottom: 12px;
}
.rs-dual-heading.style3 .description,
.rs-heading.style3 .description {
position: relative;
padding-left: 80px;
}
.rs-dual-heading.style3 .description:after,
.rs-heading.style3 .description:after {
content: "";
position: absolute;
border: 0;
width: 60px;
height: 2px;
z-index: 9;
margin-left: 0;
left: 0;
top: 14px;
}
.rs-dual-heading.style3 .description p,
.rs-heading.style3 .description p {
margin-bottom: 12px;
}
.prelements-heading .title-inner {
position: relative;
}
.prelements-heading .title-inner .title span {
position: relative;
z-index: 2;
color: #091D2D;
}
.prelements-heading .title-inner .title span:nth-of-type(2) {
position: relative;
}
.prelements-heading .title-inner .title span:nth-of-type(2)::after {
content: "";
display: block;
width: 100%;
position: absolute;
z-index: -1;
height: 19px;
right: 0;
bottom: 33px;
border-radius: 2px;
}
.prelements-heading .title-inner span.sub-text {
font-size: 18px;
line-height: 25px;
font-weight: 600;
color: #5777ff;
}
.prelements-heading .title-inner span.sub-text img {
width: 24px;
height: 24px;
margin-right: -2px;
}
.prelements-heading .title-inner span.watermark {
position: absolute;
font-size: 100px;
line-height: 100px;
text-transform: uppercase;
font-weight: 700;
opacity: 0.06;
top: 6%;
transform: translateY(-50%);
width: 100%;
left: 0;
color: inherit;
white-space: nowrap;
vertical-align: middle;
-webkit-background-clip: text;
-webkit-text-stroke: 3px transparent;
background-size: cover;
color: #071230;
}
.prelements-heading.style13 .title-inner .sub-text .ri-tools-fill {
top: 1px;
}
.prelements-heading.style14 .title {
position: relative;
border-left: 2px solid #5777ff;
padding-left: 12px;
}
.prelements-heading.color_primary_scheme .title-inner .title span {
color: #5777ff;
}
.prelements-heading.color_secondary_scheme .title-inner .title span {
color: #D2C007;
}
.prelements-heading.dots_yes .title-inner .title::before {
content: "";
position: absolute;
left: -6px;
top: 4px;
width: 24px;
height: 24px;
background: #5777ff;
border-radius: 50%;
opacity: 0.2;
display: block;
}
.rs-heading.style3.Lite .description:after {
background: #fff !important;
}
.rs-dual-heading.style3.Lite .description:after {
background: #fff !important;
}
.rs-heading.style1 {
position: relative;
padding-bottom: 12px;
}
.rs-heading.style1 h2 {
margin-bottom: 12px;
}
.rs-heading.style1 .description {
position: relative;
padding-right: 80px;
}
.rs-heading.style1 .description:after {
content: "";
position: absolute;
border: 0;
width: 60px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
right: 0;
top: 14px;
}
.rs-heading.style1 .description p {
margin-bottom: 12px;
}
.rs-dual-heading.style1 {
position: relative;
padding-bottom: 12px;
}
.rs-dual-heading.style1 h2 {
margin-bottom: 12px;
}
.rs-dual-heading.style1 .description {
position: relative;
padding-right: 80px;
}
.rs-dual-heading.style1 .description:after {
content: "";
position: absolute;
border: 0;
width: 60px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
right: 0;
top: 14px;
}
.rs-dual-heading.style1 .description p {
margin-bottom: 12px;
}
.rs-heading.style1.Lite .description:after {
background: #fff !important;
}
.rs-dual-heading.style1.Lite .description:after {
background: #fff !important;
}
.rs-heading.style8 {
position: relative;
padding-bottom: 12px;
margin-bottom: 10px;
}
.rs-heading.style8 .title-inner {
padding-left: 25px;
position: relative;
display: inline-block;
}
.rs-heading.style8 .title-inner .sub-text {
margin-bottom: 5px;
}
.rs-heading.style8 .title-inner:after {
content: "";
position: absolute;
border: 0;
width: 2px;
height: 100%;
background: #010d14;
z-index: 9;
margin-left: 0;
left: 0;
top: 0;
}
.rs-heading.style8 .description {
padding-left: 25px;
position: relative;
}
.rs-heading.style8 .description:after {
content: "";
position: absolute;
border: 0;
width: 2px;
height: 100%;
background: #010d14;
z-index: 9;
margin-left: 0;
left: 0;
top: 0;
}
.rs-heading.style8 h2 {
margin-bottom: 5px;
}
.rs-dual-heading.style8 {
position: relative;
padding-bottom: 12px;
margin-bottom: 10px;
}
.rs-dual-heading.style8 .title-inner {
padding-left: 25px;
position: relative;
display: inline-block;
}
.rs-dual-heading.style8 .title-inner .sub-text {
margin-bottom: 5px;
}
.rs-dual-heading.style8 .title-inner:after {
content: "";
position: absolute;
border: 0;
width: 2px;
height: 100%;
background: #010d14;
z-index: 9;
margin-left: 0;
left: 0;
top: 0;
}
.rs-dual-heading.style8 .description {
padding-left: 25px;
position: relative;
}
.rs-dual-heading.style8 .description:after {
content: "";
position: absolute;
border: 0;
width: 2px;
height: 100%;
background: #010d14;
z-index: 9;
margin-left: 0;
left: 0;
top: 0;
}
.rs-dual-heading.style8 h2 {
margin-bottom: 5px;
}
.rs-heading.style8.text-center .description {
padding-top: 15px;
padding-left: 0px;
}
.rs-heading.style8.text-center .description:after {
display: none;
}
.rs-dual-heading.style8.text-center .description {
padding-top: 15px;
padding-left: 0px;
}
.rs-dual-heading.style8.text-center .description:after {
display: none;
}
.rs-heading.style8.Lite .title-inner:after {
background: #fff;
}
.rs-heading.style8.Lite .description:after {
background: #fff !important;
}
.rs-dual-heading.style8.Lite .title-inner:after {
background: #fff;
}
.rs-dual-heading.style8.Lite .description:after {
background: #fff !important;
}
.rs-heading.style6 .title-inner {
position: relative;
padding-bottom: 12px;
}
.rs-heading.style6 .title-inner h2 {
margin-bottom: 12px;
}
.rs-heading.style6 .title-inner .sub-text {
position: relative;
padding-left: 65px;
color: #2b59ff;
}
.rs-heading.style6 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 50px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
left: 0;
top: 12px;
}
.rs-heading.style6 .title-inner .sub-text p {
margin-bottom: 12px;
}
.rs-dual-heading.style6 .title-inner {
position: relative;
padding-bottom: 12px;
}
.rs-dual-heading.style6 .title-inner h2 {
margin-bottom: 12px;
}
.rs-dual-heading.style6 .title-inner .sub-text {
position: relative;
padding-left: 65px;
color: #2b59ff;
}
.rs-dual-heading.style6 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 50px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
left: 0;
top: 12px;
}
.rs-dual-heading.style6 .title-inner .sub-text p {
margin-bottom: 12px;
}
.rs-heading.style6.text-center .title-inner .sub-text {
display: inline-block;
}
.rs-heading.style6.text-center .sub-text {
position: relative;
padding-left: 0px;
padding-top: 60px;
color: #2b59ff;
}
.rs-heading.style6.text-center .sub-text:after {
content: "";
width: 77px;
height: 2px;
position: absolute;
left: 50%;
top: 0;
margin-top: -1px;
width: 2px;
height: 50px;
}
.rs-dual-heading.style6.text-center .title-inner .sub-text {
display: inline-block;
}
.rs-dual-heading.style6.text-center .sub-text {
position: relative;
padding-left: 0px;
padding-top: 60px;
color: #2b59ff;
}
.rs-dual-heading.style6.text-center .sub-text:after {
content: "";
width: 77px;
height: 2px;
position: absolute;
left: 50%;
top: 0;
margin-top: -1px;
width: 2px;
height: 50px;
}
.rs-heading.style6.text-right .title-inner .sub-text {
display: inline-block;
}
.rs-dual-heading.style6.text-right .title-inner .sub-text {
display: inline-block;
}
.rs-heading.style6.Lite .sub-text:after {
background: #fff !important;
}
.rs-dual-heading.style6.Lite .sub-text:after {
background: #fff !important;
}
.rs-heading.style6.dark .sub-text:after {
background: #232023 !important;
}
.rs-dual-heading.style6.dark .sub-text:after {
background: #232023 !important;
}
.rs-heading.style4.left .title-inner .sub-text {
padding-left: 43px;
}
.rs-heading.style4.left .title-inner .sub-text:before {
left: 0;
}
.rs-dual-heading.style4.left .title-inner .sub-text {
padding-left: 43px;
}
.rs-dual-heading.style4.left .title-inner .sub-text:before {
left: 0;
}
.rs-heading.style4.right .title-inner .sub-text {
padding-right: 43px;
}
.rs-heading.style4.right .title-inner .sub-text:after {
right: 0;
}
.rs-dual-heading.style4.right .title-inner .sub-text {
padding-right: 43px;
}
.rs-dual-heading.style4.right .title-inner .sub-text:after {
right: 0;
}
.rs-heading.style4.Lite .sub-text:before {
background: #fff !important;
}
.rs-heading.style4.Lite .sub-text:after {
background: #fff !important;
}
.rs-dual-heading.style4.Lite .sub-text:before {
background: #fff !important;
}
.rs-dual-heading.style4.Lite .sub-text:after {
background: #fff !important;
}
.rs-heading.style4.text-center .title-inner .sub-text {
display: inline-block;
}
.rs-dual-heading.style4.text-center .title-inner .sub-text {
display: inline-block;
}
.rs-heading.style4.text-right .title-inner .sub-text {
display: inline-block;
}
.rs-dual-heading.style4.text-right .title-inner .sub-text {
display: inline-block;
}
.rs-heading.style7 .title-inner {
position: relative;
padding-bottom: 12px;
}
.rs-heading.style7 .title-inner h2 {
margin-bottom: 12px;
}
.rs-heading.style7 .title-inner .sub-text {
position: relative;
padding-right: 65px;
display: inline-block;
color: #2b59ff;
}
.rs-heading.style7 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 50px;
height: 2px;
background: #2b59ff;
z-index: 9;
margin-left: 0;
right: 0;
top: 4px;
}
.rs-heading.style7 .title-inner .sub-text p {
margin-bottom: 12px;
}
.rs-heading.style7 .title-inner.Lite .sub-text:after {
background: #fff !important;
}
.rs-heading.style7 .title-inner.text-center .title-inner .sub-text {
display: inline-block;
}
.rs-heading.style7 .title-inner.text-right .title-inner .sub-text {
display: inline-block;
}
.rs-dual-heading.style7 .title-inner {
position: relative;
padding-bottom: 12px;
}
.rs-dual-heading.style7 .title-inner h2 {
margin-bottom: 12px;
}
.rs-dual-heading.style7 .title-inner .sub-text {
position: relative;
padding-right: 65px;
display: inline-block;
color: #2b59ff;
}
.rs-dual-heading.style7 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 50px;
height: 2px;
background: #2b59ff;
z-index: 9;
margin-left: 0;
right: 0;
top: 4px;
}
.rs-dual-heading.style7 .title-inner .sub-text p {
margin-bottom: 12px;
}
.rs-dual-heading.style7 .title-inner.Lite .sub-text:after {
background: #fff !important;
}
.rs-dual-heading.style7 .title-inner.text-center .title-inner .sub-text {
display: inline-block;
}
.rs-dual-heading.style7 .title-inner.text-right .title-inner .sub-text {
display: inline-block;
}
.rs-heading.style9 .title-inner {
margin-bottom: 35px;
}
.rs-heading.style9 .title-inner .title-img.top {
margin-bottom: 15px;
}
.rs-heading.style9 .title-upper {
margin-bottom: 5px;
}
.rs-heading.style9 .bottom-line .title {
margin-bottom: 8px;
position: relative;
padding-bottom: 20px;
}
.rs-heading.style9 .bottom-line .title:after {
content: "";
position: absolute;
border: 0;
width: 80px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
bottom: 0;
left: 0;
}
.rs-heading.style9 .yes_animation {
position: relative;
}
.rs-heading.style9 .yes_animation img {
display: none;
}
.rs-heading.style9 .yes_animation:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100px;
height: 14px;
animation: waving-line 12s linear infinite;
-webkit-animation: waving-line 12s linear infinite;
}
.rs-dual-heading.style9 .title-inner {
margin-bottom: 35px;
}
.rs-dual-heading.style9 .title-inner .title-img.top {
margin-bottom: 15px;
}
.rs-dual-heading.style9 .title-upper {
margin-bottom: 5px;
}
.rs-dual-heading.style9 .bottom-line .title {
margin-bottom: 8px;
position: relative;
padding-bottom: 20px;
}
.rs-dual-heading.style9 .bottom-line .title:after {
content: "";
position: absolute;
border: 0;
width: 80px;
height: 2px;
background: #010d14;
z-index: 9;
margin-left: 0;
bottom: 0;
left: 0;
}
.rs-dual-heading.style9 .yes_animation {
position: relative;
}
.rs-dual-heading.style9 .yes_animation img {
display: none;
}
.rs-dual-heading.style9 .yes_animation:before {
position: absolute;
content: "";
left: 0;
bottom: 0;
width: 100px;
height: 14px;
animation: waving-line 12s linear infinite;
-webkit-animation: waving-line 12s linear infinite;
}
.rs-heading.style9.text-center .bottom-line .title:after {
transform: translateX(-50%);
left: 50%;
}
.rs-dual-heading.style9.text-center .bottom-line .title:after {
transform: translateX(-50%);
left: 50%;
}
.rs-heading.style10.text-center {
text-align: left !important;
}
.rs-heading.style10.text-center .title-inner {
text-align: center;
}
.rs-dual-heading.style10.text-center {
text-align: left !important;
}
.rs-dual-heading.style10.text-center .title-inner {
text-align: center;
}
.rs-heading.style10.text-right {
text-align: left !important;
}
.rs-heading.style10.text-right .title-inner {
text-align: right;
}
.rs-dual-heading.style10.text-right {
text-align: left !important;
}
.rs-dual-heading.style10.text-right .title-inner {
text-align: right;
}
.rs-heading.style10 .title-inner {
transform: rotate(-90deg) translatex(-50%);
display: inline-block;
transform-origin: left center 0;
}
.rs-heading.style10 .title-inner .title {
white-space: nowrap;
position: relative;
top: 40px;
left: 10px;
margin-bottom: 0;
}
.rs-heading.style10 .description {
transform: rotate(-90deg);
display: inline-block;
}
.rs-dual-heading.style10 .title-inner {
transform: rotate(-90deg) translatex(-50%);
display: inline-block;
transform-origin: left center 0;
}
.rs-dual-heading.style10 .title-inner .title {
white-space: nowrap;
position: relative;
top: 40px;
left: 10px;
margin-bottom: 0;
}
.rs-dual-heading.style10 .description {
transform: rotate(-90deg);
display: inline-block;
}
.rs-heading.style11 {
text-align: right !important;
}
.rs-heading.style11 .title-inner {
transform: rotate(90deg);
display: inline-block;
}
.rs-heading.style11 .description {
transform: rotate(90deg);
display: inline-block;
}
.rs-dual-heading.style11 {
text-align: right !important;
}
.rs-dual-heading.style11 .title-inner {
transform: rotate(90deg);
display: inline-block;
}
.rs-dual-heading.style11 .description {
transform: rotate(90deg);
display: inline-block;
}
.rs-heading.style11.text-center {
text-align: right !important;
}
.rs-heading.style11.text-center .title-inner {
text-align: center;
}
.rs-dual-heading.style11.text-center {
text-align: right !important;
}
.rs-dual-heading.style11.text-center .title-inner {
text-align: center;
}
.rs-heading.style11.text-right {
text-align: right !important;
}
.rs-heading.style11.text-right .title-inner {
text-align: right;
}
.rs-dual-heading.style11.text-right {
text-align: right !important;
}
.rs-dual-heading.style11.text-right .title-inner {
text-align: right;
}
.prelements-heading.heading_gradient_color .title-inner .title {
background: linear-gradient(180deg, rgba(33, 44, 74, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.prelements-heading.style2 .pre-heading-line1 {
position: relative;
display: inline-block;
width: 70px;
}
.prelements-heading.style2 .pre-heading-line1:before {
margin: 0;
content: "";
width: 15px;
height: 4px;
background: #5777ff;
position: absolute;
bottom: -4px;
left: 0;
border-radius: 2px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
}
.prelements-heading.style2 .pre-heading-line1:after {
margin: 0;
content: "";
width: 50px;
height: 4px;
background: #5777ff;
position: absolute;
bottom: -4px;
right: 0;
left: auto;
margin-left: 0;
border-radius: 2px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 0;
}
.elementor-widget-container:hover .prelements-heading.style2 .pre-heading-line1:before {
width: 50px;
margin: 0;
background: #5777ff;
}
.elementor-widget-container:hover .prelements-heading.style2 .pre-heading-line1:after {
width: 15px;
margin: 0;
background: #5777ff;
}
.prelements-heading.style6 .title-inner span.sub-text {
display: inline-block;
position: relative;
padding-top: 80px;
}
.prelements-heading.style6 .title-inner span.sub-text::before, .prelements-heading.style6 .title-inner span.sub-text::after {
position: absolute;
content: "";
transform: translateX(-50%);
left: calc(50% - 2px);
bottom: calc(100% - 60px);
width: 2px;
background: #5777ff;
}
.prelements-heading.style6 .title-inner span.sub-text::before {
height: 60px;
}
.prelements-heading.style6 .title-inner span.sub-text::after {
height: 40px;
left: calc(50% + 2px);
}
.prelements-heading.style7 .title-inner span.sub-text {
display: inline-block;
position: relative;
padding-left: 80px;
}
.prelements-heading.style7 .title-inner span.sub-text::before, .prelements-heading.style7 .title-inner span.sub-text::after {
position: absolute;
content: "";
left: 0;
height: 2px;
background: #5777ff;
top: calc(50% - 2px);
transform: translateY(-50%);
}
.prelements-heading.style7 .title-inner span.sub-text::before {
width: 40px;
left: 20px;
}
.prelements-heading.style7 .title-inner span.sub-text::after {
width: 60px;
top: calc(50% + 2px);
}
.prelements-heading.subgradient_color span.sub-text {
-webkit-background-clip: text;
}
.prelements-heading.gradient_color .title span {
-webkit-background-clip: text;
-webkit-text-stroke-width: 4px;
-webkit-text-stroke-color: transparent;
color: #0e0e1e;
}
.prelements-heading.stroke_color .title-inner .title span:last-child {
-webkit-background-clip: text;
color: transparent !important;
}div.beforeandafter {
display: block;
height: 434px;
overflow: hidden;
width: 650px;
}
div.beforeandafter img {
max-width: none !important;
height: 100% !important;
object-fit: cover;
}
div.beforeandafter div.drag {
background: #5777ff;
cursor: col-resize;
display: block;
height: 100%;
left: 100%;
position: relative;
top: 0;
transition: left 0.4s ease-in-out;
width: 4px;
z-index: 7;
}
div.beforeandafter div.drag div.draghandle {
background: #ffffff;
width: 60px;
height: 60px;
line-height: 56px;
border-radius: 50px;
border-width: 4px;
border-style: solid;
border-color: #5777ff;
position: absolute;
text-align: center;
}
div.beforeandafter div.drag div.draghandle::before {
content: "\f323";
font-family: remixicon !important;
display: inline-block;
color: #5777ff;
font-size: 25px;
}
div.beforeandafter div.drag::before {
content: "Before Work";
position: absolute;
border-radius: 4px;
background: #5777ff;
color: #ffffff;
top: 34px;
text-align: center;
font-size: 20px;
right: 30px;
top: 34px;
width: 150px;
height: 50px;
line-height: 50px;
}
div.beforeandafter div.drag::after {
content: "After Work";
left: 30px;
position: absolute;
border-radius: 4px;
width: 150px;
height: 50px;
line-height: 50px;
background: #5777ff;
color: #ffffff;
top: 34px;
text-align: center;
font-size: 20px;
}
div.before1, div.after1 {
height: 100%;
left: 0;
overflow: hidden;
position: absolute;
top: 0;
transition: width 0.4s ease-in-out;
width: 100%;
z-index: 7;
}
div.after1 {
z-index: 1;
}
.label-bottom div.before1 span.caption {
right: 30px;
}
.label-bottom div.after1 span.caption {
right: 41%;
}
span.caption {
display: block;
position: absolute;
border-radius: 4px;
padding: 10px 20px;
background: #5777ff;
color: #ffffff;
top: 34px;
text-align: center;
font-size: 20px;
}.rs-animated-heading .title span {
display: inline-block;
}
.rs-animated-heading .title-inner .title {
color: #121933;
line-height: 70px;
margin-bottom: 10px;
font-family: "Urbanist", sans-serif;
display: flex;
align-items: center;
}
.rs-animated-heading .title-inner .title .cd-headline {
color: #121933;
line-height: 70px;
font-weight: 700;
color: #2b59ff;
display: inline-block;
}
.rs-animated-heading .title-inner .title .cd-headline .cd-words-wrapper {
display: flex;
margin-left: 0;
}
.rs-animated-heading .title-inner .title .cd-headline p {
margin-bottom: 0;
color: #F79C53;
}
.rs-animated-heading .title-inner .title .cd-headline p .cd-headline.clip {
padding: 0;
}
.rs-animated-heading .title-inner .title.title-upper {
text-transform: uppercase;
}
.cd-headline.clip .cd-words-wrapper::after {
animation: type-writer 1s linear infinite;
}
@keyframes type-writer {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.rs-animated-heading .title-inner .title .cd-headline .cd-words-wrapper {
vertical-align: bottom;
}
.rs-animated-heading .title span {
padding: 0 !important;
}
.rs-dual-heading .title span {
display: inline-block;
}
.slick-slide {
outline: none;
}
.rs-animated-heading.gradient_color .title-inner .title .cd-headline p {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 950px) {
.rs-animated-heading .title-inner .title .cd-headline {
display: block;
}
}.team-grid-style1 .team-item .team-inner-wrap {
border-radius: 0 0 5px 5px;
overflow: hidden;
position: relative;
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap {
position: relative;
background: #013aa8;
transition: all 0.3s ease 0s;
transform: translateX(0px);
border-radius: 30px 0 30px 0px;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap img {
border-radius: 0;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .share-icon {
margin: 0;
position: absolute;
z-index: 2;
right: 17px;
bottom: 17px;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease 0s;
background: #ffffff;
color: #5777ff;
width: 32px;
height: 32px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .share-icon i {
position: unset;
z-index: 2;
width: inherit;
height: inherit;
border-radius: inherit;
display: inherit;
align-items: center;
justify-content: center;
background: inherit;
line-height: normal !important;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .share-icon:before {
background: #ffffff;
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
display: block;
width: 33px;
height: 33px;
border-radius: 50%;
transition: all 0.3s ease 0s;
-webkit-animation: pulse-border 1100ms ease-out infinite;
animation: pulse-border 1100ms ease-out infinite;
opacity: 0;
visibility: hidden;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team {
position: absolute;
top: 0;
bottom: 0;
right: -40px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 40px;
transition: all 0.3s ease 0s;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .share_excerpt {
writing-mode: vertical-rl;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 {
background: transparent;
padding: 12px 10px;
transition: all 0.3s ease 0s;
display: flex;
flex-direction: column;
text-align: center;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a {
padding: 0;
margin-top: 3px;
margin-bottom: 3px;
background: transparent;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a i {
color: #ffffff;
font-size: 12px;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
background: transparent;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a:first-child {
margin-top: 0;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a:last-child {
margin-bottom: 0;
}
.team-grid-style1 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a:hover i {
color: #5777ff;
background: transparent;
}
.team-grid-style1 .team-item .team-inner-wrap .team-content {
border-radius: 0 0 5px 5px;
display: flex;
align-items: center;
text-align: left;
margin: 0;
padding: 20px 35px 17px;
background: #010d14;
margin-bottom: 30px;
position: unset;
opacity: 1;
position: relative;
}
.team-grid-style1 .team-item .team-inner-wrap .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0px;
text-transform: capitalize;
}
.team-grid-style1 .team-item .team-inner-wrap .team-content h3.team-name a {
text-decoration: none;
color: #ffffff;
}
.team-grid-style1 .team-item .team-inner-wrap .team-content h3.team-name a:hover {
color: #c4c4c4;
}
.team-grid-style1 .team-item .team-inner-wrap .team-content span.team-title {
font-size: 15px;
font-weight: 600;
}
.team-grid-style1 .team-item .team-inner-wrap.is-open .image-wrap {
transform: translateX(-40px);
}
.team-grid-style1 .team-item .team-inner-wrap.is-open .image-wrap .share-icon::before {
opacity: 1;
visibility: visible;
}
.team-grid-style1 .team-item.image-hover-style .image-wrap {
transition: all 0.3s ease 0s;
position: relative;
text-align: center;
}
.team-grid-style1 .team-item.image-hover-style .image-wrap a {
display: inline-block;
}
.team-grid-style1 .team-item.image-hover-style .image-wrap a img {
max-width: 100%;
}
.team-grid-style1 .team-item.image-hover-style .image-wrap > * {
position: relative;
z-index: 1;
}
.team-grid-style1 .team-item.image-hover-style .image-wrap img {
transform: scale(1) !important;
}
.team-grid-style1 .team-item.image-hover-style .image-wrap::after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
transform: rotate(0);
transition: transform 0.8s;
pointer-events: none;
}
.team-grid-style1 .team-item.image-hover-style:hover .image-wrap::after {
transform: rotate(5deg);
}
.team-grid-style1 .team-item.image-hover-style:hover .image-wrap img {
opacity: 1 !important;
}
.team-grid-style1 .team-item:hover .team-inner-wrap .image-wrap .share-icon::before {
opacity: 1;
visibility: visible;
}
.team-slider-style1 .team-content {
border-radius: 0 0 5px 5px;
display: flex;
align-items: center;
}
.team-slider-style1 .team-content .plus_team .social-icons1 {
position: absolute;
right: 0;
bottom: 100%;
width: 50px;
background: #010d14;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
z-index: -1;
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-slider-style1 .team-content .plus_team .social-icons1 a {
padding: 0;
background: transparent;
}
.team-slider-style1 .team-content .plus_team .social-icons1 a i {
background: transparent;
}
.team-slider-style1 .team-content .plus_team .social-icons1 a:hover i {
color: #5777ff;
background: transparent;
}
.team-slider-style1 .team-content .plus_team:hover .social-icons1 {
visibility: visible;
opacity: 1;
z-index: 2;
transform: scaleY(1);
}
.team-slider-style1 .team-content .plus_team .share-icon i {
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
right: 35px;
font-weight: 700;
font-size: 18px;
cursor: pointer;
transition: 500ms ease;
background: #EB003D;
color: #ffffff;
width: 45px;
height: 45px;
border-radius: 45px;
line-height: 50px;
text-align: center;
}
.team-slider-style1 .team-inner-wrap {
border-radius: 0 0 5px 5px;
}
.team-slider-style1 .team-item {
overflow: visible;
}
.team-slider-style1 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.team-slider-style1 .team-item .social-icons1 a i {
color: #ffffff;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-slider-style1 .team-item .image-wrap {
position: relative;
overflow: hidden;
}
.team-slider-style1 .team-item .image-wrap img {
border-radius: 5px 5px 0 0;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 {
position: absolute;
right: 0;
bottom: -180px;
width: 50px;
background: #013aa8;
padding: 12px 0;
opacity: 1;
visibility: visible;
transition: all 0.4s ease 0s;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a {
padding: 0;
background: transparent;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a i {
background: transparent;
}
.team-slider-style1 .team-item .image-wrap .social-icons1 a:hover i {
color: #EB003D;
background: transparent;
}
.team-slider-style1 .team-item:hover .image-wrap .social-icons1 {
right: 0;
width: 50px;
opacity: 1;
visibility: visible;
}
.team-slider-style1 .team-item .team-content {
text-align: left;
margin: 0;
padding: 20px 35px 17px;
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
background: #010d14;
margin-bottom: 30px;
position: unset;
opacity: 1;
position: relative;
margin: 0;
}
.team-slider-style1 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0px;
text-transform: capitalize;
}
.team-slider-style1 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #ffffff;
}
.team-slider-style1 .team-item .team-content h3.team-name a:hover {
color: #c4c4c4;
}
.team-slider-style1 .team-item .team-content span.team-title {
font-size: 15px;
color: #ffffff;
font-weight: 600;
}
.team-slider-style1 .team-item .social-icons {
display: none;
}
.team-grid-style2 .team-inner-wrap {
position: relative;
margin-bottom: 35px;
overflow: hidden;
}
.team-grid-style2 .team-inner-wrap a {
text-decoration: none;
}
.team-grid-style2 .team-inner-wrap .team-img-sec {
position: relative;
}
.team-grid-style2 .team-inner-wrap .wrap-text {
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
padding: 0 40px 12px;
background: #ffffff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc {
margin-bottom: 0;
}
.team-grid-style2 .team-inner-wrap .team-content {
width: 100%;
transition: all 0.5s ease 0s;
position: relative;
padding-bottom: 0;
z-index: 1;
margin-bottom: 0;
background: #010d14;
border-radius: 3px 3px 0 0;
padding: 8px 0 14px;
margin-top: -35px;
position: absolute;
bottom: -50%;
left: 50%;
transform: translateX(-50%);
width: 250px;
transition: 0.4s;
text-align: center;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name {
margin-top: 0 !important;
line-height: 28px !important;
color: #ffffff;
margin: 18px 0 0;
font-weight: 500;
}
.team-grid-style2 .team-inner-wrap .team-content .team-name a {
text-decoration: none;
position: relative;
margin-bottom: 0;
font-size: 20px;
text-transform: capitalize;
z-index: 111;
text-decoration: none;
color: #ffffff;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons {
color: #ffffff;
padding-top: 2px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a {
text-decoration: none;
color: #ffffff;
padding: 0 3px;
}
.team-grid-style2 .team-inner-wrap .team-content .social-icons a i {
height: 25px;
width: 25px;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title {
color: #ffffff;
font-weight: 500;
line-height: 1.4;
display: block;
margin: 10px 0 5px;
color: #eee;
font-size: 13px;
font-weight: 400;
padding: 0;
display: block;
text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap .team-content .team-title a {
color: #eee;
pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .nolink {
pointer-events: none;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor {
font-size: 14px;
}
.team-grid-style2 .team-inner-wrap .team-content .cat-doctor a {
text-decoration: none;
color: #ffffff;
text-transform: uppercase;
}
.team-grid-style2 .team-inner-wrap:hover .team-content {
bottom: 0;
}
.team-grid-style2 .team-inner-wrap:hover .team-img-sec:before {
height: 100%;
}
.team-grid-style2.color_gradient_scheme .team-inner-wrap .team-content {
background-image: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
}
.team-slider-style2 .team-inner-wrap {
position: relative;
margin-bottom: 35px;
overflow: hidden;
}
.team-slider-style2 .team-inner-wrap a {
text-decoration: none;
}
.team-slider-style2 .team-inner-wrap .team-img-sec {
position: relative;
}
.team-slider-style2 .team-inner-wrap .wrap-text {
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
padding: 0 40px 12px;
background: #ffffff;
}
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
margin-bottom: 0;
}
.team-slider-style2 .team-inner-wrap .team-content {
width: 100%;
transition: all 0.5s ease 0s;
position: relative;
padding-bottom: 0;
z-index: 1;
margin-bottom: 0;
background: #010d14;
border-radius: 3px 3px 0 0;
padding: 8px 0 14px;
margin-top: -35px;
position: absolute;
bottom: -50%;
left: 50%;
transform: translateX(-50%);
width: 250px;
transition: 0.4s;
text-align: center;
}
.team-slider-style2 .team-inner-wrap .team-content .team-name {
margin-top: 0 !important;
line-height: 28px !important;
color: #ffffff;
margin: 18px 0 0;
font-weight: 500;
}
.team-slider-style2 .team-inner-wrap .team-content .team-name a {
text-decoration: none;
position: relative;
margin-bottom: 0;
font-size: 20px;
text-transform: capitalize;
z-index: 111;
text-decoration: none;
color: #ffffff;
}
.team-slider-style2 .team-inner-wrap .team-content .social-icons {
color: #ffffff;
padding-top: 2px;
}
.team-slider-style2 .team-inner-wrap .team-content .social-icons a {
text-decoration: none;
color: #ffffff;
padding: 0 3px;
}
.team-slider-style2 .team-inner-wrap .team-content .social-icons a i {
height: 25px;
width: 25px;
}
.team-slider-style2 .team-inner-wrap .team-content .team-title {
color: #ffffff;
font-weight: 500;
line-height: 1.4;
display: block;
margin: 10px 0 5px;
color: #eee;
font-size: 13px;
font-weight: 400;
padding: 0;
display: block;
text-transform: uppercase;
}
.team-slider-style2 .team-inner-wrap .team-content .team-title a {
color: #eee;
pointer-events: none;
}
.team-slider-style2 .team-inner-wrap .team-content .nolink {
pointer-events: none;
}
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor {
font-size: 14px;
}
.team-slider-style2 .team-inner-wrap .team-content .cat-doctor a {
text-decoration: none;
color: #ffffff;
text-transform: uppercase;
}
.team-slider-style2 .team-inner-wrap:hover .team-content {
bottom: 0;
}
.team-slider-style2 .team-inner-wrap:hover .team-img-sec:before {
height: 100%;
}
.icon-button a {
background: #010d14;
color: #ffffff;
padding: 3px 17px;
display: inline-block;
font-size: 20px;
margin-bottom: 25px;
border-radius: 18px;
}
.icon-button a:hover {
color: #ffffff;
background: #2b59ff;
}
.icon-button a i:before {
font-size: inherit;
}
.blogfull .icon-button a {
margin-bottom: 0px;
}
.team-grid-style3 .team-item .team-img-sec {
position: relative;
}
.team-grid-style3 .team-item .team-img-sec:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
z-index: 10;
opacity: 0;
visibility: hidden;
transition: 0.4s;
border-radius: 5px;
}
.team-grid-style3 .team-item img {
position: relative;
z-index: 1;
border-radius: 5px;
}
.team-grid-style3 .team-item .team-content {
display: block;
z-index: 11;
color: #ffffff;
padding: 15px;
transition: all 0.4s ease 0s;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 5px;
text-align: center;
}
.team-grid-style3 .team-item .team-content .author-text {
position: absolute;
left: 0;
top: 42%;
transition: 0.4s;
transform: translateY(-50%);
text-align: center;
width: 100%;
}
.team-grid-style3 .team-item .team-content .team-title {
color: #ffffff;
position: relative;
opacity: 0;
transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
font-size: 16px;
padding: 0 20px;
opacity: 0;
top: 0;
margin-top: -6px;
}
.team-grid-style3 .team-item .team-content .team-name {
position: relative;
opacity: 0;
transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
margin-bottom: 0;
font-size: 20px;
padding: 0 10px;
display: block;
top: -10px;
}
.team-grid-style3 .team-item .team-content .team-name a {
color: #ffffff;
}
.team-grid-style3 .team-item .team-content .social-icons {
left: 0;
top: 60%;
transform: translateY(-50%);
text-align: center;
width: 100%;
position: absolute;
opacity: 0;
visibility: hidden;
transition: 0.4s;
margin: 0;
padding: 0;
list-style: none;
}
.team-grid-style3 .team-item .team-content .social-icons li {
display: inline-block;
position: relative;
transition: 0.4s;
margin: 0 8px;
}
.team-grid-style3 .team-item .team-content .social-icons .facebook {
bottom: -20px;
}
.team-grid-style3 .team-item .team-content .social-icons .google {
bottom: -20px;
}
.team-grid-style3 .team-item .team-content .social-icons .twitter {
bottom: -15px;
}
.team-grid-style3 .team-item .team-content .social-icons a {
color: #2b59ff;
font-size: 16px;
display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a i {
width: 30px;
height: 30px;
border-radius: 30px;
background: #ffffff;
line-height: 30px;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover {
opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-img-sec:before {
opacity: 1;
visibility: visible;
}
.team-grid-style3 .team-item:hover .team-content .author-text {
opacity: 1;
visibility: visible;
}
.team-grid-style3 .team-item:hover .team-content .social-icons {
opacity: 1;
visibility: visible;
}
.team-grid-style3 .team-item:hover .team-content .social-icons li {
bottom: 0;
}
.team-grid-style3 .team-item:hover .team-content .team-title {
opacity: 1;
visibility: visible;
top: 0;
transition-delay: 0.33s;
}
.team-grid-style3 .team-item:hover .team-content .team-name {
opacity: 1;
visibility: visible;
top: 0;
transition-delay: 0.33s;
}
.team-grid-style3 .team-img:after {
top: 0;
}
.team-grid-style3 .team-img:before {
bottom: 0;
}
.team-slider-style3 .team-item .team-img-sec {
position: relative;
}
.team-slider-style3 .team-item .team-img-sec:before {
background: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: "";
z-index: 10;
opacity: 0;
visibility: hidden;
transition: 0.4s;
border-radius: 5px;
}
.team-slider-style3 .team-item img {
position: relative;
z-index: 1;
border-radius: 5px;
}
.team-slider-style3 .team-item .team-content {
display: block;
z-index: 11;
color: #ffffff;
padding: 15px;
transition: all 0.4s ease 0s;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
border-radius: 5px;
text-align: center;
}
.team-slider-style3 .team-item .team-content .author-text {
position: absolute;
left: 0;
top: 39%;
transition: 0.4s;
transform: translateY(-50%);
text-align: center;
width: 100%;
}
.team-slider-style3 .team-item .team-content .team-title {
color: #ffffff;
position: relative;
opacity: 0;
transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
font-size: 14px;
padding: 3px 10px;
opacity: 0;
top: -15px;
}
.team-slider-style3 .team-item .team-content .team-name {
position: relative;
opacity: 0;
transition: all 0.45s cubic-bezier(0.23, 0.88, 0.34, 0.99);
margin-bottom: 0;
font-size: 20px;
padding: 0 10px;
display: block;
top: -10px;
}
.team-slider-style3 .team-item .team-content .team-name a {
color: #ffffff;
}
.team-slider-style3 .team-item .team-content .social-icons {
left: 0;
top: 60%;
transform: translateY(-50%);
text-align: center;
width: 100%;
position: absolute;
opacity: 0;
visibility: hidden;
transition: 0.4s;
margin: 0;
padding: 0;
list-style: none;
}
.team-slider-style3 .team-item .team-content .social-icons li {
display: inline-block;
position: relative;
transition: 0.4s;
margin: 0 8px;
}
.team-slider-style3 .team-item .team-content .social-icons .facebook {
bottom: -20px;
}
.team-slider-style3 .team-item .team-content .social-icons .google {
bottom: -20px;
}
.team-slider-style3 .team-item .team-content .social-icons .twitter {
bottom: -15px;
}
.team-slider-style3 .team-item .team-content .social-icons a {
color: #2b59ff;
font-size: 16px;
display: block;
}
.team-slider-style3 .team-item .team-content .social-icons a i {
width: 30px;
height: 30px;
border-radius: 30px;
background: #ffffff;
line-height: 30px;
}
.team-slider-style3 .team-item .team-content .social-icons a:hover {
opacity: 0.8;
}
.team-slider-style3 .team-item:hover .team-img-sec:before {
opacity: 1;
visibility: visible;
}
.team-slider-style3 .team-item:hover .team-content .author-text {
opacity: 1;
visibility: visible;
}
.team-slider-style3 .team-item:hover .team-content .social-icons {
opacity: 1;
visibility: visible;
}
.team-slider-style3 .team-item:hover .team-content .social-icons li {
bottom: 0;
}
.team-slider-style3 .team-item:hover .team-content .team-title {
opacity: 1;
visibility: visible;
top: 0;
transition-delay: 0.33s;
}
.team-slider-style3 .team-item:hover .team-content .team-name {
opacity: 1;
visibility: visible;
top: 0;
transition-delay: 0.33s;
}
.team-grid-style4 .owl-stage-outer {
overflow-y: visible;
}
.team-grid-style4 .team-item {
margin-bottom: 125px;
position: relative;
overflow: visible;
}
.team-grid-style4 .team-item:before {
display: none;
background: transparent;
}
.team-grid-style4 .team-item .team-content {
background: #D2C007;
padding: 20px;
text-align: center;
z-index: 9;
position: absolute;
z-index: 1;
opacity: 1;
width: unset;
height: unset;
display: inline-block;
top: unset;
bottom: -85px;
padding: 20px 20px 25px;
left: 50%;
max-width: 300px;
transform: translateX(-50%);
width: 100%;
}
.team-grid-style4 .team-item .team-content .team-name {
display: block;
font-size: 22px;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
}
.team-grid-style4 .team-item .team-content .team-name a {
color: #ffffff;
}
.team-grid-style4 .team-item .team-content .team-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding-top: 5px;
display: block;
font-family: "Poppins", sans-serif;
color: #ffffff;
}
.team-grid-style4 .team-item .team-content .team-desc {
font-size: 14px;
margin-bottom: 0;
color: #777;
position: relative;
z-index: 1;
max-height: 0;
opacity: 0;
line-height: 24px;
-webkit-transition: all 0.6s, max-height 0.5s;
-o-transition: all 0.6s, max-height 0.5s;
-moz-transition: all 0.6s, max-height 0.5s;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before {
content: "";
position: absolute;
z-index: 1;
background: #010d14;
top: 0;
left: 50%;
width: 50px;
height: 2px;
margin-left: -25px;
}
.team-grid-style4 .team-item .team-content .social-icons {
text-align: center;
margin-top: 12px;
}
.team-grid-style4 .team-item .team-content .social-icons a {
display: inline-block;
}
.team-grid-style4 .team-item .team-content .social-icons a i {
color: #D2C007;
font-size: 15px;
width: 40px;
height: 40px;
line-height: 40px;
background: #ffffff;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 4px;
margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a:hover i {
background: #5777ff;
color: #ffffff;
}
.team-grid-style4 .team-item:hover .team-content {
opacity: 1;
top: unset;
}
.team-grid-style4 .team-item:hover .team-content .team-desc {
position: relative;
max-height: 400px;
opacity: 1;
text-align: center;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.4s, max-height 1.5s;
-o-transition: all 0.4s, max-height 1.5s;
-moz-transition: all 0.4s, max-height 1.5s;
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.team-slider-style4 .owl-stage-outer {
overflow-y: visible;
}
.team-slider-style4 .team-item {
margin-bottom: 125px;
position: relative;
overflow: visible;
}
.team-slider-style4 .team-item:before {
display: none;
background: transparent;
}
.team-slider-style4 .team-item .team-content {
color: #f8560c;
background: #ffffff;
padding: 20px;
text-align: center;
z-index: 9;
position: absolute;
z-index: 1;
opacity: 1;
width: unset;
height: unset;
display: inline-block;
top: unset;
bottom: -85px;
padding: 20px 20px 25px;
-webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
left: 50%;
max-width: 310px;
transform: translateX(-50%);
width: 95%;
}
.team-slider-style4 .team-item .team-content .team-name {
display: block;
font-size: 22px;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
}
.team-slider-style4 .team-item .team-content .team-name a {
color: #010d14;
}
.team-slider-style4 .team-item .team-content .team-title {
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
padding-top: 5px;
display: block;
font-family: "Poppins", sans-serif;
color: #0a0a0a;
}
.team-slider-style4 .team-item .team-content .team-desc {
font-size: 14px;
margin-bottom: 0;
color: #777;
position: relative;
z-index: 1;
max-height: 0;
opacity: 0;
line-height: 24px;
-webkit-transition: all 0.6s, max-height 0.5s;
-o-transition: all 0.6s, max-height 0.5s;
-moz-transition: all 0.6s, max-height 0.5s;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-slider-style4 .team-item .team-content .team-desc:before {
content: "";
position: absolute;
z-index: 1;
background: #010d14;
top: 0;
left: 50%;
width: 50px;
height: 2px;
margin-left: -25px;
}
.team-slider-style4 .team-item .team-content .social-icons {
text-align: center;
margin-top: 12px;
}
.team-slider-style4 .team-item .team-content .social-icons a {
display: inline-block;
}
.team-slider-style4 .team-item .team-content .social-icons a i {
color: #010d14;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
background: transparent;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-slider-style4 .team-item:hover .team-content {
opacity: 1;
top: unset;
}
.team-slider-style4 .team-item:hover .team-content .team-desc {
position: relative;
max-height: 400px;
opacity: 1;
text-align: center;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.4s, max-height 1.5s;
-o-transition: all 0.4s, max-height 1.5s;
-moz-transition: all 0.4s, max-height 1.5s;
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.team-grid-style5 .team-inner-wrap {
position: relative;
padding-bottom: 100px;
background: #ffffff;
}
.team-grid-style5 .team-inner-wrap .image-wrap img {
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.team-grid-style5 .team-inner-wrap .team-content {
height: 100px;
width: 100%;
top: unset;
bottom: 0;
opacity: 1;
position: absolute;
padding: 15px 20px;
color: #444;
text-align: center;
overflow: hidden;
background: #ffffff;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc {
margin: 10px 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin: 0;
text-transform: uppercase;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a {
color: #222;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a:hover {
opacity: 0.8;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-title {
font-size: 15px;
text-transform: capitalize;
color: #222;
float: none;
text-align: center;
font-weight: 400;
}
.team-grid-style5 .team-inner-wrap .team-content .team-desc {
display: none;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons {
bottom: -100px !important;
transition: all 0.3s ease 0s;
position: absolute;
bottom: 50px;
width: 100%;
text-align: center;
z-index: 100;
left: 50%;
opacity: 0;
transform: translateX(-50%) scale(0.5);
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a {
display: block;
width: 25px;
height: 25px;
line-height: 25px;
padding: 0;
border: none;
text-align: center;
color: #ffffff;
display: inline-block;
transition: all 0.3s ease 0s;
background: 0 0 !important;
margin-right: 8px;
}
.team-grid-style5 .team-inner-wrap .team-content .social-icons a i {
transition: all 0.3s ease 0s;
}
.team-grid-style5 .team-inner-wrap .team-content:hover {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 3px;
background: #010d14;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
transition: 0.4s all ease;
left: 0;
}
.team-grid-style5 .team-inner-wrap:hover .image-wrap img {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.team-grid-style5 .team-inner-wrap:hover .team-content {
opacity: 1;
width: 100%;
visibility: visible;
transform: translate(0, 0);
top: unset;
bottom: 0;
height: 140px;
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content:before {
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
color: #ffffff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
color: #ffffff;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .member-desc:before {
background: #222;
}
.team-grid-style5 .team-inner-wrap:hover .team-content .social-icons {
bottom: 25px !important;
opacity: 1;
transform: translateX(-50%) scale(1);
}
.team-slider-style5 .team-inner-wrap {
position: relative;
overflow: hidden;
padding-bottom: 100px;
background: #ffffff;
}
.team-slider-style5 .team-inner-wrap .image-wrap img {
-webkit-transition: all 0.7s;
transition: all 0.7s;
}
.team-slider-style5 .team-inner-wrap .team-content {
height: 100px;
width: 100%;
top: unset;
bottom: 0;
opacity: 1;
position: absolute;
padding: 15px 20px;
color: #444;
text-align: center;
overflow: hidden;
background: #ffffff;
-webkit-transition: 0.3s all ease;
-moz-transition: 0.3s all ease;
transition: 0.3s all ease;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc {
margin: 10px 0;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
font-size: 20px;
font-weight: 700;
line-height: 30px;
margin: 0;
text-transform: uppercase;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
color: #222;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a:hover {
opacity: 0.8;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-title {
font-size: 15px;
text-transform: capitalize;
color: #222;
float: none;
text-align: center;
font-weight: 400;
}
.team-slider-style5 .team-inner-wrap .team-content .team-desc {
display: none;
}
.team-slider-style5 .team-inner-wrap .team-content .social-icons {
bottom: -100px !important;
transition: all 0.3s ease 0s;
position: absolute;
bottom: 50px;
width: 100%;
text-align: center;
z-index: 100;
left: 50%;
opacity: 0;
transform: translateX(-50%) scale(0.5);
-webkit-transition: 0.4s all ease;
transition: 0.4s all ease;
}
.team-slider-style5 .team-inner-wrap .team-content .social-icons a {
display: block;
width: 25px;
height: 25px;
line-height: 25px;
padding: 0;
border: none;
text-align: center;
color: #ffffff;
display: inline-block;
transition: all 0.3s ease 0s;
background: 0 0 !important;
margin-right: 8px;
}
.team-slider-style5 .team-inner-wrap .team-content .social-icons a i {
transition: all 0.3s ease 0s;
}
.team-slider-style5 .team-inner-wrap .team-content:before {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 3px;
background: #010d14;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
transition: 0.4s all ease;
left: 0;
}
.team-slider-style5 .team-inner-wrap .team-content:hover {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 3px;
background: #010d14;
-webkit-transition: 0.4s all ease;
-moz-transition: 0.4s all ease;
transition: 0.4s all ease;
left: 0;
}
.team-slider-style5 .team-inner-wrap:hover .image-wrap img {
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.team-slider-style5 .team-inner-wrap:hover .team-content {
opacity: 1;
width: 100%;
visibility: visible;
transform: translate(0, 0);
top: unset;
bottom: 0;
height: 140px;
background: #222;
}
.team-slider-style5 .team-inner-wrap:hover .team-content:before {
background: #222;
}
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-name a {
color: #ffffff;
}
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc .team-title {
color: #ffffff;
}
.team-slider-style5 .team-inner-wrap:hover .team-content .member-desc:before {
background: #222;
}
.team-slider-style5 .team-inner-wrap:hover .team-content .social-icons {
bottom: 25px !important;
opacity: 1;
transform: translateX(-50%) scale(1);
}
.team-slider-style6 img {
border-radius: 5px 5px 0 0;
}
.team-slider-style6 .team-content {
text-align: center;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
padding: 20px 15px;
}
.team-slider-style6 .team-content .team-name {
margin-bottom: 2px;
font-size: 20px;
font-weight: 700;
}
.team-slider-style6 .team-content .team-name a {
color: #121933;
}
.team-slider-style6 .team-content .team-name a:hover {
color: #1273eb;
}
.team-slider-style6 .team-content .team-title {
font-size: 16px;
font-weight: 400;
}
.team-grid-style6 .team-item {
padding: 35px 20px 25px;
overflow: visible;
box-shadow: 0px 4px 16px 0px rgba(4, 45, 38, 0.05);
border-radius: 20px;
}
.team-grid-style6 .team-item .image-wrap {
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.team-grid-style6 .team-item .image-wrap img {
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.team-grid-style6 .team-item .image-inner {
overflow: hidden;
border-radius: 50%;
max-width: 135px;
margin: 0 auto;
}
.team-grid-style6 .team-item .social-icons {
position: relative;
padding-top: 15px;
display: flex;
align-items: center;
justify-content: center;
}
.team-grid-style6 .team-item .social-icons a {
display: inline-block;
margin: 0 5px;
}
.team-grid-style6 .team-item .social-icons a i {
color: #4a4a4a;
width: 35px;
height: 35px;
line-height: 35px;
background: transparent;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style6 .team-item .team-content {
text-align: center;
margin: 0;
padding-top: 10px;
position: unset;
opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 25px;
margin-bottom: 8px;
text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #121933;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
color: #2b59ff;
}
.team-grid-style6 .team-item .team-content span.team-title {
font-size: 14px;
color: #3E3E3E;
}
.team-grid-style6 .team-item:hover .image-wrap img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.team-slider-style7 .team-item {
padding: 35px 20px 25px;
overflow: visible;
border-radius: 20px;
}
.team-slider-style7 .team-item .team-item-wrap {
transition: all 0.3s ease 0s;
}
.team-slider-style7 .team-item .image-wrap {
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.team-slider-style7 .team-item .image-wrap img {
border-radius: 50%;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.team-slider-style7 .team-item .image-inner {
border-radius: 50%;
margin: 0 auto;
}
.team-slider-style7 .team-item .social-icons {
text-align: center;
position: relative;
padding-top: 5px;
}
.team-slider-style7 .team-item .social-icons a {
display: inline-block;
}
.team-slider-style7 .team-item .social-icons a i {
color: #4a4a4a;
width: 35px;
height: 35px;
line-height: 35px;
background: transparent;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-slider-style7 .team-item .social-icons a:last-child {
margin-right: 0;
}
.team-slider-style7 .team-item .social-icons a:hover i {
color: #5777ff;
}
.team-slider-style7 .team-item .team-content {
text-align: center;
margin: 0;
padding-top: 10px;
position: unset;
opacity: 1;
}
.team-slider-style7 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 25px;
margin-bottom: 0;
text-transform: capitalize;
}
.team-slider-style7 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #121933;
}
.team-slider-style7 .team-item .team-content h3.team-name a:hover {
color: #2b59ff;
}
.team-slider-style7 .team-item .team-content span.team-title {
font-size: 14px;
color: #3E3E3E;
display: block;
}
.team-slider-style7 .team-item:hover .image-wrap img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap {
display: flex;
flex-direction: column;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap .image-wrap {
order: 2;
}
.team-grid-style7 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.team-grid-style7 .team-item .social-icons1 a i {
font-size: 16px;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
top: unset;
}
.team-grid-style7 .team-item .team-inner-wrap {
border-radius: 0 0 5px 5px;
overflow: hidden;
position: relative;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap {
position: relative;
transition: all 0.3s ease 0s;
transform: translateX(0px);
overflow: hidden;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap img {
border-radius: 0;
width: 100%;
transition: all 0.3s ease 0s;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap img:hover {
transform: scale(1.1) !important;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .share-icon {
margin: 0;
position: absolute;
z-index: 2;
right: 17px;
bottom: 17px;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease 0s;
width: 32px;
height: 32px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .share-icon i {
position: unset;
z-index: 2;
width: inherit;
height: inherit;
border-radius: inherit;
display: inherit;
align-items: center;
justify-content: center;
background: inherit;
line-height: normal !important;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .share-icon:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 33px;
height: 33px;
border-radius: 50%;
transition: all 0.3s ease 0s;
-webkit-animation: pulse-border 1100ms ease-out infinite;
animation: pulse-border 1100ms ease-out infinite;
opacity: 0;
visibility: hidden;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team {
position: absolute;
top: 0;
bottom: 0;
right: -40px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 40px;
transition: all 0.3s ease 0s;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team .share_excerpt {
writing-mode: vertical-rl;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 {
background: transparent;
padding: 12px 10px;
transition: all 0.3s ease 0s;
display: flex;
flex-direction: column;
text-align: center;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a {
padding: 0;
margin-top: 3px;
margin-bottom: 3px;
background: transparent;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a i {
font-size: 12px;
width: 24px;
height: 24px;
line-height: 24px;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a:first-child {
margin-top: 0;
}
.team-grid-style7 .team-item .team-inner-wrap .image-wrap .plus_team .social-icons1 a:last-child {
margin-bottom: 0;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content {
border-radius: 0 0 5px 5px;
display: flex;
justify-content: space-between;
align-items: center;
text-align: left;
margin: 0;
padding: 20px 35px 17px;
margin-bottom: 30px;
position: unset;
opacity: 1;
position: relative;
margin-bottom: 0px;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0px;
text-transform: capitalize;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content h3.team-name a {
text-decoration: none;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content span.team-title {
font-size: 15px;
font-weight: 600;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team:hover .social-icons1 {
visibility: visible;
opacity: 1;
z-index: 2;
transform: scaleY(1);
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team i.ri-share-line {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team .social-icons1 {
position: absolute;
right: 0;
bottom: 100%;
width: 50px;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
z-index: -1;
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team.custom {
position: relative;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team.custom i.ri-share-line {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team.custom .social-icons {
position: absolute;
bottom: 100%;
width: 50px;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
z-index: -1;
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team.custom .social-icons a.social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 7px 0px;
border-radius: 5px;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team.custom .social-icons a.social-icon:hover {
transition: 0.5s;
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .plus_team.custom:hover .social-icons {
visibility: visible;
opacity: 1;
z-index: 2;
transform: scaleY(1);
}
.team-grid-style7 .team-item .team-inner-wrap .team-content .social-icons1 {
display: flex;
flex-direction: column;
}
.team-grid-style7 .team-item .team-inner-wrap.is-open .image-wrap {
transform: translateX(-40px);
}
.team-grid-style7 .team-item .team-inner-wrap.is-open .image-wrap .share-icon::before {
opacity: 1;
visibility: visible;
}
.team-grid-style7 .team-item.image-hover-style .image-wrap {
transition: all 0.3s ease 0s;
position: relative;
text-align: center;
}
.team-grid-style7 .team-item.image-hover-style .image-wrap a {
display: inline-block;
}
.team-grid-style7 .team-item.image-hover-style .image-wrap a img {
max-width: 100%;
}
@media only screen and (max-width: 767px) {
.team-grid-style7 .team-item.image-hover-style .image-wrap a {
width: 100%;
}
.team-grid-style7 .team-item.image-hover-style .image-wrap a img {
width: 100%;
}
}
.team-grid-style7 .team-item.image-hover-style .image-wrap > * {
position: relative;
z-index: 1;
}
.team-grid-style7 .team-item.image-hover-style .image-wrap img {
transform: scale(1) !important;
}
.team-grid-style7 .team-item.image-hover-style .image-wrap::after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
transform: rotate(0);
transition: transform 0.8s;
pointer-events: none;
}
.team-grid-style7 .team-item.image-hover-style:hover .image-wrap::after {
transform: rotate(5deg);
}
.team-grid-style7 .team-item.image-hover-style:hover .image-wrap img {
opacity: 1 !important;
}
.team-grid-style7 .team-item:hover .team-inner-wrap .image-wrap .share-icon::before {
opacity: 1;
visibility: visible;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap {
display: flex;
flex-direction: column;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap .team-content {
order: 1;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 {
top: 49%;
position: absolute;
right: 10px;
bottom: unset;
width: 50px;
background: unset;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
z-index: -1;
transform: scaleY(0);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin: 2px 0px;
border-radius: 5px;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon:hover {
transition: 0.5s;
}
.team-grid-style7 .team-item.reverse_team .team-inner-wrap .team-content .plus_team:hover .social-icons1 {
visibility: visible;
opacity: 1;
z-index: 2;
transform: scaleY(1);
}
.team-grid-style7.color_secondary_scheme .team-item .team-inner-wrap .team-content {
border-color: #D2C007;
}
.team-grid-style7.color_secondary_scheme .team-item .team-inner-wrap .team-content h3.team-name a {
color: #ffffff;
}
.team-grid-style7.color_secondary_scheme .team-item .team-inner-wrap .team-content h3.team-name a:hover {
color: #D2C007;
}
.team-grid-style7.color_secondary_scheme .team-item .team-inner-wrap .team-content .team-title {
color: #ffffff;
}
.team-grid-style7.color_secondary_scheme .team-item.reverse_team .team-inner-wrap .team-content {
border-color: #D2C007;
}
.team-grid-style7.color_secondary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team i.ri-share-line {
background: #D2C007;
color: #091D2D;
}
.team-grid-style7.color_secondary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon {
background: #ffffff;
}
.team-grid-style7.color_secondary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon i {
color: #091D2D;
}
.team-grid-style7.color_secondary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon:hover {
background: #D2C007;
}
.team-grid-style7.color_secondary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon:hover i {
color: #091D2D;
}
.team-grid-style7.color_primary_scheme .team-item .team-inner-wrap .team-content {
background: #D2C007;
border-color: #5777ff;
}
.team-grid-style7.color_primary_scheme .team-item .team-inner-wrap .team-content h3.team-name a {
color: #091D2D;
}
.team-grid-style7.color_primary_scheme .team-item .team-inner-wrap .team-content h3.team-name a:hover {
color: #5777ff;
}
.team-grid-style7.color_primary_scheme .team-item .team-inner-wrap .team-content .team-title {
color: #091D2D;
}
.team-grid-style7.color_primary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team i.ri-share-line {
background: #5777ff;
color: #ffffff;
}
.team-grid-style7.color_primary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon {
background: #ffffff;
}
.team-grid-style7.color_primary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon i {
color: #091D2D;
}
.team-grid-style7.color_primary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon:hover {
background: #5777ff;
}
.team-grid-style7.color_primary_scheme .team-item.reverse_team .team-inner-wrap .team-content .plus_team .social-icons1 .social-icon:hover i {
color: #ffffff;
}
.team-grid-style8 .team-inner-wrap {
position: relative;
transition: all 0.3s ease 0s;
}
.team-grid-style8 .team-inner-wrap .image-wrap {
position: relative;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team {
position: absolute;
top: 17px;
right: 20px;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team .social-icons1 {
display: flex;
flex-direction: column;
top: 80%;
position: absolute;
right: -10px;
bottom: unset;
width: 50px;
background: unset;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
z-index: -1;
transform: scaleY(0);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #ffffff;
margin: 2px 0px;
border-radius: 5px;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon i {
color: #091D2D;
top: 0px;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon:hover {
background-color: #5777ff;
transition: 0.5s;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon:hover i {
color: #ffffff;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team i.ri-share-line {
background-color: #071230;
width: 40px;
height: 40px;
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.team-grid-style8 .team-inner-wrap .image-wrap .plus_team:hover .social-icons1 {
visibility: visible;
opacity: 1;
z-index: 2;
transform: scaleY(1);
}
.team-grid-style8 .team-inner-wrap .team-name a {
color: #091D2D;
}
.team-grid-style8 .team-inner-wrap .team-name a:hover {
color: #5777ff;
}
.team-grid-style8 .team-inner-wrap .phone-call {
position: absolute;
left: 0;
bottom: 0;
right: 0;
transform: perspective(400px) translateY(0px);
transform-origin: bottom;
transition: 0.5s;
z-index: 2;
visibility: hidden;
opacity: 0;
font-size: 15px;
font-weight: 500;
border-top: 1px solid #e6e7ea;
padding-top: 20px;
font-size: 16px;
font-weight: 700;
}
.team-grid-style8 .team-inner-wrap .phone-call i {
color: #071230;
}
.team-grid-style8 .team-inner-wrap .phone-call .call {
margin-left: 5px;
color: #071230;
}
.team-grid-style8 .team-inner-wrap:hover .phone-call {
transform: perspective(400px) translateY(40px);
transition: 0.5s;
visibility: visible;
opacity: 1;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon {
background-color: #ffffff;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon i {
color: #091D2D;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon:hover {
background-color: #5777ff;
transition: 0.5s;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon:hover i {
color: #ffffff;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .image-wrap .plus_team i.ri-share-line {
background-color: #5777ff;
color: #ffffff;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .team-name a {
color: #091D2D;
}
.team-grid-style8.color_primary_scheme .team-inner-wrap .team-name a:hover {
color: #5777ff;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon {
background-color: #ffffff;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon i {
color: #091D2D;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon:hover {
background-color: #D2C007;
transition: 0.5s;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .image-wrap .plus_team .social-icons1 .social-icon:hover i {
color: #091D2D;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .image-wrap .plus_team i.ri-share-line {
background-color: #D2C007;
color: #091D2D;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .team-name a {
color: #091D2D;
}
.team-grid-style8.color_secondary_scheme .team-inner-wrap .team-name a:hover {
color: #D2C007;
}
.team-grid-style9 .team-item {
border: 1px solid rgba(233, 234, 237, 0.48);
padding: 20px;
border-radius: 4px;
transition: all 0.3s ease 0s;
margin-bottom: 0;
}
.team-grid-style9 .team-item .team-inner-wrap {
border-radius: 0 0 5px 5px;
overflow: hidden;
position: relative;
}
.team-grid-style9 .team-item .team-inner-wrap .team-content {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
background: transparent;
}
.team-grid-style9 .team-item .team-inner-wrap .team-content .inner-ctn h3.team-name, .team-grid-style9 .team-item .team-inner-wrap .team-content .inner-ctn a {
font-weight: 600;
font-size: 20px;
line-height: 32px;
margin-bottom: 0px;
text-transform: capitalize;
color: #D2C007;
}
.team-grid-style9 .team-item .team-inner-wrap .team-content .inner-ctn h3.team-name a, .team-grid-style9 .team-item .team-inner-wrap .team-content .inner-ctn a a {
text-decoration: none;
}
.team-grid-style9 .team-item .team-inner-wrap .team-content .inner-ctn span.team-title {
font-size: 15px;
font-weight: 500;
line-height: 21px;
color: #666666;
}
.team-grid-style9 .team-item .team-inner-wrap .team-content .plus_team {
position: relative;
display: flex;
align-items: center;
transition: all 0.3s ease 0s;
}
.team-grid-style9 .team-item .team-inner-wrap .team-content .plus_team i {
background-color: #5777ff;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.team-grid-style9 .team-item .team-inner-wrap .image-wrap img {
border-radius: 4px;
width: 100%;
}
.team-grid-style9 .team-item .team-inner-wrap .share-icon-wrapper {
position: absolute;
bottom: 5px;
left: 5px;
display: flex;
align-items: center;
margin-top: -20px;
}
.team-grid-style9 .team-item .team-inner-wrap .share-icon-wrapper i {
background-color: #D2C007;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
z-index: 2;
}
.team-grid-style9 .team-item .team-inner-wrap .share-icon-wrapper .social-icons1 {
display: flex;
transition: all 0.4s ease 0s;
margin-left: 3px;
opacity: 0;
transform: translateX(-50px);
}
.team-grid-style9 .team-item .team-inner-wrap .share-icon-wrapper .social-icons1 a {
margin: 0 1.5px;
}
.team-grid-style9 .team-item .team-inner-wrap .share-icon-wrapper .social-icons1 a i {
transition: all 0.3s ease 0s;
background: #5777ff;
}
.team-grid-style9 .team-item .team-inner-wrap .share-icon-wrapper .social-icons1 a:hover i {
background: #FE6400;
}
.team-grid-style9 .team-item:hover .team-inner-wrap .image-wrap .share-icon::before {
opacity: 1;
visibility: visible;
}
.team-grid-style9 .team-item:hover .team-inner-wrap .share-icon-wrapper .social-icons1 {
transform: translateX(0px);
opacity: 1;
}
.team-grid-style10 .team-inner-wrap {
position: relative;
transition: all 0.3s ease 0s;
}
.team-grid-style10 .team-inner-wrap .image-wrap {
position: relative;
overflow: hidden;
}
.team-grid-style10 .team-inner-wrap .image-wrap img {
transition: all 0.3s ease 0s;
border-radius: 6px;
border-color: transparent;
border-style: solid;
border-width: 3px;
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 {
position: absolute;
display: flex;
justify-content: center;
width: 100%;
bottom: 0;
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 a {
background-color: #ffffff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
color: #5777ff;
margin: 0 2.5px;
transition: all 0.5s;
opacity: 0;
visibility: hidden;
transform: translateY(20px);
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 a i {
font-size: 18px;
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 a:hover {
background: #5777ff;
color: #ffffff;
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 a:nth-child(2) {
transition-delay: 0.1s;
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 a:nth-child(3) {
transition-delay: 0.2s;
}
.team-grid-style10 .team-inner-wrap .image-wrap .social-icons1 a:nth-child(4) {
transition-delay: 0.3s;
}
.team-grid-style10 .team-inner-wrap .team-name a {
color: #091D2D;
}
.team-grid-style10 .team-inner-wrap .team-name a:hover {
color: #5777ff;
}
.team-grid-style10 .team-inner-wrap:hover .image-wrap img {
border: 3px solid #5777ff;
}
.team-grid-style10 .team-inner-wrap:hover .image-wrap .social-icons1 a {
opacity: 1;
visibility: visible;
transform: translateY(-20px);
}
.team-grid-style11 .team-item .image-wrap {
overflow: hidden;
}
.team-grid-style11 .team-item .image-wrap img {
transition: all 0.3s ease 0s;
}
.team-grid-style11 .team-item .team-content-inner {
margin-right: 60px;
}
.team-grid-style11 .team-item .team-content-inner .team-content {
border-radius: 0 4px 4px 4px;
overflow: hidden;
margin-top: -60px;
background: #f9f9f9;
padding: 25px 28px;
position: relative;
}
.team-grid-style11 .team-item .team-content-inner .team-content::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 4px;
background: #C3002F;
transition: all 0.3s ease 0s;
}
.team-grid-style11 .team-item .team-content-inner .team-content .inner-ctn {
display: flex;
align-items: center;
margin-bottom: 12px;
}
@media (max-width: 767px) {
.team-grid-style11 .team-item .team-content-inner .team-content .inner-ctn {
flex-direction: column;
align-items: start;
}
}
.team-grid-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name {
margin: 0;
}
.team-grid-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name a {
color: #363C3C;
}
.team-grid-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name a:hover {
color: #C3002F;
}
.team-grid-style11 .team-item .team-content-inner .team-content .inner-ctn .team-title {
margin-left: 15px;
}
.team-grid-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 {
display: flex;
}
.team-grid-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a {
margin-right: 10px;
}
.team-grid-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a i::before {
color: rgba(54, 60, 60, 0.3490196078);
transition: all 0.3s ease 0s;
}
.team-grid-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a:hover i::before {
color: #C3002F;
}
.team-grid-style11 .team-item .rs-addon-slider .slick-arrow {
opacity: 1 !important;
}
.team-grid-style11 .team-item:hover .image-wrap img {
transform: scale(1.06);
}
.team-grid-style11 .team-item:hover .team-content-inner .team-content::after {
width: 100%;
}.rs-team-slider.team-slider-style7 .image-wrap {
text-align: center;
border-radius: 0;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner {
position: relative;
display: inline-block;
border-radius: 0;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner a {
z-index: 1;
position: relative;
display: inline-block;
overflow: hidden;
border-radius: 47% 53% 60% 40%/41% 49% 51% 59%;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner a img {
border-radius: unset;
}
.rs-team-slider.team-slider-style7 .image-wrap .image-inner:after {
position: absolute;
content: "";
right: 0;
bottom: 0;
width: 125px;
height: 125px;
border-radius: 50%;
background: #f9f9f9;
animation: team-shape-circle 55s linear infinite;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap {
padding: 37px;
background: linear-gradient(-45deg, transparent 17.98%, #5777ff 99.52%);
border-radius: 50%;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap {
position: relative;
border-radius: 50%;
overflow: hidden;
box-shadow: 4px 13px 10px 0px rgba(0, 0, 0, 0.5);
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap .team-social {
position: absolute;
right: 0;
left: 0;
bottom: 30px;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap .team-social a {
display: inline-block;
margin-right: 3px;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap .team-social a:last-child {
margin: 0 !important;
}
.rs-team-slider.team-slider-style8 .team-item .image-wrap .img-inner-wrap:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 0.3s ease 0s;
background: linear-gradient(180deg, transparent 17.98%, #5777ff 99.52%);
transform: translateY(50px) scale(1.2);
opacity: 0;
visibility: hidden;
}
.rs-team-slider.team-slider-style8 .team-item .team-item-wrap:hover .image-wrap .img-inner-wrap .team-social {
opacity: 1;
visibility: visible;
}
.rs-team-slider.team-slider-style8 .team-item .team-item-wrap:hover .image-wrap .img-inner-wrap:after {
visibility: visible;
opacity: 1;
transform: translateY(0) scale(1);
}
.rs-team-slider.team-slider-style9 .plus_team {
position: absolute;
right: 20px;
bottom: -20px;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 {
display: flex;
flex-direction: column;
margin-bottom: 2px;
transform: translateY(-20px);
transition: all 0.3s ease 0s;
opacity: 0;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 a {
margin: 1px 0;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 a:first-child {
top-bottom: 0;
}
.rs-team-slider.team-slider-style9 .plus_team .social-icons1 a:last-child {
margin-bottom: 0;
}
.rs-team-slider.team-slider-style9 .plus_team i {
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 4px;
color: #091D2D;
width: 40px;
height: 40px;
background: #ffffff;
transition: all 0.3s ease 0s;
}
.rs-team-slider.team-slider-style9 .plus_team i:hover {
background: #5777ff;
color: #ffffff;
}
.rs-team-slider.team-slider-style9 .plus_team i.ri-share-line {
background: #5777ff;
color: #ffffff;
}
.rs-team-slider.team-slider-style9 .plus_team i.ri-share-line:hover {
background: #5777ff;
color: #ffffff;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap {
position: relative;
border-radius: 10px;
margin: 20px 0;
padding: 10px;
background: #ffffff;
box-shadow: 0px 2px 18px 0px rgba(12, 4, 66, 0.06);
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .image-wrap {
position: relative;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .image-wrap img {
border-radius: 10px 10px 0 0;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content {
padding: 20px 10px 15px;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content .team-name {
margin: 0 0 3px;
font-size: 24px;
font-weight: 600;
line-height: 36px;
text-transform: capitalize;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content .team-name a {
color: #091D2D;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap .team-content .team-name a:hover {
color: #5777ff;
}
.rs-team-slider.team-slider-style9 .team-inner-wrap:hover .plus_team .social-icons1 {
opacity: 1;
transform: translateY(0);
}
.rs-team-slider.team-slider-style9.color_gradient_scheme .plus_team i.ri-share-line {
background-image: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
}
.rs-team-slider.team-slider-style9.color_gradient_scheme .plus_team .social-icons1 i {
color: #fff;
background-image: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
}
.rs-team-slider.team-slider-style9.color_gradient_scheme .plus_team .social-icons1 i:hover {
background-image: linear-gradient(90deg, #D2C007 0%, #5777ff 100%);
}
.rs-team-slider.team-slider-style10 .team-content-inner {
margin-right: 30px;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content {
border-radius: 0 0 5px 5px;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: -60px;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team {
border-left: 1px solid #e7e7e7;
line-height: 35px;
padding-left: 30px;
display: flex;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
right: 0;
bottom: 100%;
width: 50px;
background: #010d14;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
z-index: -1;
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 a {
padding: 0;
background: transparent;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 a i {
background: transparent;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .social-icons1 a:hover i {
color: #5777ff;
background: transparent;
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team:hover .social-icons1 {
visibility: visible;
opacity: 1;
z-index: 2;
transform: scaleY(1);
}
.rs-team-slider.team-slider-style10 .team-content-inner .team-content .plus_team .share-icon i {
margin: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
right: 35px;
font-weight: 700;
font-size: 18px;
cursor: pointer;
transition: 500ms ease;
background: #EB003D;
color: #fff;
width: 45px;
height: 45px;
border-radius: 45px;
line-height: 50px;
text-align: center;
}
.rs-team-slider.team-slider-style10 .team-item {
padding: 0 30px !important;
overflow: hidden;
}
.rs-team-slider.team-slider-style10 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.rs-team-slider.team-slider-style10 .team-item .social-icons1 a i {
color: #fff;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
-webkit-transition: 0.3s all ease;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap {
border-radius: 0 0 5px 5px;
position: relative;
padding-top: 30px;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap {
position: relative;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap:before {
content: "";
position: absolute;
background: #fff;
left: 30px;
bottom: 30px;
height: 100%;
width: 100%;
z-index: -1;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .pointer-events {
overflow: hidden;
display: block;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap img {
border-radius: 0;
transition: all 0.3s ease 0s;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap:hover img {
transform: scale(1.05);
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 {
position: absolute;
right: 0;
bottom: -180px;
width: 50px;
background: #013aa8;
padding: 12px 0;
opacity: 1;
visibility: visible;
transition: all 0.4s ease 0s;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 a {
padding: 0;
background: transparent;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 a i {
background: transparent;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .image-wrap .social-icons1 a:hover i {
color: #5777ff;
background: transparent;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap:hover .image-wrap .social-icons1 {
right: 0;
width: 50px;
opacity: 1;
visibility: visible;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content {
text-align: left;
padding: 20px 35px 17px;
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
background: #010d14;
margin-bottom: 30px;
position: unset;
opacity: 1;
position: relative;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0px;
text-transform: capitalize;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content h3.team-name a {
text-decoration: none;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .team-content span.team-title {
font-size: 15px;
color: #ffffff;
font-weight: 600;
}
.rs-team-slider.team-slider-style10 .team-item .team-inner-wrap .social-icons {
display: none;
}
.rs-team-slider.team-slider-style10 .rs-addon-slider .slick-arrow {
opacity: 1 !important;
}
.rs-team-slider.team-slider-style11 .team-item .image-wrap {
overflow: hidden;
}
.rs-team-slider.team-slider-style11 .team-item .image-wrap img {
transition: all 0.3s ease 0s;
width: 100%;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner {
margin-right: 60px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content {
border-radius: 0 4px 4px 4px;
overflow: hidden;
margin-top: -60px;
background: #f9f9f9;
padding: 25px 28px;
position: relative;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 4px;
background: #D2C007;
transition: all 0.3s ease 0s;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name {
margin: 0;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name a {
color: #363C3C;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-name a:hover {
color: #D2C007;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .inner-ctn .team-title {
margin-left: 15px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 {
display: flex;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a {
margin-right: 10px;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a i::before {
color: rgba(54, 60, 60, 0.3490196078);
transition: all 0.3s ease 0s;
}
.rs-team-slider.team-slider-style11 .team-item .team-content-inner .team-content .plus_team .social-icons1 a:hover i::before {
color: #D2C007;
}
.rs-team-slider.team-slider-style11 .team-item .rs-addon-slider .slick-arrow {
opacity: 1 !important;
}
.rs-team-slider.team-slider-style11 .team-item:hover .image-wrap img {
transform: scale(1.06);
}
.rs-team-slider.team-slider-style11 .team-item:hover .team-content-inner .team-content::after {
width: 100%;
}
.rs-team-slider.team-slider-style11 .slick-arrow::before {
content: unset !important;
}
.rs-team-slider.team-slider-style11 .slick-center .image-wrap img {
transform: scale(1.06);
}
.rs-team-slider.team-slider-style11 .slick-center .team-content-inner .team-content::after {
width: 100%;
}
.team-slider-default {
position: relative;
margin: 0;
display: flex;
}
.team-slider-default .team-item {
padding: 0;
}
.team-slider-default .slider-for {
width: 65%;
max-width: 65%;
}
.team-slider-default .slider-for .team-inner-wrap {
margin-bottom: 0 !important;
}
.team-slider-default .slider-for .team-inner-wrap .image-wrap {
position: relative;
}
.team-slider-default .slider-for .team-inner-wrap .image-wrap img {
width: 100%;
}
.team-slider-default .slider-for .team-inner-wrap .image-wrap .social-icons {
display: flex;
flex-direction: column;
padding: 0 15px 15px 0;
gap: 5px;
position: absolute;
bottom: 0;
right: 0;
opacity: 0;
transform: scaleY(0);
transition: all 0.3s ease 0s;
}
.team-slider-default .slider-for .team-inner-wrap .image-wrap .social-icons a {
color: #000000;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(255, 255, 255, 0.8);
width: 35px;
background: #fff;
height: 35px;
border-radius: 3px;
}
.team-slider-default .slider-for .team-inner-wrap .image-wrap .social-icons a:hover {
color: #5777ff;
}
.team-slider-default .slider-for .team-inner-wrap .team-content {
padding: 20px 2px 0 0;
margin-top: 4px;
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
.team-slider-default .slider-for .team-inner-wrap .team-content .team-member-info .team-name {
margin-bottom: 0;
}
.team-slider-default .slider-for .team-inner-wrap .team-content .social-trigger-btn {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
color: #fff;
background: #5777ff;
transition: all 0.3s ease 0s;
cursor: pointer;
}
.team-slider-default .slider-for .team-inner-wrap .team-content .social-trigger-btn i {
line-height: 1;
top: 0;
}
.team-slider-default .slider-for .team-inner-wrap.highlight .social-icons {
transform: scaleY(1);
opacity: 1;
}
.team-slider-default .slider-for .team-inner-wrap.highlight .social-trigger-btn:not(.social-icons) {
transform: rotate(45deg);
}
.team-slider-default .rs-slide-nav {
max-width: 35%;
padding-left: 30px;
background: inherit;
max-height: 396px;
overflow: hidden;
}
.team-slider-default .image-list {
border: none !important;
}
.team-slider-default .image-list img {
margin-bottom: 30px;
cursor: pointer;
}
.team-slider-default .slick-dots {
line-height: 10px;
bottom: -40px;
z-index: 3;
}
.team-slider-default .slick-dots li {
display: inline-block;
width: unset;
height: unset;
margin: 0 5px;
}
.team-slider-default .slick-dots li button {
width: 15px;
height: 15px;
display: inline-block;
font-size: unset;
line-height: unset;
padding: unset;
background: #707484;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
border-radius: 15px;
}
.team-slider-default .slick-dots li button:before {
display: none;
}
.team-slider-default .slick-dots li button:hover {
background: #2b59ff;
opacity: 1;
width: 26px;
}
.team-slider-default .slick-dots li.slick-active button {
width: 24px;
background: #2b59ff;
opacity: 1;
}
.team-slider-default .slick-arrow {
position: absolute;
bottom: 0;
transition: all 0.3s ease 0s;
z-index: 9;
opacity: 1;
width: 45px;
height: 45px;
text-align: center;
color: #fff;
background: #5777ff;
}
.team-slider-default .slick-arrow:before {
opacity: 1;
font-family: remixicon;
font-style: normal;
-webkit-font-smoothing: antialiased;
}
.team-slider-default .slick-arrow.slick-next:before {
content: "\ea6c";
}
.team-slider-default .slick-arrow.slick-prev:before {
content: "\ea60";
}
.team-slider-default .slick-arrow:hover {
background: #282425;
}
.team-slider-default .slick-arrow:hover:before {
color: #fff;
}
.team-slider-default:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider {
position: relative;
padding-bottom: 123px;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
border-radius: 10px;
overflow: hidden;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow {
font-size: 16px;
line-height: 26px;
font-weight: 600;
text-transform: uppercase;
opacity: 1;
visibility: visible;
color: #fff;
font-family: "Urbanist", sans-serif;
background: #765DF7;
position: unset;
width: unset;
height: unset;
transform: unset;
display: flex;
align-items: center;
transition: all 0.3s ease 0s;
padding: 22px 44px;
border-radius: 0;
border: none;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow svg {
margin-right: 10px;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow svg path {
transition: all 0.3s ease 0s;
fill: #fff;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow:before {
display: none;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow.slick-next svg {
margin-left: 10px;
margin-right: 0;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow:hover {
color: #5777ff;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav .slick-arrow:hover svg path {
fill: #5777ff;
}
.rsaddon-unique-slider.rs-team-slider.team-slider-style8 .rs-addon-slider .custom-nav:after {
position: absolute;
content: "/";
left: 50%;
top: 50%;
color: #fff;
transform: translate(-50%, -50%);
pointer-events: none;
z-index: 9;
}
@keyframes team-shape-circle {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.home-4-team-member .team-item .team-content .social-icons1 {
display: flex;
flex-direction: column;
}
.home-4-team-member .team-item .team-content {
display: flex;
justify-content: space-between;
}.rs-portfolio-style1 .portfolio-details {
padding: 0;
}
.rs-portfolio-style1 .portfolio-details .p-category {
margin: 0 0 10px;
}
.rs-portfolio-style1 .portfolio-details .p-title {
margin: 0;
font-size: 35px;
line-height: 45px;
font-weight: 600;
}
.rs-portfolio-style1 .portfolio-item {
position: relative;
border-radius: 2px;
transition: 0.4s;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img img {
border-radius: 2px;
width: 100%;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details {
position: absolute;
bottom: 0;
transform: translateY(-20px);
left: 20px;
opacity: 0;
transition: 0.4s;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-category {
margin: 0;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-category a {
display: inline-block;
color: #ffffff;
font-size: 14px;
line-height: 14px;
font-weight: 400;
text-transform: capitalize;
transition: 0.3s ease all;
background: #5777ff;
padding: 7px 17px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-category a:hover {
background: #5777ff;
opacity: 0.9;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title {
margin: 0;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a {
color: #091D2D;
font-size: 24px;
font-weight: 600;
text-transform: capitalize;
transition: 0.3s ease all;
margin-top: 6px;
background: #ffffff;
padding: 10px 10px 10px 18px;
border-radius: 2px;
display: inline-block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a .title-icons {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #f2f2f2;
border-radius: 50%;
margin-left: 40px;
transition: all 0.3s ease 0s;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a .title-icons svg path {
fill: #5777ff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a .title-icons i {
top: unset;
font-size: 18px;
color: #5777ff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a .title-icons:hover {
background: #5777ff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a .title-icons:hover svg path {
fill: #ffffff;
}
.rs-portfolio-style1 .portfolio-item .portfolio-details .p-title a:hover {
color: #5777ff;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-details {
opacity: 1;
visibility: visible;
}
.rs-portfolio-style2 .portfolio-details {
padding: 0;
}
.rs-portfolio-style2 .portfolio-details .p-category {
margin: 0 0 10px;
}
.rs-portfolio-style2 .portfolio-details .p-title {
margin: 0;
font-size: 35px;
line-height: 45px;
font-weight: 600;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 {
padding: 0px !important;
position: relative;
border-radius: 4px !important;
transition: 0.4s;
height: unset !important;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2:before {
content: "";
position: absolute;
opacity: 0.6999999881;
background: #09496A;
left: 0;
right: 0;
height: 0;
transition: all 0.5s ease;
bottom: 0;
pointer-events: none;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2:hover:before {
height: 100%;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-img img {
border-radius: 2px;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details {
position: absolute;
bottom: 0;
transform: translateY(-25px);
opacity: 0;
transition: 0.4s;
width: 100%;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .p-category {
margin: 0;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .p-category a {
display: inline-block;
color: #ffffff;
font-size: 14px;
line-height: 14px;
font-weight: 400;
text-transform: capitalize;
transition: 0.3s ease all;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .p-title {
margin: 0;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .p-title a {
color: #5777ff;
font-size: 24px;
font-weight: 600;
text-transform: capitalize;
transition: 0.3s ease all;
margin-top: 6px;
display: inline-block;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .p-title a:hover {
color: #5777ff;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .title-icons {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #f2f2f2;
border-radius: 50%;
margin-left: 40px;
transition: all 0.3s ease 0s;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .title-icons svg path {
fill: #5777ff;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .title-icons i {
top: unset;
font-size: 18px;
color: #5777ff;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .title-icons:hover {
background: #5777ff;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2 .portfolio-details .title-icons:hover svg path {
fill: #ffffff;
}
.rs-portfolio-style2 .portfolio-item.rsportfolio-grid-style2:hover .portfolio-details {
opacity: 1;
visibility: visible;
}
.rs-portfolio-style6 .portfolio-item {
padding-bottom: 60px;
margin-bottom: 60px;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-category {
margin-bottom: 0;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner p {
margin-bottom: 0;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-icon {
margin-top: 50px;
position: relative;
overflow: hidden;
display: inline-block;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-icon .read-more-text {
margin-left: 0;
transition: all 0.5s ease;
border: 1px solid #5777ff;
color: #5777ff;
padding: 6px 15px 6px 15px;
display: inline-block;
border-radius: 4px;
letter-spacing: 1px;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-icon .read-more-text svg {
width: 15px;
margin-top: -2px;
margin-left: 7px;
transition: all 0.5s ease;
fill: #ffffff;
display: none;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-icon:hover .read-more-text {
margin-left: 0;
background: #5777ff;
color: #ffffff;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-icon:hover .read-more-text svg {
transform: rotate(45deg);
}
.rs-portfolio-style6 .portfolio-item .portfolio-img {
flex: 0 0 46%;
overflow: hidden;
overflow: hidden;
border-radius: 5px;
}
.rs-portfolio-style6 .portfolio-item .portfolio-img img {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
width: 100%;
}
.rs-portfolio-style6 .grid-item:last-child .portfolio-item {
border: none !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.rs-portfolio-style7 .portfolio-item .portfolio-img {
overflow: hidden;
}
.rs-portfolio-style7 .portfolio-item .portfolio-img a {
display: block;
}
.rs-portfolio-style7 .portfolio-item .portfolio-img a img {
transition: all 0.3s ease 0s;
object-fit: cover;
}
.rs-portfolio-style7 .portfolio-item:hover .portfolio-img a img {
filter: grayscale(0.8);
}
.portfolio-grid.glass-effect-yes .portfolio-item > svg {
position: absolute;
opacity: 0;
pointer-events: none;
}
.portfolio-grid.glass-effect-yes .portfolio-item .portfolio-img {
overflow: hidden;
}
.portfolio-grid.glass-effect-yes .portfolio-item .portfolio-img img {
transition: all 0.3s ease 0s;
}
.portfolio-grid.glass-effect-yes .portfolio-item:hover .portfolio-img img {
transform: scale(1.04) !important;
}
.rs-portfolio-style8 .project-both-wrap {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion {
width: 626px;
padding: 50px;
border-radius: 20px;
box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.05);
background: #fff;
margin-left: -190px;
position: relative;
z-index: 1;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item {
border: none;
margin-bottom: 24px;
border-radius: 0;
background: transparent;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-header .portfolio-acc-btn {
cursor: pointer;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-header .portfolio-acc-btn .tab-title {
margin-bottom: 0px;
position: relative;
background-image: linear-gradient(to bottom, #091D2D 0%, #091D2D 100%);
background-repeat: no-repeat !important;
background-position: left 100% !important;
display: inline-block;
transition: all 0.3s ease 0s;
background-size: 0 2px !important;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-header .portfolio-acc-btn.collapsed .tab-title {
background-size: 100% 2px !important;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-body {
padding: 15px 0 0 0;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-body .desc {
margin-bottom: 30px;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-body .p-icon a.prs_btn {
background-color: #5777ff;
color: #fff;
font-size: 16px;
padding: 8px 22px;
border-radius: 7px;
overflow: hidden;
position: relative;
display: inline-block;
line-height: 26px;
transition: all 0.3s ease 0s;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item .accordion-body .p-icon a.prs_btn:hover {
background: #091D2D;
color: #fff;
}
.rs-portfolio-style8 .project-both-wrap .portfolio-accordion .accordion-item:last-child {
margin-bottom: 0 !important;
}
.rs-portfolio-style8 .project-both-wrap .portfolio_acc_feature_image {
width: 100%;
position: relative;
list-style: none;
padding: 0;
margin: 0;
overflow: hidden;
height: 840px;
border-radius: 0 20px 20px 0;
}
.rs-portfolio-style8 .project-both-wrap .portfolio_acc_feature_image img {
transition: all 0.3s ease 0s;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
object-fit: cover;
object-position: center;
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.rs-portfolio-style8 .project-both-wrap .portfolio_acc_feature_image img.active {
pointer-events: unset;
opacity: 1;
visibility: visible;
}.portfolio-filter .anim_pills_yes .marker {
position: absolute;
top: 0;
left: 0;
background-color: #5777ff;
width: 0;
transition: 0.5s;
border-radius: 30px;
}
.portfolio-filter .anim_pills_yes button:before {
display: none;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item {
position: relative;
overflow: inherit;
z-index: 1;
margin-bottom: 30px;
background: unset !important;
transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767px) {
.portfolio-filter.rs-portfolio-style2 .portfolio-item img {
width: 100%;
}
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
border: 2px solid rgba(230, 145, 35, 0.6705882353);
transition: 0.5s;
z-index: -1;
transform: translate(-10px, -10px);
border-radius: 4px;
transition: all 0.4s ease 0s;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content {
position: absolute;
left: 0;
right: 0;
bottom: -50px;
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
background: #d52925;
opacity: 0;
visibility: hidden;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content:before {
content: "";
transition: unset;
position: absolute;
bottom: 100%;
height: 50px;
left: 0;
right: 0;
z-index: 1;
transform: translateY(1px);
clip-path: polygon(0 100%, 60% 0, 100% 100%);
background: inherit;
transition: all 0.4s ease 0s;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon {
position: unset;
z-index: 11;
margin: 0;
visibility: hidden;
transition: unset;
top: 2px;
right: 0px;
text-align: right;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: transparent;
border-radius: 0px 10px 10px 0px;
opacity: 1;
visibility: visible;
color: #ffffff;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon a {
display: flex;
align-items: center;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon a svg {
left: 11px;
top: 1px;
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
transition: 0.5s;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon a:hover svg {
transform: translate3d(8px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon i {
font-size: 15px;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon i:before {
font-size: 15px;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title {
position: unset;
transition: unset;
z-index: 11;
margin: 0;
bottom: 55px;
left: -40px;
opacity: 1;
visibility: visible;
background: transparent;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span.p-category {
display: block;
line-height: 1;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span.p-category a:nth-of-type(1) {
position: relative;
margin-left: 50px;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span.p-category a:nth-of-type(1)::before {
content: "";
position: absolute;
width: 40px;
height: 11px;
background-image: url(http://192.168.0.134:10005/wp-content/uploads/2023/05/partner_logo.png);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
top: 5px;
left: -50px;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span.p-category a:nth-of-type(2) {
position: relative;
margin-left: 20px;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span.p-category a:nth-of-type(2)::before {
content: "";
position: absolute;
width: 6px;
height: 6px;
background: #fff;
border-radius: 50%;
bottom: 8px;
left: -15px;
}
@media only screen and (max-width: 1366px) {
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span.p-category a:nth-of-type(2)::before {
width: 5px;
height: 5px;
bottom: 5px;
}
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title span {
font-size: 16px;
font-weight: 400;
color: #ffffff;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item:hover .portfolio-content {
opacity: 1;
visibility: visible;
bottom: 0;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item:hover .portfolio-content .p-title {
bottom: 50px;
left: 0 !important;
opacity: 1;
visibility: visible;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item:hover .portfolio-content .p-icon {
opacity: 1;
visibility: visible;
right: -30px;
}
.portfolio-filter.rs-portfolio-style2 .portfolio-item:hover::after {
transform: translate(0, 0);
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 {
padding-bottom: 80px !important;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item {
overflow: visible;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-img {
overflow: hidden;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-img img {
border-radius: 0;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner {
background: #fff;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
position: absolute;
bottom: -60px;
padding: 34px 30px 26px;
transition: all 0.5s ease-in-out;
z-index: 10;
left: 30px;
right: 30px;
border-radius: 0;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title {
top: 0;
transition: all 0.8s ease-in-out;
left: 0;
z-index: 11;
width: 100%;
margin-bottom: 0;
font-size: 20px;
font-weight: 800;
line-height: 30px;
text-transform: capitalize;
position: relative;
font-size: 22px;
max-width: 220px;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title a {
color: #032e42;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-category {
top: 0;
bottom: 0;
left: 0;
position: relative;
transition: all 0.8s ease-in-out;
margin-bottom: 8px;
text-transform: uppercase;
color: #666666;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-icon {
position: absolute;
right: 30px;
bottom: 30px;
z-index: 11;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-icon i {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 40px;
background: #f8e6e6;
text-align: center;
color: #032e42;
transition: 0.4s;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-icon i:before {
margin: 0;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-icon i:hover {
background: linear-gradient(to bottom right, #003b40, #ffb703);
color: #fff;
}
.portfolio-filter.rs-portfolio-style4 .rs-portfolio4 .portfolio-item:hover .portfolio-inner {
bottom: -50px;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item {
position: relative;
overflow: hidden;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .portfolio-img {
border-radius: 4px;
overflow: hidden;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .p-category {
font-size: 15px;
font-weight: 500;
line-height: 21px;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .p-category a {
color: #5777ff;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .p-category a:hover {
color: #5777ff;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .p-title {
font-size: 24px;
font-weight: 600;
line-height: 36px;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .p-title a:hover {
color: #5777ff;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item .portfolio-content {
position: absolute;
left: 30px;
bottom: -30px;
background: #fff;
border-radius: 6px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease 0s;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item:hover .portfolio-content {
bottom: 30px;
opacity: 1;
visibility: visible;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-read-more {
position: absolute;
right: 30px;
top: 30px;
background: #fff;
border-radius: 6px;
opacity: 0;
border-radius: 50%;
visibility: hidden;
transition: all 0.3s ease 0s;
margin-top: 0;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-read-more i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
transition: all 0.3s ease 0s;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-read-more:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item {
position: relative;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item:hover .portfolio-read-more {
opacity: 1;
visibility: visible;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item.yes:hover:before {
height: 100%;
}
.portfolio-filter.rs-portfolio-style9 .portfolio-item.yes:before {
content: "";
position: absolute;
opacity: 0.6999999881;
background: #000;
left: 0;
right: 0;
height: 0;
transition: all 0.5s ease;
bottom: 0;
pointer-events: none;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item {
overflow: visible;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item .portfolio-img {
overflow: hidden;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item .portfolio-inner {
background: #fff;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
position: absolute;
bottom: -60px;
left: 0;
transition: all 0.5s ease-in-out;
z-index: 10;
text-align: center;
width: 100%;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title {
top: 12px;
text-align: center;
transition: all 0.8s ease-in-out;
left: 0;
z-index: 11;
width: 100%;
padding: 0 20px;
margin-bottom: 0;
font-weight: 700;
line-height: 30px;
text-transform: capitalize;
position: relative;
font-size: 20px;
font-weight: 600;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title a {
color: #121933;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title a:hover {
color: #121933;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item .portfolio-inner .p-category {
top: 0;
bottom: 0;
left: 0;
text-align: center;
position: relative;
transition: all 0.8s ease-in-out;
opacity: 0;
margin-bottom: 0;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item:hover .portfolio-inner {
bottom: -50px;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item:hover .portfolio-inner .p-title {
top: 0;
}
.portfolio-filter.rs-portfolio-style5 .rs-portfolio4 .portfolio-item:hover .portfolio-inner .p-category {
opacity: 1;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-portfolio4 .portfolio-item .portfolio-inner {
bottom: -200px;
padding: 30px 0;
opacity: 0;
visibility: hidden;
max-width: 370px;
left: 50%;
transform: translateX(-50%);
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title {
top: 0;
margin-bottom: 5px;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-portfolio4 .portfolio-item .portfolio-inner .p-category {
opacity: 1;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-portfolio4 .portfolio-item img {
transform: scale(1);
opacity: 0.2;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-portfolio4.slick-current .portfolio-item img {
opacity: 1;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-portfolio4.slick-current .portfolio-inner {
bottom: 0;
opacity: 1;
visibility: visible;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-next {
position: absolute;
-webkit-transform: inherit;
transform: inherit;
transition: 0.6s ease all;
z-index: 2;
opacity: 1;
visibility: visible;
right: 24%;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-next:before {
font-family: Flaticon;
font-size: 24px;
color: #111111;
margin-left: 0;
opacity: 1;
transition: 0.3s;
content: "\f110";
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-next:hover:before {
color: #2b59ff;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-prev {
position: absolute;
-webkit-transform: inherit;
transform: inherit;
transition: 0.6s ease all;
z-index: 2;
opacity: 1;
visibility: visible;
left: 24%;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-prev:before {
font-family: Flaticon;
font-size: 24px;
color: #111111;
margin-left: 0;
opacity: 1;
transition: 0.3s;
content: "\f111";
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-prev:hover:before {
color: #2b59ff;
}
.portfolio-filter .rs-portfolio-slider.slider-style-5 .rs-addon-sliders .slick-dots {
bottom: -35px;
}
.portfolio-filter.rs-portfolio-style6 .portfolio-filter {
display: inline-block;
}
.portfolio-filter .portfolio-read-more {
width: 50px;
height: 50px;
background-color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 24px;
}
.portfolio-filter .portfolio-read-more svg {
width: 14px;
height: 14px;
}
.portfolio-filter .portfolio-read-more svg path {
fill: #d52925;
}
.portfolio-filter.rs-portfolio-style6 .portfolio-filter button {
margin: 0px;
}
.portfolio-filter.rs-portfolio-style6 .portfolio-filter button.active, .portfolio-filter.rs-portfolio-style6 .portfolio-filter button:hover {
webkit-clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
clip-path: polygon(50% 0%, 100% 1%, 100% 35%, 100% 80%, 94% 100%, 50% 100%, 21% 100%, 0 100%, 0 0, 86% 0) !important;
}
.portfolio-filter.rs-portfolio-style6 .portfolio-item .portfolio-inner p {
font-size: 17px;
line-height: 28px;
}
.portfolio-filter i.custom-icon {
font-style: normal;
}
.portfolio-filter .p-icon i {
font-style: normal;
}
.portfolio-filter body i.custom-icon {
font-size: 28px;
display: inline-block;
}
.portfolio-filter body .rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon i.custom-icon {
font-size: 28px;
}
.portfolio-filter body .rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon i.custom-icon:before {
font-size: 28px;
}
.portfolio-filter .portfolio-filter {
margin-bottom: 20px;
}
.portfolio-filter .portfolio-filter button {
padding: 5px 20px;
border-radius: 3px;
display: inline-block;
border-radius: 3px !important;
font-weight: 500;
position: relative;
}
.portfolio-filter .portfolio-filter button:before {
content: "";
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
background: #2b59ff;
height: 2px;
width: 0;
transition: 0.4s;
}
.portfolio-filter .portfolio-filter button:hover {
color: #121933;
}
.portfolio-filter .portfolio-filter button + button {
margin-left: 20px;
}
.portfolio-filter .portfolio-filter button.active {
color: #ff5421;
}
.portfolio-filter .portfolio-filter button.active:before {
width: 10px;
}
.portfolio-filter .portfolio-filter button.active:hover {
color: #ff5421;
}
.portfolio-filter .rs-portfolios8 .grid {
display: flex;
}
.portfolio-filter .rs-portfolios8 .portfolio-item {
position: relative;
overflow: hidden;
z-index: 1;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content {
position: absolute !important;
padding: 24px 30px;
opacity: 0;
z-index: 10;
top: 0;
visibility: hidden;
width: 100%;
height: 100%;
text-align: center;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content:before {
content: "";
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
background: rgba(0, 69, 122, 0.7294117647);
transition: all 0.4s;
transform: scale(1.2);
transition: 0.6s;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content a {
color: #fff;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content .p-title {
margin-bottom: 5px;
font-size: 18px;
transition: 0.3s ease all;
line-height: 25px !important;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content p {
margin-bottom: 0;
color: #fff;
transition: 0.3s ease all;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content .portfolio-inner {
position: relative;
z-index: 11;
transform: scale(1.3);
transition: 0.5s;
}
.portfolio-filter .rs-portfolios8 .portfolio-item:hover .portfolio-content {
opacity: 1;
visibility: visible;
}
.portfolio-filter .rs-portfolios8 .portfolio-item:hover .portfolio-content:before {
opacity: 1;
visibility: visible;
}
.portfolio-filter .rs-portfolios8 .portfolio-item:hover .portfolio-img img {
transform: scale(1);
}
.portfolio-filter .rs-portfolios8 .portfolio-item:hover .portfolio-content:before, .portfolio-filter .rs-portfolios8 .portfolio-item:hover .portfolio-content .portfolio-inner {
transform: scale(1);
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-img {
position: relative;
z-index: 1;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-img img {
width: 100%;
transform: scale(1.2);
transition: 0.6s;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-img .p-link {
position: absolute;
bottom: 20px;
right: 20px;
display: inline-block;
font-size: 36px;
color: #ffffff;
transition: all 0.3s ease;
opacity: 0;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-img .p-link i {
margin-left: 2px;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-img:hover {
opacity: 0.7 !important;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .p-icon {
transition: all 0.4s ease-in-out 0s;
bottom: -100px;
right: 25px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #080d41;
border-radius: 50%;
z-index: 7;
opacity: 0;
visibility: hidden;
position: absolute;
}
.portfolio-filter .rs-portfolios8 .portfolio-item .portfolio-content p {
margin-bottom: 8px;
}
.portfolio-filter .no-gutters .grid-item {
padding-left: 0px;
padding-right: 0px;
}.rs-portfolio-slider .rs-addon-sliders {
position: relative;
}
.rs-portfolio-slider .rs-addon-sliders .portfolio-img {
flex-shrink: 0;
}
.rs-portfolio-slider .rs-addon-sliders.slick-dotted {
margin: 0;
}
.rs-portfolio-slider .rs-addon-sliders .slick-list {
padding: 0 !important;
}
.rs-portfolio-slider .rs-addon-sliders .slick-list .slick-track {
display: flex;
align-items: center;
}
.rs-portfolio-slider .rs-addon-sliders .slick-arrow {
top: unset;
left: 42%;
right: unset;
bottom: 0;
background: transparent;
width: auto;
height: auto;
width: 40px;
height: 40px;
line-height: 40px;
border: 1px solid #C6C1C2;
border-radius: 50%;
}
.rs-portfolio-slider .rs-addon-sliders .slick-arrow::before {
line-height: unset;
content: "\ea60";
font-family: remixicon;
font-size: 18px;
color: #071230;
transition: all 0.3s ease 0s;
}
.rs-portfolio-slider .rs-addon-sliders .slick-arrow.slick-next {
right: 42%;
left: unset;
}
.rs-portfolio-slider .rs-addon-sliders .slick-arrow.slick-next::before {
content: "\ea6c";
}
.rs-portfolio-slider .rs-addon-sliders .slick-arrow:hover {
background: transparent;
border-color: #5777ff;
}
.rs-portfolio-slider .rs-addon-sliders .slick-arrow:hover:before {
color: #5777ff;
}
.rs-portfolio-slider .rs-addon-sliders .slick-dots li.slick-active button {
width: 8px;
height: 8px;
}
.rs-portfolio-slider .rs-addon-sliders .slick-dots li button {
width: 8px;
height: 8px;
}
.rs-portfolio-slider .rs-addon-sliders.slick-dots2 .slick-dots li button {
width: 20px;
height: 20px;
position: relative;
border: 1px solid transparent;
background: transparent;
transition: all 0.3s ease 0s;
}
.rs-portfolio-slider .rs-addon-sliders.slick-dots2 .slick-dots li button:after {
content: "";
width: 8px;
height: 8px;
border-radius: 50%;
background: #5777ff;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: all 0.3s ease 0s;
}
.rs-portfolio-slider .rs-addon-sliders.slick-dots2 .slick-dots li button:hover {
border-color: #5777ff;
}
.rs-portfolio-slider .rs-addon-sliders.slick-dots2 .slick-dots li.slick-active button {
border-color: #5777ff;
}
.rs-portfolio-slider.overlay-show .portfolio-item .portfolio-img {
position: relative;
}
.rs-portfolio-slider.overlay-show .portfolio-item .portfolio-img:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
transition: all 0.3s ease 0s;
}
.rs-portfolio-style1 .portfolio-item .portfolio-img img {
transition: all 0.3s ease 0s;
}
.rs-portfolio-style1 .portfolio-item:hover .portfolio-img img {
transform: scale(1.1);
}
.rs-portfolio.swiper .content-details {
display: block;
margin-bottom: 55px;
margin-top: 20px;
}
.rs-portfolio.swiper.swiper-horizontal > .swiper-scrollbar {
width: 100%;
background-color: #ffe8e5;
height: 5px;
left: 0;
}
.rs-portfolio.swiper.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
background-color: #f05c4e;
}/*/*/.rs-portfolio-style2 .portfolio-item {
padding: 30px;
position: relative;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 510px;
flex-shrink: 0;
display: flex;
align-items: flex-end;
transition: all 0.5s;
border-radius: 6px;
margin-bottom: 75px;
cursor: pointer;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content {
position: unset;
opacity: 0;
overflow: hidden;
transition: all 0.3s ease 0s;
transform: translateY(-20px);
pointer-events: none;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title {
margin: 0;
font-size: 24px;
font-weight: 600;
text-transform: capitalize;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a {
color: #071230;
transition: 0.3s ease all;
margin-top: 6px;
background: #ffffff;
padding: 10px 20px;
border-radius: 2px;
display: inline-block;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a .title-icons {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #f2f2f2;
border-radius: 50%;
margin-left: 55px;
transition: all 0.3s ease 0s;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a .title-icons svg path {
fill: #5777ff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a .title-icons i {
top: unset;
font-size: 18px;
color: #5777ff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a .title-icons:hover {
background: #5777ff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a .title-icons:hover svg path {
fill: #ffffff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title a:hover {
color: #5777ff;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-category {
margin: 0;
font-size: 14px;
line-height: 14px;
font-weight: 400;
text-transform: capitalize;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-category a {
display: inline-block;
color: #fff;
transition: 0.3s ease all;
background: #5777ff;
padding: 7px 17px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-category a:hover {
background: #5777ff;
opacity: 0.9;
}
.rs-portfolio-style2 .slick-active:not(.slick-center) .portfolio-item {
height: 400px;
transition-delay: 0.5s;
transition: 0s;
}
.rs-portfolio-style2 .slick-active.slick-center {
display: flex;
justify-content: center;
position: relative;
z-index: 2;
}
.rs-portfolio-style2 .slick-active.slick-center .portfolio-item {
cursor: default;
box-shadow: rgba(0, 0, 0, 0.22) 0px 60px 20px -47px;
width: calc(100% + 170px) !important;
}
.rs-portfolio-style2 .slick-active.slick-center .portfolio-item .portfolio-content {
opacity: 1;
visibility: visible;
transform: translateY(0px);
pointer-events: unset;
}/*/*/.rs-portfolio-style3 .portfolio-item {
position: relative;
overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .portfolio-img {
border-radius: 4px;
overflow: hidden;
}
.rs-portfolio-style3 .portfolio-item .p-category {
font-size: 15px;
font-weight: 500;
line-height: 21px;
margin-bottom: 10px;
}
.rs-portfolio-style3 .portfolio-item .p-category a {
color: #5777ff;
}
.rs-portfolio-style3 .portfolio-item .p-category a:hover {
color: #5777ff;
}
.rs-portfolio-style3 .portfolio-item .p-title {
font-size: 24px;
font-weight: 600;
line-height: 36px;
margin: 0;
}
.rs-portfolio-style3 .portfolio-item .p-title a {
color: #071230;
}
.rs-portfolio-style3 .portfolio-item .p-title a:hover {
color: #5777ff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
position: absolute;
left: 30px;
bottom: -30px;
min-width: 295px;
background: #fff;
padding: 20px 24px 13px;
border-radius: 6px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease 0s;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .p-icon a {
color: #5777ff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .p-icon a svg {
transition: all 0.3s ease 0s;
margin-left: 5px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .p-icon a svg path {
fill: #5777ff;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .p-icon a i {
color: #5777ff;
margin-left: 5px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .p-icon a:hover svg {
transform: rotate(45deg);
}
.rs-portfolio-style3 .portfolio-item:hover .portfolio-content {
bottom: 30px;
opacity: 1;
visibility: visible;
}
.rs-portfolio-style3 .slick-center .portfolio-content {
bottom: 30px;
opacity: 1;
visibility: visible;
}/*/*/.rs-portfolio-style4 .portfolio-item {
position: relative;
overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img {
border-radius: 4px;
overflow: hidden;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img img {
transition: all 0.3s ease 0s;
}
.rs-portfolio-style4 .portfolio-item .portfolio-img:hover img {
transform: scale(1.1);
}
.rs-portfolio-style4 .portfolio-item .p-category {
font-size: 15px;
font-weight: 500;
line-height: 21px;
margin-bottom: 10px;
}
.rs-portfolio-style4 .portfolio-item .p-category a {
color: #5777ff;
}
.rs-portfolio-style4 .portfolio-item .p-category a:hover {
color: #5777ff;
}
.rs-portfolio-style4 .portfolio-item .p-title {
font-size: 24px;
font-weight: 600;
line-height: 36px;
margin: 0;
}
.rs-portfolio-style4 .portfolio-item .p-title a {
color: #071230;
}
.rs-portfolio-style4 .portfolio-item .p-title a:hover {
color: #5777ff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content {
position: absolute;
left: unset;
bottom: 0px;
right: 0;
min-width: 295px;
background: #fff;
padding: 20px 24px 13px;
border-radius: 6px;
transition: all 0.3s ease 0s;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content:after {
position: absolute;
content: "";
width: 4.4px;
height: 100%;
left: 0;
top: 0;
background: #5777ff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a {
color: #5777ff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a svg {
transition: all 0.3s ease 0s;
margin-left: 5px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a svg path {
fill: #5777ff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a i {
color: #5777ff;
margin-left: 5px;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content .p-icon a:hover svg {
transform: rotate(45deg);
}
.rs-portfolio-style4 .portfolio-item .portfolio-content:before {
content: "";
position: absolute;
left: 0;
right: 100%;
background: #5777ff;
height: 100%;
transition-property: left right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
bottom: 0;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content:hover .content-details {
position: relative;
z-index: 2;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content:hover:before {
right: 0;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content:hover .p-category a {
color: #fff;
}
.rs-portfolio-style4 .portfolio-item .portfolio-content:hover .p-title a {
color: #fff;
}
.rs-portfolio-style4 .slick-current .portfolio-content {
bottom: 0px;
opacity: 1;
visibility: visible;
}/*/*/.rs-portfolio-style5 .portfolio-item {
position: relative;
overflow: hidden;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img {
border-radius: 5px;
overflow: hidden;
}
.rs-portfolio-style5 .portfolio-item .portfolio-img::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-radius: 5px;
background: transparent;
pointer-events: none;
transform: translateY(30px);
transition: all 0.3s ease 0s;
background: linear-gradient(180deg, rgba(29, 29, 29, 0) 46.54%, #1D1D1D 100%);
opacity: 0;
visibility: hidden;
}
.rs-portfolio-style5 .portfolio-item .p-category {
font-size: 15px;
font-weight: 500;
line-height: 21px;
margin-bottom: 10px;
}
.rs-portfolio-style5 .portfolio-item .p-category a {
color: #fff;
}
.rs-portfolio-style5 .portfolio-item .p-category a:hover {
color: #fff;
}
.rs-portfolio-style5 .portfolio-item .p-title {
font-size: 24px;
font-weight: 600;
line-height: 36px;
margin: 0;
}
.rs-portfolio-style5 .portfolio-item .p-title a {
color: #fff;
}
.rs-portfolio-style5 .portfolio-item .p-title a:hover {
color: #fff;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content {
position: absolute;
left: 0;
bottom: 0;
min-width: 295px;
background: transparent;
padding: 0px 24px 20px 24px;
border-radius: 6px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease 0s;
border-style: solid;
border-width: 0px 0px 0px 5px;
border-radius: 3px 0px 0px 5px;
border-color: #EE1E25;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content .p-icon a {
color: #ffffff;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content .p-icon a svg {
transition: all 0.3s ease 0s;
margin-left: 5px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content .p-icon a svg path {
fill: #ffffff;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content .p-icon a i {
color: #ffffff;
margin-left: 5px;
}
.rs-portfolio-style5 .portfolio-item .portfolio-content .p-icon a:hover svg {
transform: rotate(45deg);
}
.rs-portfolio-style5 .portfolio-item .portfolio-number {
position: absolute;
top: 20px;
left: 30px;
width: 40px;
height: 40px;
line-height: 40px;
display: flex;
align-items: center;
justify-content: center;
border: 2px solid #EE1E25;
border-radius: 50px 50px 50px 50px;
transition: all 0.3s ease 0s;
background: #fff;
}
.rs-portfolio-style5 .portfolio-item .portfolio-number span {
color: #EE1E25;
font-size: 15px;
font-weight: 700;
line-height: 34px;
}
.rs-portfolio-style5 .portfolio-item .rs-portfolio-slider ul.slick-dots {
text-align: left;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-img::before {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-content {
opacity: 1;
visibility: visible;
}
.rs-portfolio-style5 .portfolio-item:hover .portfolio-number {
background: #020202;
}.counter-top-area {
position: relative;
padding: 0;
}
.counter-top-area .rs-counter-list .counter-icon {
display: inline-block;
}
.counter-top-area .rs-counter-list .counter-icon i {
font-size: 50px;
color: #dcdcdc;
line-height: 60px;
transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list .count-text .rs-counter {
font-size: 50px;
color: #666666;
line-height: 60px;
display: inline-block;
transition: all 0.3s ease 0s;
}
.counter-top-area .rs-counter-list .count-text .title {
font-size: 18px;
color: #091D2D;
line-height: 18px;
transition: all 0.3s ease 0s;
display: block;
}
.counter-top-area.style1 {
text-align: center;
}
.counter-top-area.style1 .count-number span {
padding: 10px 0px 10px 0px;
}
.counter-top-area.skew_enable .rs-counter-list {
position: relative;
z-index: 1;
}
.counter-top-area.skew_enable:after {
position: absolute;
content: "";
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #4301FF;
transform: skewX(-4deg);
border-radius: 10px;
}
.counter-top-area.style2 .rs-counter-list {
display: flex;
align-items: center;
justify-content: space-evenly;
}
.counter-top-area.style2 .rs-counter-list .counter-icon {
display: inline-block;
align-self: end;
position: relative;
padding-bottom: 5px;
}
.counter-top-area.style2 .rs-counter-list .counter-icon img {
z-index: 1;
position: relative;
transition: all 0.3s ease 0s;
}
.counter-top-area.style2 .rs-counter-list .counter-icon img:hover {
transform: scale(1.2);
}
.counter-top-area.style2 .rs-counter-list .counter-icon:after {
position: absolute;
content: "";
width: 126px;
height: 130px;
border-radius: 10px;
bottom: -25px;
left: 26px;
background: rgba(50, 63, 124, 0.0509803922);
}
.counter-top-area.style2 .rs-counter-list .count-text {
z-index: 1;
position: relative;
}
.counter-top-area.style2 .rs-counter-list .count-number {
display: flex;
align-items: center;
}
.counter-top-area.style3 .count-text {
display: flex;
align-items: flex-end;
}
.counter-top-area.style3 .count-text .title {
position: relative;
bottom: 8px;
}
.counter-top-area.style4 {
padding: 20px 0 20px 20px;
position: relative;
}
.counter-top-area.style4 .rs-counter-list {
position: relative;
z-index: 1;
}
.counter-top-area.style4:after {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 70px;
background: #2b59ff;
}
.counter-top-area.style6 .rs-counter-list .count-text .counter-description {
margin: 0;
}
.counter-top-area.style6 .rs-counter-list .count-number span {
-webkit-background-clip: text;
color: #eee;
}
.counter-top-area.style7 .rs-counter-list .counter-icon {
position: absolute;
transform: translate(-50%, -50%);
top: 0;
left: 50%;
}
.counter-top-area.stroke_gradient_enable .rs-counter-list .count-number {
font-family: "Urbanist", sans-serif;
}
.counter-top-area.stroke_gradient_enable .rs-counter-list .count-number span {
color: #fff;
background-image: linear-gradient(-45deg, #eeaa52, #e73c6f, #2394d5, #2af3b7);
background-size: 200% 200%;
-webkit-background-clip: text;
-webkit-text-stroke: 2px transparent;
font-family: "Urbanist", sans-serif;
}
.stroke_gradient_enable .rs-counter-list .count-number span {
-webkit-background-clip: text;
}
.home_2_counters .elementor-counter-number-prefix {
flex-grow: unset !important;
}
.counter-custom-css .counter-top-area .rs-counter-list {
display: flex;
flex-direction: column;
}
.counter-custom-css .counter-top-area .rs-counter-list .counter-icon {
order: 2;
}
.counter-custom-css .counter-top-area .rs-counter-list .count-text {
order: 1;
}
.counter {
text-align: center;
height: 210px;
width: 210px;
padding: 7px 4px 0;
margin: 0 auto;
position: relative;
z-index: 1;
}
.counter:before {
content: "";
background-color: #fff;
height: 157px;
width: 157px;
border-radius: 15px;
border: 5px solid #ffffff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
position: absolute;
left: 50%;
top: 50%;
z-index: -1;
}
.counter .counter-icon {
color: #ffffff;
background: #5777ff;
line-height: 70px;
font-size: 35px;
height: 70px;
width: 70px;
margin: 0 auto 8px;
border-radius: 19px 0 50px;
transform: rotate(45deg);
}
.counter .counter-icon i, .counter .counter-icon img, .counter .counter-icon svg {
transform: rotate(-45deg);
}
.counter .count-number {
position: relative;
}
.counter .count-number span.rs-counter {
color: #091D2D;
font-size: 25px;
font-weight: 700;
letter-spacing: 1px;
margin: 0 0 13px 0;
display: block;
}
.counter .count-number span.plusss {
position: absolute;
color: #D2C007;
top: 6px;
right: 0;
left: 34%;
font-size: 20px;
}
.counter h3 {
color: #ffffff;
background: #5777ff;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
line-height: 28px;
text-transform: capitalize;
padding: 10px 5px;
margin: 0;
border-radius: 0 0 20px 20px;
position: relative;
}
.counter h3::before, .counter h3::after {
content: "";
background: #5777ff;
width: 23px;
height: 15px;
position: absolute;
z-index: -2;
top: -15px;
clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.counter h3::before {
left: 0;
}
.counter h3::after {
transform: rotateY(180deg);
left: auto;
right: 0;
}
@media screen and (max-width: 990px) {
.counter {
margin-bottom: 40px;
}
}.rs-marquee-slider-gsap {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
text-transform: uppercase;
text-align: center;
}
.rs-marquee-slider-gsap .gsap-marquee .marquee-wrapper {
min-width: max-content;
}
.rs-marquee-slider-gsap .gsap-marquee .marquee-wrapper .slider-item:not(.image) {
font-size: 100px;
line-height: 1;
color: #091D2D;
font-weight: 700;
}
.rs-marquee-slider-gsap .gsap-marquee .marquee-wrapper .slider-item.image img {
height: 80px;
width: auto;
margin: 0 50px;
}
.rs-marquee-slider-gsap .gsap-marquee.text-gradient-yes .marquee-wrapper .slider-item:not(.image) {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
}.rs-addon-cost-calculator .cost_calculator .area-ctrol {
margin-bottom: 30px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate) {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate) > * {
flex-shrink: 0;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate) > * label {
flex: 0 0 40%;
width: 40%;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:not(.area-calculate) > *:not(label) {
flex: 0 0 60%;
width: 60%;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.area-calculate {
margin-bottom: 44px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.area-calculate .range-inner {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.area-calculate .range-inner .range_result {
font-weight: 500;
font-size: 15px;
text-transform: uppercase;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.emergency-calculate .emergency-inner {
display: flex;
align-items: center;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol.emergency-calculate .emergency-inner input {
margin-right: 15px;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol label {
font-size: 18px;
font-weight: 600;
color: #091D2D;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=range] {
-webkit-appearance: none;
width: 100%;
height: 14px;
border-radius: 16px;
background: transparent;
border: 2px solid rgba(7, 18, 48, 0.05);
outline: none;
opacity: 1;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=range]:hover {
opacity: 1;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 24px;
height: 24px;
background: #5777ff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0px 0px 10px 0px #5777ff;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=range]::-moz-range-thumb {
width: 24px;
height: 24px;
background: #5777ff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0px 0px 10px 0px #5777ff;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=checkbox] {
appearance: none;
display: grid;
place-content: center;
width: 20px;
height: 20px;
border: 1px solid #5777ff;
border-radius: 0;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=checkbox]:before {
content: "";
width: 20px;
height: 20px;
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1.1em 1.1em #5777ff;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol input[type=checkbox]:checked::before {
transform: scale(0.4);
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option {
position: relative;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option select {
appearance: none;
margin: 0;
height: 40px;
border: 2px solid rgba(7, 18, 48, 0.05);
padding: 5px 15px;
font-size: 15px;
color: #666666;
background: transparent;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol .select-option:after {
position: absolute;
content: "\ea4d";
font-family: remixicon;
right: 12px;
top: 0;
bottom: 0;
display: flex;
align-items: center;
z-index: 1;
font-size: 25px;
pointer-events: none;
color: #515261;
}
.rs-addon-cost-calculator .cost_calculator .area-ctrol:last-child {
margin-bottom: 0;
}
.rs-addon-cost-calculator .result-area {
margin-top: 25px;
}
.rs-addon-cost-calculator .result-area .calculate_list,
.rs-addon-cost-calculator .result-area .range_result2 {
font-weight: 500;
font-size: 15px;
}
.rs-addon-cost-calculator .result-area .calculate_list span,
.rs-addon-cost-calculator .result-area .range_result2 span {
text-transform: uppercase;
}
.rs-addon-cost-calculator .result-area .total {
margin-top: 25px;
border: 2px solid rgba(7, 18, 48, 0.05);
border-radius: 4px;
padding: 11px 25px;
position: relative;
}
.rs-addon-cost-calculator .result-area .total span {
color: #091D2D;
font-weight: 500;
font-size: 15px;
}
.rs-addon-cost-calculator .result-area .total p {
position: absolute;
right: -2px;
top: -2px;
bottom: -2px;
margin: 0;
border-radius: inherit;
padding: 5px 30px;
font-size: 20px;
display: flex;
align-items: center;
text-align: center;
font-weight: 600;
line-height: 32px;
background: #5777ff;
color: #ffffff;
}.rs-addon-services.style1 .services-inner {
transition: all 0.3s ease 0s;
position: relative;
}
.rs-addon-services.style1 .services-inner .media_wrap .image_style img {
-webkit-transform-style: preserve-3d;
transition: -webkit-transform 1s ease-in;
transition: -mz-transform 1s ease-in;
transition: transform 1s ease-in;
}
.rs-addon-services.style1 .services-inner .media_wrap .icon_style {
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services.style1 .services-inner.number-gradiant-style .numbering span {
background-color: transparent;
background-image: linear-gradient(94deg, rgba(72, 201, 143, 0.137254902) 0.63%, rgba(247, 148, 26, 0.1019607843) 98.7%);
-webkit-background-clip: text;
-webkit-text-stroke-width: 4px;
-webkit-text-stroke-color: transparent;
color: #fcf2e4;
}
.rs-addon-services.style1 .services-inner .numbering {
flex-shrink: 0;
transition: 0.5s;
}
.rs-addon-services.style1 .services-inner .numbering span {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style1 .services-inner .services-btn svg path {
fill: #5777ff;
}
.rs-addon-services.style1 .services-inner .services-btn .ser-icon-right {
background: #ebb88f;
border-radius: 50%;
width: 36px;
height: 36px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
transition: 0.3s;
}
.rs-addon-services.style1 .services-inner .services-btn .ser-icon-right:before {
content: "";
position: absolute;
width: 1px;
height: 30px;
background: rgba(255, 255, 255, 0.4);
left: -10px;
}
.rs-addon-services.style1 .services-inner .services-btn svg {
top: 1px;
}
.rs-addon-services.style1 .services-inner .services-btn svg {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style1 .services-inner .services-btn:hover svg {
transform: translateX(15deg);
}
.rs-addon-services.style1 .services-inner .services-title > * {
transition: 0.3s;
}
.rs-addon-services.style1 .services-inner:after {
position: absolute;
content: "";
background: #000;
height: 4px;
width: 0;
transition: all 0.7s;
left: auto;
right: 0;
display: none;
bottom: 0;
pointer-events: none;
}
.rs-addon-services.style1 .services-inner:hover .media_wrap svg {
animation: foldAnimation linear 0.3s;
}
.rs-addon-services.style1 .services-inner:hover .btn-part {
transition: 0.5s;
}
.rs-addon-services.style1 .services-inner:hover .services-btn .ser-icon-right {
background: #323f7c;
}
.rs-addon-services.style1 .services-inner:hover:after {
width: 100%;
left: 0;
right: auto;
}
.rs-addon-services.style1 .services-inner:hover.number-gradiant-style .numbering span {
color: transparent !important;
}
.rs-addon-services.style1 .services-inner.icon-background {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style1 .services-inner.icon-background .media_wrap .image_style {
position: relative;
}
.rs-addon-services.style1 .services-inner.icon-background .media_wrap .image_style:before {
content: "";
position: absolute;
width: 50px;
height: 45px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rs-addon-services.style1 .services-inner.icon-background .media_wrap .image_style img {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style1 .services-inner.icon-background:hover .media_wrap .image_style img {
transform: scale(1.1);
}
.rs-addon-services.style1.shape-enable {
clip-path: polygon(0% 0%, 75% 0, 99% 50%, 75% 100%, 0% 100%);
}
.rs-addon-services.style2 .services-inner:hover .media_wrap .image_style img {
transform: scale(-1) rotate(180deg);
}
.rs-addon-services.style2 .services-inner .media_wrap {
position: relative;
}
.rs-addon-services.style2 .services-inner .media_wrap .media-cmn {
transition-duration: 0.2s !important;
}
.rs-addon-services.style2 .services-inner .media_wrap .media-cmn .normal {
display: block;
}
.rs-addon-services.style2 .services-inner .media_wrap .media-cmn .hover {
display: none;
}
.rs-addon-services.style2 .services-inner .media_wrap img {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style2 .services-inner .media_wrap .overly_style_icon_normal {
position: absolute;
left: 30px;
bottom: -35px;
width: 80px;
height: 80px;
border-radius: 50%;
transition: all 0.5s;
opacity: 1;
background: linear-gradient(253.04deg, #4200FF 7.71%, #104CBA 91.47%);
z-index: 1;
pointer-events: none;
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services.style2 .services-inner .media_wrap .overly_style_icon_normal img {
width: 40px;
height: auto;
}
.rs-addon-services.style2 .services-inner:hover .media-cmn .normal {
display: none;
}
.rs-addon-services.style2 .services-inner:hover .media-cmn .hover {
display: block;
}
.rs-addon-services.style3 .services-inner .media_wrap {
overflow: hidden;
border-radius: 4px;
}
.rs-addon-services.style3 .services-inner .media_wrap .image_style img {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style3 .services-inner .media_wrap:hover .image_style img {
transform: scale(1.05);
}
.rs-addon-services.style3 .services-inner .content_part {
box-shadow: 0px 4px 18px 0px rgba(16, 23, 65, 0.05);
background-color: #ffffff;
margin: -47px 10px 15px 10px;
position: relative;
padding: 50px 30px 33px 30px;
border-radius: 4px;
}
.rs-addon-services.style3 .services-inner .content_part .services-title .title {
margin-bottom: 8px;
color: #101741;
font-size: 24px;
}
.rs-addon-services.style3 .services-inner .content_part .services-title .title a {
color: #101741;
font-size: 24px;
}
.rs-addon-services.style3 .services-inner .content_part .services-title .title:hover * {
color: #5777ff;
}
.rs-addon-services.style3 .services-inner .content_part .desc-text {
font-size: 16px;
}
.rs-addon-services.style3 .services-inner .content_part .icon_style {
position: absolute;
width: 85px;
height: 80px;
left: 50%;
top: 0;
transition: all 0.3s ease 0s;
transform: translate(-50%, -50%);
background-image: url(http://192.168.0.134:10011/wp-content/uploads/2023/06/triangle-shape.png);
background-repeat: no-repeat no-repeat;
background-position: center;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services.style3 .services-inner .content_part .icon_style img {
width: 41px;
height: auto;
margin-top: 10px;
transition: transform 0.5s;
}
.rs-addon-services.style3 .services-inner:hover .content_part .icon_style img {
transform: scale(-1) rotate(180deg);
}
.rs-addon-services.style4 {
position: relative;
transition: all 0.3s ease 0s;
overflow: hidden;
}
.rs-addon-services.style4:before {
content: "";
position: absolute;
height: 5px;
background: #D2C007;
border-radius: 6px 6px 0px 0px;
left: 0;
right: 0;
top: -5;
transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
}
.rs-addon-services.style4:hover:before {
opacity: 1;
visibility: visible;
}
.rs-addon-services.style4.border-default-active:before {
opacity: 1;
visibility: visible;
}
.rs-addon-services.style4 .services-inner .service-heading {
display: flex;
align-items: center;
}
.rs-addon-services.style4 .services-inner .service-heading .feature-content-style-four > * {
margin: 0;
}
.rs-addon-services.style4 .services-inner .service-heading .feature-image img {
height: 70px;
}
.rs-addon-services.style4 .services-inner ul.rs-features-list {
list-style: none;
margin: 0;
}
.rs-addon-services.style4 .services-inner ul.rs-features-list li {
transition: 0.2s ease-in-out;
list-style: none;
margin: 0;
margin-bottom: 7px;
display: flex;
transition: transform 0.2s ease-in-out;
}
.rs-addon-services.style4 .services-inner ul.rs-features-list li .icon_wrap {
min-width: 30px;
}
.rs-addon-services.style4 .services-inner ul.rs-features-list li img, .rs-addon-services.style4 .services-inner ul.rs-features-list li svg {
width: 25px;
height: auto;
transition: transform 0.2s ease-in-out;
}
.rs-addon-services.style4 .services-inner ul.rs-features-list li a {
transition: 0.2s ease-in-out;
}
.rs-addon-services.style4 .services-inner ul.rs-features-list li:hover a {
margin-left: 25px !important;
}
.rs-addon-services.style4 .services-inner .btn-part a.services-btn:hover {
color: #5777ff;
}
.rs-addon-services.style5 .services-inner .btn-part {
margin: 0 auto;
}
.rs-addon-services.style5 .services-inner .btn-part a.services-btn {
transition: all 0.3s ease 0s;
display: inline-block !important;
width: auto;
background: #D2C007;
color: #5777ff;
}
.rs-addon-services.style5 .services-inner .btn-part a.services-btn:hover {
background: #D2C007;
color: #5777ff;
}
.rs-addon-services.style6 .feature-img-wrapper {
overflow: hidden;
}
.rs-addon-services.style6 .feature-img-wrapper img {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style6 .media_wrap {
border-bottom: 1px solid #e6edf0;
padding: 26px 30px;
z-index: 1;
}
.rs-addon-services.style6 .left-icon-wrap {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.rs-addon-services.style6 .numbering {
padding: 15px 30px;
}
.rs-addon-services.style6 .services-inner .content_part {
display: flex;
flex-direction: column;
justify-content: center;
border-left: 1px solid #e6edf0;
margin-top: 30px;
margin-bottom: 30px;
padding-left: 40px;
position: relative;
z-index: 1;
}
.rs-addon-services.style6 .services-inner .content_part .media-cmn {
position: relative;
}
.rs-addon-services.style6 .services-inner .content_part .media-cmn:after {
position: absolute;
content: "";
border: 2px solid #fff;
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: translate(10px, -10px);
z-index: -1;
transition: all 0.3s ease 0s;
}
.rs-addon-services.style6 .services-inner .btn-part {
z-index: 1;
}
.rs-addon-services.style6 .services-inner.yes .content_part {
border-left: 0px solid transparent;
padding-left: 0px !important;
}
.rs-addon-services.style6 .services-inner.yes .media_wrap {
border-bottom: 0px solid transparent;
}
.rs-addon-services.style6 .services-inner.yes .media-cmn {
z-index: unset;
position: relative;
}
.rs-addon-services.style6 .services-inner.yes .media-cmn:after {
position: absolute;
content: "";
border: 2px solid #f37e21;
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: translate(10px, -10px);
z-index: -1;
transition: all 0.3s ease 0s;
}
.rs-addon-services.style6 .services-inner.yes:hover .media-cmn {
border: 0px solid #fff;
}
.rs-addon-services.style6 .services-inner.yes:hover .media-cmn:after {
transform: translate(0, 0);
}
.rs-addon-services.style6:hover .feature-img-wrapper img {
transform: scale(1.05);
}
.rs-addon-services.style6:hover .content_part .media-cmn:after {
transform: translate(0, 0);
}
.rs-addon-services.style7 .services-inner .media_wrap .media-cmn {
background: #5777ff;
}
.rs-addon-services.style7 .services-inner .numbering {
background: #D2C007;
transition: all 0.3s ease 0s;
color: #ffffff;
}
.rs-addon-services.style7 .services-inner:hover .media_wrap .media-cmn {
background: #D2C007;
}
.rs-addon-services.style7 .services-inner:hover .numbering {
background: #5777ff;
}
.rs-addon-services.style9 .services-inner .content_part {
position: relative;
transition: all 0.3s ease 0s;
}
.rs-addon-services.style9 .services-inner .content_part .icon_style {
background: #5777ff;
position: absolute;
width: 80px;
height: 75px;
left: 50%;
top: 0;
transition: all 0.3s ease 0s;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services.style9 .services-inner .content_part .icon_style img {
width: 45px;
height: 45px;
height: auto;
transition: transform 0.5s;
}
.rs-addon-services.style9 .services-inner .content_part:hover .btn-part .services-btn i {
transform: translateX(8px);
}
.rs-addon-services.style9 .services-inner:hover .content_part .icon_style img {
transform: scale(-1) rotate(180deg);
}
.rs-addon-services.style9 .services-inner .media_wrap .image_style {
overflow: hidden;
transition: all 0.3s ease 0s;
}
.rs-addon-services.style9 .services-inner .media_wrap .image_style:hover img {
transform: scale(1.05);
}
.rs-addon-services.style11 .services-inner .service-progress-bar {
border-bottom: 4px solid #007574;
position: relative;
}
.rs-addon-services.style11 .services-inner .service-progress-bar:after {
content: "";
position: absolute;
left: 0;
bottom: -4px;
background: #D2C007;
width: 30%;
height: 4px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rs-addon-services.style11 .services-inner:hover .service-progress-bar:after {
width: 100%;
}
.rs-addon-services.style11 .services-inner:hover .image_style img {
transform: rotateY(180deg);
}
.rs-addon-services.style11 .services-inner .services-btn {
display: inline-block !important;
position: relative;
}
.rs-addon-services.style11 .services-inner .services-btn i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.rs-addon-services.style11 .services-inner .services-btn::before {
position: absolute;
content: "";
left: 0;
width: 0%;
height: 1px;
bottom: 0;
background: currentColor;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rs-addon-services.style11 .services-inner .services-btn:hover:before {
width: 100%;
}
.rs-addon-services.style11 .services-inner .services-btn:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.rs-addon-services.style12 {
overflow: hidden;
}
.rs-addon-services.style12 .services-inner .media_wrap {
position: relative !important;
}
.rs-addon-services.style12 .services-inner .media_wrap .image_style img {
transition: all 0.3s ease 0s;
width: 100%;
}
.rs-addon-services.style12 .services-inner .content_part {
position: absolute;
bottom: 30px;
left: 60px;
right: 30px;
}
.rs-addon-services.style12 .services-inner .icon_img {
position: absolute;
bottom: 0;
left: -30px;
width: 85px;
height: 85px;
border-radius: 50%;
background: #5777ff;
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services.style12 .services-inner .icon_img img {
width: 45px;
height: auto;
}
.rs-addon-services.style12 .services-inner .services-title a:hover {
color: #5777ff;
}
.rs-addon-services.style12 .services-inner:hover .image_style img {
transform: scale(1.05);
}
.rs-addon-services.style12 .services-inner:hover .icon_img img {
animation: foldAnimation linear 0.3s;
}
.rs-addon-services.style13 .services-inner {
position: relative;
}
.rs-addon-services.style13 .services-inner .media_wrap {
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-addon-services.style13 .services-inner .media_wrap .services-title .title {
margin: 0;
}
.rs-addon-services.style13 .services-inner .media_wrap .image_style {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-shrink: 0;
}
.rs-addon-services.style13 .services-inner .content_part {
position: relative !important;
}
.default-icon-showhide .btn-part .services-btn svg {
transform: translateX(0px);
visibility: hidden;
opacity: 0;
transition: all 0.3s ease 0s;
}
.default-icon-showhide:hover {
border-color: #5777ff !important;
}
.default-icon-showhide:hover .btn-part .services-btn {
color: #5777ff;
}
.default-icon-showhide:hover .btn-part .services-btn svg {
transform: translateX(10px);
visibility: visible;
opacity: 1;
}
@media only screen and (max-width: 767px) {
.rs-addon-services .services-inner .media_wrap img {
width: 100%;
}
.rs-addon-services.style12 .services-inner .media_wrap {
position: static !important;
}
.rs-addon-services.style12 .services-inner .content_part {
left: 50px;
right: 20px;
}
}
@-webkit-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.5;
}
}
@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.5;
}
}
.number-border-animation .rs-addon-services .services-inner .numbering span {
z-index: 2;
position: relative;
}
.number-border-animation .rs-addon-services .services-inner .numbering span::before {
background: #5777ff;
content: "";
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
visibility: hidden;
opacity: 0;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}
.number-border-animation .rs-addon-services .services-inner .numbering span::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;
visibility: hidden;
opacity: 0;
}
.number-border-animation .rs-addon-services .services-inner:hover .numbering span::before {
visibility: visible;
opacity: 1;
}
.number-border-animation .rs-addon-services .services-inner:hover .numbering span::after {
visibility: visible;
opacity: 1;
}
.rs-addon-services.style10 .services-inner .media_wrap .image_style img {
transition: all 0.3s ease 0s;
}
.rs-addon-services.style10 .services-inner .content_part .title-number-part {
display: flex;
align-items: center;
}
.rs-addon-services.style10 .services-inner .content_part .title-number-part .numbering {
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services.style10 .services-inner .content_part .btn-part a:hover svg {
transform: rotate(45deg);
}
.rs-addon-services.style10 .services-inner:hover .media_wrap img {
animation: foldAnimation linear 0.3s;
}
@keyframes foldAnimation {
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(90deg);
}
100% {
transform: rotateY(0deg);
}
}.rsaddon-unique-slider .rs-services-slider.arrow_show_enable .slick-arrow {
visibility: visible;
opacity: 1;
}
.rs-services-slider.service-style-1 .rs-service-slider {
position: relative;
display: block;
padding-bottom: 205px;
overflow: hidden;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder {
position: absolute;
left: 30px;
bottom: 30px;
right: 30px;
background-color: #231f20;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 2;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .service-title {
display: flex;
align-items: center;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1764705882);
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .service-title .rs-step-icon {
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
background: #0B2388;
border-radius: 6px;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .service-title .rs-step-icon img {
width: 40px;
height: auto;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .service-desc {
margin: 0 20px 10px 20px;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .read__more {
margin: 0 20px;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .read__more a {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .read__more a svg {
margin-left: 3px;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .read__more a:hover svg {
transform: translateX(8px);
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .read__more a:hover svg path {
fill: #FEE82E;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .numbering {
position: absolute;
right: 20px;
bottom: 20px;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title-holder .numbering span {
font-size: 40px;
font-weight: 700;
line-height: 55px;
color: rgba(255, 255, 255, 0.1);
}
.rs-services-slider.service-style-1 .rs-service-slider .service-img {
overflow: hidden;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-img img {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-1 .rs-service-slider .service-title .title {
transition: all 0.3s;
}
.rs-services-slider.service-style-1 .rs-service-slider:hover .service-img img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.rs-services-slider.service-style-1.rs-addon-slider .slick-center .rs-service-slider .service-title-holder {
background-color: #0B2388;
}
.rs-services-slider.service-style-1.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .service-title .rs-step-icon {
background-color: #231f20;
}
.rs-services-slider.service-style-2 .service-title-holder .service-title {
display: flex;
align-items: center;
position: relative;
font-weight: 600;
}
.rs-services-slider.service-style-2 .service-title-holder .service-title .rs-step-icon {
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
background: #0B2388;
border-radius: 6px;
z-index: 3;
}
.rs-services-slider.service-style-2 .service-title-holder .service-title .rs-step-icon img {
width: 40px;
height: auto;
}
.rs-services-slider.service-style-2 .service-title-holder .service-title .numbering {
position: absolute;
right: 0;
bottom: -12px;
}
.rs-services-slider.service-style-2 .service-title-holder .service-title .numbering span {
font-size: 40px;
font-weight: 700;
line-height: 55px;
color: rgba(255, 255, 255, 0.1);
}
.rs-services-slider.service-style-2 .service-title-holder .service-desc {
font-size: 17px;
line-height: 28px;
font-weight: 400;
color: #535a5e;
}
.rs-services-slider.service-style-2 .service-title-holder .service-desc ul {
padding: 0;
margin: 0;
}
.rs-services-slider.service-style-2 .service-title-holder .service-desc ul li {
position: relative;
list-style: none;
padding: 0 0 0 30px;
}
.rs-services-slider.service-style-2 .service-title-holder .service-desc ul li:before {
font-family: remixicon;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\eb79";
position: absolute;
left: 0;
right: auto;
top: 6px;
line-height: 22px;
width: 22px;
height: 22px;
color: transparent;
background: linear-gradient(94deg, #48C98F 0.63%, #F7931A 98.7%);
font-size: 22px;
-webkit-background-clip: text;
}
.rs-services-slider.service-style-2 .service-title-holder .read__more a {
transition: all 0.3s ease 0s;
border-width: 2px;
border-color: rgb(235, 235, 235);
border-style: solid;
background-color: rgb(251, 248, 242);
width: 150px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 25px;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.rs-services-slider.service-style-2 .service-title-holder .read__more a svg {
margin-left: 3px;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-2 .service-title-holder .read__more a:hover {
background-image: -moz-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
background-image: -webkit-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
background-image: -ms-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
color: #fff;
}
.rs-services-slider.service-style-2 .service-title-holder .read__more a:hover svg {
transform: translateX(8px);
}
.rs-services-slider.service-style-2 .service-title-holder .read__more a:hover svg path {
fill: #FEE82E;
}
.rs-services-slider.service-style-2 .service-img {
position: relative;
}
.rs-services-slider.service-style-2 .service-img a {
overflow: hidden;
display: block;
}
.rs-services-slider.service-style-2 .service-img img {
width: 100%;
-webkit-transition: 1.3s all ease;
transition: 1.3s all ease;
}
.rs-services-slider.service-style-2 .service-title .title {
transition: all 0.3s;
}
.rs-services-slider.service-style-2 .rs-service-slider {
transition: all 0.3s ease 0s;
overflow: hidden;
position: relative;
}
.rs-services-slider.service-style-2 .rs-service-slider .rs-step-icon {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: -40px;
left: 42px;
width: 85px;
height: 85px;
background-image: -moz-linear-gradient(94deg, rgb(72, 201, 143) 0.63%, rgb(247, 148, 26) 98.7%);
background-image: -webkit-linear-gradient(94deg, rgb(72, 201, 143) 0.63%, rgb(247, 148, 26) 98.7%);
background-image: -ms-linear-gradient(94deg, rgb(72, 201, 143) 0.63%, rgb(247, 148, 26) 98.7%);
border-radius: 20px 0px 20px 0px;
}
.rs-services-slider.service-style-2 .rs-service-slider .rs-step-icon:after {
position: absolute;
content: "";
left: 2px;
right: 2px;
top: 2px;
bottom: 2px;
}
.rs-services-slider.service-style-2 .rs-service-slider:hover .service-img a img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.rs-services-slider.service-style-2 .rs-service-slider:hover .rs-step-icon img {
animation: foldAnimation linear 0.3s;
}
.rs-services-slider.service-style-2 .rs-service-slider .service-img img {
width: 100%;
}
.rs-services-slider.service-style-3 .service-title-holder {
transition: all 0.3s ease 0s;
position: relative;
padding: 62px 30px 63px 30px;
margin: 0 auto;
text-align: center;
border-right: 1px solid #E5E5E5;
height: 270px;
max-height: 300px;
}
.rs-services-slider.service-style-3 .service-title-holder .icon-image {
display: inline-block;
}
.rs-services-slider.service-style-3 .service-title-holder .service-title .title {
font-size: 22px;
line-height: 30px;
margin-top: 20px;
margin-bottom: 0px;
}
.rs-services-slider.service-style-3 .service-title-holder:after {
content: "";
position: absolute;
left: 0;
right: 100%;
background-image: -moz-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
background-image: -webkit-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
background-image: -ms-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
height: 6px;
transition-property: left right;
transition-duration: 0.3s;
transition-timing-function: ease-out;
bottom: 0;
}
.rs-services-slider.service-style-3 .service-title-holder:hover {
background: #fdf2f0;
}
.rs-services-slider.service-style-3 .service-title-holder:hover .service-title .title {
text-decoration: underline;
}
.rs-services-slider.service-style-3 .service-title-holder:hover:after {
right: 0;
}
.rs-services-slider.service-style-3 .slick-arrow {
opacity: 1 !important;
}
.rs-services-slider.service-style-3 .slick-prev {
background-color: rgb(255, 255, 255);
border: 1px solid #d0d0d0 !important;
top: 80px;
}
.rs-services-slider.service-style-3 .slick-next {
background-color: rgb(255, 255, 255);
border: 1px solid #d0d0d0 !important;
}
.rs-services-slider.service-style-3 .slick-arrow:before {
font-size: 22px !important;
color: #d0d0d0;
}
.rs-services-slider.service-style-4 .rs-service-slider {
background: #ffffff;
position: relative;
z-index: 1;
overflow: hidden;
box-shadow: 0px 2px 19px 0px rgba(2, 2, 2, 0.04);
padding: 20px;
margin: 20px 13px;
border-radius: 4px;
text-align: center;
transition: 0.4s;
}
.rs-services-slider.service-style-4 .rs-service-slider .service-img {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-4 .rs-service-slider .service-img img {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-4 .rs-service-slider .service-img svg, .rs-services-slider.service-style-4 .rs-service-slider .service-img i {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-4 .rs-service-slider .numbering span {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
-webkit-text-stroke-width: 0.6px;
stroke-width: 0.6px;
-webkit-text-stroke-color: rgba(161, 159, 159, 0.3411764706);
stroke: rgba(161, 159, 159, 0.3411764706);
}
.rs-services-slider.service-style-4 .rs-service-slider .service-title-holder .service-title .title {
color: #020202;
}
.rs-services-slider.service-style-4 .rs-service-slider .service-title-holder .service-desc p.description {
color: #6d6d6d;
line-height: 28px;
}
.rs-services-slider.service-style-4 .rs-service-slider .service-title-holder .read__more a {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-4 .rs-service-slider .service-title-holder .read__more a svg {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-4 .rs-service-slider:hover {
background: linear-gradient(180deg, #EE1E25 0%, #020202 100%);
}
.rs-services-slider.service-style-4 .rs-service-slider:hover .numbering span {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 4px;
-webkit-text-stroke-width: 0.6px;
stroke-width: 0.6px;
-webkit-text-stroke-color: rgba(255, 255, 255, 0.5098039216);
stroke: rgba(255, 255, 255, 0.5098039216);
}
.rs-services-slider.service-style-4 .rs-service-slider:hover .service-img img {
transform: scale(1.1);
}
.rs-services-slider.service-style-4 .rs-service-slider:hover .service-title-holder .service-title .title {
color: #ffffff;
}
.rs-services-slider.service-style-4 .rs-service-slider:hover .service-title-holder .service-desc p.description {
color: #ffffff;
}
.rs-services-slider.service-style-5 .rs-service-slider {
padding: 0px 15px 15px 15px;
background: #fff;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-img {
position: relative;
overflow-x: hidden;
padding: 15px 0;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-img:before {
content: "";
position: absolute;
width: calc(100% + 12px);
left: -20px;
height: 15px;
background: #0dcd87;
transform: skew(-50deg);
pointer-events: none;
bottom: 0;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-img:after {
content: "";
position: absolute;
background: #0dcd87;
top: 8px;
right: 30px;
width: 60px;
height: 7px;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-img .rs-step-icon {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
bottom: 0;
left: 0;
width: 85px;
height: 85px;
line-height: 85px;
background: #0dcd87;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-img .rs-step-icon img {
width: auto;
height: 50px;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder {
background-color: white;
transition: all 200ms linear;
transition-delay: 0.1s;
padding: 20px 15px 15px 10px;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .service-title .title {
transition: all 0.3s;
font-size: 24px;
line-height: 34px;
color: #002336;
margin: 0 0 12px 0;
font-weight: 600;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .service-desc .description {
font-size: 17px;
line-height: 28px;
font-weight: 400;
color: #535a5e;
margin: 0 0 19px 0;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .read__more a {
transition: all 0.3s ease 0s;
background-color: #0dcd87;
color: #ffffff;
width: 150px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
line-height: 24px;
font-weight: 500;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .read__more a svg {
transition: all 0.3s ease 0s;
transform: translateX(8px) rotate(0deg);
width: 15px;
height: 15px;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .read__more a svg path {
fill: #ffffff;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .read__more a:hover {
background-color: #ffca1b;
color: #000e33;
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .read__more a:hover svg {
transform: translateX(10px) rotate(45deg);
}
.rs-services-slider.service-style-5 .rs-service-slider .service-title-holder .read__more a:hover svg path {
fill: #000e33;
}
.rs-services-slider.service-style-5 .rs-service-slider:hover .service-img .rs-step-icon {
background: #ffca1b;
}
.rs-services-slider.service-style-5 .rs-service-slider:hover .service-img .rs-step-icon img {
animation: foldAnimation linear 0.3s;
transform: unset;
filter: brightness(0);
}
.rs-services-slider.service-style-5 .rs-service-slider:hover .service-img::before {
background: #ffca1b;
}
.rs-services-slider.service-style-5 .rs-service-slider:hover .service-img::after {
background: #ffca1b;
}
.rs-services-slider.service-style-5 .rs-service-slider:hover .service-title-holder .read__more a {
background: #ffca1b;
color: #000e33;
}
.rs-services-slider.service-style-5 .rs-service-slider:hover .service-title-holder .read__more a svg path {
fill: #000e33;
}
.rs-services-slider.service-style-5.rs-addon-slider .slick-center .rs-service-slider .service-img .rs-step-icon {
background: #ffca1b;
}
.rs-services-slider.service-style-5.rs-addon-slider .slick-center .rs-service-slider .service-img .rs-step-icon img {
animation: foldAnimation linear 0.3s;
transform: unset;
filter: brightness(0);
}
.rs-services-slider.service-style-5.rs-addon-slider .slick-center .rs-service-slider .service-img::before {
background: #ffca1b;
}
.rs-services-slider.service-style-5.rs-addon-slider .slick-center .rs-service-slider .service-img::after {
background: #ffca1b;
}
.rs-services-slider.service-style-5.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .read__more a {
background: #ffca1b;
color: #000e33;
}
.rs-services-slider.service-style-5.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .read__more a svg path {
fill: #000e33;
}
.rs-services-slider.service-style-6 .rs-service-slider {
position: relative;
display: block;
padding-bottom: 120px;
overflow: hidden;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-content-box {
position: relative;
display: block;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-content-box:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 4px;
background-color: #5777ff;
transition: all 0.3s ease 0s;
display: block;
width: 0px;
border-radius: 2px 2px 0 0;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder {
position: absolute;
left: 0px;
bottom: 30px;
right: 50px;
background-color: #F9F9F9;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 2;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .service-title-holder-wrap {
transition: all 0.3s ease 0s;
position: relative;
padding: 30px;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .service-title {
display: flex;
align-items: center;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .read__more {
position: absolute;
left: 30px;
right: 0;
bottom: 0;
opacity: 0;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .read__more a {
transition: all 0.3s ease 0s;
color: #5777ff;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .read__more a svg {
margin-left: 3px;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .read__more a svg path {
fill: #5777ff;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .read__more a:hover svg {
transform: translateX(6px);
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .read__more a:hover svg path {
fill: #5777ff;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .numbering {
position: absolute;
right: 20px;
bottom: 20px;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder .numbering span {
font-size: 40px;
font-weight: 700;
line-height: 55px;
color: rgba(255, 255, 255, 0.1);
}
.rs-services-slider.service-style-6 .rs-service-slider .service-img {
overflow: hidden;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-img img {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title .title {
transition: all 0.3s;
}
.rs-services-slider.service-style-6 .rs-service-slider:hover .service-content-box:before {
width: 100%;
}
.rs-services-slider.service-style-6 .rs-service-slider:hover .read__more {
bottom: 30px;
opacity: 1;
}
.rs-services-slider.service-style-6 .rs-service-slider:hover .service-title-holder-wrap {
padding: 30px 30px 80px 30px;
}
.rs-services-slider.service-style-6.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .service-content-box:before {
width: 100%;
}
.rs-services-slider.service-style-6.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .read__more {
bottom: 30px;
opacity: 1;
}
.rs-services-slider.service-style-6.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .service-title-holder-wrap {
transition: all 0.3s ease 0s;
padding: 30px 30px 80px 30px;
}
.rs-services-slider.service-style-6.rs-addon-slider .slick-center .rs-service-slider .service-title-holder .service-title .rs-step-icon {
background-color: #231f20;
}
.rs-services-slider.service-style-7 .rs-service-slider {
position: relative;
}
.rs-services-slider.service-style-7 .rs-service-slider .rs-step-counter {
position: absolute;
top: 35px;
left: 35px;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
color: #5777ff;
}
.rs-services-slider.service-style-7 .rs-service-slider .service-img {
overflow: hidden;
}
.rs-services-slider.service-style-7 .rs-service-slider .service-img img {
transition: all 0.3s ease 0s;
}
.rs-services-slider.service-style-7 .rs-service-slider .service-img:hover img {
transform: scale(1.1);
}
.rs-services-slider.service-style-8 .rs-service-slider {
transition: all 0.3s ease 0s;
}
.rs-services-slider.gradient-color .rs-service-slider .read__more a {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-color: transparent;
background-image: linear-gradient(94deg, #48C98F 0.63%, #F7931A 98.7%);
}
@keyframes foldAnimation {
0% {
transform: rotateY(0deg);
}
50% {
transform: rotateY(90deg);
}
100% {
transform: rotateY(0deg);
}
}
@media only screen and (max-width: 767px) {
.rs-addon-slider.rs-services-slider .rs-service-slider .service-img a img {
width: 100%;
}
}@-webkit-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;
}
}
@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;
}
}
.rs-video {
position: relative;
background-repeat: no-repeat !important;
background-size: cover !important;
padding: 100px 20px;
}
.rs-video .video-iocn {
background-color: #fff;
height: 30px;
width: 30px;
border-radius: 50%;
}
.rs-video .video-iocn svg {
position: relative;
width: 10px;
margin: -1px 11px;
}
.rs-video a i {
transition: 0.5s;
}
.rs-video .video-desc {
z-index: 1;
font-size: 20px;
position: relative;
}
.rs-video .video-desc span {
display: block;
font-size: 22px;
font-weight: 400;
}
.rs-video .overly-border {
border: 1px solid #010d14;
border-radius: 50%;
position: absolute;
width: 70px;
height: 70px;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
}
.rs-video .video-content {
z-index: 10;
}
.rs-video .video-content h4 {
margin-top: 40px;
margin-bottom: 0;
font-size: 30px;
color: #fff;
text-transform: uppercase;
}
.rs-video:hover .popup-videos {
-webkit-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.rs-video:hover .overly-border:before {
opacity: 1;
transform: scale(1);
}
.rs-video:hover .overly-border:after {
opacity: 1;
transform: scale(1);
}
.rs-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: 80px;
padding: 0;
margin: 0 auto;
left: 50%;
top: 50%;
z-index: 9;
text-align: center;
background: #010d14;
display: flex;
align-items: center;
justify-content: center;
}
.rs-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;
}
.rs-video .popup-videos:before {
background: #010d14;
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
border-radius: 50%;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
}
.rs-video.style2 .rs-icon-inners .animate-border .popup-border,
.rs-video .popup-videos, .rs-video .popup-videos:before {
background-color: #5777ff;
}
.rs-video .popup-videos i {
transition: 0.3s ease all;
font-size: 40px;
color: #010d14;
position: relative;
top: 0px;
}
.rs-video .popup-videos i:before {
color: #fff;
}
.rs-video .popup-videos:hover {
border-color: rgba(255, 255, 255, 0.7);
}
.rs-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;
}
.rs-video.style5 .video-wrapper {
height: 700px;
width: 100%;
overflow: hidden;
}
.rs-video.style5 video {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
}
.rs-video.center .overly-border {
margin: 0 auto;
}
.rs-video.left .overly-border {
margin-left: 0;
margin-right: auto;
}
.rs-video.right .overly-border {
margin-left: auto;
margin-right: 0;
}
.rs-video.style1 .video-desc {
top: 60px;
}
.rs-video.gradient-border-enable a {
display: inline-block;
position: relative;
}
.rs-video.gradient-border-enable a:after {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
height: 1px;
background-image: linear-gradient(94.57deg, #9b25ff 8.35%, #0194e7 100%);
transition: 0.4s;
width: 0;
}
.rs-video.gradient-border-enable a:hover:after {
width: 100%;
}
.rs-video.gradient-icon-enable i {
color: transparent;
background-image: linear-gradient(94.57deg, #9b25ff 8.35%, #0194e7 100%);
-webkit-background-clip: text;
}
.rs-video.style4 {
padding: 0;
}
.rs-video.style4 p {
margin: 0;
}
.rs-video.style4 a {
display: flex;
align-items: center;
justify-content: center;
}
.rs-video.style4 a i {
top: unset;
}
.rs-video.style2 .rs-icon-inner {
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-top: 60px;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn {
margin-right: 0;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a {
display: block;
background: #ffffff;
color: #010d14;
padding: 8px 34px;
border-radius: 30px;
transition: 0.4s;
font-size: 16px;
position: relative;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
z-index: 1;
overflow: hidden;
border: 3px solid #ffffff;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
width: 0px;
height: 100%;
z-index: -1;
content: "";
background: #010d14;
border-radius: 30px;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a:hover {
background: #010d14;
color: #ffffff;
opacity: 0.9;
}
.rs-video.style2 .rs-icon-inner .rs-icon-btn a:hover:before {
left: 0%;
right: auto;
width: 100%;
}
.rs-video.style2 .rs-icon-inner .icon-area {
position: relative;
display: none;
left: -60px;
}
.rs-video.style2 .rs-icon-inner .icon-area .overly-border {
width: 60px;
height: 60px;
}
.rs-video.style2 .rs-icon-inner .icon-area .popup-videos {
width: 50px;
height: 50px;
line-height: 56px;
}
.rs-video.style2 .rs-icon-inner .icon-area .popup-videos i {
font-size: 24px;
}
.rs-video.style3 .overly-border {
width: unset;
height: unset;
line-height: unset;
border: none;
top: 50%;
border-radius: 0;
}
.rs-video.style3 .overly-border .icon-area .popup-videos.icon-type .fa {
text-indent: unset;
}
.rs-video.style3 .overly-border .icon-area .popup-videos.icon-type .fa.fa-play {
text-indent: 8px;
}
.rs-video.style3 .overly-border .icon-area .popup-videos.image-type {
width: 76px;
height: 76px;
line-height: 70px;
background: transparent;
}
.rs-video.style3 .overly-border .icon-area .popup-videos.image-type img {
width: 100%;
height: auto;
}
.rs-video.style3 .overly-border .icon-area .popup-videos.image-type:after {
display: none;
}
.rs-video.style3 .overly-border .icon-area .popup-videos.image-type:before {
display: none;
}
.rs-video.writing-normal .video-desc {
writing-mode: unset;
}
.rs-video.writing-vertical_rl .video-desc {
writing-mode: vertical-rl;
transform: rotate(180deg);
}
.rs-video.writing-vertical_lr .video-desc {
writing-mode: vertical-lr;
transform: rotate(180deg);
}
.rs-video {
position: relative;
}
.rs-video:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
border-radius: 100%;
opacity: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rs-video.style1 .sound-wave {
position: absolute;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: center;
transform: scaleY(0.2);
align-items: center;
gap: 5px;
pointer-events: none;
}
.rs-video.style1 .sound-wave .bar {
display: inline-block;
width: 1px;
height: 20px;
background: linear-gradient(94deg, #48C98F 0.63%, #F7931A 98.7%);
opacity: 0.7;
animation: 1s soundWaveAnimationvideo infinite ease-in-out;
-webkit-animation: 1s soundWaveAnimationvideo infinite ease-in-out;
}
@keyframes soundWaveAnimationvideo {
0% {
height: 200px;
}
50% {
height: 8px;
}
100% {
height: 200px;
}
}
@-webkit-keyframes soundWaveAnimationvideo {
0% {
height: 200px;
}
50% {
height: 8px;
}
100% {
height: 200px;
}
}.rs-price-table-menu ul {
margin: 0;
list-style: none;
}
.rs-price-table-menu li {
list-style: none;
}
.rs-price-table-menu .rs-pricing-table-body h3.rs-pricing-menu-features-title {
margin-bottom: 0px;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu {
display: flex;
flex-wrap: wrap;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-menu-image {
margin-right: 10px;
flex-grow: 0;
width: 80px;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-table-feature-text {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
width: 100%;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-table-feature-text span.rs-price-title-connector {
border-bottom: 1px dashed #ccc;
height: 1px;
flex-grow: 1;
align-self: center;
margin: 0 20px;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .rs-pricing-table-feature-text span {
align-self: center;
}
.rs-price-table-menu .rs-pricing-table-body .full-menu-item .price-menu .menu-price {
display: inline-table;
align-self: center;
}
div.swiper-container.rs-pricing-slider {
position: relative;
right: -150px;
padding-top: 20px;
padding-bottom: 20px;
margin-top: -88px;
margin-bottom: -88px;
padding-left: 20px;
}
div.swiper-container.rs-pricing-slider ul {
margin: 0;
padding: 0;
list-style: none;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper {
align-items: center;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it {
border-radius: 40px;
margin: 0 auto;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
position: relative;
z-index: -2;
background: transparent;
overflow: hidden;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it img {
width: 100%;
height: 100%;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap {
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
text-align: center;
color: #ffffff;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part i {
width: 60px;
height: 60px;
border-radius: 100%;
line-height: 60px;
display: block;
margin: 0 auto 25px;
background: #2b59ff;
font-size: 28px;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part .title {
margin-bottom: 7px;
font-size: 22px;
color: #ffffff;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap .top-part .price {
font-weight: 500;
font-size: 20px;
margin-bottom: 10px;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap ul.info li {
font-size: 13px;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap .btn-part {
display: none;
}
div.swiper-container.rs-pricing-slider .swiper-wrapper .swiper-slide .test-it .priceing-wrap .btn-part .readon {
padding: 8px 33px;
}
div.swiper-container.rs-pricing-slider .swiper-slide {
opacity: 0;
}
div.swiper-container.rs-pricing-slider .swiper-slide .test-it {
width: 100%;
max-width: 85% !important;
left: -85px;
height: 395px;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev {
opacity: 1;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it {
width: 140%;
max-width: 140% !important;
left: 0 !important;
z-index: 2 !important;
height: 690px !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it .top-part i {
display: block !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it .top-part .title {
font-size: 25px !important;
margin-bottom: 32px !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it .top-part .price {
font-size: 35px !important;
color: #2b59ff !important;
margin-bottom: 30px !important;
font-weight: 600 !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it ul.info li {
font-size: 16px !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it .btn-part {
display: block !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it:before {
position: absolute;
content: "";
border-radius: 100%;
z-index: 0;
width: 22px;
height: 22px;
right: 80px;
top: 80px;
background: #91a9ff;
opacity: 0.26;
animation: move-x2 5s alternate infinite;
-webkit-animation: move-x2 5s alternate infinite;
}
div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it:after {
position: absolute;
content: "";
border-radius: 100%;
z-index: 0;
width: 40px;
height: 40px;
left: 80px;
bottom: 80px;
background: #2b59ff;
opacity: 0.26;
animation: move-x 2s alternate infinite;
-webkit-animation: move-x 2s alternate infinite;
}
div.swiper-container.rs-pricing-slider .swiper-slide-active {
opacity: 1;
}
div.swiper-container.rs-pricing-slider .swiper-slide-active .test-it {
width: 120%;
max-width: 120% !important;
left: 0 !important;
z-index: 1 !important;
height: 520px !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-next {
opacity: 1;
}
div.swiper-container.rs-pricing-slider .swiper-slide-next .test-it {
width: 100%;
max-width: 100% !important;
left: -45px !important;
z-index: -1 !important;
height: 450px !important;
}
div.swiper-container.rs-pricing-slider .swiper-slide-next .test-it .top-part i {
display: block !important;
}
div.swiper-container.rs-pricing-slider .swiper-next {
width: 40px;
height: 40px;
line-height: 40px;
background: #ffffff;
border-radius: 100%;
position: absolute;
bottom: 20px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
cursor: pointer;
text-align: center;
transition: all 0.4s ease 0s;
z-index: 3;
left: 52%;
}
div.swiper-container.rs-pricing-slider .swiper-next:after {
font-family: Flaticon;
color: #2b59ff;
transition: all 0.4s ease 0s;
content: "\f111";
}
div.swiper-container.rs-pricing-slider .swiper-next:hover {
background: #2b59ff;
}
div.swiper-container.rs-pricing-slider .swiper-next:hover:after {
color: #ffffff;
}
div.swiper-container.rs-pricing-slider .swiper-prev {
width: 40px;
height: 40px;
line-height: 40px;
background: #ffffff;
border-radius: 100%;
position: absolute;
bottom: 20px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
cursor: pointer;
text-align: center;
transition: all 0.4s ease 0s;
z-index: 3;
left: 59%;
}
div.swiper-container.rs-pricing-slider .swiper-prev:after {
font-family: Flaticon;
color: #2b59ff;
transition: all 0.4s ease 0s;
content: "\f110";
}
div.swiper-container.rs-pricing-slider .swiper-prev:hover {
background: #2b59ff;
}
div.swiper-container.rs-pricing-slider .swiper-prev:hover:after {
color: #ffffff;
}
div.swiper-container.rs-pricing-slider .pattern {
position: absolute;
left: 80px;
top: 80px;
pointer-events: none;
}
.rs-price-table .rs-pricing-table-features-list {
margin-left: 0;
list-style: none;
}
.rs-price-table .btn-part.btn-gradient-color .rs-pricing-table-btn {
-webkit-background-clip: text;
color: transparent;
}
.rs-price-table .btn-part.btn-gradient-color .rs-pricing-table-btn:hover {
-webkit-background-clip: text;
color: transparent;
}
.rs-price-table .btn-part.btn-arrow-rotate:hover svg,
.rs-price-table .btn-part.btn-arrow-rotate .rs-pricing-table-btn svg {
transform: rotate(-45deg);
}
.rs-price-table.style-1 {
position: relative;
}
.rs-price-table.style-1 .rs-pricing-table-price-text {
color: #5777ff;
}
.rs-price-table.style-1 .short-desc {
border-color: #5777ff;
}
.rs-price-table.style-1 .rs-pricing-table-features-list li svg path {
fill: #5777ff;
}
.rs-price-table.style-1 .rs-pricing-table-btn {
background: #5777ff;
color: #ffffff;
}
.rs-price-table.style-1 .rs-pricing-table-btn:hover {
background: #ffffff;
color: #091D2D;
}
.rs-price-table.style-1:after {
position: absolute;
content: "";
right: 20px;
left: 20px;
top: 20px;
bottom: 20px;
background: transparent;
border: 1px dashed #5777ff;
pointer-events: none;
}
.rs-price-table.style-1 > * {
position: relative;
z-index: 1;
}
.rs-price-table.style-1 .rs-pricing-table-badge {
position: absolute;
top: 0;
padding: 10px 10px;
background-color: #010d14;
color: #fff;
line-height: 1;
z-index: 1;
}
.rs-price-table.style-1 .rs-pricing-table-title {
padding-top: 10px;
margin-bottom: 20px;
color: #091D2D;
font-weight: 400;
font-size: 24px;
line-height: 30px;
}
.rs-price-table.style-1 .rs-pricing-table-price {
margin-bottom: 30px;
}
.rs-price-table.style-1 .rs-pricing-table-price .rs-pricing-table-price-tag {
margin-bottom: 0.5rem;
color: #5777ff;
font-weight: 700;
font-size: 60px;
line-height: normal;
position: relative;
}
.rs-price-table.style-1 .rs-pricing-table-price .rs-pricing-table-price-tag span.watermark {
position: absolute;
font-size: 60px;
line-height: 60px;
text-transform: capitalize;
font-weight: 800;
opacity: 0.06;
top: 6%;
transform: translateY(-50%);
width: 100%;
left: 0;
color: inherit;
white-space: nowrap;
vertical-align: middle;
-webkit-background-clip: text;
-webkit-text-stroke: 3px transparent;
background-size: cover;
color: #fff;
}
.rs-price-table.style-1 .rs-pricing-table-price .rs-pricing-table-period {
display: block;
}
.rs-price-table.style-1 .rs-pricing-table-price.display-inline2 .rs-pricing-table-price-tag {
line-height: 0.66;
display: flex;
justify-content: center;
}
.rs-price-table.style-1 .rs-pricing-table-price.display-inline2 .rs-pricing-table-period {
display: flex;
align-items: flex-end;
}
.rs-price-table.style-1 .rs-pricing-table-price.display-inline .rs-pricing-table-period {
position: relative;
padding-left: 20px;
display: inline-block;
}
.rs-price-table.style-1 .rs-pricing-table-price.display-inline .rs-pricing-table-period:before {
content: "";
height: 20px;
width: 2px;
position: absolute;
left: 0;
transform: rotate(20deg) translateY(-50%);
top: 50%;
background: #898989;
}
.rs-price-table.style-1 .short-desc {
position: relative;
}
.rs-price-table.style-1 .short-desc::after {
content: "";
position: absolute;
display: inline-block;
width: 20px;
height: 20px;
right: -10px;
bottom: -10px;
background: #ece9e8;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.rs-price-table.style-1 .short-desc::before {
content: "";
position: absolute;
display: inline-block;
width: 20px;
height: 20px;
left: -10px;
bottom: -10px;
background: #ece9e8;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.rs-price-table.style-1 .rs-pricing-table-body {
margin-bottom: 24px;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-title {
margin-top: 62px;
margin-bottom: 20px;
font-weight: 700;
font-size: 16px;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list {
margin: 0;
padding: 0;
list-style: none;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list li {
margin-bottom: 8px;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list li:last-child {
border: none !important;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list li i {
margin-right: 10px;
min-width: 15px;
font-size: 16px;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list li svg {
width: 18px;
height: 18px;
margin-right: 10px;
display: inline-block;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list.right_position li {
overflow: hidden;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list.right_position li i {
float: right;
margin-right: 0;
}
.rs-price-table.style-1 .rs-pricing-table-btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 10px 20px;
border-radius: 2px;
color: #fff;
text-decoration: none;
font-size: 16px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
position: relative;
}
.rs-price-table.style-1 .rs-pricing-table-btn svg,
.rs-price-table.style-1 .rs-pricing-table-btn i {
transition: all 0.3s ease 0s;
position: relative;
margin-left: 10px;
transform: translateX(0px);
}
.rs-price-table.style-1 .rs-pricing-table-btn:hover svg,
.rs-price-table.style-1 .rs-pricing-table-btn:hover i {
transform: translateX(3px);
}
.rs-price-table.style-1 .rs-pricing-icon {
position: relative;
}
.rs-price-table.style-1 .rs-pricing-icon i {
position: relative;
transition: all 0.4s ease 0s;
text-align: center;
}
.rs-price-table.style-1 .btn-bottom-text p {
color: #5777ff;
}
.rs-price-table.style-1 .line-through .rs-pricing-table-feature-text {
text-decoration: line-through;
}
.rs-price-table.style-1 .rs-pricing-table-price .rs-pricing-table-price-tag.price-gradient-color .rs-pricing-table-price-text,
.rs-price-table.style-1 .rs-pricing-table-price .rs-pricing-table-price-tag.price-gradient-color .rs-pricing-table-currency {
-webkit-background-clip: text;
color: transparent;
}
.rs-price-table.style-1 .rs-pricing-table-body .rs-pricing-table-features-list.feature_icon_gradient_color li i {
-webkit-background-clip: text;
color: transparent;
}
.rs-price-table.style-2 {
background-color: #5777ff;
padding: 30px;
border-radius: 4px;
text-align: center;
}
.rs-price-table.style-2 .rs-pricing-table-header:after {
background: #5777ff;
}
.rs-price-table.style-2 .rs-pricing-table-title,
.rs-price-table.style-2 .rs-pricing-table-price-text,
.rs-price-table.style-2 .rs-pricing-table-currency,
.rs-price-table.style-2 .rs-pricing-table-features-title,
.rs-price-table.style-2 .rs-pricing-table-features-list li,
.rs-price-table.style-2 .rs-pricing-table-features-title {
color: #ffffff;
}
.rs-price-table.style-2 .rs-pricing-table-btn {
background: #5777ff;
color: #ffffff;
}
.rs-price-table.style-2 .rs-pricing-table-btn:hover {
color: #091D2D;
background: #ffffff;
}
.rs-price-table.style-2 .rs-pricing-table-header {
position: relative;
padding: 20px;
margin-bottom: 40px;
border-radius: 4px;
overflow: hidden;
}
.rs-price-table.style-2 .rs-pricing-table-header > * {
position: relative;
z-index: 1;
}
.rs-price-table.style-2 .rs-pricing-table-header:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
opacity: 0.9;
}
.rs-price-table.style-2 .rs-pricing-table-title {
margin-bottom: 10px;
}
.rs-price-table.style-2 .rs-pricing-table-features-title {
margin-bottom: 40px;
}
.rs-price-table.style-2 .rs-pricing-table-body {
margin-bottom: 50px;
}
.rs-price-table.style-2 .rs-pricing-table-features-list {
margin-bottom: 0;
}
.rs-price-table.style-2 .rs-pricing-table-features-list > li {
margin-bottom: 10px;
}
.rs-price-table.style-2 .rs-pricing-table-features-list > li:first-child {
margin-top: 0 !important;
}
.rs-price-table.style-2 .rs-pricing-table-features-list > li:last-child {
margin-bottom: 0 !important;
}
.rs-price-table.style-2 .rs-pricing-table-btn {
padding: 11px 30px;
border-radius: 4px;
}
.rs-price-table.color_primary_scheme.style-1 {
background-color: #D2C007;
}
.rs-price-table.color_primary_scheme.style-1 .rs-pricing-table-price-text {
color: #5777ff;
}
.rs-price-table.color_primary_scheme.style-1 .short-desc {
border-color: #5777ff;
}
.rs-price-table.color_primary_scheme.style-1 .btn-bottom-text p {
color: #5777ff;
}
.rs-price-table.color_primary_scheme.style-1 .rs-pricing-table-features-list li svg path {
fill: #5777ff;
}
.rs-price-table.color_primary_scheme.style-1 .rs-pricing-table-btn {
background-color: #5777ff;
color: #ffffff;
}
.rs-price-table.color_primary_scheme.style-1 .rs-pricing-table-btn:hover {
background-color: #ffffff;
color: #091D2D;
}
.rs-price-table.color_primary_scheme.style-1:after {
border-color: #5777ff;
}
.rs-price-table.color_secondary_scheme.style-1 {
background-color: #5777ff;
}
.rs-price-table.color_secondary_scheme.style-1 .rs-pricing-table-price-text {
color: #5777ff;
}
.rs-price-table.color_secondary_scheme.style-1 .short-desc {
border-color: #5777ff;
}
.rs-price-table.color_secondary_scheme.style-1 .btn-bottom-text p {
color: #D2C007;
}
.rs-price-table.color_secondary_scheme.style-1 .rs-pricing-table-features-list li svg path {
fill: #5777ff;
}
.rs-price-table.color_secondary_scheme.style-1 .rs-pricing-table-btn {
background-color: #5777ff;
color: #ffffff;
}
.rs-price-table.color_secondary_scheme.style-1 .rs-pricing-table-btn:hover {
background-color: #ffffff;
color: #091D2D;
}
.rs-price-table.color_secondary_scheme.style-1:after {
border-color: #5777ff;
}
.rs-price-table.color_gradient_scheme.style-1 .rs-pricing-table-price-text {
color: #5777ff;
}
.rs-price-table.color_gradient_scheme.style-1 .short-desc {
border-color: #5777ff;
}
.rs-price-table.color_gradient_scheme.style-1 .btn-bottom-text p {
color: #5777ff;
}
.rs-price-table.color_gradient_scheme.style-1 .rs-pricing-table-features-list li svg path {
fill: #5777ff;
}
.rs-price-table.color_gradient_scheme.style-1 .rs-pricing-table-btn {
background-image: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
color: #ffffff;
}
.rs-price-table.color_gradient_scheme.style-1 .rs-pricing-table-btn:hover {
background-image: linear-gradient(90deg, #D2C007 0%, #5777ff 100%);
color: #ffffff;
}
.rs-price-table.color_gradient_scheme.style-1:after {
border-color: #5777ff;
}
.rs-price-table.style-4 {
position: relative;
}
.rs-price-table.style-4 .rs-pricing-table-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-price-table.style-4 .rs-pricing-table-features-list {
display: flex;
align-items: flex-end;
gap: 30px;
}
.rs-price-table.style-4 .rs-pricing-table-features-list li {
flex: 0 0 50%;
}
.rs-price-table.style-4 .pricing-svg {
position: absolute;
bottom: 0;
right: 20px;
}
.rs-price-table.style-4 .pricing-svg svg {
transition: all 0.3s ease 0s;
}.rs-price-table-slider.rs-addon-slider .slick-dots li button {
background: transparent;
}
.rs-price-table-slider.rs-addon-slider .slick-dots li.slick-active button {
border-color: #5777ff;
background: #5777ff;
}
.rs-price-table-slider .pricing-wrapper {
background: #091D2D;
border-radius: 4px;
position: relative;
padding: 40px;
text-align: center;
}
.rs-price-table-slider .pricing-wrapper .title {
color: #ffffff;
}
.rs-price-table-slider .pricing-wrapper .pricing-price {
color: #ffffff;
}
.rs-price-table-slider .pricing-wrapper .pricing-price .get-price {
color: #5777ff;
}
.rs-price-table-slider .pricing-wrapper .pricing-price .get-period {
color: rgba(255, 255, 255, 0.6);
}
.rs-price-table-slider .pricing-wrapper .description {
color: rgba(255, 255, 255, 0.6);
}
.rs-price-table-slider .pricing-wrapper .btn-part a {
background: #5777ff;
color: #ffffff;
}
.rs-price-table-slider .pricing-wrapper .btn-part a:hover {
background: #D2C007;
}
.rs-price-table-slider .pricing-wrapper .pricing-price span {
display: inline-block;
}
.rs-price-table-slider .pricing-wrapper .btn-part a {
padding: 10px 24px;
display: inline-block;
}
.rs-price-table-slider .pricing-wrapper:after {
position: absolute;
content: "";
right: 20px;
left: 20px;
top: 20px;
bottom: 20px;
background: transparent;
border: 1px dashed #5777ff;
pointer-events: none;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper .pricing-price .get-price {
color: #5777ff;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper .btn-part a {
background-image: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
color: #ffffff;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper .btn-part a:hover {
background-image: linear-gradient(90deg, #D2C007 0%, #5777ff 100%);
color: #ffffff;
}
.rs-price-table-slider.color_gradient_scheme .pricing-wrapper:after {
border-color: #5777ff;
}.rs-pricing-switcher {
position: relative;
}
.rs-pricing-switcher .switcher-part {
margin-bottom: 50px !important;
}
.rs-pricing-switcher .switcher-part .pricing-switcher-wrapper {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
text-align: center;
}
.rs-pricing-switcher .switcher-part .pricing-switcher-wrapper span {
cursor: pointer;
transition: all 0.3s ease 0s;
display: inline-block;
text-align: center;
}
.rs-pricing-switcher.switcher-button-style1 .switcher-part {
text-align: center;
}
.rs-pricing-switcher.switcher-button-style1 .switcher-part .pricing-switcher-wrapper {
gap: 20px;
}
.rs-pricing-switcher.switcher-button-style1 .switcher-part .pricing-switcher-wrapper span:not(.switcher) {
padding: 0 !important;
z-index: 1;
position: relative;
color: #091D2D;
opacity: 1;
}
.rs-pricing-switcher.switcher-button-style1 .switcher-part .pricing-switcher-wrapper span.switcher {
width: 50px;
height: 30px;
background: #5777ff;
border-radius: 30px;
position: relative;
box-shadow: inset 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}
.rs-pricing-switcher.switcher-button-style1 .switcher-part .pricing-switcher-wrapper span.switcher:after {
position: absolute;
content: "";
top: 50%;
transform: translateY(-50%);
left: 2px;
height: 25px;
width: 25px;
border-radius: 50%;
background: #fff;
transition: all 0.3s;
}
.rs-pricing-switcher.switcher-button-style1.switched .switcher-part .pricing-switcher-wrapper span.btn-monthly {
opacity: 0.6;
}
.rs-pricing-switcher.switcher-button-style1.switched .switcher-part .pricing-switcher-wrapper span.switcher:after {
left: calc(100% - 27px);
}
.rs-pricing-switcher.switcher-button-style1:not(.switched) .switcher-part .pricing-switcher-wrapper span.btn-yearly {
opacity: 0.6;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part {
width: 100%;
max-width: 300px;
margin-left: auto;
margin-right: auto;
border: 1px solid #d2d2d2;
padding: 8px;
border-radius: 43px;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part .pricing-switcher-wrapper {
border-radius: inherit;
width: 100%;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part .pricing-switcher-wrapper span {
border-radius: inherit;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part .pricing-switcher-wrapper span:not(.switcher) {
padding: 6px 10px;
z-index: 1;
position: relative;
width: 50%;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part .pricing-switcher-wrapper span.btn-yearly {
color: #666666;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part .pricing-switcher-wrapper span.btn-monthly {
color: white;
}
.rs-pricing-switcher.switcher-button-style2 .switcher-part .pricing-switcher-wrapper span.switcher {
position: absolute;
content: "";
left: 0;
top: 0;
bottom: 0;
width: 100%;
max-width: 50%;
background: #5777ff;
transition: all 0.3s ease 0s;
}
.rs-pricing-switcher.switcher-button-style2.switched .switcher-part .pricing-switcher-wrapper span.switcher {
left: 50%;
}
.rs-pricing-switcher.switcher-button-style2.switched .switcher-part .pricing-switcher-wrapper span.btn-monthly {
color: #666666;
}
.rs-pricing-switcher.switcher-button-style2.switched .switcher-part .pricing-switcher-wrapper span.btn-yearly {
color: white;
}
.rs-pricing-switcher .pricing-item {
position: relative;
transition: all 0.3s ease 0s;
}
.rs-pricing-switcher .pricing-item.yearly {
display: none;
}
.rs-pricing-switcher.switched .pricing-item.monthly {
display: none;
}
.rs-pricing-switcher.switched .pricing-item.yearly {
display: block;
}
.rs-pricing-switcher.switching .pricing-item {
opacity: 0;
}
.rs-pricing-switcher.style-1 .pricing-item {
background: #f7f7f7;
border-radius: 4px;
text-align: center;
border-top: 3px solid #5777ff;
padding: 30px 0 50px;
}
.rs-pricing-switcher.style-1 .pricing-item .title-wrapper {
padding: 0 45px;
}
.rs-pricing-switcher.style-1 .pricing-item .title-wrapper .title {
margin: 0 0 8px 0;
font-size: 30px;
line-height: 40px;
}
.rs-pricing-switcher.style-1 .pricing-item .title-wrapper .intro-txt {
font-size: 16px;
line-height: 26px;
}
.rs-pricing-switcher.style-1 .pricing-item .price-wrapper {
padding: 22px 45px 14px;
border-top: 1px solid rgba(217, 213, 213, 0.5);
margin: 30px 0 0;
display: flex;
flex-direction: column;
gap: 5px;
}
.rs-pricing-switcher.style-1 .pricing-item .price-wrapper .price {
color: #5777ff;
font-weight: 700;
line-height: 1;
font-size: 60px;
}
.rs-pricing-switcher.style-1 .pricing-item .price-wrapper .plan-duration {
font-size: 17px;
line-height: 27px;
font-weight: 500;
}
.rs-pricing-switcher.style-1 .pricing-item .description {
font-size: 16px;
line-height: 26px;
padding: 0 45px;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature {
text-align: left;
padding: 32px 45px 0;
width: 100%;
border-top: 1px solid rgba(217, 213, 213, 0.5);
margin: 30px 0 40px;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature .feature-title {
position: relative;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul {
margin: 0;
padding: 0;
list-style: none;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul li {
position: relative;
font-size: 17px;
line-height: 27px;
font-weight: 500;
color: #091D2D;
padding-right: 36px;
margin: 13px 0;
transition: all 0.5s ease;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul li:before {
content: "\eb7b";
color: #5777ff;
font-size: 20px;
margin: 0;
font-weight: 400;
display: inline-block;
font-family: remixicon;
position: absolute;
right: 0;
transition: all 0.5s ease;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul li.close {
color: #666666;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul li.close:before {
color: inherit;
content: "\eb99";
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul li:first-child {
margin-top: 0 !important;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-feature ul li:last-child {
margin-bottom: 0 !important;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn {
padding: 0 45px;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
width: 100%;
padding: 10px;
font-size: 17px;
font-weight: 500;
text-align: center;
background: transparent;
border-radius: 4px;
color: #666666;
border: 2px solid rgba(31, 31, 31, 0.1);
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a > * {
flex-shrink: 0;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a svg {
width: 18px;
height: 18px;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a svg path {
fill: #666666;
transition: all 0.3s ease 0s;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a i {
font-size: 18px;
color: #666666;
transition: all 0.3s ease 0s;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a:hover {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a:hover svg path {
fill: #fff;
}
.rs-pricing-switcher.style-1 .pricing-item .pricing-btn a:hover i {
color: #fff;
}
.rs-pricing-switcher.style-1 .pricing-item.item-active {
background: #faf5f5;
}
.rs-pricing-switcher.style-1 .pricing-item.item-active .pricing-btn a {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.rs-pricing-switcher.style-1 .pricing-item.item-active .pricing-btn a:hover {
background: #718cff;
border-color: #718cff;
}
.rs-pricing-switcher.style-1 .pricing-item.item-active .pricing-btn a svg path {
fill: #fff;
}
.rs-pricing-switcher.style-1 .pricing-item.item-active .pricing-btn a i {
color: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item {
background: #f7f7f7;
padding: 60px;
border-radius: 20px;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-item-inner {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 30px;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-item-inner .content-side {
position: relative;
width: 100%;
max-width: 30%;
}
.rs-pricing-switcher.style-2 .pricing-item .title-wrapper .title {
margin: 0 0 20px 0;
font-size: 24px;
line-height: 34px;
}
.rs-pricing-switcher.style-2 .pricing-item .title-wrapper .intro-txt {
font-size: 16px;
line-height: 26px;
}
.rs-pricing-switcher.style-2 .pricing-item .price-wrapper {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
gap: 5px;
}
.rs-pricing-switcher.style-2 .pricing-item .price-wrapper .price {
color: #5777ff;
font-weight: 700;
line-height: 1;
font-size: 40px;
}
.rs-pricing-switcher.style-2 .pricing-item .price-wrapper .plan-duration {
font-size: 17px;
line-height: 27px;
}
.rs-pricing-switcher.style-2 .pricing-item .description {
font-size: 16px;
line-height: 26px;
margin: 20px 0 40px;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature {
text-align: left;
width: 100%;
max-width: 58%;
padding: 50px 60px 38px;
background: #fff;
border-radius: 20px;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature .feature-title {
text-align: center;
position: relative;
font-size: 20px;
line-height: 30px;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature ul li {
position: relative;
font-size: 17px;
line-height: 27px;
font-weight: 600;
width: calc(50% - 25px);
color: #091D2D;
padding-right: 36px;
margin: 13px 0;
transition: all 0.5s ease;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature ul li:before {
content: "\eb81";
color: #5777ff;
font-size: 20px;
margin: 0;
font-weight: 400;
display: inline-block;
font-family: remixicon;
position: absolute;
right: 0;
transition: all 0.5s ease;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature ul li.close {
color: #666666;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-feature ul li.close:before {
color: inherit;
content: "\eb97";
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
padding: 10px 24px;
font-size: 17px;
font-weight: 500;
text-align: center;
background: #091D2D;
border-radius: 4px;
color: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a > * {
flex-shrink: 0;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a svg {
width: 18px;
height: 18px;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a svg path {
fill: #fff;
transition: all 0.3s ease 0s;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a i {
font-size: 18px;
color: #fff;
transition: all 0.3s ease 0s;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a:hover {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a:hover svg path {
fill: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item .pricing-btn a:hover i {
color: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-feature {
background: #5777ff;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-feature ul li {
color: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-feature ul li:before {
color: inherit;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-feature ul li.close {
color: rgba(255, 255, 255, 0.8);
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-feature ul li.close:before {
color: inherit;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-btn a {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-btn a:hover {
background: #718cff;
border-color: #718cff;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-btn a svg path {
fill: #fff;
}
.rs-pricing-switcher.style-2 .pricing-item.item-active .pricing-btn a i {
color: #fff;
}.rs-latest-button {
pointer-events: auto;
cursor: pointer;
background: #e7e7e7;
border: none;
padding: 1.5rem 3rem;
margin: 0;
font-family: inherit;
font-size: inherit;
position: relative;
display: inline-block;
}
.rs-latest-button svg {
height: 20px;
position: relative;
top: -1px;
}
.rs-latest-button:before, .rs-latest-button:after {
position: absolute;
top: -1px;
left: 0;
width: 100%;
height: 100%;
}
.rs-latest-button--calypso {
overflow: hidden;
font-size: 1.15rem;
border-radius: 0.85rem;
color: #fff;
}
.rs-latest-button--calypso span {
display: block;
position: relative;
z-index: 10;
color: #0a0a0a;
}
.rs-latest-button--calypso span svg path {
fill: #0a0a0a;
}
.rs-latest-button--calypso:hover span {
animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
color: #fff;
}
.rs-latest-button--calypso:hover span svg path {
fill: #fff;
}
.rs-latest-button--calypso:hover:before {
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.rs-latest-button--calypso:hover:after {
transform: translate3d(0, 0, 0);
transition-duration: 0.05s;
transition-delay: 0.4s;
transition-timing-function: linear;
}
.rs-latest-button--calypso:before {
content: "";
background: #000;
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.rs-latest-button--calypso:after {
content: "";
background: #000;
transform: translate3d(0, -100%, 0);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.rs-button.style1 {
line-height: 0;
}
.rs-button.style1 .rs-btn {
background: #5777ff;
color: #091D2D;
font-size: 17px;
font-style: normal;
font-weight: 500;
padding: 15px 32px;
border-radius: 2px;
overflow: hidden;
position: relative;
display: inline-block;
line-height: 28px;
transition: all 0.3s ease 0s;
}
.rs-button.style1 .rs-btn span {
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.rs-button.style1 .rs-btn em {
display: inline-block;
overflow: hidden;
position: relative;
width: 18px;
height: 18px;
line-height: 20px;
flex-shrink: 0;
}
.rs-button.style1 .rs-btn em > * {
height: inherit;
width: inherit;
line-height: inherit;
font-size: 18px;
position: absolute;
top: 0;
left: 0;
transition: all 0.3s ease 0s;
}
.rs-button.style1 .rs-btn em > *:nth-child(2) {
transform: translateX(-150%);
}
.rs-button.style1 .rs-btn em svg path {
fill: #091D2D;
transition: all 0.3s ease 0s;
}
.rs-button.style1 .rs-btn em i {
color: #091D2D;
}
.rs-button.style1 .rs-btn:hover {
background: #091D2D;
color: #5777ff;
}
.rs-button.style1 .rs-btn:hover em > * {
transform: translateX(150%);
}
.rs-button.style1 .rs-btn:hover em > *:nth-child(2) {
transform: translateX(0);
}
.rs-button.style1 .rs-btn:hover em svg path {
fill: #5777ff;
}
.rs-button.style1 .rs-btn:hover em i {
color: #5777ff;
}
.rs-button.style2 .rs-btn {
display: inline-flex;
align-items: center;
white-space: nowrap;
transition: all 0.3s ease 0s;
}
.rs-button.style2 .rs-btn span {
background: #5777ff;
}
.rs-button.style2 .rs-btn .rs-icon {
height: 60px;
width: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.3s ease 0s;
opacity: 0;
}
.rs-button.style2 .rs-btn .rs-icon.two {
transform: translate3d(-60px, 0px, 0px);
transform-style: preserve-3d;
opacity: 1;
}
.rs-button.style2 .rs-btn .rs-icon svg {
width: 16px;
height: 16px;
}
.rs-button.style2 .rs-btn .rs-icon svg path {
fill: #fff;
transition: all 0.3s ease 0s;
}
.rs-button.style2 .rs-btn .rs-icon i {
color: #fff;
font-size: 16px;
transition: all 0.3s ease 0s;
}
.rs-button.style2 .rs-btn .rs-btn-text {
color: #fff;
border-radius: 28px;
padding: 16px 36px;
display: inline-block;
transition: all 0.3s ease 0s;
z-index: 9;
}
.rs-button.style2 .rs-btn.icon-sty-yes .rs-btn-text {
transform: translate3d(-60px, 0px, 0px);
transform-style: preserve-3d;
}
.rs-button.style2 .rs-btn.icon-sty-yes:hover .rs-btn-text {
transform: translate3d(0px, 0px, 0px) !important;
transform-style: preserve-3d;
}
.rs-button.style2 .rs-btn:hover .rs-icon {
opacity: 1;
}
.rs-button.style2 .rs-btn:hover .rs-icon.two {
opacity: 0;
}
.rs-button.style3 .rs-btn {
display: inline-flex;
align-items: center;
white-space: nowrap;
transition: all 0.3s ease 0s;
border: 1px solid #091D2D;
padding: 5px;
border-radius: 50px;
}
.rs-button.style3 .rs-btn .rs-icon {
background: #5777ff;
height: 60px;
width: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
transition: all 0.3s ease 0s, left 0.5s;
position: relative;
left: 0;
}
.rs-button.style3 .rs-btn .rs-icon svg {
width: 16px;
height: 16px;
}
.rs-button.style3 .rs-btn .rs-icon svg path {
fill: #091D2D;
transition: all 0.3s ease 0s;
}
.rs-button.style3 .rs-btn .rs-icon i {
color: #091D2D;
font-size: 16px;
transition: all 0.3s ease 0s;
}
.rs-button.style3 .rs-btn .rs-btn-text {
color: #091D2D;
display: inline-block;
text-transform: uppercase;
transition: all 0.3s ease 0s;
padding: 0 20px;
z-index: 9;
}
.rs-button.style3 .rs-btn.icon-sty-yes .rs-btn-text {
transform: translate3d(0px, 0px, 0px);
transform-style: preserve-3d;
}
.rs-button.style3 .rs-btn.icon-sty-yes:hover .rs-btn-text {
transform: translate3d(-60px, 0px, 0px) !important;
transform-style: preserve-3d;
}
.rs-button.style3 .rs-btn:hover .rs-icon {
left: calc(100% - 60px);
}
@keyframes btnStyleHoverEffect {
0% {
transform: scale(1);
}
33.333% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
@keyframes btnStyleHoverEffectReverse {
0% {
transform: scale(1);
}
33.333% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
@keyframes MoveScaleUpInitial {
to {
transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
opacity: 0;
}
}
@keyframes MoveScaleUpEnd {
from {
transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
opacity: 0;
}
to {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rspulse512 {
0% {
box-shadow: 0 0 0 0 #ad6239;
}
70% {
box-shadow: 0 0 0 10px rgba(218, 103, 68, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(218, 103, 68, 0);
}
}
@keyframes MoveUpInitial {
to {
transform: translate3d(0, -105%, 0);
}
}
@keyframes MoveUpEnd {
from {
transform: translate3d(0, 100%, 0);
}
to {
transform: translate3d(0, 0, 0);
}
}.rs-logo-grid .rs-grid-figure {
display: flex;
align-items: center;
justify-content: center;
transition: all linear 0.3s;
}
.rs-logo-grid .rs-grid-figure .logo-img {
overflow: hidden;
}
.rs-logo-grid .rs-grid-figure .logo-title {
overflow: hidden;
}
.rs-logo-grid .rs-grid-figure .logo-title .title {
margin: 0;
}
.rs-logo-grid .rs-grid-figure .logo-desc {
overflow: hidden;
}
.rs-logo-grid .rs-grid-figure .logo-desc .description {
margin: 0;
}
.rs-logo-grid .logo-grid-item {
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.rs-logo-grid .logo-grid-item.pre-last {
border-right: 0;
}
.rs-logo-grid .logo-grid-item.pre-last-row {
border-bottom: 0;
}
.rs-logo-grid.rsl_style3 .grid-item {
border-bottom: 0.5px solid rgba(58, 58, 58, 0.05);
border-right: 0.5px solid rgba(58, 58, 58, 0.05);
}
.rs-logo-grid.rsl_style3 .grid-item:nth-child(3), .rs-logo-grid.rsl_style3 .grid-item:nth-child(6), .rs-logo-grid.rsl_style3 .grid-item:nth-child(9), .rs-logo-grid.rsl_style3 .grid-item:nth-child(12) {
border-right: 0.5px solid rgba(58, 58, 58, 0);
}
.rs-logo-grid.rsl_style3 .grid-item:nth-child(7), .rs-logo-grid.rsl_style3 .grid-item:nth-child(8), .rs-logo-grid.rsl_style3 .grid-item:nth-child(9) {
border-bottom: 0.5px solid rgba(58, 58, 58, 0);
}
@media only screen and (max-width: 600px) {
.rs-logo-grid .logo-grid-item {
width: 100% !important;
}
}.rs-cta {
width: 100%;
display: inline-flex;
align-items: center;
}
.rs-cta .cta-content {
float: left;
width: 80%;
text-align: left;
order: unset;
}
.rs-cta .cta-content .cta-title h3.title {
margin: 0 0 10px;
}
.rs-cta .cta-content .cta-text .desc {
margin: 0;
}
.rs-cta .rs-btn {
width: 20%;
float: right;
text-align: right;
order: unset;
}
.rs-cta .rs-btn .readon {
line-height: 1;
color: #fff;
background-color: #010d14;
padding: 15px 35px;
font-size: 17px;
border-radius: 0;
}
.rs-cta .rs-btn .readon:hover {
background: #2b59ff;
}
.rs-cta .rs-btn .readon i {
margin: 0;
transform: translateX(5px);
transition: all ease 0.3s;
}@keyframes left {
100% {
transform: rotate(180deg);
}
}
@keyframes right {
100% {
transform: rotate(180deg);
}
}
.rs-testimonial-nav-style2 {
margin: 0;
max-width: 280px;
}
.rs-testimonial-nav-style2 .team-item {
padding: 0 15px;
}
.rs-testimonial-nav-style2 .slick-dots {
line-height: 10px;
bottom: -40px;
z-index: 3;
bottom: -115px;
}
.rs-testimonial-nav-style2 .slick-dots li {
display: inline-block;
width: unset;
height: unset;
margin: 0 5px;
}
.rs-testimonial-nav-style2 .slick-dots li button {
width: 15px;
height: 15px;
display: inline-block;
font-size: unset;
line-height: unset;
padding: unset;
background: #707484;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
border-radius: 15px;
}
.rs-testimonial-nav-style2 .slick-dots li button:before {
display: none;
}
.rs-testimonial-nav-style2 .slick-dots li button:hover {
background: #2b59ff;
opacity: 1;
width: 26px;
}
.rs-testimonial-nav-style2 .slick-dots li.slick-active button {
width: 24px;
background: #2b59ff;
opacity: 1;
}
.rs-testimonial-nav-style2 .slick-next {
position: absolute;
bottom: 0;
transition: 0.6s ease all;
z-index: 9;
}
.rs-testimonial-nav-style2 .slick-next:before {
line-height: 40px;
color: #3E3E3E;
opacity: 1;
content: "\f110";
}
.rs-testimonial-nav-style2 .slick-next:hover {
opacity: 1;
background: #121933;
}
.rs-testimonial-nav-style2 .slick-next:hover:before {
color: #fff;
}
.rs-testimonial-nav-style2 .slick-prev {
position: absolute;
bottom: 0;
transition: 0.6s ease all;
z-index: 9;
}
.rs-testimonial-nav-style2 .slick-prev:before {
line-height: 40px;
color: #3E3E3E;
opacity: 1;
content: "\f111";
}
.rs-testimonial-nav-style2 .slick-prev:hover {
opacity: 1;
background: #121933;
}
.rs-testimonial-nav-style2 .slick-prev:hover:before {
color: #fff;
}
.rs-testimonial-nav-style2:hover .slick-prev {
opacity: 1;
visibility: visible;
}
.rs-testimonial-nav-style2:hover .slick-next {
opacity: 1;
visibility: visible;
}
.rs-testimonial-nav-style2 .item {
padding-top: 10px;
}
.rs-testimonial-nav-style2 .item .testimonial-name {
display: none;
}
.rs-testimonial-nav-style2 .item .testimonial-title {
display: none;
}
.rs-testimonial-nav-style2 .item .nav-image {
position: relative;
border-radius: 50%;
}
.rs-testimonial-nav-style2 .item .nav-image img {
margin-top: 10px;
margin-bottom: 10px;
}
.rs-testimonial-nav-style2 .item .circle {
display: none;
position: absolute;
z-index: 9;
width: 70px;
height: 70px;
z-index: -1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rs-testimonial-nav-style2 .item img {
margin: 0 auto;
width: 60px;
height: 60px;
border-radius: 50%;
cursor: pointer;
transition: 0.4s;
position: relative;
border: 5px solid #19082D;
}
.rs-testimonial-nav-style2 .item.slick-current .testimonial-name {
display: block;
}
.rs-testimonial-nav-style2 .item.slick-current .testimonial-title {
display: block;
}
.rs-testimonial-nav-style2 .item.slick-current .nav-image .circle {
display: block;
}
.rs-testimonial-nav-style2 .item.slick-current .author-inner {
min-width: 180px;
padding-top: 20px;
margin-left: 10px;
}
.rs-testimonial-nav-style2 .circular {
height: 70px;
width: 70px;
position: relative;
}
.rs-testimonial-nav-style2 .circular .inner {
position: absolute;
z-index: 6;
top: 50%;
left: 50%;
height: 65px;
width: 65px;
transform: translate(-50%, -50%);
background: #100E22;
border-radius: 100%;
}
.rs-testimonial-nav-style2 .circular .bar {
position: absolute;
height: 100%;
width: 100%;
background: transparent;
-webkit-border-radius: 100%;
clip: rect(0px, 100px, 100px, 35px);
}
.rs-testimonial-nav-style2 .circular .left .progress {
z-index: 1;
animation: left 4s linear both;
}
.rs-testimonial-nav-style2 .circular .right {
transform: rotate(180deg);
z-index: 3;
}
.rs-testimonial-nav-style2 .circular .right .progress {
animation: right 4s linear both;
animation-delay: 4s;
}
.rs-testimonial-nav-style2 .circle .bar .progress {
position: absolute;
height: 100%;
width: 100%;
-webkit-border-radius: 100%;
clip: rect(0px, 35px, 100px, 0px);
background: #2B59FF;
}
.rs-testimonial-dots-style2 {
margin: 0;
}
.rs-testimonial-dots-style2 .team-item {
padding: 0 15px;
}
.rs-testimonial-dots-style2 .slick-dots {
line-height: 10px;
bottom: -40px;
z-index: 3;
}
.rs-testimonial-dots-style2 .slick-dots li {
display: inline-block;
width: unset;
height: unset;
margin: 0 5px;
}
.rs-testimonial-dots-style2 .slick-dots li button {
width: 15px;
height: 15px;
display: inline-block;
font-size: unset;
line-height: unset;
padding: unset;
background: #707484;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
border-radius: 15px;
}
.rs-testimonial-dots-style2 .slick-dots li button:before {
display: none;
}
.rs-testimonial-dots-style2 .slick-dots li button:hover {
background: #2b59ff;
opacity: 1;
width: 26px;
}
.rs-testimonial-dots-style2 .slick-dots li.slick-active button {
width: 24px;
background: #2b59ff;
opacity: 1;
}
.rs-testimonial-dots-style2 .slick-next {
position: absolute;
bottom: 0;
transition: 0.6s ease all;
z-index: 9;
}
.rs-testimonial-dots-style2 .slick-next:before {
line-height: 40px;
color: #3E3E3E;
opacity: 1;
content: "\f110";
}
.rs-testimonial-dots-style2 .slick-next:hover {
opacity: 1;
background: #121933;
}
.rs-testimonial-dots-style2 .slick-next:hover:before {
color: #fff;
}
.rs-testimonial-dots-style2 .slick-prev {
position: absolute;
bottom: 0;
transition: 0.6s ease all;
z-index: 9;
}
.rs-testimonial-dots-style2 .slick-prev:before {
line-height: 40px;
color: #3E3E3E;
opacity: 1;
content: "\f111";
}
.rs-testimonial-dots-style2 .slick-prev:hover {
opacity: 1;
background: #121933;
}
.rs-testimonial-dots-style2 .slick-prev:hover:before {
color: #fff;
}
.rs-testimonial-dots-style2:hover .slick-prev {
opacity: 1;
visibility: visible;
}
.rs-testimonial-dots-style2:hover .slick-next {
opacity: 1;
visibility: visible;
}
.rs-testimonial-dots-style2 .slick-slide {
opacity: 0;
}
.rs-testimonial-dots-style2 .slick-slide .ratings {
position: relative;
z-index: 1;
}
.rs-testimonial-dots-style2 .slick-slide .ratings img {
margin: 0 auto;
max-width: 100px;
}
.rs-testimonial-dots-style2 .slick-slide.slick-active {
opacity: 1;
}
.rs-testimonial-dots-style2 .slick-slide.slick-center {
opacity: 1;
visibility: visible;
z-index: 9;
}
.rs-addon-slider {
margin: 0;
}
.rs-addon-slider .team-item {
padding: 0 15px;
}
.rs-addon-slider .slick-dots {
line-height: 10px;
bottom: -40px;
z-index: 3;
}
.rs-addon-slider .slick-dots li {
display: inline-block;
width: unset;
height: unset;
margin: 0 5px;
}
.rs-addon-slider .slick-dots li button {
width: 15px;
height: 15px;
display: inline-block;
font-size: unset;
line-height: unset;
padding: unset;
background: transparent;
border: 1px solid #C6C1C2;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
border-radius: 15px;
}
.rs-addon-slider .slick-dots li button:before {
display: none;
}
.rs-addon-slider .slick-dots li button:hover {
opacity: 1;
width: 26px;
}
.rs-addon-slider .slick-dots li.slick-active button {
width: 24px;
background: #5777ff;
opacity: 1;
}
.rs-addon-slider .slick-arrow {
position: absolute;
bottom: 0;
transition: all 0.3s ease 0s;
z-index: 9;
font-size: 0;
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-slider .slick-arrow:before {
color: #3E3E3E;
opacity: 1;
line-height: normal !important;
}
.rs-addon-slider .slick-arrow:hover {
opacity: 1;
background: #121933;
}
.rs-addon-slider .slick-arrow:hover:before {
color: #fff;
}
.rs-addon-slider:hover .slick-arrow {
opacity: 1;
}
.rsaddon-unique-slider .rs-testimonial-dots-style2 .slick-arrow {
opacity: 1;
visibility: visible;
}
.rs-testimonial p {
margin: 0 0 15px;
position: relative;
}
.rs-testimonial .image-wrap img {
height: auto;
width: 65px;
border-radius: 50%;
position: relative;
}
.rs-testimonial .testimonial-item {
position: relative;
transition: all 0.3s ease 0s;
height: auto;
}
.rs-testimonial .testimonial-item .item-content span img {
z-index: 9;
}
.rs-testimonial .testimonial-item .item-content.bubble {
position: relative;
}
.rs-testimonial .testimonial-item .item-content.bubble:after {
top: 100%;
left: 15%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #010d14;
border-width: 12px;
margin-left: -30px;
z-index: 1;
}
.rs-testimonial .testimonial-item .item-content.bubble span i {
z-index: 1;
}
.rs-testimonial .testimonial-item .testimonial-information {
position: relative;
display: flex;
align-items: center;
}
.rs-testimonial .testimonial-item .testimonial-information .ratings {
margin-left: 15px;
}
.rs-testimonial .testimonial-item .testimonial-information .ratings img {
width: 100px;
}
.rs-testimonial .testimonial-item .testimonial-information .testimonial-name {
color: #000000;
font-size: 20px;
font-weight: 500;
margin-left: 15px;
}
.rs-testimonial .testimonial-item .testimonial-information .testimonial-title {
color: #878787;
}
.rs-testimonial .testimonial-item .testimonial-content {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
justify-content: space-between;
}
.rs-testimonial .testimonial-item .item-services h6 {
margin-bottom: 3px;
}
.rs-testimonial .testimonial-item .quote-icon {
position: absolute;
right: 10px;
bottom: 32px;
}
.rs-testimonial .testimonial-item.center .image-wrap img {
margin: auto;
}
.rs-testimonial .testimonial-item.inline_yes .testimonial-content {
display: flex;
justify-content: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.rs-testimonial .testimonial-item.inline_yes .testimonial-content .testimonial-information {
padding: 0 0 0 20px;
text-align: left;
}
.rs-testimonial .testimonial-item.inline_yes .testimonial-content .testimonial-information .testimonial-title {
padding-bottom: 10px;
display: block;
}
.rs-testimonial .testimonial-item.inline_yes.left .testimonial-content {
justify-content: flex-start;
}
.rs-testimonial .testimonial-item.inline_no .testimonial-content {
display: block;
}
.rs-testimonial .testimonial-item.inline_no .testimonial-content .image-wrap {
position: relative;
}
.rs-testimonial .testimonial-item.inline_no .testimonial-content .testimonial-information {
padding-left: 0;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs {
display: flex;
align-items: center;
vertical-align: middle;
border-radius: 3px;
background: #ffffff;
box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
margin: 40px 40px 20px 100px;
padding: 50px 30px 45px 50px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .testimonial-contents .image-wrap {
position: relative;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .testimonial-contents .image-wrap img {
height: 320px;
max-width: 320px;
width: 320px;
z-index: 1;
position: relative;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .item-content {
padding-left: 45px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .item-content .testimonial-informations {
margin-top: 4px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next {
border: none;
background: #2B59FF;
border: 1px solid transparent;
right: -7%;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next:before {
color: #fff;
line-height: 50px;
opacity: 1;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next:hover {
background: #5272E4;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next:hover:before {
color: #fff;
opacity: 1;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev {
border: 1px solid transparent;
background: #2B59FF;
left: -11%;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev:before {
color: #fff;
line-height: 50px;
opacity: 1;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev:hover {
background: #5272E4;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev:hover:before {
color: #fff;
opacity: 1;
}
.rs-testimonial .ratings img {
max-width: 100px;
}
.rs-testimonial--right .testimonial-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.rs-testimonial--right .rs-testimonial .item-content.bubble {
position: relative;
}
.rs-testimonial--right .rs-testimonial .item-content.bubble:after {
left: 94% !important;
z-index: 1;
}
.rs-testimonial--right .rs-testimonial .item-content.bubble span i {
z-index: 1;
}
.rs-testimonial--right .testimonial-information {
padding-right: 15px;
}
.rs-testimonial--center .testimonial-content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.rs-testimonial--center .rs-testimonial .item-content.bubble {
position: relative;
}
.rs-testimonial--center .rs-testimonial .item-content.bubble:after {
left: 55%;
z-index: 1;
}
.rs-testimonial--center .rs-testimonial .item-content.bubble span i {
z-index: 1;
}
.rs-testimonial--center .testimonial-information {
padding-top: 15px;
}
.slider-gap-15 .slick-list {
padding-top: 10px;
}
div.rs-testimonial-grid.rs-testimonial2 .slick-arrow {
width: 45px;
height: 45px;
line-height: 45px;
}
div.rs-testimonial-grid.rs-testimonial2 .slick-arrow:before {
line-height: 39px;
}
.rs-testimonial-grid.rs_dots_center-align .slick-dots {
bottom: auto;
top: 50%;
transform: translateY(-50%);
text-align: right;
right: -20px;
}
.rs-testimonial-grid.rs_dots_center-align .slick-dots li {
display: block;
}
.rs-testimonial-grid.rs_dots_center-align .slick-dots li button {
width: 6px;
height: 6px;
border-radius: 2px !important;
margin: 3px 0;
}
.rs-testimonial-grid.rs_dots_center-align .slick-dots li.slick-active button {
height: 15px;
}
.rs-testimonial4 .testimonial-contents {
flex: 0 0 30%;
max-width: 30%;
}
.pagination-area {
padding-top: 0px;
clear: both;
text-align: center;
}
.pagination-area .pagination {
padding: 0;
margin: 0;
}
.pagination-area .nav-links {
display: flex;
align-items: center;
padding: 20px 10px 20px 10px;
border-radius: 0px;
}
.pagination-area .nav-links > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 10px;
}
.pagination-area .nav-links > *:last-child {
margin-right: 0;
}
.pagination-area .nav-links a {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #091D2D;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: transparent;
position: relative;
}
.pagination-area .nav-links a.page-numbers {
border-style: solid;
border-width: 1.5px 1.5px 1.5px 1.5px;
border-color: rgba(7, 18, 48, 0.1019607843);
}
.pagination-area .nav-links a.next.page-numbers, .pagination-area .nav-links a.prev.page-numbers {
font-size: 0;
}
.pagination-area .nav-links a.next.page-numbers:before, .pagination-area .nav-links a.prev.page-numbers:before {
position: absolute;
font-family: remixicon !important;
font-size: 16px;
line-height: 1;
opacity: 1;
content: "\ea6b";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.pagination-area .nav-links a.prev.page-numbers:before {
content: "\ea5f";
}
.pagination-area .nav-links span.current {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
border-color: transparent !important;
color: #ffffff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: #5777ff;
position: relative;
}.rsaddon-unique-slider .testimonial-content .image-wrap {
flex-shrink: 0;
}
.rsaddon-unique-slider.arrow_style2 .rs-addon-slider .slick-arrow {
opacity: 1;
visibility: visible;
width: 50px;
height: 50px;
line-height: 50;
}
.rsaddon-unique-slider.arrow_style2 .rs-addon-slider .slick-arrow::before {
line-height: 50px;
}
.rsaddon-unique-slider .testimonial-items {
cursor: grab;
}
.rsaddon-unique-slider .testimonial-items:focus {
cursor: grabbing;
}
.rsaddon-unique-slider .testimonial-items .inrs {
position: relative;
}
.rsaddon-unique-slider .testimonial-items .quote-img-icon {
z-index: 5;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
}
.rsaddon-unique-slider.rs-testimonial.rs-testi_stylestyle5 .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .testimonial-contents {
flex-shrink: 0;
}
.rsaddon-unique-slider.rs-testimonial.rs-testi_stylestyle5 .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .testimonial-contents .image-wrap img {
height: unset;
width: unset;
max-width: unset;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .quote-img-icon {
z-index: 2;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap {
display: flex;
align-items: center;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap {
margin-right: 20px;
border-radius: 10px;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap img {
border-radius: 10px;
width: 100px;
height: auto;
z-index: 1;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap.show_gradient_border {
position: relative;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap.show_gradient_border img {
margin: 10px 0 0 10px;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap.show_gradient_border:after, .rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap.show_gradient_border:before {
position: absolute;
content: "";
border-radius: 10px;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap.show_gradient_border:after {
background: linear-gradient(94.57deg, #FE8801 0.99%, #F5B163 99.43%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content .avatar_info_wrap .image-wrap.show_gradient_border:before {
background: #f7f7f7;
z-index: 1;
width: calc(100% - 2px);
height: calc(100% - 2px);
top: 1px;
left: 1px;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content.bubble .testimonial-item {
position: relative;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper .item-content.bubble .testimonial-item:after {
position: absolute;
content: "";
left: 59px;
bottom: -29px;
border-bottom: 0 solid;
border-left: 0px solid;
border-right: 45px solid;
border-top: 45px solid;
background-color: transparent;
border-color: transparent;
border-top-color: #5777ff;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper.nav_vertical_true {
display: flex;
align-items: center;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper.nav_vertical_true * {
flex-shrink: 0;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper.nav_vertical_true .slider-for {
flex: 0 0 88%;
max-width: 88%;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper.nav_vertical_true .slider-nav {
flex: 0 0 12%;
max-width: 12%;
}
.rsaddon-unique-slider.rs-testi_stylestyle2 .testimonial_wrapper.nav_vertical_true .slider-nav .nav-image img {
margin: 0 auto;
}
.rs-testimonial.skew_enable .testimonial-item {
transform: skewY(2deg);
}
.rs-testimonial.skew_enable .testimonial-item > * {
transform: skewY(-2deg);
}
.rsaddon-unique-slider.rs-testimonial.before_img_border_enable .testimonial-item .testimonial-content .image-wrap {
position: relative;
margin-right: 20px;
border-radius: 10px;
}
.rsaddon-unique-slider.rs-testimonial.before_img_border_enable .testimonial-item .testimonial-content .image-wrap::before {
content: "";
position: absolute;
background: #fff;
z-index: 1;
width: calc(100% - 2px);
height: calc(100% - 2px);
top: 1px;
left: 1px;
border-radius: 10px;
}
.rsaddon-unique-slider.rs-testimonial.before_img_border_enable .testimonial-item .testimonial-content .image-wrap::after {
content: "";
position: absolute;
border-radius: 10px;
background: #F79C53;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.rsaddon-unique-slider.rs-testimonial.before_img_border_enable .testimonial-item .testimonial-content .image-wrap img {
border-radius: 10px;
z-index: 1;
position: relative;
left: -4px;
right: 0;
bottom: -4px;
}
.rs-testimonial-dots-style2 .testimonial-item.center .quote-img-icon {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.rs-testimonial-dots-style2 .client_logo_rating {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
margin-bottom: 25px;
}
.rs-testimonial-dots-style2 .client_logo_rating .client_logo {
width: 90px;
}
.rs-testimonial-nav-style2 {
width: 100%;
max-width: 280px;
margin: 0 auto;
}
.rs-testimonial-nav-style2 .item {
display: flex;
}
.rs-testimonial-nav-style2 .item img {
border: none;
}
.rs-testimonial-nav-style2 .circular .inner {
background: unset;
}
.rs-testimonial-nav-style2 .circle .bar .progress {
border: none;
background: #f2c8cf;
}
@media only screen and (max-width: 575px) {
.testimonial-home-3 .rs-testimonial-nav-style2 .item img {
height: 50px !important;
}
}.rs-testimonial2 .testimonial-top-content {
display: flex;
align-items: center;
justify-content: space-between;
}
.quote-icon {
width: 60px;
height: 43px;
}
.testimonial-left-content {
display: flex;
align-items: center;
}
.testimonial-info {
display: flex;
align-items: center;
}
.rsaddon-unique-slider .testimonial-info .testimonial-name {
margin-left: 20px;
margin-right: 10px;
}
.testimonial-informations h3 {
font-weight: 500;
font-size: 18px;
line-height: 27px;
color: #00457A;
margin-bottom: 0px;
}
.rs-addon-slider .slick-dots li button {
width: 10px;
height: 10px;
}
.rs-addon-slider .slick-dots li.slick-active button {
width: 15px;
height: 15px;
}
.testimonial-items:hover .testimonial-item .testimonial-contents .quote-icon svg g {
opacity: 1;
transition: 0.5s;
}
.testimonial-items .testimonial-item .testimonial-contents .quote-icon svg path {
transition: 0.5s;
}
.testimonial-items:hover .testimonial-item .testimonial-contents .quote-icon svg path {
fill: #00457a !important;
}
.rs-testimonial .testimonial-items .testimonial-item .testimonial-contents span {
display: inline-block;
}
.testimonial-style3 .testimonial-informations,
.testimonial-style4 .testimonial-informations {
display: flex;
align-items: center;
}
.testimonial-style4 .testimonial-item {
background: #D2C007;
}
.testimonial-style4 .testimonial-item .testimonial-informations .testimonial-name {
color: #5777ff;
}
.testimonial-style4 .testimonial-item .testimonial-quote-rating {
display: flex;
align-items: center;
justify-content: space-between;
}
.testimonial-style4 .testimonial-item .testimonial-quote-rating span img {
width: 42px !important;
height: 37px;
}
.testimonial-style3 .testimonial-informations .testimonial-name-desc,
.testimonial-style4 .testimonial-informations .testimonial-name-desc {
margin-left: 24px;
}
@media only screen and (max-width: 767px) {
.testimonial-home2 .rsaddon-unique-slider .testimonial-items {
margin-right: 0px !important;
}
}
@media only screen and (max-width: 500px) {
.testimonial-home2 .testimonial-left-content {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.testimonial-home2 .testimonial-info .testimonial-name {
margin-left: 0;
margin-right: 10px;
}
.testimonial-home2 .testimonial-info {
margin-top: 15px;
}
}
.rs-testimonial2 .rs-addon-slider .testimonial-items .item-contents img {
opacity: 0.2;
}
.rs-testimonial2 .rs-addon-slider .testimonial-items:hover .item-contents img {
opacity: 1;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider {
position: relative;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .slick-arrow {
visibility: visible;
opacity: 1;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .slick-arrow::before {
content: unset;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav {
position: absolute;
bottom: -20%;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
border-radius: 10px;
overflow: hidden;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav .slick-prev {
margin-right: -1px;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav .slick-arrow {
font-size: 15px;
line-height: 26px;
font-weight: 500;
text-transform: uppercase;
opacity: 1;
visibility: visible;
color: #ffffff;
font-family: "Open Sans", sans-serif;
background: #5777ff;
position: unset;
width: unset;
height: unset;
transform: unset;
display: flex;
align-items: center;
transition: all 0.3s ease 0s;
padding: 12px 19px;
text-transform: capitalize;
border-radius: 0;
border: none;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav .slick-arrow svg {
margin: 0 10px;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .custom-nav::after {
position: absolute;
content: "/";
left: 50%;
top: 50%;
color: #ffffff;
transform: translate(-50%, -50%);
pointer-events: none;
z-index: 9;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .testimonial-contents {
position: relative;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .testimonial-contents .second-quote {
position: absolute;
right: 0;
bottom: -31px;
}
.rsaddon-unique-slider.rs-testimonial2 .rs-addon-slider .testimonial-contents .second-quote img {
width: 130px;
height: auto;
}
.rs-testimonial .testimonial-items.testimonial-style2 .testimonial-item .testimonial-contents .designation-rating {
display: flex;
align-items: center;
}
.rs-testimonial .testimonial-items.testimonial-style2 .testimonial-item .testimonial-contents .designation-rating .ratings {
position: relative;
margin: 0 0 0 30px;
}
.rs-testimonial .testimonial-items.testimonial-style2 .testimonial-item .testimonial-contents .designation-rating .ratings:before {
position: absolute;
content: "";
width: 1px;
height: 12px;
background-color: rgba(101, 101, 103, 0.3490196078);
left: -15px;
top: 1px;
}
.rs-testimonial .testimonial-items.testimonial-style2 .testimonial-item .testimonial-informations {
display: inline-grid;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item {
display: flex;
align-items: center;
justify-content: space-between;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .author-section {
flex: 0 0 32%;
max-width: 32%;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .author-section .image-wrap img {
width: 100%;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents {
position: relative;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .icon-service-title {
display: flex;
align-items: center;
position: relative;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .icon-service-title span {
margin-right: 20px;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .icon-service-title img {
opacity: unset;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .icon-service-title .watermark-quote {
position: absolute;
left: 0;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .testimonial-top-quote {
display: flex;
align-items: center;
gap: 30px;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .testimonial-top-quote .quote-main-wrap svg {
height: 100px;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .item-contents .testimonial-top-quote .service-title-rating .ratings img {
opacity: 1;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .testimonial-informations {
display: flex;
align-items: center;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .testimonial-informations .test-title-and-rating-wrapper {
display: flex;
align-items: center;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .testimonial-informations .test-title-and-rating-wrapper .testimonial-title {
margin-right: 30px;
position: relative;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item .testimonial-contents .testimonial-informations .test-title-and-rating-wrapper .testimonial-title::after {
position: absolute;
content: "";
width: 2px;
height: 14px;
background-color: rgba(12, 15, 20, 0.1647058824);
transform: translate(15px, 6px);
}
.rs-testimonial .testimonial-items.testimonial-style5.service-title-gradiant .testimonial-contents .service-title {
-webkit-background-clip: text;
color: transparent;
}
@media screen and (max-width: 500px) {
.rs-testimonial .testimonial-items.testimonial-style6 .testimonial-item .testimonial-contents .testimonial-top-content .testimonial-left-content {
flex-direction: column;
align-items: start;
}
}
.rs-testimonial .testimonial-items.testimonial-style6 .testimonial-item .testimonial-contents .testimonial-top-content .testimonial-left-content .testimonial-info {
flex-direction: column;
align-items: start;
}
.rs-testimonial .testimonial-items.testimonial-style6 .testimonial-item .testimonial-contents .testimonial-top-content .testimonial-left-content .testimonial-info .testimonial-name {
margin-left: 0;
margin-right: 0;
}
.rs-testimonial .testimonial-items.testimonial-style6 .testimonial-item .testimonial-contents .testimonial-informations {
display: flex;
}
@media screen and (max-width: 500px) {
.rs-testimonial .testimonial-items.testimonial-style6 .testimonial-item .testimonial-contents .testimonial-informations {
flex-direction: column;
}
}
.rs-testimonial .testimonial-items.testimonial-style7 .testimonial-item .testimonial-contents {
position: relative;
border-radius: 15px;
}
.rs-testimonial .testimonial-items.testimonial-style7 .testimonial-item .testimonial-contents .image-wrap {
display: inline-flex;
}
.rs-testimonial .testimonial-items.testimonial-style7 .testimonial-item .testimonial-contents .ratings img {
margin: 0 auto;
}
.rs-testimonial .testimonial-items.testimonial-style7 .testimonial-item .testimonial-contents::after {
position: absolute;
content: "\ea4d";
font-family: remixicon !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 100px;
color: #ffffff;
left: 50%;
transition: all 0.3s ease 0s;
transform: translateX(-50%);
top: 100%;
line-height: 0.2;
pointer-events: none;
z-index: 1;
}
.rs-testimonial .testimonial-items.testimonial-style7 .testimonial-item .testimonial-informations {
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.rs-testimonial .testimonial-items.testimonial-style7 .testimonial-item .testimonial-informations {
flex-direction: column;
}
}
.rs-testimonial .testimonial-items.testimonial-style8 .testimonial-item .item-contents .content-title {
margin: 0;
}
.rs-testimonial .testimonial-items.testimonial-style8 .testimonial-item .item-contents .ratings img {
opacity: 1;
}
.rs-testimonial .testimonial-items.testimonial-style8 .testimonial-item .testimonial-informations {
display: flex;
align-items: center;
}
.rs-testimonial .testimonial-items.testimonial-style8 .testimonial-item .testimonial-informations .image-wrap {
margin-right: 20px;
}
.rs-testimonial.vertical-bullet-enable .slick-dots {
width: auto;
right: -90px;
top: 50%;
transform: translateY(-50%);
bottom: auto;
}
.rs-testimonial.vertical-bullet-enable .slick-dots li {
display: block;
margin: 5px 0;
}.rs-flip-box .rs-flip-box-inner {
position: relative;
z-index: 1;
margin: 0;
padding: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.rs-flip-box .rs-flip-box-inner .rs-flip-box-wrap {
position: relative;
transform: translateZ(0);
-webkit-transform: translateZ(0);
-webkit-perspective: 1000px;
perspective: 1000px;
}
.rs-flip-box .rs-flip-box-inner .front-part {
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
height: 300px;
background-color: transparent;
background-position: center;
background-clip: padding-box;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
position: relative;
bottom: 0;
z-index: 10;
padding: 30px;
border-radius: 5px;
}
.rs-flip-box .rs-flip-box-inner .front-part:before {
position: absolute;
top: 0;
left: 0;
z-index: -9;
width: 100%;
height: 100%;
background-color: transparent;
content: "";
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part {
margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span {
display: inline-block;
text-align: center;
color: #ffffff;
font-size: 30px;
line-height: 1;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-icon-part span img {
width: 60px;
height: 60px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part {
margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-title-part .front-title {
margin: 0;
font-weight: bold;
font-size: 20px;
line-height: 1.5;
color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
margin-bottom: 0;
font-size: 16px;
color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
display: inline-block;
line-height: 1;
}
.rs-flip-box .rs-flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
transition: all 0.4s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-part {
top: 0;
right: 0;
left: 0;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
height: 300px;
background-color: transparent;
background-position: center;
background-clip: padding-box;
background-size: cover;
background-repeat: no-repeat;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
position: absolute;
z-index: -1;
padding: 30px;
border-radius: 5px;
background-color: #562dd4;
}
.rs-flip-box .rs-flip-box-inner .back-part:before {
position: absolute;
top: 0;
left: 0;
z-index: -9;
width: 100%;
height: 100%;
background-color: transparent;
content: "";
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part {
display: inline-block;
margin-bottom: 20px;
text-align: center;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
display: inline-block;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span {
display: inline-block;
text-align: center;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-icon-part span img {
width: 60px;
height: 60px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part {
margin-bottom: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-title-part .back-title {
margin: 0;
font-weight: bold;
font-size: 20px;
line-height: 1.5;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
margin-bottom: 0;
font-size: 16px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
display: inline-block;
line-height: 1;
padding: 10px 25px;
color: #121933;
background: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
transition: all 0.4s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
background: #1f1c51;
color: #ffffff;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
float: left;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
margin-left: 10px;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
float: right;
}
.rs-flip-box .rs-flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
margin-right: 10px;
}
.rs-flip-box .rs-flip-box-inner .front-content-part {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
transition: all 0.9s ease 0s;
}
.rs-flip-box .rs-flip-box-inner .back-content-part {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
transition: all 0.9s ease 0s;
}
.rs-flip-box .rs-flip-box-inner:hover .back-part {
z-index: 1;
}
.rs-flip-box .rs-flip-box-inner:hover .front-part {
z-index: -1;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .front-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-part {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right .back-content-part {
right: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .front-part {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-right:hover .back-content-part {
right: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .front-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-part {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left .back-content-part {
left: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .front-part {
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-part {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-left:hover .back-content-part {
left: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .front-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-part {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up .back-content-part {
top: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .front-part {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-up:hover .back-content-part {
top: 0;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .front-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-part {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down .back-content-part {
bottom: 15px;
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .front-part {
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-part {
-webkit-transform: rotateX(0);
transform: rotateX(0);
}
.rs-flip-box .rs-flip-box-inner.rs-flip-down:hover .back-content-part {
bottom: 0;
}
.rs-flip-box:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: " ";
font-size: 0;
}.rstab-main ul.nav {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.rstab-main ul.nav li a {
background: #f1f1f1;
padding: 10px;
display: inline-block;
align-items: center;
justify-content: center;
position: relative;
top: 1px;
}
.rstab-main ul.nav li a:hover {
background: #010d14;
}
.rstab-main ul.nav li a.active {
background: #010d14;
color: #fff;
}
.rstab-main ul.nav li:first-child {
margin-left: 0 !important;
}
.rstab-main ul.nav li:last-child {
margin-right: 0 !important;
}
.rstab-main ul.nav.bubble li a.active {
position: relative;
}
.rstab-main ul.nav.bubble li a.active:after {
top: 100%;
left: 15%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #010d14;
border-width: 12px;
margin-left: -30px;
}
.rstab-main ul.nav.icon_top li a {
display: block;
}
.rstab-main ul.nav.icon_top li a img {
display: block;
}
.rstab-main ul.nav.icon_top li a i {
display: block;
}
.rstab-main .tab-content {
background: #f9f9f9;
padding: 10px;
}
.rstab-main .tab-content p:last-child {
margin: 0;
}
.rstab-main .tab-pane.active {
animation: slide-down 2s ease-out;
}
.rstab-main .rs-btn a, .rstab-main .rs-btn i {
transition: all 0.3s !important;
}
.rstab-main .rs-btn .rs_button i {
top: 0;
line-height: 1;
}
.rstab-main .rs-btn .rs_button i:before {
top: 0;
line-height: 1;
}
.rstab-main.vertical {
display: flex;
}
.rstab-main.vertical ul.nav {
margin: 0 20px 0 0;
display: block;
}
.rstab-main.vertical ul.nav.bubble li a.active {
position: relative;
}
.rstab-main.vertical ul.nav.bubble li a.active:after {
top: 100%;
left: auto;
right: -24px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #010d14;
border-width: 12px;
margin-left: -30px;
}
.rstab-main.vertical_2 {
display: flex;
align-items: center;
}
.rstab-main.vertical_2 ul.nav {
display: block;
width: 33.333333%;
order: 2;
}
.rstab-main.vertical_2 ul.nav li a {
display: block;
}
.rstab-main.vertical_2 ul.nav li a p {
-webkit-transition: all 0.5s, max-height 0.5s;
-o-transition: all 0.5s, max-height 0.5s;
-moz-transition: all 0.5s, max-height 1.5s;
transition: all 0.5s, max-height 0.5s;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
opacity: 0;
height: 0;
margin: 0;
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.rstab-main.vertical_2 ul.nav li a.active P {
padding-top: 4px;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
height: auto;
}
.rstab-main.vertical_2 ul.nav.bubble li a.active {
position: relative;
}
.rstab-main.vertical_2 ul.nav.bubble li a.active:after {
top: 100%;
left: auto;
right: -24px;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #010d14;
border-width: 12px;
margin-left: -30px;
}
.rstab-main.vertical_2 .tab-content {
order: 1;
padding: 0;
width: 66.666667%;
box-shadow: none;
}
.rstab-main.vertical_2 .tab-content .tab-image {
flex: 0 0 100%;
position: relative;
}
.rstab-main.vertical_2 .tab-content .tab-image img {
width: 100%;
padding: 0;
border-radius: 3px;
}
.rstab-main.vertical_2 .tab-content .tab-image .rs-videos {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rstab-main.vertical_2 .tab-content .tab-image .rs-videos .animate-border a {
display: inline-block;
text-align: center;
position: relative;
transition: all 0.4s ease 0s;
width: 70px;
height: 70px;
background: #010d14;
border-color: #010d14;
color: #fff;
border-radius: 50%;
}
.rstab-main.vertical_2 .tab-content .tab-image .rs-videos .animate-border a i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.rstab-main.vertical_2 .tab-content .tab-image .rs-videos .animate-border a i.fa-play {
padding-left: 3px;
}
.rstab-main.vertical_2 .tab-content .tab-image .rs-videos .animate-border a:after {
content: "";
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: transparent;
display: block;
border: 1px solid #010d14;
border-radius: 50%;
animation: pulse-border 1300ms ease-out infinite;
transition: all 0.4s ease 0s;
width: 85%;
height: 85%;
}
.rstab-main.vertical_2 .tab-content .tab-image .rs-videos .animate-border a:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: transparent;
display: block;
border: 1px solid #010d14;
border-radius: 50%;
animation: pulse-border 1300ms ease-out infinite;
transition: all 0.4s ease 0s;
width: 100%;
height: 100%;
}
.rstab-main.no_item_menu ul.nav {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.rstab-main.no_item_menu.left {
text-align: left;
}
.rstab-main.no_item_menu.center {
text-align: center;
}
.rstab-main.no_item_menu.right {
text-align: right;
}
.rstab-main .tab-menu-wrapper .nav-tabs .nav-link {
background: #D2C007;
transition: all 0.3s ease 0s;
}
.rstab-main .tab-menu-wrapper .nav-tabs .nav-link.active {
background: #5777ff;
}
.rstab-main .tab-menu-wrapper .nav-tabs .nav-link:hover {
background: #5777ff;
}
.rstab-main .tab-menu-wrapper .nav-tabs .nav-link img {
transition: all 0.1s ease 0s;
}
.rstab-main .tab-menu-wrapper .nav-tabs.hover_anim_enable {
position: relative;
overflow: hidden;
}
.rstab-main .tab-menu-wrapper .nav-tabs.hover_anim_enable .marker {
position: absolute;
top: 0;
left: 0;
background-color: #5777ff;
width: 0;
transition: 0.5s;
border-radius: 30px;
}
.rstab-main .tab-menu-wrapper .nav-tabs.hover_anim_enable .nav-link {
position: relative;
background: transparent !important;
color: #fff;
z-index: 1;
border: none !important;
border-radius: 30px;
}
.rstab-main.horizontal .nav-tabs .nav-link {
position: relative;
}
.rstab-main.horizontal .nav-tabs .nav-link img {
display: block;
height: 45px;
margin: 0 auto 6px;
width: auto;
max-width: 100%;
}
.rstab-main.horizontal .nav-tabs .nav-link:after {
position: absolute;
content: "\ea4d";
font-family: remixicon !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 40px;
color: #D2C007;
left: 50%;
transition: all 0.3s ease 0s;
transform: translateX(-50%);
top: 99%;
line-height: 0.2;
pointer-events: none;
opacity: 0;
visibility: hidden;
display: none;
z-index: 1;
}
.rstab-main.horizontal .nav-tabs .nav-link.active:after {
opacity: 1;
visibility: visible;
}
.rstab-main .service-bottom-area {
display: flex;
align-items: center;
margin-top: 35px;
gap: 24px;
flex-wrap: wrap;
width: 100%;
}
.rstab-main .service-bottom-area .service-single-item {
position: relative;
flex: 48%;
margin-bottom: 5px;
}
.rstab-main .service-bottom-area .service-single-item .service-title {
font-family: "Inter";
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 28px;
letter-spacing: -0.01em;
color: #071230;
}
.rstab-main .service-bottom-area .service-single-item .service-title .service-highlight {
margin-right: 10px;
color: #C3002F;
}
.rstab-main .service-bottom-area .service-single-item .service-desc {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #6D6D6D;
margin-top: 5px;
}
.rstab-main .service-bottom-area .service-single-item:nth-child(2), .rstab-main .service-bottom-area .service-single-item:nth-child(4) {
padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
.rs-tab-custom-css .content--teb-area div > img {
height: auto !important;
width: 100%;
}
.rs-tab-custom-css .rstab-main.vertical {
flex-direction: column;
}
.rs-tab-custom-css .tab-content {
max-width: 100% !important;
width: 100%;
}
.rs-tab-custom-css .rstab-main .tab-menu-wrapper .nav-tabs {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 767px) {
.rs-tab-custom-css .content--teb-area .image--right-area {
margin-top: 0 !important;
}
.rs-tab-custom-css .content--teb-area .content--left-area {
flex-direction: column !important;
}
.rs-tab-custom-css .content--teb-area .content--left-area .desc_btn_wrapper {
padding-top: 25px !important;
padding-left: 0 !important;
border-width: 0px !important;
}
.rs-tab-custom-css .rstab-main.vertical {
margin-top: -75px !important;
}
}
@media only screen and (max-width: 606px) {
.rs-tab-custom-css .rstab-main.vertical {
margin-top: -50px !important;
}
}
@media only screen and (max-width: 526px) {
.rs-tab-custom-css .rstab-main.vertical {
margin-top: 0px !important;
}
}.rs-iconbox-area .box-inner {
position: relative;
transition: 0.4s;
overflow: hidden;
}
.rs-iconbox-area .box-inner .rs-badge {
position: absolute;
background: #010d14;
padding: 3px 8px 0;
color: #ffffff;
top: 5px;
left: 5px;
z-index: 1;
transform: rotate(0deg);
}
.rs-iconbox-area .box-inner .icon-area {
display: inline-block;
color: #010d14;
transition: all ease 0.3s;
}
.rs-iconbox-area .box-inner .icon-area i {
transition: all ease 0.3s;
font-size: 50px;
}
.rs-iconbox-area .box-inner .text-area {
padding: 10px 0 0;
position: relative;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title {
position: relative;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title {
font-size: 20px;
margin: 0;
color: #091D2D;
font-weight: 500;
line-height: 1.5;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title a {
text-decoration: none !important;
color: #666666;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title a:hover {
color: #5777ff;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title .title:before {
content: "01.";
font-size: 50px;
font-weight: bold;
color: #010d14;
position: absolute;
transition: all 0.3s ease 0s;
top: 0;
left: 0;
z-index: 9;
}
.rs-iconbox-area .box-inner .text-area .services-txt {
font-size: 16px;
margin: 0;
}
.rs-iconbox-area .box-inner .services-btn-part {
margin: 15px 0 0;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn {
position: relative;
display: inline-block;
color: #2b59ff;
transition: all ease 0.3s;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn i {
transition: all ease 0.3s;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn:hover {
color: #010d14;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-after span {
float: left;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-after i {
margin-left: 10px;
transition: 0.4s;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-before span {
float: right;
}
.rs-iconbox-area .box-inner .services-btn-part .services-btn.icon-before i {
margin-right: 10px;
}
.rs-iconbox-area.horizontal .box-inner {
display: flex;
align-items: center;
}
.service-arrow .icon-area {
-webkit-clip-path: polygon(0 0, 100% 0, 100% 88%, 87% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 88%, 87% 100%, 0% 100%);
}
.rs-iconbox-area .box-inner .text-area {
padding-top: 0px;
}
.service-arrow .rs-iconbox-area .icon-area, .choose-us-iconbox .rs-iconbox-area .icon-area {
overflow: hidden;
transition: all ease 0.3s;
}
.service-arrow .rs-iconbox-area .icon-area img, .choose-us-iconbox .rs-iconbox-area .icon-area img {
transition: all ease 0.3s;
}
.service-arrow .rs-iconbox-area .icon-area:hover img, .choose-us-iconbox .rs-iconbox-area .icon-area:hover img {
transform: scale(1.1);
}.rs-blog-grid .blog-grid-style1 .blog-btn-part .icon-after i {
top: -3px !important;
}
.rs-blog-grid .blog-grid-style2 {
background-color: #ffffff !important;
}
.rs-blog-grid .blog-grid-style2 .blog-btn-part .icon-after i {
top: -3px !important;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category::before {
position: absolute;
content: "";
height: 6px;
width: 1px;
background-color: #454545;
top: 11px;
right: -20px;
}
.rs-blog-grid .blog-item.blog_grid_style {
overflow: visible;
margin-bottom: 30px;
outline: none;
}
.rs-blog-grid .blog-item.blog_grid_style .single-blog-grid-inner-wrap .blog-inner-wrap {
display: block;
background-color: #fff;
padding: 30px;
}
.rs-blog-grid .blog-item.blog_grid_style .single-blog-grid-inner-wrap .blog-inner-wrap .image-wrap {
max-width: 100%;
}
.rs-blog-grid .blog-item.blog_grid_style .single-blog-grid-inner-wrap .blog-inner-wrap .blog-content {
max-width: 100%;
padding: 0;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card {
display: flex;
padding: 25px 0;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category {
display: flex;
margin-right: 40px;
font-size: 15px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category i {
top: 3px;
position: relative;
margin-right: 5px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category ul {
margin: 0;
list-style: none;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category ul li {
line-height: 30px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category .post-categories a {
font-size: 14px !important;
border-bottom: 0 !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-admin {
font-size: 15px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-category i,
.rs-blog-grid .blog-item.blog_grid_style .blog-meta-card .blog-admin i {
color: #634BF8;
}
.rs-blog-grid .blog-item.blog_grid_style .blog_style_4.blog-content .blog-btn-part .blog-btn {
display: flex;
align-items: center;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-inner-wrap {
box-shadow: 0 6px 25px rgba(12, 89, 219, 0.14);
padding: 25px;
transition: 0.3s;
background-color: #ffffff;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap {
position: relative;
overflow: hidden;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap img {
transition: all 0.5s ease 0s;
transform: scale(1);
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .author-avatar {
position: absolute;
bottom: -16px;
left: 30px;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .author-avatar img {
border-radius: 50%;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .cat_list {
position: absolute;
z-index: 11;
bottom: 20px;
right: 20px;
z-index: 10;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .cat_list ul {
margin: 0;
padding: 0;
list-style: none;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .cat_list ul li {
display: inline-block;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .cat_list ul li a {
border-radius: 30px;
color: #ffffff;
background: #03228f;
background: -moz-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: -webkit-linear-gradient(left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: linear-gradient(to right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03228f", endColorstr="#0b70e1", GradientType=1);
transition: 0.4s;
font-size: 14px;
font-weight: 500;
padding: 6px 20px;
display: block;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap .cat_list ul li a:hover {
background: #03228f;
background: -moz-linear-gradient(right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: -webkit-linear-gradient(right, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
background: linear-gradient(to left, #03228f 0%, #03228f 0%, #03228f 26%, #4e95ed 100%, #2989d8 100%, #207cca 100%, #0b70e1 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03228f", endColorstr="#0b70e1", GradientType=1);
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content {
margin: 0;
padding: 20px 15px 0px;
background: #fff;
opacity: 1;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content h3.blog-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 8px;
line-height: 1.4;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content h3.blog-name a {
text-decoration: none;
color: #121933;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-meta {
margin-bottom: 18px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content p {
margin: 0 0 18px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part {
margin: 15px 0 0;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn {
position: relative;
display: inline-block;
color: #010d14;
transition: all ease 0.3s;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn i {
transition: all ease 0.3s;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn:hover {
color: #010d14;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn:hover:after {
right: 70%;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn .btn-txt {
position: relative;
z-index: 3;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn:after {
position: absolute;
content: "";
width: 30px;
height: 30px;
border-radius: 30px;
right: 9%;
top: 9px;
transition: 0.4s;
z-index: 1;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn.icon-after span {
float: left;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn.icon-before span {
float: right;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .blog-btn-part .blog-btn.icon-before i {
margin-right: 10px;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .btn_borer_yes a {
position: relative;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .btn_borer_yes a:after {
content: "";
position: absolute;
left: 0;
bottom: -4px;
height: 2px;
width: 40px;
background-image: linear-gradient(90deg, #e85e5e 0%, #f2295b 100%);
transition: 0.4s;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .btn_borer_yes:hover a {
position: relative;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content .btn_borer_yes:hover a:after {
width: 100%;
}
.rs-blog-grid .blog-item.blog_meta_style2 .image-wrap {
position: relative;
}
.rs-blog-grid .blog-item.blog_meta_style2 .image-wrap .blog-meta {
position: absolute;
bottom: -18px;
left: 50%;
transform: translateX(-50%);
background: #010d14;
color: #fff;
padding: 8px 14px 7px;
border-radius: 5px;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap {
position: relative;
overflow: hidden;
box-shadow: none;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap {
position: relative;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap img {
transition: all 0.8s ease 0s;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap:before {
opacity: 1;
background: #f5feff;
content: "";
height: 100%;
bottom: 0;
left: 0;
right: 0;
position: absolute;
width: 100%;
z-index: 1;
transition: all 0.7s ease 0s;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content {
margin-bottom: 0;
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
z-index: 10;
background: transparent;
color: #fff;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content .blog-meta {
display: block;
margin-bottom: 15px;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content .blog-meta li {
margin: 0;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content .blog-meta .blog_month {
display: block;
margin: 0;
font-weight: 500;
font-size: 14px;
padding-top: 5px;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content .blog-meta .blog_day {
display: block;
margin: 0;
font-size: 24px;
font-weight: 700;
line-height: 15px;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .blog-content .blog-meta .date {
margin-bottom: 15px;
}
.rs-blog-grid .blog-item.transparent_2 .blog-inner-wrap {
position: relative;
overflow: hidden;
}
.rs-blog-grid .blog-item.transparent_2 .blog-inner-wrap .image-wrap {
position: relative;
}
.rs-blog-grid .blog-item.transparent_2 .blog-inner-wrap .image-wrap img {
transition: all 0.8s ease 0s;
}
.rs-blog-grid .blog-item.transparent_2 .blog-inner-wrap .blog-content {
margin-bottom: 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 25px;
width: 86%;
z-index: 1;
background: transparent;
border-radius: 5px;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide {
position: relative;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-content {
position: relative;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-content h3.blog-name {
line-height: 1.4 !important;
margin-bottom: 20px;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-content .blog-btn-part2 {
margin-bottom: 0;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-content .blog-btn-part2 a {
opacity: 1;
box-shadow: none;
overflow: hidden;
position: relative;
padding: 9px 25px;
background: #FFB703;
display: inline-block;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-content .blog-btn-part2 a .custom-blog-btn {
box-shadow: none;
opacity: 1;
color: #fff;
position: relative;
z-index: 2;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-content .blog-btn-part2 a .custom-blog-btn i {
margin-left: 7px;
position: relative;
top: 2px;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-meta {
position: absolute;
top: -46px;
left: 0;
width: 100%;
background: #ffbf66;
text-align: center;
justify-content: center;
padding: 10px 0 4px;
margin: 0;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-meta .date {
font-size: 15px;
font-weight: 400;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide .blog-inner-wrap:hover {
transform: inherit;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide:hover:after {
border-color: #2b59ff;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide:hover:before {
background: #2b59ff;
}
.rs-blog-grid .blog-item.blog_style_2.slick-slide:hover .blog-inner-wrap:before {
width: 100%;
}
.rs-blog-grid .blog-item.blog_style_4 .image-wrap .date {
display: none;
}
.rs-blog-grid .blog-item.blog_style_4 .btm-rs .blog-footer .blog-meta {
width: 100%;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-inner-wrap {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0;
box-shadow: none;
background: transparent;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content {
background: transparent;
padding: 0 40px;
-webkit-box-flex: 0;
-ms-flex: 0 0 67%;
flex: 0 0 67%;
max-width: 67%;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 0 33%;
flex: 0 0 33%;
max-width: 33%;
overflow: hidden;
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap img {
transition: 0.5s;
transform: scale(1);
}
.rs-blog-grid .blog-item.blog_grid_style .image-wrap:hover img {
transform: scale(1.1);
}
.rs-blog-grid .blog-item.blog_grid_style .post-categories {
margin: 0;
padding: 0;
list-style: none;
}
.rs-blog-grid .blog-item.blog_grid_style .post-categories a {
font-size: 25px;
color: #3E3E3E;
border-bottom: 1px solid #3E3E3E;
padding-bottom: 12px;
margin-bottom: 30px;
display: inline-block;
}
.rs-blog-grid .rs-pagination-area {
padding-top: 0px;
clear: both;
text-align: center;
margin-top: 20px;
}
.rs-blog-grid .rs-pagination-area .pagination {
padding: 0;
margin: 0;
}
.rs-blog-grid .rs-pagination-area .nav-links {
display: inline-block;
border: 1px solid #f9f9f9;
padding: 11px 0px;
border-radius: 3px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
background: #fff;
}
.rs-blog-grid .rs-pagination-area .nav-links span.current {
padding: 2px 20px 0 21px;
line-height: 23px;
font-size: 18px;
text-decoration: none;
transition: all 0.4s ease 0s;
text-align: center;
background: transparent;
color: #010d14;
display: inline-block;
vertical-align: top;
border-right: 1px solid #E6E6E6;
color: #010d14;
}
.rs-blog-grid .rs-pagination-area .nav-links > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 0px;
}
.rs-blog-grid .rs-pagination-area .nav-links a {
padding: 2px 20px 0 14px;
line-height: 23px;
font-size: 18px;
text-decoration: none;
transition: all 0.4s ease 0s;
text-align: center;
background: transparent;
opacity: 0.96;
display: inline-block;
vertical-align: top;
border-right: 1px solid #E6E6E6;
}
.rs-blog-grid .rs-pagination-area .nav-links a:hover {
color: #010d14;
}
.rs-blog-grid .rs-pagination-area .nav-links a.next.page-numbers {
background: none !important;
border-right: 0;
}
.rs-blog-grid .rs-addon-slider .blog-item {
padding: 0 15px;
}
.rs-blog-grid .col-xs-1:last-child .blog_grid_style {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.rs-blog-grid.rsaddon-unique-slider .default .image-wrap .date {
display: inline-block;
background: #FCA719;
padding: 12px 20px 8px;
color: #fff;
position: absolute;
right: 26px;
bottom: 24px;
border-radius: 0 10px 0 10px;
}
.rs-blog-grid.rsaddon-unique-slider .default .image-wrap .date i:before {
font-size: 15px;
position: relative;
top: 1px;
margin-right: 2px;
}
.rs-blog-grid.rsaddon-unique-slider .default .image-wrap .date_style2 {
text-align: center;
transform: inherit;
left: 0;
padding: 18px 32px 8px;
background: #ffd100;
}
.rs-blog-grid.rsaddon-unique-slider .default .image-wrap .date_style2 .blog_day {
display: block;
font-size: 34px;
line-height: 1;
}
.blog-grid-home3 .prelements-blog-grid .pre-blog-item .pre-blog-content h3.pre-post-title a {
background-image: unset !important;
}
.rs-blog-grid.gradient-style-enable .blog-content .blog-btn-part a.blog-btn {
position: relative;
overflow: hidden;
border: none !important;
background: red;
display: inline-flex;
align-items: center;
}
.rs-blog-grid.gradient-style-enable .blog-content .blog-btn-part a.blog-btn:after {
display: none;
}
.rs-blog-grid.gradient-style-enable .blog-content .blog-btn-part a.blog-btn:before {
position: absolute;
content: "";
left: 2px;
right: 2px;
top: 2px;
bottom: 2px;
background: blue;
border-radius: inherit;
transition: all 0.3s;
}.gradient-style-enable .blog-item .blog-content .blog-btn:not(:hover) span,
.gradient-style-enable .blog-item .blog-content .blog-meta li {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-color: transparent;
background-image: linear-gradient(80deg, #FF0945 0%, #FF803B 100%);
}
.gradient-style-enable .blog-item .blog-content .blog-btn i {
color: #fff;
}
.gradient-style-enable .blog-item .blog-content .blog-btn:not(:hover) i::before {
color: transparent;
background-image: linear-gradient(94.57deg, #FF0945 8.35%, #FF803B 100%);
-webkit-background-clip: text;
}
.rsaddon-unique-slider .blog-content .blog-footer .blog-meta .admin i {
top: 0 !important;
}
.rsaddon-unique-slider .blog-content .blog-footer .blog-meta i {
top: 5px !important;
}
.rs-blog-grid .blog-item .blog-btn i {
top: 0 !important;
}.rs-addon-number .number-part {
position: relative;
text-align: center;
}
.rs-addon-number .number-part .number-icon {
display: inline-block;
padding: 5px;
font-size: 50px;
color: #010d14;
transition: all ease 0.3s;
}
.rs-addon-number .number-part .number-icon i {
transition: all ease 0.3s;
}
.rs-addon-number .number-part .number-icon img {
max-width: unset;
width: 50px;
height: 50px;
}
.rs-addon-number .number-part .number-icon:hover {
color: #2b59ff;
}
.rs-addon-number .number-part .number-icon:after {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: #010d14;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
opacity: 0;
transition: all 0.3s ease 0s;
visibility: hidden;
}
.rs-addon-number .number-part .number-icon.grayscale img {
filter: gray;
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
transition: all 0.3s ease 0s;
}
.rs-addon-number .number-part .number-icon.grayscale img:hover {
filter: none;
-webkit-filter: grayscale(0);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}
.rs-addon-number .number-part .number-text {
position: relative;
}
.rs-addon-number .number-part .number-text .number-area {
display: inline-block;
width: 50px;
line-height: 50px;
z-index: 1;
position: relative;
transition: all 0.3s ease 0s;
text-align: center;
}
.rs-addon-number .number-part .number-text .number-area:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transform: rotate(45deg);
transition: all 0.3s ease 0s;
}
.rs-addon-number .number-part .number-text .number-prefix {
display: block;
font-size: 50px;
font-weight: 700;
line-height: 1.4;
color: #121933;
}
.rs-addon-number .number-part .number-text .number-title {
position: relative;
}
.rs-addon-number .number-part .number-text .number-title .title {
font-size: 24px;
margin: 0 0 10px;
color: #121933;
}
.rs-addon-number .number-part .number-text .number-title .title a {
color: #121933;
}
.rs-addon-number .number-part .number-text .number-txt {
margin: 0;
}
.rs-addon-number .number-part .number-text .number-btn-part {
margin: 15px 0 0;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn {
position: relative;
display: inline-block;
color: #2b59ff;
transition: all ease 0.3s;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn i {
transition: all ease 0.3s;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn:hover {
color: #010d14;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after span {
float: left;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-after i {
margin-left: 10px;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before span {
float: right;
}
.rs-addon-number .number-part .number-text .number-btn-part .number-btn.icon-before i {
margin-right: 10px;
}
.rs-addon-number .number-part:after {
content: "";
width: 0;
height: 4px;
background: #010d14;
position: absolute;
transition: all 0.3s ease 0s;
bottom: 0;
left: 50%;
z-index: 9;
transform: translateX(-50%);
}
.rs-addon-number .number-part:hover .number-icon {
color: #2b59ff;
}
.rs-addon-number .number-part:hover .number-icon:after {
opacity: 1;
visibility: visible;
}
.rs-addon-number .number-part:hover .number-text .number-title .title {
color: #010d14;
}
.rs-addon-number .number-part:hover .number-text .number-title .title a {
color: #010d14;
}
.rs-addon-number .number-part:hover:after {
width: 100%;
}
.rs-addon-number.number-style2:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #010d14;
transform: scaleY(0);
transition: all 0.3s ease 0s;
}
.rs-addon-number.number-style2 .number-part {
background: 0 0;
text-align: left;
position: relative;
z-index: 1;
}
.rs-addon-number.number-style2:hover:before {
transform: scaleY(1);
}
.rs-addon-number.number-style3 .number-part {
border-bottom-width: 4px;
transition: all 0.3s ease 0s;
position: relative;
}
.rs-addon-number.number-style3 .number-part .number-icon {
width: 90px;
margin: 0 auto;
position: absolute;
left: 50%;
top: -45px;
transform: translateX(-50%);
background: #fff;
box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease 0s;
height: 90px;
line-height: 90px;
text-align: center;
border-radius: 100%;
}
.rs-addon-number.number-style3 .number-part .number-icon i {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.rs-addon-number.number-style3 .number-part .number-icon img {
width: 45px;
height: 45px;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.rs-addon-number.number-style3 .number-part:hover .number-icon {
top: -35px;
}
.rs-addon-number.number-style4 .number-part {
display: inline-flex;
}.rs-skill-bar .skillbar {
background: #eeeeee;
display: inline-block;
height: 16px;
position: relative;
width: 100%;
}
.rs-skill-bar .skillbar .skillbar-bar {
background: #5777ff;
height: 16px;
width: 0;
margin-bottom: 0;
overflow: visible !important;
}
.rs-skill-bar .skillbar .skillbar-title {
position: absolute;
color: #091D2D;
font-size: 20px;
font-weight: 600;
}
.rs-skill-bar .skillbar .skillbar-title .sub-skillbar-title {
margin-left: 2px;
}
.rs-skill-bar .skillbar .skill-bar-percent {
position: absolute;
font-size: 16px;
font-weight: 700;
color: #121933;
line-height: 1;
}
.rs-skill-bar.gradiant_color .skill-bar-percent {
-webkit-background-clip: text;
color: transparent !important;
right: unset !important;
}
.rs-skill-bar.animation .skillbar .skillbar-bar {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
-webkit-animation: rs-progress-pie-stripes 1s linear infinite;
animation: rs-progress-pie-stripes 1s linear infinite;
}
.rs-skill-bar.striped .skillbar .skillbar-bar {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}
.rs-skill-bar.style1 .skillbar .skillbar-title {
top: -25px;
}
.rs-skill-bar.style1 .skillbar .skill-bar-percent {
right: 0;
top: -25px;
}
.rs-skill-bar.style2 .skillbar .skillbar-title {
left: 0;
padding: 2px 20px 0;
top: 0;
width: 160px;
background: #83b614;
}
.rs-skill-bar.style2 .skillbar .skill-bar-percent {
right: 10px;
top: 0;
}
.rs-skill-bar.style3 .skillbar .skillbar-title {
top: -25px;
}
.rs-skill-bar.style3 .skillbar .skillbar-bar {
position: relative;
}
.rs-skill-bar.style3 .skillbar .skillbar-bar .skill-bar-percent {
left: 50%;
transform: translateX(-50%);
top: -25px;
}
.rs-skill-bar.style3 .skillbar .skillbar-bar .skill-bar-percent.tooltip-style {
background-repeat: no-repeat;
background-size: cover;
padding: 5px 2px 0 0;
width: 44px;
height: 28px;
text-align: center;
background-image: url("data:image/svg+xml,%3Csvg width='41' height='27' viewBox='0 0 41 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='path-1-inside-1_1113_1982' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H36.0397C38.2488 0 40.0397 1.79086 40.0397 4V18.1466C40.0397 20.3558 38.2488 22.1466 36.0397 22.1466H35.6419V26.1279L30.9023 22.1466H4C1.79086 22.1466 0 20.3558 0 18.1466V3.99999C0 1.79086 1.79086 0 4 0Z'/%3E%3C/mask%3E%3Cpath d='M35.6419 22.1466V21.1466H34.6419V22.1466H35.6419ZM35.6419 26.1279L34.9988 26.8936L36.6419 28.2739V26.1279H35.6419ZM30.9023 22.1466L31.5455 21.3809L31.2666 21.1466H30.9023V22.1466ZM36.0397 -1H4V1H36.0397V-1ZM41.0397 4C41.0397 1.23858 38.8011 -1 36.0397 -1V1C37.6965 1 39.0397 2.34315 39.0397 4H41.0397ZM41.0397 18.1466V4H39.0397V18.1466H41.0397ZM36.0397 23.1466C38.8011 23.1466 41.0397 20.9081 41.0397 18.1466H39.0397C39.0397 19.8035 37.6965 21.1466 36.0397 21.1466V23.1466ZM35.6419 23.1466H36.0397V21.1466H35.6419V23.1466ZM34.6419 22.1466V26.1279H36.6419V22.1466H34.6419ZM36.2851 25.3622L31.5455 21.3809L30.2591 22.9123L34.9988 26.8936L36.2851 25.3622ZM4 23.1466H30.9023V21.1466H4V23.1466ZM-1 18.1466C-1 20.9081 1.23857 23.1466 4 23.1466V21.1466C2.34314 21.1466 1 19.8035 1 18.1466H-1ZM-1 3.99999V18.1466H1V3.99999H-1ZM4 -1C1.23858 -1 -1 1.23857 -1 3.99999H1C1 2.34314 2.34314 1 4 1V-1Z' fill='%23002559' mask='url(%23path-1-inside-1_1113_1982)'/%3E%3C/svg%3E");
}.rs-pie-content {
text-align: center;
}
.rs-pie-content .rspie-title-center {
display: inline-block;
position: relative;
text-align: center;
}
.rs-pie-content .rspie-value {
display: block;
position: absolute;
font-size: 14px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.rs-pie-content .number {
text-align: center;
display: block;
padding: 10px 0 0;
font-size: 20px;
}.rs-contact-box {
text-align: left;
}
.rs-contact-box .address-item {
display: flex;
position: relative;
align-items: center;
margin-bottom: 30px;
}
.rs-contact-box .address-item:last-child {
margin-bottom: 0;
}
.rs-contact-box .address-item:last-child .address-icon:after {
display: none;
}
.rs-contact-box .address-item .address-icon {
display: inline-block;
position: relative;
height: 70px;
width: 70px;
line-height: 70px;
border-radius: 100%;
text-align: center;
}
.rs-contact-box .address-item .address-icon span {
z-index: 2;
position: relative;
}
.rs-contact-box .address-item .address-icon span:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 70px;
height: 70px;
background: #071230;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
opacity: 0.1;
visibility: visible;
z-index: -1;
}
.rs-contact-box .address-item .address-icon span:hover {
border-color: rgba(255, 255, 255, 0.7);
}
.rs-contact-box .address-item .address-icon:after {
content: "";
position: absolute;
z-index: 1;
left: 0;
right: 0;
bottom: 0;
top: 0;
transform: translateX(-10px) translateY(-10px);
display: block;
width: 70px;
height: 70px;
border-radius: 50%;
opacity: 0;
visibility: hidden;
}
.rs-contact-box .address-item .address-icon i {
text-align: center;
border-radius: 100%;
font-size: 30px;
position: relative;
line-height: 70px;
z-index: 9;
width: 100%;
vertical-align: middle;
margin-left: 0;
height: auto;
z-index: 1;
}
.rs-contact-box .address-item .address-icon svg {
position: relative;
z-index: 1;
top: -1px;
}
.rs-contact-box .address-item .address-icon img {
transition: transform 0.3s;
}
.rs-contact-box .address-item .address-text .des,
.rs-contact-box .address-item .address-text .label {
display: block;
}
.rs-contact-box .address-item .address-text .contact-title {
margin-bottom: 1px;
font-weight: 500;
font-size: 20px;
margin-top: 6px;
}
.rs-contact-box .address-item .address-text .phone {
display: inline-grid;
}
.rs-contact-box .address-item .address-text .email {
display: inline-grid;
}
.rs-contact-box .address-item:hover .address-icon:after {
opacity: 1;
visibility: visible;
}
.rs-contact-box .address-item:hover .address-icon:before {
opacity: 1;
visibility: visible;
}
.rs-contact-box .address-item:hover .address-icon img, .rs-contact-box .address-item:hover .address-icon svg {
animation: vibrate 0.4s;
}
.rs-contact-box .address-item.vertical {
display: block;
text-align: center;
}
.rs-contact-box .address-item.vertical .address-text span.label {
display: block;
font-weight: 500;
font-size: 20px;
margin-top: 15px;
}
.rs-contact-box .address-item.vertical .address-text a {
transition: all 0.3s ease 0s;
}
.rs-contact-box .address-item.horizontal .address-icon {
margin-right: 20px;
}
.rs-contact-box.color_light_scheme .address-icon {
background: #ffffff;
}
.rs-contact-box.color_light_scheme .address-icon i {
color: #5777ff;
}
.rs-contact-box.color_light_scheme .address-icon svg path {
fill: #5777ff;
}
.rs-contact-box.color_light_scheme .address-icon:after, .rs-contact-box.color_light_scheme .address-icon:before {
background: #ffffff;
}
.rs-contact-box.color_light_scheme .address-text .label {
color: #ffffff;
}
.rs-contact-box.color_light_scheme .address-text div > a {
color: #ffffff;
}
.rs-contact-box.color_light_scheme .address-text div > a:hover {
color: #5777ff;
}
.rs-contact-box.color_light_scheme .address-text div > .des {
color: #ffffff;
}
.rs-contact-box.color_light_scheme .address-text div > .des a {
color: #ffffff;
}
.rs-contact-box.color_light_scheme .address-text div > .des a:hover {
color: #5777ff;
}
.rs-contact-box.color_dark_scheme .address-icon {
background: #091D2D;
}
.rs-contact-box.color_dark_scheme .address-icon i {
color: #ffffff;
}
.rs-contact-box.color_dark_scheme .address-icon svg path {
fill: #ffffff;
}
.rs-contact-box.color_dark_scheme .address-icon:after, .rs-contact-box.color_dark_scheme .address-icon:before {
background: #091D2D;
}
.rs-contact-box.color_dark_scheme .address-text div > a {
color: #091D2D;
}
.rs-contact-box.color_dark_scheme .address-text div > a:hover {
color: #5777ff;
}
.rs-contact-box.color_dark_scheme .address-text div > .des {
color: #666666;
}
.rs-contact-box.color_dark_scheme .address-text div > .des a {
color: #091D2D;
}
.rs-contact-box.color_dark_scheme .address-text div > .des a:hover {
color: #5777ff;
}
.rs-contact-box.color_hover_scheme .address-text a:hover {
color: #5777ff;
}
.rs-contact-box.color_hover_scheme .address-text a span:hover {
color: #5777ff;
}
.rs-contact-box.color_socondary_scheme .address-icon {
background-color: #D2C007;
}
.rs-contact-box.color_socondary_scheme .address-icon i {
color: #091D2D;
}
.rs-contact-box.color_socondary_scheme .address-icon svg path {
fill: #091D2D;
}
.rs-contact-box.color_socondary_scheme .address-text div > a {
color: #091D2D;
}
.rs-contact-box.color_socondary_scheme .address-text div > a:hover {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme .address-text div > .des {
color: #666666;
}
.rs-contact-box.color_socondary_scheme .address-text div > .des a {
color: #091D2D;
}
.rs-contact-box.color_socondary_scheme .address-text div > .des a:hover {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-icon i {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-icon svg path {
fill: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-text div > a {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-text div > a:hover {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-text div > .des {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-text div > .des a {
color: #D2C007;
}
.rs-contact-box.color_socondary_scheme2 .address-text div > .des a:hover {
color: #D2C007;
}
.rs-contact-box.color_primary_scheme .address-icon {
background-color: #5777ff;
}
.rs-contact-box.color_primary_scheme .address-icon i {
color: #ffffff;
}
.rs-contact-box.color_primary_scheme .address-icon svg path {
fill: #ffffff;
}
.rs-contact-box.color_primary_scheme .address-text div > a {
color: #091D2D;
}
.rs-contact-box.color_primary_scheme .address-text div > a:hover {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme .address-text div > .des {
color: #666666;
}
.rs-contact-box.color_primary_scheme .address-text div > .des a {
color: #091D2D;
}
.rs-contact-box.color_primary_scheme .address-text div > .des a:hover {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-icon i {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-icon svg path {
fill: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-text div > a {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-text div > a:hover {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-text div > .des {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-text div > .des a {
color: #5777ff;
}
.rs-contact-box.color_primary_scheme2 .address-text div > .des a:hover {
color: #5777ff;
}
.rs-contact-box.color_gradient_scheme .address-icon {
background: linear-gradient(90deg, #5777ff 0%, #D2C007 100%);
}
.rs-contact-box.color_gradient_scheme .address-icon i {
color: #ffffff;
}
.rs-contact-box.color_gradient_scheme .address-icon svg path {
fill: #ffffff;
}
.rs-contact-box.color_gradient_scheme .address-text div > a {
color: #091D2D;
}
.rs-contact-box.color_gradient_scheme .address-text div > a:hover {
color: #5777ff;
}
.rs-contact-box.color_gradient_scheme .address-text div > .des {
color: #666666;
}
.rs-contact-box.color_gradient_scheme .address-text div > .des a {
color: #091D2D;
}
.rs-contact-box.color_gradient_scheme .address-text div > .des a:hover {
color: #5777ff;
}
.rs-contact-box.gradient_color .address-item .address-text a {
color: transparent !important;
-webkit-background-clip: text;
background-color: transparent;
background-image: linear-gradient(94deg, #48C98F 0.63%, #F7931A 98.7%);
}
.rs-contact-box.gradient_color_hover .address-item .address-text a {
transition: 0s;
}
.rs-contact-box.gradient_color_hover .address-item .address-text a:hover {
color: transparent !important;
-webkit-background-clip: text;
background-color: transparent;
background-image: linear-gradient(94deg, #48C98F 0.63%, #F7931A 98.7%);
}
@keyframes vibrate {
0% {
transform: translateX(-2px) rotate(0deg);
}
25% {
transform: translateX(2px) rotate(-2deg);
}
50% {
transform: translateX(-2px) rotate(2deg);
}
75% {
transform: translateX(2px) rotate(-2deg);
}
100% {
transform: translateX(-2px) rotate(0deg);
}
}.rs-tooltip-area .box-inner {
position: relative;
padding: 50px 15px 40px;
box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
transition: 0.4s;
cursor: pointer;
}
.rs-tooltip-area .box-inner .rs-tooltip {
position: absolute;
width: max-content;
background-color: #000;
color: #ffffff;
border-radius: 3px;
padding: 2px 10px;
opacity: 0;
visibility: hidden;
z-index: 10;
max-width: 270px;
text-decoration: none;
}
.rs-tooltip-area .box-inner .rs-tooltip:before {
content: "";
position: absolute;
border-width: 5px;
border-style: solid;
margin-top: 0;
top: 100%;
left: 45%;
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom {
left: 50%;
transform: translateX(-50%);
bottom: auto;
top: 110%;
margin-top: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.bottom:before {
top: auto;
bottom: 100%;
left: 50%;
border-color: transparent transparent #000 transparent;
transform: translateX(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.top {
left: 50%;
transform: translateX(-50%);
bottom: 110%;
margin-bottom: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.top:before {
border-color: #000 transparent transparent transparent;
}
.rs-tooltip-area .box-inner .rs-tooltip.left {
top: 50%;
transform: translateY(-50%);
left: auto;
right: 110%;
top: 50%;
transform: translateY(-50%);
margin-right: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.left:before {
right: auto;
left: 100%;
top: 50%;
border-color: transparent transparent transparent #000;
transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .rs-tooltip.right {
top: 50%;
transform: translateY(-50%);
left: 110%;
margin-left: 10px;
}
.rs-tooltip-area .box-inner .rs-tooltip.right:before {
left: auto;
right: 100%;
top: 50%;
border-color: transparent #000 transparent transparent;
transform: translateY(-50%);
}
.rs-tooltip-area .box-inner .icon-area {
display: inline-block;
color: #010d14;
transition: all ease 0.3s;
}
.rs-tooltip-area .box-inner .icon-area i {
transition: all ease 0.3s;
font-size: 50px;
}
.rs-tooltip-area .box-inner .text-area {
padding: 10px 0 0;
position: relative;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title {
position: relative;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title {
font-size: 20px;
margin: 0;
color: #121933;
font-weight: 500;
line-height: 1.5;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title a {
text-decoration: none !important;
color: #121933;
}
.rs-tooltip-area .box-inner .text-area .iconbox-title .title a:hover {
color: #1273eb;
}
.rs-tooltip-area .box-inner .text-area .rs-tooltip-text {
font-size: 16px;
margin: 0;
}
.rs-tooltip-area .box-inner:hover {
box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rs-tooltip-area .box-inner:hover .rs-tooltip {
opacity: 1;
visibility: visible;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.top {
bottom: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.right {
left: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.bottom {
top: 100%;
}
.rs-tooltip-area .box-inner:hover .rs-tooltip.left {
right: 100%;
}.rs-static-products .box-inner {
position: relative;
padding: 40px 25px 30px;
box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.12);
transition: 0.4s;
overflow: hidden;
}
.rs-static-products .box-inner:hover {
box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.2);
}
.rs-static-products .box-inner .text-area {
padding: 30px 0 0;
position: relative;
}
.rs-static-products .box-inner .text-area .product-title {
position: relative;
}
.rs-static-products .box-inner .text-area .product-title .title {
font-size: 20px;
margin: 0 0 10px;
color: #121933;
font-weight: 500;
line-height: 1.5;
}
.rs-static-products .box-inner .text-area .product-title .title a {
color: #121933;
}
.rs-static-products .box-inner .text-area .product-title .title a:hover {
color: #1273eb;
}
.rs-static-products .box-inner .text-area .product-des {
font-size: 16px;
margin: 0;
}
.rs-static-products .box-inner .rs-product-button {
margin: 15px 0 0;
}
.rs-static-products .box-inner .rs-product-button .product-button {
position: relative;
display: inline-block;
color: #2b59ff;
transition: all ease 0.3s;
}
.rs-static-products .box-inner .rs-product-button .product-button i {
transition: all ease 0.3s;
}
.rs-static-products .box-inner .rs-product-button .product-button:hover {
color: #010d14;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-after span {
float: left;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-after i {
margin-left: 10px;
transition: 0.4s;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-before span {
float: right;
}
.rs-static-products .box-inner .rs-product-button .product-button.icon-before i {
margin-right: 10px;
}.rs-faq-main .rs-faq-title {
background: #f7f7f7;
padding: 15px 20px;
margin-bottom: 0;
}
.rs-faq-main .rs-faq-title span {
padding-right: 10px;
}
.rs-faq-main .rs-faq-content {
padding: 30px 20px 50px;
}@keyframes veritcal {
0% {
transform: translateY(0);
}
50% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
@keyframes veritcal-reverse {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-100px);
}
100% {
transform: translateY(0);
}
}
@keyframes veritcal-short {
0% {
transform: translateY(0);
}
50% {
transform: translateY(30px);
}
100% {
transform: translateY(0);
}
}
@keyframes veritcal-short-reverse {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-30px);
}
100% {
transform: translateY(0);
}
}
@keyframes veritcal2 {
from {
-webkit-transform: translate3d(0, -10px, 0);
}
to {
-webkit-transform: translate3d(0, 10px, 0);
}
}
@keyframes veritcal2-reverse {
from {
-webkit-transform: translate3d(0, 10px, 0);
}
to {
-webkit-transform: translate3d(0, -10px, 0);
}
}
@keyframes horizontal {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
}
@keyframes horizontal-reverse {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-100px);
}
100% {
transform: translateX(0);
}
}
@keyframes horizontal-short {
0% {
transform: translateX(0);
}
50% {
transform: translateX(30px);
}
100% {
transform: translateX(0);
}
}
@keyframes horizontal-short-reverse {
0% {
transform: translateX(0);
}
50% {
transform: translateX(-30px);
}
100% {
transform: translateX(0);
}
}
@keyframes horizontal2 {
from {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
}
@-webkit-keyframes horizontal2 {
from {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
}
@keyframes rotated_style {
0% {
-webkit-transform: translate(0) rotate(0deg);
transform: translate(0) rotate(0deg);
}
25% {
-webkit-transform: translate(-10px, 10px) rotate(10deg);
transform: translate(-10px, 10px) rotate(10deg);
}
50% {
-webkit-transform: translate(5px, -5px) rotate(25deg);
transform: translate(5px, -5px) rotate(25deg);
}
75% {
-webkit-transform: translate(15px, -5px) rotate(15deg);
transform: translate(15px, -5px) rotate(15deg);
}
to {
-webkit-transform: translate(0) rotate(0deg);
transform: translate(0) rotate(0deg);
}
}
@keyframes rotate-anim-reverse {
from {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
to {
transform: rotate(-359deg);
-webkit-transform: rotate(-359deg);
}
}
@keyframes rotate-anim-short {
0% {
transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
}
50% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
100% {
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
}
}
@keyframes rotate-anim-short-reverse {
0% {
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
}
50% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
100% {
transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
}
}
@-webkit-keyframes spine {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
}
}
@keyframes spine-reverse {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(-359deg);
-webkit-transform: rotate(-359deg);
}
}
@-webkit-keyframes spine-reverse {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(-359deg);
-webkit-transform: rotate(-359deg);
}
}
@keyframes scale {
from {
transform: scale(0.9);
-webkit-transform: scale(0.9);
}
to {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}
}
@-webkit-keyframes scale {
from {
transform: scale(0.9);
-webkit-transform: scale(0.9);
}
to {
transform: scale(1.03);
-webkit-transform: scale(1.03);
}
}
@keyframes scale2 {
from {
transform: scale(0.9);
-webkit-transform: scale(0.9);
}
to {
transform: scale(1.01);
-webkit-transform: scale(1.01);
}
}
@-webkit-keyframes scale2 {
from {
transform: scale(0.9);
-webkit-transform: scale(0.9);
}
to {
transform: scale(1.01);
-webkit-transform: scale(1.01);
}
}
@keyframes head-move {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
25% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
50% {
transform: translate3d(0, 0, 0) rotate(-2deg);
-webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
}
75% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
100% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes head-move {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
25% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
50% {
transform: translate3d(0, 0, 0) rotate(-2deg);
-webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
}
75% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
100% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
}
@keyframes pop {
0% {
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
opacity: 0;
}
50% {
opacity: 0.2;
}
100% {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
opacity: 0;
}
}
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
opacity: 0;
}
50% {
opacity: 0.09;
}
100% {
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
opacity: 0;
}
}
.rs-image {
position: relative;
width: 100%;
height: 100%;
}
.rs-image img {
position: relative;
z-index: 1;
}
.rs-image img.blend_normal {
mix-blend-mode: normal;
}
.rs-image img.blend_unset {
mix-blend-mode: unset;
}
.rs-image img.blend_multiply {
mix-blend-mode: multiply;
}
.rs-image img.blend_screen {
mix-blend-mode: screen;
}
.rs-image img.blend_overlay {
mix-blend-mode: overlay;
}
.rs-image img.blend_darken {
mix-blend-mode: darken;
}
.rs-image img.blend_lighten {
mix-blend-mode: lighten;
}
.rs-image img.blend_color_dodge {
mix-blend-mode: color-dodge;
}
.rs-image img.blend_color_burn {
mix-blend-mode: color-burn;
}
.rs-image img.blend_difference {
mix-blend-mode: difference;
}
.rs-image img.blend_exclusion {
mix-blend-mode: exclusion;
}
.rs-image img.blend_hue {
mix-blend-mode: hue;
}
.rs-image img.blend_saturation {
mix-blend-mode: saturation;
}
.rs-image img.blend_color {
mix-blend-mode: color;
}
.rs-image img.blend_luminosity {
mix-blend-mode: luminosity;
}
.rs-image .spin_style {
animation: spine 30s infinite linear;
-webkit-animation: spine 30s infinite linear;
}
.rs-image .spin_style.reverse-enable {
animation-name: spine-reverse;
}
.rs-image .scale_style {
animation: scale 1s alternate infinite;
-webkit-animation: scale 1s alternate infinite;
}
.rs-image .scale_style2 {
animation: scale2 1s alternate infinite;
-webkit-animation: scale2 1s alternate infinite;
}
.rs-image .move_leftright {
animation-duration: 5s;
-webkit-animation-duration: 5s;
animation-name: head-move;
-webkit-animation-name: head-move;
animation-duration: 4s;
-webkit-animation-duration: 4s;
animation-direction: linear;
-webkit-animation-direction: linear;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
.rs-image .pop-wrap {
position: absolute;
width: 750px;
height: 750px;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.rs-image .pop-wrap .pop {
position: absolute;
content: "";
border-radius: 100%;
width: 100%;
height: 100%;
opacity: 0.01;
background-clip: padding-box;
-webkit-animation: pop 6s ease-in-out infinite;
animation: pop 6s ease-in-out infinite;
background: #6d5afe;
}
.rs-image .pop-wrap .pop:nth-child(2) {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.rs-image .pop-wrap .pop:nth-child(3) {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.rs-image.scroll_reveal.reveal-active {
visibility: hidden;
position: relative;
width: 100%;
height: 100%;
max-width: max-content;
right: 0;
overflow: hidden;
}
.rs-image.yes .veritcal {
animation-name: veritcal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
.rs-image.yes .veritcal.short {
animation-name: veritcal-short;
}
.rs-image.yes .veritcal.short.reverse-enable {
animation-name: veritcal-short-reverse;
}
.rs-image.yes .veritcal.reverse-enable {
animation-name: veritcal-reverse;
}
.rs-image.yes .veritcal2 {
animation: veritcal2 3s alternate infinite;
-webkit-animation: veritcal2 3s alternate infinite;
}
.rs-image.yes .veritcal2.reverse-enable {
animation-name: veritcal2-reverse;
}
.rs-image.yes .horizontal {
animation-name: horizontal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
.rs-image.yes .horizontal.short {
animation-name: horizontal-short;
}
.rs-image.yes .horizontal.short.reverse-enable {
animation-name: horizontal-short-reverse;
}
.rs-image.yes .horizontal.reverse-enable {
animation-name: horizontal-reverse;
}
.rs-image.yes .horizontal2 {
animation: x-anim2 2s alternate infinite;
-webkit-animation: x-anim2 2s alternate infinite;
}
.rs-image.yes .rotated_style {
-webkit-animation: rotated_style 5s linear infinite;
animation: rotated_style 5s linear infinite;
}.rs-circle-service-box {
position: relative;
}
.rs-circle-service-box .main-image {
text-align: center;
position: relative;
z-index: 2;
pointer-events: none;
}
.rs-circle-service-box .main-image img {
z-index: 1;
position: relative;
}
.rs-circle-service-box .main-image:before {
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 425px;
width: 425px;
border-radius: 50%;
background: #5777ff;
z-index: 0;
}
.rs-circle-service-box .service-icons-wrapper {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 545px;
width: 545px;
border: 2px dashed #5777ff;
border-radius: 50%;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon {
position: absolute;
height: 54px;
width: 54px;
background: #fff;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon > * {
flex-shrink: 0;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon .rs-icon-text {
position: absolute;
transition: all linear 0.3s;
z-index: -1;
opacity: 0;
font-size: 17px;
font-weight: 600;
white-space: nowrap;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon .rs-icon-text a {
color: #091D2D;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon .rs-icon-text a:hover {
color: #5777ff;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon:before {
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: 100%;
border-radius: 50%;
background: rgba(51, 124, 207, 0.1215686275);
z-index: -4;
animation: play-popup 1.5s infinite;
visibility: hidden;
transition: all linear 0.3s;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon:after {
position: absolute;
content: "";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: 100%;
border-radius: 50%;
background: #fff;
z-index: -3;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon.active .rs-icon-text, .rs-circle-service-box .service-icons-wrapper .rs-icon:hover .rs-icon-text {
opacity: 1;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon.active:before, .rs-circle-service-box .service-icons-wrapper .rs-icon:hover:before {
visibility: visible;
}
@keyframes play-popup {
from {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
to {
transform: translate(-50%, -50%) scale(1.5);
opacity: 0;
}
}
@media screen and (max-width: 767px) {
.rs-circle-service-box {
height: unset;
width: unset;
}
.rs-circle-service-box .main-image img {
max-width: 340px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.rs-circle-service-box .main-image:before {
display: none;
}
.rs-circle-service-box .service-icons-wrapper {
position: unset;
transform: unset;
display: flex;
gap: 15px;
flex-wrap: wrap;
justify-content: center;
margin-top: 30px;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon {
position: unset;
display: flex;
gap: 10px;
padding: 8px 15px;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon:before {
display: none;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon .rs-icon-text {
position: unset;
visibility: visible;
opacity: 1;
z-index: 1;
}
}
@media screen and (max-width: 480px) {
.rs-circle-service-box .main-image img {
max-width: 220px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
}
@media screen and (max-width: 370px) {
.rs-circle-service-box .service-icons-wrapper .rs-icon {
width: 100% !important;
}
}.rs-job-experience {
overflow: hidden;
border: 1px solid #5777ff;
border-radius: 4px;
}
.rs-job-experience .job-experience-header {
background: #fff;
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
padding: 30px;
}
.rs-job-experience .job-experience-header .job-designation-wrapper {
position: relative;
display: flex;
align-items: center;
gap: 20px;
}
.rs-job-experience .job-experience-header .job-designation-wrapper .circle-shape {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px dashed #c2c2c2;
display: flex;
align-items: center;
justify-content: center;
animation: spin 10s linear infinite;
}
.rs-job-experience .job-experience-header .job-designation-wrapper .circle-shape:after {
width: calc(100% - 20px);
height: calc(100% - 20px);
border-radius: inherit;
background: #5777ff;
content: "";
}
.rs-job-experience .job-experience-header .job-designation-wrapper .job-designation {
margin: 0;
font-size: 24px;
line-height: 36px;
font-weight: 600;
color: #091D2D;
}
.rs-job-experience .job-experience-header .job-duration {
font-size: 20px;
line-height: 1.34;
}
.rs-job-experience .job-experience-body {
padding: 37px 60px 45px 80px;
}
.rs-job-experience .job-experience-body .job-area-img {
flex-shrink: 0;
}
.rs-job-experience .job-experience-body .job-place {
margin-bottom: 11px;
font-size: 20px;
line-height: 32px;
font-weight: 500;
color: #091D2D;
}@-webkit-keyframes rs-image-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
-moz-transform: scale(0.8) translateY(0%);
-ms-transform: scale(0.8) translateY(0%);
-o-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
-moz-transform: scale(0.8) translateY(-150%);
-ms-transform: scale(0.8) translateY(-150%);
-o-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@keyframes rs-image-zoom-out-up {
50% {
-webkit-transform: scale(0.8) translateY(0%);
-moz-transform: scale(0.8) translateY(0%);
-ms-transform: scale(0.8) translateY(0%);
-o-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(-150%);
-moz-transform: scale(0.8) translateY(-150%);
-ms-transform: scale(0.8) translateY(-150%);
-o-transform: scale(0.8) translateY(-150%);
transform: scale(0.8) translateY(-150%);
opacity: 0.5;
}
}
@-webkit-keyframes rs-image-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
-moz-transform: scale(0.8) translateY(0%);
-ms-transform: scale(0.8) translateY(0%);
-o-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
-moz-transform: scale(0.8) translateY(150%);
-ms-transform: scale(0.8) translateY(150%);
-o-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@keyframes rs-image-zoom-out-down {
50% {
-webkit-transform: scale(0.8) translateY(0%);
-moz-transform: scale(0.8) translateY(0%);
-ms-transform: scale(0.8) translateY(0%);
-o-transform: scale(0.8) translateY(0%);
transform: scale(0.8) translateY(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateY(150%);
-moz-transform: scale(0.8) translateY(150%);
-ms-transform: scale(0.8) translateY(150%);
-o-transform: scale(0.8) translateY(150%);
transform: scale(0.8) translateY(150%);
opacity: 0.5;
}
}
@-webkit-keyframes rs-image-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
-moz-transform: scale(0.8) translateX(0%);
-ms-transform: scale(0.8) translateX(0%);
-o-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
-moz-transform: scale(0.8) translateX(-150%);
-ms-transform: scale(0.8) translateX(-150%);
-o-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@keyframes rs-image-zoom-out-left {
50% {
-webkit-transform: scale(0.8) translateX(0%);
-moz-transform: scale(0.8) translateX(0%);
-ms-transform: scale(0.8) translateX(0%);
-o-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(-150%);
-moz-transform: scale(0.8) translateX(-150%);
-ms-transform: scale(0.8) translateX(-150%);
-o-transform: scale(0.8) translateX(-150%);
transform: scale(0.8) translateX(-150%);
opacity: 0.5;
}
}
@-webkit-keyframes rs-image-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
-moz-transform: scale(0.8) translateX(0%);
-ms-transform: scale(0.8) translateX(0%);
-o-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
-moz-transform: scale(0.8) translateX(150%);
-ms-transform: scale(0.8) translateX(150%);
-o-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
@keyframes rs-image-zoom-out-right {
50% {
-webkit-transform: scale(0.8) translateX(0%);
-moz-transform: scale(0.8) translateX(0%);
-ms-transform: scale(0.8) translateX(0%);
-o-transform: scale(0.8) translateX(0%);
transform: scale(0.8) translateX(0%);
opacity: 0.5;
}
100% {
-webkit-transform: scale(0.8) translateX(150%);
-moz-transform: scale(0.8) translateX(150%);
-ms-transform: scale(0.8) translateX(150%);
-o-transform: scale(0.8) translateX(150%);
transform: scale(0.8) translateX(150%);
opacity: 0.5;
}
}
.rs-image-hover-effect {
overflow: hidden;
position: relative;
}
.rs-image-hover-effect .image-overlay {
position: absolute;
bottom: -100%;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
border-radius: 5px 5px 0 0;
transition: 0.6s;
}
.rs-image-hover-effect .image-part {
overflow: hidden;
border-radius: 5px;
}
.rs-image-hover-effect .image-part img {
border-radius: 0 5px 5px 0;
transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-content {
color: #555;
padding: 45px 20px 18px;
transition: all 0.4s ease 0s;
z-index: 2;
position: relative;
}
.rs-image-hover-effect .image-content .icon-image {
margin-bottom: 25px;
}
.rs-image-hover-effect .image-content .title-part .title-prefix {
color: #333;
margin-bottom: 8px;
font-weight: 600;
font-size: 22px;
transition: 0.3s;
}
.rs-image-hover-effect .image-content .title-part .title-prefix:hover {
opacity: 0.8;
}
.rs-image-hover-effect .image-content .description-part .description-text {
margin-bottom: 30px;
}
.rs-image-hover-effect .image-content .button-part .image-btn {
display: inline-block;
color: #ffffff;
background: #010d14;
font-size: 16px;
line-height: 1;
padding: 10px 25px;
border-radius: 5px;
transition: all 0.4s ease 0s;
}
.rs-image-hover-effect .image-content .button-part .image-btn:hover {
background: #2b59ff;
}
.rs-image-hover-effect .image-content .button-part .image-btn:hover i {
margin-left: 10px;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-before span {
float: right;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-before i {
position: absolute;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-after span {
float: left;
}
.rs-image-hover-effect .image-content .button-part .image-btn.icon-after i {
margin-left: 10px;
}
.rs-image-hover-effect .hover_content {
position: absolute;
z-index: 11;
top: 50%;
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
transition: all 0.7s ease 0s;
padding: 40px 20px 40px;
}
.rs-image-hover-effect:hover .image-overlay {
bottom: 0;
}
.rs-image-hover-effect:hover .normal_content {
opacity: 0;
visibility: hidden;
}
.rs-image-hover-effect:hover .hover_content {
opacity: 1;
visibility: visible;
}
.rs-image-hover-effect [class^=rs-image-fade] .image-content {
opacity: 0;
}
.rs-image-hover-effect [class^=rs-image-fade]:hover .image-content {
opacity: 1;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect [class^=rs-image-fade]:hover .image-part img {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect [class*="{rs-image-fade"] .image-content {
opacity: 0;
}
.rs-image-hover-effect [class*="{rs-image-fade"]:hover .image-content {
opacity: 1;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect [class*="{rs-image-fade"]:hover .image-part img {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect rs-image-push:hover .image-content {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect rs-image-slide:hover .image-content {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect rs-image-reveal:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
}
.rs-image-hover-effect rs-image-reveal .image-content {
opacity: 0;
}
.rs-image-hover-effect rs-image-reveal:hover:before {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-hover-effect rs-image-reveal:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-hover-effect rs-image-hinge {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
.rs-image-hover-effect rs-image-hinge .image-content {
opacity: 0;
z-index: 1;
}
.rs-image-hover-effect rs-image-hinge:hover img {
opacity: 0;
}
.rs-image-hover-effect rs-image-hinge:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-hover-effect rs-image-flip {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
.rs-image-hover-effect rs-image-flip img {
backface-visibility: hidden;
}
.rs-image-hover-effect rs-image-flip .image-content {
opacity: 0;
}
.rs-image-hover-effect rs-image-flip:hover .image-part img {
opacity: 0;
}
.rs-image-hover-effect rs-image-flip:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.14s;
-moz-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.rs-image-hover-effect rs-image-shutter-out:before {
position: absolute;
content: "";
-webkit-transition-delay: 0.105s;
-moz-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.rs-image-hover-effect rs-image-shutter-out .image-content {
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.rs-image-hover-effect rs-image-shutter-out:hover:before {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
.rs-image-hover-effect rs-image-shutter-out:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.105s;
-moz-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.rs-image-hover-effect rs-image-shutter-in:after {
position: absolute;
content: "";
top: 0;
left: 0;
}
.rs-image-hover-effect rs-image-shutter-in:before {
position: absolute;
content: "";
right: 0;
bottom: 0;
}
.rs-image-hover-effect rs-image-shutter-in .image-content {
opacity: 0;
z-index: 1;
}
.rs-image-hover-effect rs-image-shutter-in:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-hover-effect rs-image-fold {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
.rs-image-hover-effect rs-image-fold img {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.rs-image-hover-effect rs-image-fold .image-content {
z-index: 1;
opacity: 0;
}
.rs-image-hover-effect rs-image-fold:hover .image-part img {
opacity: 0;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
.rs-image-hover-effect rs-image-fold:hover .image-content {
-webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
-moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
-ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
-o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-hover-effect rs-image-zoom-out .image-content {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
.rs-image-hover-effect rs-image-zoom-out:hover .image-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
rs-image-zoom-out .rs-image-hover-effect.hover .image-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.rs-image-fade-in-up .image-content {
-webkit-transform: translate(0, 15%);
-moz-transform: translate(0, 15%);
-ms-transform: translate(0, 15%);
-o-transform: translate(0, 15%);
transform: translate(0, 15%);
}
.rs-image-fade-in-down .image-content {
-webkit-transform: translate(0, -15%);
-moz-transform: translate(0, -15%);
-ms-transform: translate(0, -15%);
-o-transform: translate(0, -15%);
transform: translate(0, -15%);
}
.rs-image-fade-in-left .image-content {
-webkit-transform: translate(-15%, 0);
-moz-transform: translate(-15%, 0);
-ms-transform: translate(-15%, 0);
-o-transform: translate(-15%, 0);
transform: translate(-15%, 0);
}
.rs-image-fade-in-right .image-content {
-webkit-transform: translate(15%, 0);
-moz-transform: translate(15%, 0);
-ms-transform: translate(15%, 0);
-o-transform: translate(15%, 0);
transform: translate(15%, 0);
}
[class^=rs-image-push-]:hover .image-content {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-push-up .image-content {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.rs-image-push-up:hover .image-part img {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.rs-image-push-down .image-content {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.rs-image-push-down:hover .image-part img {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.rs-image-push-left .image-content {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.rs-image-push-left:hover .image-part img {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.rs-image-push-right .image-content {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.rs-image-push-right:hover .image-part img {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
[class^=rs-image-slide-]:hover .image-content {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rs-image-slide-up .image-content {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.rs-image-slide-down .image-content {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.rs-image-slide-left .image-content {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.rs-image-slide-right .image-content {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
[class^=rs-image-reveal-]:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
}
[class^=rs-image-reveal-] .image-content {
opacity: 0;
}
[class^=rs-image-reveal-]:hover:before {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
[class^=rs-image-reveal-]:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-reveal-up:before {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.rs-image-reveal-down:before {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.rs-image-reveal-left:before {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.rs-image-reveal-right:before {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
[class^=rs-image-hinge-] {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
[class^=rs-image-hinge-] .image-content {
opacity: 0;
z-index: 1;
}
[class^=rs-image-hinge-]:hover img {
opacity: 0;
}
[class^=rs-image-hinge-]:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-hinge-up img {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.rs-image-hinge-up .image-content {
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.rs-image-hinge-up:hover .image-part img {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.rs-image-hinge-up:hover .image-content {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}
.rs-image-hinge-down img {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.rs-image-hinge-down .image-content {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% -50%;
-moz-transform-origin: 50% -50%;
-ms-transform-origin: 50% -50%;
-o-transform-origin: 50% -50%;
transform-origin: 50% -50%;
}
.rs-image-hinge-down:hover .image-part img {
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
opacity: 0;
}
.rs-image-hinge-down:hover .image-content {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}
.rs-image-hinge-left img {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.rs-image-hinge-left .image-content {
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.rs-image-hinge-left:hover .image-part img {
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.rs-image-hinge-left:hover .image-content {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.rs-image-hinge-right img {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.rs-image-hinge-right .image-content {
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
-o-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.rs-image-hinge-right:hover .image-part img {
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.rs-image-hinge-right:hover .image-content {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
[class^=rs-image-flip-] {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
[class^=rs-image-flip-] img {
backface-visibility: hidden;
}
[class^=rs-image-flip-] .image-content {
opacity: 0;
}
[class^=rs-image-flip-]:hover .image-part img {
opacity: 0;
}
[class^=rs-image-flip-]:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.14s;
-moz-transition-delay: 0.14s;
transition-delay: 0.14s;
}
.rs-image-flip-horiz .image-content {
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.rs-image-flip-horiz:hover img {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
-ms-transform: rotateX(-180deg);
-o-transform: rotateX(-180deg);
transform: rotateX(-180deg);
}
.rs-image-flip-horiz:hover .image-content {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.rs-image-flip-vert .image-content {
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.rs-image-flip-vert:hover .image-part img {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.rs-image-flip-vert:hover .image-content {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.rs-image-flip-diag-1 .image-content {
-webkit-transform: rotate3d(1, -1, 0, 100deg);
-moz-transform: rotate3d(1, -1, 0, 100deg);
-ms-transform: rotate3d(1, -1, 0, 100deg);
-o-transform: rotate3d(1, -1, 0, 100deg);
transform: rotate3d(1, -1, 0, 100deg);
}
.rs-image-flip-diag-1:hover .image-part img {
-webkit-transform: rotate3d(-1, 1, 0, 100deg);
-moz-transform: rotate3d(-1, 1, 0, 100deg);
-ms-transform: rotate3d(-1, 1, 0, 100deg);
-o-transform: rotate3d(-1, 1, 0, 100deg);
transform: rotate3d(-1, 1, 0, 100deg);
}
.rs-image-flip-diag-1:hover .image-content {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
-moz-transform: rotate3d(0, 0, 0, 0deg);
-ms-transform: rotate3d(0, 0, 0, 0deg);
-o-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
.rs-image-flip-diag-2 .image-content {
-webkit-transform: rotate3d(1, 1, 0, 100deg);
-moz-transform: rotate3d(1, 1, 0, 100deg);
-ms-transform: rotate3d(1, 1, 0, 100deg);
-o-transform: rotate3d(1, 1, 0, 100deg);
transform: rotate3d(1, 1, 0, 100deg);
}
.rs-image-flip-diag-2:hover .image-part img {
-webkit-transform: rotate3d(-1, -1, 0, 100deg);
-moz-transform: rotate3d(-1, -1, 0, 100deg);
-ms-transform: rotate3d(-1, -1, 0, 100deg);
-o-transform: rotate3d(-1, -1, 0, 100deg);
transform: rotate3d(-1, -1, 0, 100deg);
}
.rs-image-flip-diag-2:hover .image-content {
-webkit-transform: rotate3d(0, 0, 0, 0deg);
-moz-transform: rotate3d(0, 0, 0, 0deg);
-ms-transform: rotate3d(0, 0, 0, 0deg);
-o-transform: rotate3d(0, 0, 0, 0deg);
transform: rotate3d(0, 0, 0, 0deg);
}
[class^=rs-image-shutter-out-]:before {
position: absolute;
content: "";
-webkit-transition-delay: 0.105s;
-moz-transition-delay: 0.105s;
transition-delay: 0.105s;
}
[class^=rs-image-shutter-out-] .image-content {
opacity: 0;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
[class^=rs-image-shutter-out-]:hover:before {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
transition-delay: 0s;
}
[class^=rs-image-shutter-out-]:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.105s;
-moz-transition-delay: 0.105s;
transition-delay: 0.105s;
}
.rs-image-shutter-out-horiz:before {
left: 50%;
right: 50%;
top: 0;
bottom: 0;
}
.rs-image-shutter-out-horiz:hover:before {
left: 0;
right: 0;
}
.rs-image-shutter-out-vert:before {
top: 50%;
bottom: 50%;
left: 0;
right: 0;
}
.rs-image-shutter-out-vert:hover:before {
top: 0;
bottom: 0;
}
.rs-image-shutter-out-diag-1:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.rs-image-shutter-out-diag-1:hover:before {
top: -35%;
bottom: -35%;
}
.rs-image-shutter-out-diag-2:before {
top: 50%;
bottom: 50%;
left: -35%;
right: -35%;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.rs-image-shutter-out-diag-2:hover:before {
top: -35%;
bottom: -35%;
}
[class^=rs-image-shutter-in-]:after {
position: absolute;
content: "";
top: 0;
left: 0;
}
[class^=rs-image-shutter-in-]:before {
position: absolute;
content: "";
right: 0;
bottom: 0;
}
[class^=rs-image-shutter-in-] .image-content {
opacity: 0;
z-index: 1;
}
[class^=rs-image-shutter-in-]:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-shutter-in-horiz:after {
width: 0;
height: 100%;
}
.rs-image-shutter-in-horiz:before {
width: 0;
height: 100%;
}
.rs-image-shutter-in-horiz:hover:after {
width: 50%;
}
.rs-image-shutter-in-horiz:hover:before {
width: 50%;
}
.rs-image-shutter-in-vert:after {
height: 0;
width: 100%;
}
.rs-image-shutter-in-vert:before {
height: 0;
width: 100%;
}
.rs-image-shutter-in-vert:hover:after {
height: 50%;
}
.rs-image-shutter-in-vert:hover:before {
height: 50%;
}
.rs-image-shutter-in-out-horiz:after {
width: 0;
height: 100%;
opacity: 0.75;
}
.rs-image-shutter-in-out-horiz:before {
width: 0;
height: 100%;
opacity: 0.75;
}
.rs-image-shutter-in-out-horiz:hover:after {
width: 100%;
}
.rs-image-shutter-in-out-horiz:hover:before {
width: 100%;
}
.rs-image-shutter-in-out-vert:after {
height: 0;
width: 100%;
opacity: 0.75;
}
.rs-image-shutter-in-out-vert:before {
height: 0;
width: 100%;
opacity: 0.75;
}
.rs-image-shutter-in-out-vert:hover:after {
height: 100%;
}
.rs-image-shutter-in-out-vert:hover:before {
height: 100%;
}
.rs-image-shutter-in-out-diag-1:after {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
-webkit-transform: skew(-45deg) translateX(-150%);
-moz-transform: skew(-45deg) translateX(-150%);
-ms-transform: skew(-45deg) translateX(-150%);
-o-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}
.rs-image-shutter-in-out-diag-1:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
-webkit-transform: skew(-45deg) translateX(150%);
-moz-transform: skew(-45deg) translateX(150%);
-ms-transform: skew(-45deg) translateX(150%);
-o-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}
.rs-image-shutter-in-out-diag-1:hover:after {
-webkit-transform: skew(-45deg) translateX(-50%);
-moz-transform: skew(-45deg) translateX(-50%);
-ms-transform: skew(-45deg) translateX(-50%);
-o-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.rs-image-shutter-in-out-diag-1:hover:before {
-webkit-transform: skew(-45deg) translateX(50%);
-moz-transform: skew(-45deg) translateX(50%);
-ms-transform: skew(-45deg) translateX(50%);
-o-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
}
.rs-image-shutter-in-out-diag-2:after {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
-webkit-transform: skew(45deg) translateX(-100%);
-moz-transform: skew(45deg) translateX(-100%);
-ms-transform: skew(45deg) translateX(-100%);
-o-transform: skew(45deg) translateX(-100%);
transform: skew(45deg) translateX(-100%);
}
.rs-image-shutter-in-out-diag-2:before {
width: 200%;
height: 200%;
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
transition: all 0.6s ease;
opacity: 0.75;
-webkit-transform: skew(45deg) translateX(100%);
-moz-transform: skew(45deg) translateX(100%);
-ms-transform: skew(45deg) translateX(100%);
-o-transform: skew(45deg) translateX(100%);
transform: skew(45deg) translateX(100%);
}
.rs-image-shutter-in-out-diag-2:hover:after {
-webkit-transform: skew(45deg) translateX(0%);
-moz-transform: skew(45deg) translateX(0%);
-ms-transform: skew(45deg) translateX(0%);
-o-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
.rs-image-shutter-in-out-diag-2:hover:before {
-webkit-transform: skew(45deg) translateX(0%);
-moz-transform: skew(45deg) translateX(0%);
-ms-transform: skew(45deg) translateX(0%);
-o-transform: skew(45deg) translateX(0%);
transform: skew(45deg) translateX(0%);
}
[class^=rs-image-fold] {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
[class^=rs-image-fold] img {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
[class^=rs-image-fold] .image-content {
z-index: 1;
opacity: 0;
}
[class^=rs-image-fold]:hover .image-part img {
opacity: 0;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
[class^=rs-image-fold]:hover .image-content {
-webkit-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
-moz-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
-ms-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
-o-transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
transform: rotateX(0) translate3d(0, 0%, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-fold-up .image-part img {
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.rs-image-fold-up .image-content {
-webkit-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-moz-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-ms-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-o-transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
transform: rotateX(-90deg) translate3d(0%, -50%, 0) scale(0.6);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.rs-image-fold-up:hover .image-part img {
-webkit-transform: rotateX(90deg) scale(0.6) translateY(50%);
-moz-transform: rotateX(90deg) scale(0.6) translateY(50%);
-ms-transform: rotateX(90deg) scale(0.6) translateY(50%);
-o-transform: rotateX(90deg) scale(0.6) translateY(50%);
transform: rotateX(90deg) scale(0.6) translateY(50%);
}
.rs-image-fold-down .image-part img {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.rs-image-fold-down .image-content {
-webkit-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-moz-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-ms-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-o-transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
transform: rotateX(90deg) translate3d(0%, 50%, 0) scale(0.6);
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.rs-image-fold-down:hover .image-part img {
-webkit-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
-moz-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
-ms-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
-o-transform: rotateX(-90deg) scale(0.6) translateY(-50%);
transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}
.rs-image-fold-left .image-part img {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.rs-image-fold-left .image-content {
-webkit-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-moz-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-ms-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-o-transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
transform: rotateY(90deg) translate3d(-50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.rs-image-fold-left:hover .image-part img {
-webkit-transform: rotateY(-90deg) scale(0.6) translateX(50%);
-moz-transform: rotateY(-90deg) scale(0.6) translateX(50%);
-ms-transform: rotateY(-90deg) scale(0.6) translateX(50%);
-o-transform: rotateY(-90deg) scale(0.6) translateX(50%);
transform: rotateY(-90deg) scale(0.6) translateX(50%);
}
.rs-image-fold-right .image-part img {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.rs-image-fold-right .image-content {
-webkit-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-moz-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-ms-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-o-transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
transform: rotateY(-90deg) translate3d(50%, 0%, 0) scale(0.6);
-webkit-transform-origin: 0 50%;
-moz-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
-o-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.rs-image-fold-right:hover .image-part img {
-webkit-transform: rotateY(90deg) scale(0.6) translateX(-50%);
-moz-transform: rotateY(90deg) scale(0.6) translateX(-50%);
-ms-transform: rotateY(90deg) scale(0.6) translateX(-50%);
-o-transform: rotateY(90deg) scale(0.6) translateX(-50%);
transform: rotateY(90deg) scale(0.6) translateX(-50%);
}
.rs-image-zoom-in .image-content {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.rs-image-zoom-in:hover .image-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
}
[class^=rs-image-zoom-out] .image-content {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
opacity: 0;
}
[class^=rs-image-zoom-out]:hover .image-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
[class^=rs-image-zoom-out].hover .image-content {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.rs-image-zoom-out:hover .image-part img {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
opacity: 0;
}
.rs-image-zoom-out-up:hover .image-part img {
-webkit-animation: rs-image-zoom-out-up 0.4025s linear;
-moz-animation: rs-image-zoom-out-up 0.4025s linear;
animation: rs-image-zoom-out-up 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-up.hover .image-part img {
-webkit-animation: rs-image-zoom-out-up 0.4025s linear;
-moz-animation: rs-image-zoom-out-up 0.4025s linear;
animation: rs-image-zoom-out-up 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-down:hover .image-part img {
-webkit-animation: rs-image-zoom-out-down 0.4025s linear;
-moz-animation: rs-image-zoom-out-down 0.4025s linear;
animation: rs-image-zoom-out-down 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-down.hover .image-part img {
-webkit-animation: rs-image-zoom-out-down 0.4025s linear;
-moz-animation: rs-image-zoom-out-down 0.4025s linear;
animation: rs-image-zoom-out-down 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-left:hover .image-part img {
-webkit-animation: rs-image-zoom-out-left 0.4025s linear;
-moz-animation: rs-image-zoom-out-left 0.4025s linear;
animation: rs-image-zoom-out-left 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-left.hover .image-part img {
-webkit-animation: rs-image-zoom-out-left 0.4025s linear;
-moz-animation: rs-image-zoom-out-left 0.4025s linear;
animation: rs-image-zoom-out-left 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-right:hover .image-part img {
-webkit-animation: rs-image-zoom-out-right 0.4025s linear;
-moz-animation: rs-image-zoom-out-right 0.4025s linear;
animation: rs-image-zoom-out-right 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-right.hover .image-part img {
-webkit-animation: rs-image-zoom-out-right 0.4025s linear;
-moz-animation: rs-image-zoom-out-right 0.4025s linear;
animation: rs-image-zoom-out-right 0.4025s linear;
-webkit-animation-iteration-count: 1;
-moz-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
.rs-image-zoom-out-flip-horiz {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
.rs-image-zoom-out-flip-horiz .image-content {
opacity: 0;
-webkit-transform: rotateX(90deg) translateY(-100%) scale(0.5);
-moz-transform: rotateX(90deg) translateY(-100%) scale(0.5);
-ms-transform: rotateX(90deg) translateY(-100%) scale(0.5);
-o-transform: rotateX(90deg) translateY(-100%) scale(0.5);
transform: rotateX(90deg) translateY(-100%) scale(0.5);
}
.rs-image-zoom-out-flip-horiz:hover .image-part img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
-moz-transform: rotateX(-100deg) translateY(50%) scale(0.5);
-ms-transform: rotateX(-100deg) translateY(50%) scale(0.5);
-o-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
.rs-image-zoom-out-flip-horiz:hover .image-content {
-webkit-transform: rotateX(0) translateY(0%) scale(1);
-moz-transform: rotateX(0) translateY(0%) scale(1);
-ms-transform: rotateX(0) translateY(0%) scale(1);
-o-transform: rotateX(0) translateY(0%) scale(1);
transform: rotateX(0) translateY(0%) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.rs-image-zoom-out-flip-horiz.hover .image-part img {
-webkit-transform: rotateX(-100deg) translateY(50%) scale(0.5);
-moz-transform: rotateX(-100deg) translateY(50%) scale(0.5);
-ms-transform: rotateX(-100deg) translateY(50%) scale(0.5);
-o-transform: rotateX(-100deg) translateY(50%) scale(0.5);
transform: rotateX(-100deg) translateY(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
.rs-image-zoom-out-flip-horiz.hover .image-content {
-webkit-transform: rotateX(0) translateY(0%) scale(1);
-moz-transform: rotateX(0) translateY(0%) scale(1);
-ms-transform: rotateX(0) translateY(0%) scale(1);
-o-transform: rotateX(0) translateY(0%) scale(1);
transform: rotateX(0) translateY(0%) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.rs-image-zoom-out-flip-vert {
-webkit-perspective: 50em;
-moz-perspective: 50em;
perspective: 50em;
}
.rs-image-zoom-out-flip-vert .image-content {
opacity: 0;
-webkit-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
-moz-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
-ms-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
-o-transform: rotateY(90deg) translate(50%, 0) scale(0.5);
transform: rotateY(90deg) translate(50%, 0) scale(0.5);
}
.rs-image-zoom-out-flip-vert:hover .image-part img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
-moz-transform: rotateY(-100deg) translateX(50%) scale(0.5);
-ms-transform: rotateY(-100deg) translateX(50%) scale(0.5);
-o-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
.rs-image-zoom-out-flip-vert:hover .image-content {
-webkit-transform: rotateY(0) translate(0, 0) scale(1);
-moz-transform: rotateY(0) translate(0, 0) scale(1);
-ms-transform: rotateY(0) translate(0, 0) scale(1);
-o-transform: rotateY(0) translate(0, 0) scale(1);
transform: rotateY(0) translate(0, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.rs-image-zoom-out-flip-vert.hover .image-part img {
-webkit-transform: rotateY(-100deg) translateX(50%) scale(0.5);
-moz-transform: rotateY(-100deg) translateX(50%) scale(0.5);
-ms-transform: rotateY(-100deg) translateX(50%) scale(0.5);
-o-transform: rotateY(-100deg) translateX(50%) scale(0.5);
transform: rotateY(-100deg) translateX(50%) scale(0.5);
opacity: 0;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
.rs-image-zoom-out-flip-vert.hover .image-content {
-webkit-transform: rotateY(0) translate(0, 0) scale(1);
-moz-transform: rotateY(0) translate(0, 0) scale(1);
-ms-transform: rotateY(0) translate(0, 0) scale(1);
-o-transform: rotateY(0) translate(0, 0) scale(1);
transform: rotateY(0) translate(0, 0) scale(1);
opacity: 1;
-webkit-transition-delay: 0.35s;
-moz-transition-delay: 0.35s;
transition-delay: 0.35s;
}
.rs-image-blur .image-content {
opacity: 0;
}
.rs-image-blur:hover .image-part img {
-webkit-filter: blur(30px);
filter: blur(30px);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
.rs-image-blur:hover .image-content {
opacity: 1;
-webkit-transition-delay: 0.21s;
-moz-transition-delay: 0.21s;
transition-delay: 0.21s;
}
.rs-image-move-left .image-part img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: left;
transform-origin: left;
}
.rs-image-move-left:hover .image-part img {
-webkit-transform-origin: right;
transform-origin: right;
}
.rs-image-move-right .image-part img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: right;
transform-origin: right;
}
.rs-image-move-right:hover .image-part img {
-webkit-transform-origin: left;
transform-origin: left;
}
.rs-image-move-top .image-part img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: top;
transform-origin: top;
}
.rs-image-move-top:hover .image-part img {
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
.rs-image-move-bottom .image-part img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
-webkit-transform-origin: bottom;
transform-origin: bottom;
}
.rs-image-move-bottom:hover .image-part img {
-webkit-transform-origin: top;
transform-origin: top;
}
.rs-image-top-down .image-part {
max-height: 400px;
transition: 3s;
}
.rs-image-top-down .image-part img {
margin: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
vertical-align: bottom;
transition: 3s;
}
.rs-image-top-down:hover .image-part {
padding-top: 400px;
}
.rs-image-top-down:hover .image-part img {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}.rs-features-list-content .feature-title {
margin-bottom: 16px;
}
.rs-features-list-content .desc {
margin-bottom: 20px;
}
.rs-features-list-content ul {
list-style: none;
margin: 0;
flex-wrap: wrap;
}
.rs-features-list-content li {
list-style: none;
margin: 0;
margin-bottom: 7px;
display: flex;
transition: all 0.3s ease 0s;
}
.rs-features-list-content li:last-child {
margin-bottom: 0px;
}
.rs-features-list-content li i {
color: #5777ff;
margin-right: 10px;
margin-top: 4px;
transition: all 0.3s ease 0s;
}
.rs-features-list-content li img {
width: 16px;
margin-right: 12px;
}
.rs-features-list-content li .list-feature-content {
transition: all 0.3s ease 0s;
}
.rs-features-list-content.left-image .feature-image {
margin-right: 20px;
}
.rs-features-list-content.border-enable .feature-image {
position: relative;
}
.rs-features-list-content.border-enable .feature-image:before {
content: "";
position: absolute;
left: 50%;
width: 2px;
height: 40px;
top: -55px;
transform: translateX(-50%);
background: #D2C007;
}
.rs-features-list-content.border-enable .feature-image:after {
content: "";
position: absolute;
left: 50%;
width: 2px;
height: 40px;
top: -55px;
transform: translateX(-50%);
background: #D2C007;
top: auto;
bottom: -55px;
}
.rs-features-list-content.border-enable .feature-image img {
padding: 10px;
border: 2px solid #D2C007;
}.rs-brochures .brochures-content .brochure-title {
margin-bottom: 16px;
}
.rs-brochures .brochures-content .desc {
margin-bottom: 20px;
}
.rs-brochures .brochures-content ul {
list-style: none;
margin: 0;
}
.rs-brochures .brochures-content ul li {
list-style: none;
margin: 0;
margin-bottom: 7px;
transition: all 0.3s ease 0s;
}
.rs-brochures .brochures-content ul li a {
display: flex;
justify-content: space-between;
align-items: center;
}
.rs-brochures .brochures-content ul li a svg path {
transition: all 0.3s ease 0s;
}
.rs-brochures .brochures-content ul li a .brochures-left {
display: flex;
align-items: center;
}
.rs-brochures .brochures-content ul li a .rs-feature-text {
transition: all 0.3s ease 0s;
}
.rs-brochures .brochures-content ul li a .brochures-left .list-brochures-img img {
width: 30px;
margin-right: 12px;
}
.rs-brochures .brochures-content ul li a .brochures-left .list-brochures-img i {
margin-right: 10px;
color: #5777ff;
margin-top: 4px;
}
.rs-brochures .brochures-content ul li a .brochures-right img {
width: 22px;
}
.rs-brochures .brochures-content ul li a:hover .rs-feature-text {
color: #5777ff;
}.rselement-dual-btn {
display: inline-block;
padding: 1.2rem 3rem;
max-width: 100%;
color: #fff;
text-decoration: none;
font-size: 14px;
}
.rselement-dual-btn-connector {
display: inline-block;
position: absolute !important;
z-index: 9;
overflow: hidden;
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #fff;
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
color: #27374c;
text-transform: uppercase;
font-size: 12px;
line-height: 30px;
-webkit-transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
transform: translate(50%, -50%);
}
.rselement-dual-btn-wrapper {
position: relative;
text-align: center;
font-weight: 400;
}
.rselement-dual-btn--left {
background-color: #fe4d8b;
}
.rselement-dual-btn--left:hover {
background-color: #d00d51;
color: #fff;
}
.rselement-dual-btn--left:focus {
background-color: #d00d51;
color: #fff;
}
.rselement-dual-btn--right {
background-color: #3023ae;
}
.rselement-dual-btn--right:hover {
background-color: #2e1cde;
color: #fff;
}
.rselement-dual-btn--right:focus {
background-color: #2e1cde;
color: #fff;
}
.rselement-dual-btn-icon > svg {
width: 1em;
height: auto;
}
.rselement-dual-btn-icon > i {
font-size: 1em;
}
.rselement-dual-btn-icon--before {
margin-right: 5px;
}
.rselement-dual-btn-icon--after {
margin-left: 5px;
}
.elementor-widget-rs-dual-button > .elementor-widget-container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.elementor-widget-rs-dual-button i:before {
position: relative;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--left {
border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn--right {
border-radius: 0;
}
.elementor-widget-rs-dual-button .rselement-dual-btn-connector {
top: 50%;
right: 0;
}.wave-wrap {
overflow: hidden;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
overflow: hidden;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
}
.wave-wrap .wave-inner {
position: absolute;
width: 100%;
overflow: hidden;
height: 100%;
bottom: -1px;
position: absolute;
width: 100%;
overflow: hidden;
height: 100%;
bottom: -1px;
}
.wave-wrap .wave-inner .wave {
position: absolute;
left: 0;
width: 200%;
height: 100%;
background-repeat: repeat no-repeat !important;
background-position: 0 bottom !important;
transform-origin: center bottom !important;
position: absolute;
left: 0;
width: 200%;
height: 100%;
background-repeat: repeat no-repeat;
background-position: 0 bottom;
transform-origin: center bottom;
}
.wave-wrap .wave-inner .wave.waveone {
animation: move_wave 30s linear infinite;
background-size: 50% 132px !important;
animation: move_wave 25s linear infinite;
background-size: 50% 132px;
background-image: url(//thomasdutrieux.fr/wp-content/plugins/rselements/widgets/image-animation/assets/images/shape/waveone.png);
}
.wave-wrap .wave-inner .wave.wavetwo {
animation: move_wave 30s linear infinite;
background-size: 50% 132px !important;
animation: move_wave 30s linear infinite;
background-size: 50% 132px;
background-image: url(//thomasdutrieux.fr/wp-content/plugins/rselements/widgets/image-animation/assets/images/shape/wavetwo.png);
}
.wave-wrap .wave-inner.bgone {
z-index: 2;
opacity: 0.6;
z-index: 2;
opacity: 0.6;
}
.wave-wrap .wave-inner.bgtwo {
z-index: 1;
opacity: 0.7;
z-index: 1;
opacity: 0.7;
}
.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner {
width: 300%;
}
.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.waveone {
animation: move_wave 20s linear infinite;
background-size: 50% 58px !important;
}
.rs-working-process .process-wrap .icon-part .wave-wrap .wave-inner .wave.wavetwo {
animation: move_wave 15s linear infinite;
background-size: 50% 66px !important;
}
.morphine-wrap {
position: relative;
}
.parent-morpheneanim,
.morphine-wrap img {
-webkit-animation: morphine 15s linear infinite alternate forwards;
animation: morphine 15s linear infinite alternate forwards;
border-radius: 100%;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.parent-morpheneanim {
-webkit-animation: parent-morphine 15s linear infinite alternate forwards;
animation: parent-morphine 15s linear infinite alternate forwards;
}
@-webkit-keyframes parent-morphine {
0%, 100% {
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
14% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
28% {
border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
42% {
border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
70% {
border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
}
@keyframes parent-morphine {
0%, 100% {
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
14% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
28% {
border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
42% {
border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
70% {
border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
}
@-webkit-keyframes morphine {
0%, 100% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
}
@keyframes morphine {
0%, 100% {
border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
}
.rs-sound-waves {
display: flex;
justify-content: center;
align-items: flex-end;
gap: 11px;
}
.rs-sound-waves .bars {
display: inline-block;
width: 3px;
height: 50px;
background-color: transparent;
background-image: linear-gradient(94deg, #48C98F 0.63%, #F7931A 98.7%);
opacity: 0.7;
animation: 2s soundWaveAnimations infinite ease-in-out;
-webkit-animation: 2s soundWaveAnimations infinite ease-in-out;
}
.rs-sound-waves.vartical {
flex-direction: column;
}
.rs-sound-waves.vartical .bars {
height: 2px;
animation: 2s soundWaveAnimationsvartical infinite ease-in-out;
-webkit-animation: 2s soundWaveAnimationsvartical infinite ease-in-out;
}
@keyframes soundWaveAnimations {
0% {
height: 50px;
}
50% {
height: 25px;
}
100% {
height: 50px;
}
}
@-webkit-keyframes soundWaveAnimations {
0% {
height: 50px;
}
50% {
height: 25px;
}
100% {
height: 50px;
}
}
@keyframes soundWaveAnimationsvartical {
0% {
width: 80px;
}
50% {
width: 35px;
}
100% {
width: 80px;
}
}
@-webkit-keyframes soundWaveAnimationsvartical {
0% {
width: 80px;
}
50% {
width: 35px;
}
100% {
width: 80px;
}
}.breadcrumb-area {
margin: 0 auto;
}
.breadcrumb-area.style2 {
font-size: 0;
}
.breadcrumb-area.style2 span {
position: relative;
font-size: 14px;
margin-left: 3px;
margin-right: 8px;
}
.breadcrumb-area.style2 span:after {
content: "";
position: absolute;
background: #fff;
width: 1px;
height: 16px;
border-radius: 0;
right: -4px;
top: 1.5px;
transform: rotate(25deg);
}
.breadcrumb-area.style2 span span:after {
display: none;
}
.breadcrumb-area.style2 span:last-child:after {
display: none;
}
.breadcrumb-area.style3 {
font-size: 0;
}
.breadcrumb-area.style3 span {
position: relative;
font-size: 18px;
}
.breadcrumb-area.style3 span:after {
content: "\ea6e";
position: absolute;
font-family: remixicon !important;
font-size: 19px;
top: -2px;
right: -7px;
opacity: 1;
transition: all 0.3s;
color: #666666;
}
.breadcrumb-area.style3 span span:after {
display: none;
}
.breadcrumb-area.style3 span:last-child:after {
display: none;
}
.btm-cate {
text-transform: capitalize;
}
.breadcrumb-area.style1 .breadcrumbs-inner {
font-size: 0;
}
.breadcrumb-area.style1 .breadcrumbs-inner span {
font-size: 15px;
}
.breadcrumbs-inner span a {
position: relative;
margin-right: 15px;
}
.breadcrumbs-inner span a span {
transition: all 0.3s ease 0s;
}
.breadcrumbs-inner span a:after {
content: "";
position: absolute;
opacity: 1 !important;
visibility: visible;
height: 13px;
width: 1px;
right: -14px;
top: 6px;
background: #fff;
transition: unset !important;
transform: rotate(30deg);
}
.breadcrumbs-inner span span:before {
display: none;
}
.breadcrumbs-inner span span:after {
display: none;
}
.breadcrumbs-title {
background: rgba(255, 255, 255, 0.1);
padding: 14px 30px;
max-width: 300px;
margin: 20px auto 0;
font-size: 0;
}
.breadcrumbs-title span {
position: relative;
font-size: 14px;
padding: 0px 10px 0px 10px;
}
.breadcrumbs-title span:after {
content: "";
position: absolute;
background: #D2C007;
width: 7px;
height: 7px;
border-radius: 50%;
right: -3px;
top: 5px;
}
.breadcrumbs-title span span:after {
display: none;
}
.breadcrumbs-title span:last-child:after {
display: none;
}
.rs-breadcrumbs .breadcrumbs-meta {
justify-content: center;
}
.single .breadcrumbs-title {
max-width: 700px;
}.rs_accordion .card {
border: none;
border-radius: 0;
}
.rs_accordion .card-header {
padding: 0;
border: none;
}
.rs_accordion .card-header .rs-tab-title {
display: flex;
position: relative;
padding: 10px 20px 6px 20px;
line-height: 1.8;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.rs_accordion .card-header span {
margin-left: auto;
width: 30px;
text-align: center;
height: 100%;
border: 1px solid #ddd;
height: 30px;
line-height: 30px;
border-radius: 30px;
position: relative;
top: -2px;
}
.rs_accordion .card-header span.active {
display: none;
}
.rs_accordion .card-header.active span.normal {
display: none;
}
.rs_accordion .card-header.active span.active {
display: block;
}
.rs_accordion .card-header.left_icon span {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
left: 20px;
}
.rs_accordion .card-body {
border: 1px solid #eee;
}
div.rs-accordion-area .accordion-item {
margin-bottom: 30px;
border: none;
background: #F8F9FF;
border-radius: 15px;
padding: 28px 30px;
cursor: pointer;
}
div.rs-accordion-area .accordion-item:last-child {
margin-bottom: 30px;
}
div.rs-accordion-area .tab-title {
margin-bottom: 0;
}
div.rs-accordion-area .tab-title span {
color: #5777ff;
}
div.rs-accordion-area button:focus {
outline: none;
box-shadow: none;
}
div.rs-accordion-area .accordion-button {
font-size: 20px;
color: #121933;
font-weight: 700;
line-height: 1.35;
padding: 0;
background: transparent;
}
div.rs-accordion-area .accordion-button .elementor-accordion-icon-opened {
display: none;
}
div.rs-accordion-area .accordion-button span {
display: inline-block;
}
div.rs-accordion-area .accordion-button .elementor-accordion-icon svg {
width: 20px;
height: 20px;
}
div.rs-accordion-area .accordion-button:not(.collapsed) {
box-shadow: none;
background: transparent;
pointer-events: none;
}
div.rs-accordion-area .accordion-button:not(.collapsed) .elementor-accordion-icon-closed {
display: none;
}
div.rs-accordion-area .accordion-button:not(.collapsed) .elementor-accordion-icon-opened {
display: block;
}
div.rs-accordion-area .accordion-button:not(.collapsed) .elementor-accordion-icon i::before {
color: #5777ff;
}
div.rs-accordion-area .accordion-button:not(.collapsed) .elementor-accordion-icon svg path {
fill: #5777ff;
}
div.rs-accordion-area .accordion-button:after {
display: none;
}
div.rs-accordion-area .accordion-header .elementor-accordion-icon {
position: absolute;
left: 0;
top: 10px;
}
div.rs-accordion-area .accordion-header .elementor-accordion-icon-right {
left: auto;
right: 0;
}
div.rs-accordion-area .accordion-body {
padding: 15px 0 0;
}
div.rs-accordion-area .accordion-body p {
margin-bottom: 0;
}
div.rs-accordion-area .icon_image {
background: #2b59ff;
padding: 11px;
border-radius: 8px;
margin-right: 20px;
}
div.rs-accordion-area .icon_image svg {
width: 20px;
height: 20px;
}
div.rs-accordion-area .icon_image svg path {
fill: #fff;
}
div.rs-accordion-area.style1 .accordion-header .accordion-button .elementor-accordion-icon {
display: flex;
align-items: center;
justify-content: center;
}
div.rs-accordion-area.style2 .accordion-button > span {
background: #5777ff;
}
div.rs-accordion-area.style3 .accordion-header .accordion-button .title-step-wrap {
display: block;
width: 100%;
border-bottom: 1px solid #d7d7d7;
padding: 20px 0px;
}
div.rs-accordion-area.style3 .accordion-header .icon_image {
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
div.rs-accordion-area.style3 .accordion-header .icon_image img {
width: 40px;
max-width: 40px;
height: 40px;
}
div.rs-accordion-area.style3 .accordion-header .icon_image::after {
position: absolute;
content: "";
width: 38px;
height: 20px;
background: #cb003b;
clip-path: polygon(100% 0, 0 0, 50% 100%);
bottom: -12px;
}
div.rs-accordion-area.style3 #heading2 .icon_image img {
width: 35px;
height: 35px;
max-width: 35px;
}
div.rs-accordion-area.style3 .accordion-item {
position: relative;
}
div.rs-accordion-area.style3 .accordion-item:before {
position: absolute;
content: "";
width: 5px;
height: 100%;
background: #F7BE3B;
border-radius: 10px;
top: 85px;
left: 32.5px;
}
@media only screen and (max-width: 450px) {
div.rs-accordion-area.style3 .accordion-item:before {
left: 30.5px;
}
}
@media only screen and (max-width: 400px) {
div.rs-accordion-area.style3 .accordion-item:before {
left: 28.5px;
}
}
div.rs-accordion-area.style3 .accordion-item:last-child:before {
position: static;
}.footer-subscribe-3 .subscribe-border {
display: inline-block;
}
.footer-subscribe-3 .subscribe-border:before {
position: absolute;
content: "";
right: 0;
border-radius: 6px;
transition: 0.5s;
z-index: -1;
border-style: dashed;
border-width: 2px 2px 2px 2px;
border-color: #f23232;
bottom: -7px;
left: 9px;
width: 98%;
height: 100%;
z-index: 0;
opacity: 1;
}
.footer-subscribe-3 .subscribe-border:hover:before {
transform: translate3d(-8px, -8px, 0);
opacity: 0;
}
.rs-newsletter-form input[type=submit]:hover {
opacity: 1;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields p span:before {
transition: all 0.3s ease 0s;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields p span:after {
transition: all 0.3s ease 0s;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields p span:hover:before {
left: 135px;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields p span:hover:after {
left: 128px;
}
.rs-newsletter-form {
position: relative;
}
.rs-newsletter-form label {
display: inline-block;
margin-bottom: 10px;
font-size: 16px;
line-height: 26px;
font-weight: 400;
}
.rs-newsletter-form .form-inner {
position: relative;
}
.rs-newsletter-form .form-inner input {
border-radius: 10px;
height: 100%;
}
.rs-newsletter-form .form-inner input[type=email] {
width: 100%;
padding: 10px 15px;
border-radius: 10px;
background: transparent;
font-size: 16px;
line-height: 26px;
border: 1px solid rgba(62, 62, 62, 0.6);
}
.rs-newsletter-form .form-inner .submit_nl {
z-index: 1;
padding: 10px 17px;
font-size: 18px;
line-height: 29px;
font-weight: 400;
border: none;
border-radius: 10px;
transition: all 0.4s;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields p {
position: relative;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields p span {
transition: all 0.3s ease 0s;
}
.subscribe_btn i {
top: 2px;
left: -48px;
pointer-events: none;
transition: all 0.5s ease;
}
.subscribe_btn:hover i {
left: -43px;
}
.rs_newsletterstyle2 .mc4wp-form-fields {
display: flex;
position: relative;
}.rs-apps-screenshots .slick-list.draggable {
padding: 100px 0 !important;
}
.rs-apps-screenshots .grid-item {
position: relative;
transition: all 0.3s ease 0s;
}
.rs-apps-screenshots .grid-item img {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
border-radius: 30px;
}
.rs-apps-screenshots .grid-item.slick-center {
-webkit-transform: scale(1.13);
-ms-transform: scale(1.13);
transform: scale(1.13);
z-index: 3;
}
.rs-apps-screenshots .grid-item.slick-center img {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}.elementor-widget-container:hover .rs-addon-services.services-style2::before {
transform: scaleY(1);
}
.rs-addon-services {
text-align: center;
}
.rs-addon-services .services-part {
position: relative;
}
.rs-addon-services .services-part .services-icon {
display: inline-block;
padding: 5px;
font-size: 50px;
line-height: 50px;
color: #010d14;
transition: all ease 0.3s;
position: relative;
z-index: 3;
}
.rs-addon-services .services-part .services-icon i {
transition: all ease 0.3s;
}
.rs-addon-services .services-part .services-icon i:before {
margin: 0;
}
.rs-addon-services .services-part .services-icon img {
max-width: unset;
width: 50px;
height: 50px;
}
.rs-addon-services .services-part .services-icon:hover {
color: #2b59ff;
}
.rs-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: #010d14;
border-radius: 50%;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
opacity: 0;
transition: all 0.3s ease 0s;
visibility: hidden;
}
.rs-addon-services .services-part .services-icon.grayscale img {
filter: gray;
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
transition: all 0.3s ease 0s;
}
.rs-addon-services .services-part .services-icon.grayscale img:hover {
filter: none;
-moz-filter: grayscale(0);
-ms-filter: grayscale(0);
-o-filter: grayscale(0);
filter: grayscale(0);
}
.rs-addon-services .services-part .services-text {
padding: 10px 0 0;
position: relative;
}
.rs-addon-services .services-part .services-text .services-title {
position: relative;
}
.rs-addon-services .services-part .services-text .services-title .title {
margin: 0 0 10px;
}
.rs-addon-services .services-part .services-text .services-title .title a {
color: #121933;
}
.rs-addon-services .services-part .services-text .services-title .title a:hover {
color: #1273eb;
}
.rs-addon-services .services-part .services-text .services-title .title:before {
content: "01.";
font-size: 50px;
font-weight: bold;
color: #010d14;
position: absolute;
transition: all 0.3s ease 0s;
top: 0;
left: 0;
z-index: 9;
}
.rs-addon-services .services-part .services-text .services-txt {
margin: 0;
transition: 0.4s;
}
.rs-addon-services .services-part .services-text .services-btn-part {
margin: 15px 0 0;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn {
position: relative;
display: inline-block;
color: #2b59ff;
transition: all ease 0.3s;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn i {
transition: all ease 0.3s;
display: inline-block;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn:hover {
color: #010d14;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn:hover .border-right {
right: -40px;
opacity: 1;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn .border-right {
position: absolute;
width: 30px;
height: 1px;
background: #2b59ff;
top: 50%;
transform: translateY(-50%);
right: 0px;
transition: 0.4s;
opacity: 0;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after span {
float: left;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-after i {
margin-left: 10px;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before span {
float: right;
}
.rs-addon-services .services-part .services-text .services-btn-part .services-btn.icon-before i {
margin-right: 10px;
}
.rs-addon-services .services-part:after {
content: "";
width: 0;
height: 4px;
background: #010d14;
position: absolute;
transition: all 0.3s ease 0s;
bottom: 0;
left: 50%;
z-index: 9;
transform: translateX(-50%);
}
.rs-addon-services .services-part:hover .services-icon {
color: #2b59ff;
}
.rs-addon-services .services-part:hover .services-icon:after {
opacity: 1;
visibility: visible;
}
.rs-addon-services .services-part:hover .services-text .services-title .title {
color: #010d14;
transition: 0.4s;
}
.rs-addon-services .services-part:hover .services-text .services-title .title a {
color: #010d14;
}
.rs-addon-services .services-part:hover:after {
width: 100%;
}
.rs-addon-services.services-style2:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #010d14;
transform: scaleY(0);
transition: all 0.3s ease 0s;
}
.rs-addon-services.services-style2 .services-part {
background: 0 0;
padding: 30px 0;
text-align: left;
position: relative;
z-index: 1;
}
.rs-addon-services.services-style2 .services-part:hover .services-icon {
color: #fff;
}
.rs-addon-services.services-style2 .services-part:hover .services-title .title {
color: #fff;
}
.rs-addon-services.services-style2 .services-part:hover .services-txt {
color: #fff;
}
.rs-addon-services.services-style2:hover:before {
transform: scaleY(1);
}
.rs-addon-services.services-style3 {
position: relative;
}
.rs-addon-services.services-style3 .services-part {
border-bottom-width: 4px;
transition: all 0.3s ease 0s;
position: relative;
}
.rs-addon-services.services-style3 .services-part .services-icon {
width: 90px;
margin: 0 auto;
position: absolute;
left: 50%;
top: -45px;
transform: translateX(-50%);
color: #fff;
background: #010d14;
box-shadow: 0px 3px 36px rgba(0, 0, 0, 0.04);
transition: all 0.3s ease 0s;
height: 90px;
line-height: 90px;
text-align: center;
border-radius: 100%;
}
.rs-addon-services.services-style3 .services-part .services-icon i {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.rs-addon-services.services-style3 .services-part .services-icon img {
width: 45px;
height: 45px;
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.rs-addon-services.services-style3 .services-part:hover .services-icon {
top: -35px;
}
.rs-addon-services.services-style3 .services-part .services-text {
padding: 90px 30px 50px;
}
.rs-addon-services.services-style4 .services-part {
display: flex;
}
.rs-addon-services.services-style4 .services-icon.enable_rect_shape {
border-top-left-radius: 30% 30%;
border-top-right-radius: 70% 30%;
border-bottom-right-radius: 70% 70%;
border-bottom-left-radius: 30% 70%;
}
.rs-addon-services.services-style7 .services-part {
display: flex;
}
.rs-addon-services.services-style7 .image_border_shape {
text-align: center;
}
.rs-addon-services.services-style7 .image_border_shape .services-icon {
position: relative;
top: 3px;
}
.rs-addon-services.services-style5 {
position: relative;
overflow: hidden;
}
.rs-addon-services.services-style5 .hover-img {
transform: scale(1);
}
.rs-addon-services.services-style5 .services-part {
position: relative;
}
.rs-addon-services.services-style5 .services-part .services-text {
padding: 20px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 100%;
background: rgba(0, 0, 0, 0.6);
height: 100%;
transition: 0.5s;
opacity: 0;
visibility: hidden;
}
.rs-addon-services.services-style5 .services-part .service-inner {
position: absolute;
width: 100%;
left: 0;
top: 51%;
transform: translateY(-50%);
padding: 20px;
}
.rs-addon-services.services-style5 .services-part .icon_top {
background: #2b59ff;
display: inline-block;
margin-bottom: 20px;
padding: 15px;
border-radius: 50%;
}
.rs-addon-services.services-style5 .services-part .icon_top img {
max-width: 50px;
}
.rs-addon-services.services-style5 .services-part .services-titles {
display: block;
}
.rs-addon-services.services-style5 .services-part .services-icon {
padding: 0;
}
.rs-addon-services.services-style5 .services-part .services-icon img:not(.hover-img) {
width: 100%;
height: auto;
}
.rs-addon-services.services-style5 .services-part .icon_image i {
width: 70px;
height: 70px;
line-height: 64px;
border: 3px solid #ffffff;
border-radius: 50%;
background: #2b59ff;
color: #ffffff;
box-shadow: 0 0 30px #a79f9f;
font-size: 30px;
margin-bottom: 10px;
text-align: center;
}
.rs-addon-services.services-style5 .services-part .normarl-text-area {
display: flex;
align-items: center;
justify-content: space-between;
background: #fff;
padding-left: 30px;
transition: 0.5s;
position: absolute;
width: 100%;
bottom: 0;
right: 0;
}
.rs-addon-services.services-style5 .services-part .normarl-text-area .title {
margin-bottom: 0;
}
.rs-addon-services.services-style5 .services-part .normarl-text-area .icon-image {
background: #2b59ff;
padding: 15px 20px;
}
.rs-addon-services.services-style5 .services-part .normarl-text-area .hover-img {
margin-bottom: 0;
border-radius: 0;
max-width: 42px;
}
.rs-addon-services.services-style5:hover .services-part .services-text {
visibility: visible;
opacity: 1;
}
.rs-addon-services.services-style5:hover .services-part .services-btn-part {
bottom: -80px;
opacity: 1;
visibility: visible;
}
.rs-addon-services.services-style5:hover .services-part .normarl-text-area {
opacity: 0;
visibility: hidden;
right: -100%;
}
.rs-addon-services.services-style5.services-style5.service_shape_:before {
display: none;
}
.rs-addon-services.services-style5.services-style5.service_shape_:after {
display: none;
}
.rs-addon-services.services-style5.services-style5.service_shape_ .services-part:before {
display: none;
}
.rs-addon-services.services-style6 .services-part {
position: relative;
}
.rs-addon-services.services-style6 .services-part .shape-image {
animation: move-y 2s alternate infinite;
-webkit-animation: move-y 2s alternate infinite;
position: relative;
width: unset;
height: unset;
position: absolute;
top: 40px;
right: 70px;
transition: all 0.3s ease 0s;
-webkit-animation: none;
animation: none;
opacity: 0;
visibility: hidden;
}
.rs-addon-services.services-style6 .services-part .services-icon {
position: relative;
}
.rs-addon-services.services-style6 .services-part .services-icon:after {
content: "";
left: 70px;
top: 20px;
border-radius: 100%;
width: 60px;
height: 60px;
position: absolute;
background: #010d14;
display: block !important;
-webkit-animation: none;
animation: none;
opacity: 1;
visibility: visible;
z-index: 2;
}
.rs-addon-services.services-style6 .services-part .services-icon img {
position: relative;
z-index: 3;
}
.rs-addon-services.services-style6 .services-part .services-icon:before {
position: absolute;
content: "";
right: -30px;
top: -15px;
width: 60px;
height: 60px;
border: 1px dashed #010d14;
border-radius: 100%;
z-index: 1;
transition: all 0.3s ease 0s;
animation: spine 10s linear infinite;
-webkit-animation: spine 10s linear infinite;
}
.rs-addon-services.services-style6 .services-part .services-icon.icon_size_small:after {
width: 40px;
height: 40px;
left: 55px;
}
.rs-addon-services.services-style6 .services-part .services-icon.icon_size_small:before {
width: 40px;
height: 40px;
right: -25px;
top: -5px;
}
.rs-addon-services.services-style6 .services-part .services-icon.icon_size_big:after {
width: 100px;
height: 100px;
left: 30px;
top: 30px;
}
.rs-addon-services.services-style6 .services-part .services-icon.icon_size_big:before {
width: 112px;
height: 112px;
right: -15px;
top: -32px;
}
.rs-addon-services.services-style6 .services-part .services-icon.border-style-solid:before {
border-style: solid;
}
.rs-addon-services.services-style6:hover .services-part .shape-image {
animation: move-y 2s alternate infinite;
-webkit-animation: move-y 2s alternate infinite;
}
.rs-addon-services.services-style6:hover .services-part .services-icon:before {
opacity: 0;
transform: scale(0.85);
}
.rs-addon-services.services-style8 .services-icon {
border-radius: 2px;
margin-left: 11px;
margin-top: 11px;
transition: 0.4s;
}
.rs-addon-services.services-style8:hover .services-icon {
background-image: inherit !important;
}
.rs-addon-services.services-style9 .services-part .services-icon.image {
overflow: hidden;
}
.rs-addon-services.services-style9 .services-part .services-icon.image img {
width: 100%;
height: auto;
transition: all 0.5s;
}
.rs-addon-services.services-style9 .services-part .services-text .services-btn-part {
margin-top: 20px;
}
.rs-addon-services.services-style9 .services-part .services-text .services-btn-part a.services-btn {
color: #102b3e;
}
.rs-addon-services.services-style9 .services-part .services-text .services-btn-part a.services-btn span {
text-decoration: underline;
}
.rs-addon-services.services-style9 .services-part .services-text .services-btn-part a.services-btn i {
transform: translateX(0) !important;
opacity: 0;
visibility: hidden;
transition: all ease 0.3s;
}
.rs-addon-services.services-style9 .services-part .services-text .services-btn-part a.services-btn:hover {
color: #f2541b;
}
.rs-addon-services.services-style9 .services-part .services-text .services-btn-part a.services-btn:hover i {
transform: translateX(10px) !important;
opacity: 1;
visibility: visible;
color: #f2541b;
}
.rs-addon-services.services-style9 .services-part:hover .services-icon.image img {
transform: scale(1.03);
}
.rs-addon-services.services-style10 {
position: relative;
border-top: 3px solid #e1e1e1;
transition: all 0.4s ease 0s;
}
.rs-addon-services.services-style10 .serial_number {
z-index: 2;
display: inline-block;
margin-top: -35px;
position: relative;
top: -16px;
}
.rs-addon-services.services-style10.short-border .services-text {
padding-top: 60px;
}
.rs-addon-services.services-style10.short-border .services-text:after {
position: absolute;
content: "";
left: 50%;
top: -20px;
height: 50%;
border: 1px dashed #e1e1e1;
z-index: -1;
height: 60px;
}
.rs-addon-services.services-style10.long-border .services-text {
padding-top: 120px;
}
.rs-addon-services.services-style10.long-border .services-text:after {
position: absolute;
content: "";
left: 50%;
top: -20px;
height: 50%;
border: 1px dashed #e1e1e1;
z-index: -1;
height: 120px;
}
.rs-addon-services.services-style11 {
overflow: hidden;
}
.rs-addon-services.services-style11 .serial_number {
-webkit-text-fill-color: white;
-webkit-text-stroke: 2px #FFF2F1;
transition: 0.4s;
}
.rs-addon-services.services-style11 .hover-shape-image {
position: absolute;
right: -100px;
bottom: -100px;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.rs-addon-services.services-style11 .top_left {
top: -100px;
left: -100px;
right: auto;
bottom: auto;
}
.rs-addon-services.services-style11 .bottom_left {
top: auto;
right: auto;
left: -100px;
bottom: -100px;
}
.rs-addon-services.services-style11:hover .hover-shape-image {
bottom: 0;
right: 0;
opacity: 1;
visibility: visible;
}
.rs-addon-services.services-style11:hover .top_left {
top: 0;
left: 0;
}
.rs-addon-services.services-style11:hover .bottom_left {
left: 0;
bottom: 0;
}
.rs-addon-services.services-style11:hover .serial_number {
-webkit-text-fill-color: transparent;
}
.rs-addon-services.services-style11.rs_hover_shape_disable {
position: relative;
}
.rs-addon-services.services-style11.rs_hover_shape_disable .services-part {
position: relative;
z-index: 9;
}
.rs-addon-services.services-style11.rs_hover_shape_disable:after {
position: absolute;
bottom: 0;
right: 0;
content: "";
opacity: 0;
visibility: hidden;
width: 0;
height: 0;
transition: 0.4s;
background-image: linear-gradient(140deg, #fd644f 15%, #f28e26 100%);
}
.rs-addon-services.services-style11.rs_hover_shape_disable:hover:after {
width: 100%;
height: 100%;
opacity: 1;
visibility: visible;
}
.rs-addon-services.services-style11.rs_hover_shape_disable:before {
position: absolute;
content: "";
transition: 0.4s;
width: 0;
height: 0;
border-bottom: 100px solid #FDF7F4;
border-left: 100px solid transparent;
bottom: 0;
right: 0;
}
.rs-addon-services.services-style1 .services-icon .hover-img {
transform: scale(1);
position: absolute;
right: -25px;
top: -20px;
opacity: 0.07;
}
.rs-addon-services.services-style1 .services-icon img.main-img {
width: unset;
height: unset;
max-width: 100%;
transform: scale(1);
transition: 0.4s;
}
.rs-addon-services.services-style1 .rs-button-style2 {
position: absolute;
right: 50px;
bottom: 46px;
}
.rs-addon-services.services-style1 .rs-button-style2 i {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 40px;
background: #f8e6e6;
text-align: center;
color: #032e42;
}
.rs-addon-services.services-style1 .rs-button-style2 i:hover {
background: linear-gradient(to bottom right, #003b40, #ffb703);
color: #fff;
}
.rs-addon-services.services-style1 .services-part {
overflow: hidden;
}
.rs-addon-services.services-style1 .services-part .services-text .service-inner.button_inner {
display: flex;
align-items: center;
justify-content: space-between;
padding: 20px 30px;
}
.rs-addon-services.services-style1 .services-part .services-text .services-btn-part {
margin: 0;
}
.rs-addon-services.services-style1:hover img.main-img {
transform: scale(0.9);
}
.rs-addon-services.rs-shape_image-hover {
overflow: hidden;
}
.hover_effect > .elementor-column-gap-default .elementor-widget-container .rs-addon-services {
transition: 0.3s;
}
.hover_effect > .elementor-column-gap-default .elementor-widget-container .rs-addon-services:hover {
box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.hover_effect > .elementor-column-gap-default .elementor-widget-container:hover .services-part .shape-image {
opacity: 1;
visibility: visible;
}
.hover_effect > .elementor-column-gap-default:not(:hover) .elementor-widget-container .box_shadow_enable {
box-shadow: 3px 7px 25px 0px rgba(0, 0, 0, 0.05);
}
.hover_effect > .elementor-column-gap-default:not(:hover) .elementor-widget-container .box_shadow_enable .services-part .shape-image {
opacity: 1;
visibility: visible;
}
.rs-addon-services.services-style13 .services-part .services-icon {
display: block;
padding: 0;
}
.rs-addon-services.services-style13 .services-part .services-icon img {
height: unset;
}
.rs-addon-services.services-style13 .services-part .services-btn-part a.services-btn2 {
margin-left: 10px;
}
.rs-addon-services.services-style13 .rs-icons-list {
margin: -18px 0 0;
padding: 0;
list-style: none;
}
.rs-addon-services.services-style13 .rs-icons-list li {
display: inline-block;
width: 36px;
height: 36px;
line-height: 36px;
text-align: center;
background: #fff;
border-radius: 36px;
}
.rs-addon-services.services-style13 .rs-icons-list li img {
max-width: 20px;
}
.rs-addon-services.services-style13 i {
font-weight: normal;
}
.rs-timeline-slider {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.timeline-list-item {
list-style: none;
}
.timeline-year {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.timeline-list-item {
margin-left: 0px;
padding-top: 15px;
}
.timeline-list-item span {
margin-left: 10px;
}
.rsaddon-unique-slider .rs-timelines-slider {
position: relative;
}
.rsaddon-unique-slider .rs-timelines-slider::before {
content: "";
position: absolute;
border: 2px solid #58972c;
width: 100%;
display: block;
top: 26%;
}
.rs-counter-list .count-number .suffix {
position: relative;
}
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider:hover .slick-prev {
left: unset;
}
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider:hover .slick-prev {
right: unset;
}
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider:hover .slick-arrow {
visibility: visible;
opacity: 1;
}
.rsaddon-unique-slider {
position: relative;
}
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider:hover .slick-prev,
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider .slick-prev {
left: 45%;
top: 240px;
}
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider:hover .slick-next,
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider .slick-next {
right: 45%;
top: 240px;
}
.rsaddon-unique-slider .rs-timelines-slider.rs-addon-slider .slick-arrow {
visibility: visible;
opacity: 1;
}.prelements-blog-grid.pre-blog-style1 .pre-blog-item .meta-wrapper .pre-blog-date-meta {
position: relative;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .meta-wrapper .pre-blog-date-meta::before {
position: absolute;
content: "";
width: 1px;
height: 12px;
background-color: rgba(101, 101, 103, 0.3490196078);
transform: translate(-15px, 10px);
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .pre-blog-content .pre-post-title a {
display: inline;
background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
background-size: 0 2px;
background-repeat: no-repeat;
background-position: left 100%;
transition: all 0.7s;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .pre-blog-content .pre-post-title a:hover {
background-image: linear-gradient(to bottom, #09496a 0%, #09496a 100%);
background-size: 100% 2px !important;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .pre-image-wrap {
position: relative;
overflow: hidden;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .pre-image-wrap .pre-cat-list {
position: absolute;
bottom: 20px;
left: 20px;
z-index: 3;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .pre-image-wrap .pre-cat-list a {
background: #5777ff;
color: #ffffff;
font-size: 14px;
line-height: 20px;
padding: 3px 12px 2px;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .pre-image-wrap img {
width: 100%;
transition: all 0.5s ease;
-webkit-transition: all 0.5s;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item:hover .pre-image-wrap img {
transform: scale(1.2);
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .blog-btn-part.yes {
overflow: hidden;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .blog-btn-part.yes .btn-txt {
margin-left: -107px;
transition: all 0.5s ease;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .blog-btn-part.yes .btn-txt svg {
margin-top: -2px;
margin-left: 10px;
transition: all 0.5s ease;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .blog-btn-part.yes:hover .btn-txt {
margin-left: 0;
}
.prelements-blog-grid.pre-blog-style1 .pre-blog-item .blog-btn-part.yes:hover svg {
transform: rotate(45deg);
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item .meta-wrapper .pre-blog-meta {
position: relative;
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item .meta-wrapper .pre-blog-meta::before {
position: absolute;
content: "";
width: 1px;
height: 12px;
background-color: rgba(101, 101, 103, 0.3490196078);
transform: translate(-15px, 10px);
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item .pre-image-wrap {
position: relative;
overflow: hidden;
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item .pre-image-wrap .pre-cat-list {
position: absolute;
top: 20px;
right: 20px;
z-index: 3;
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item .pre-image-wrap .pre-cat-list a {
background: #5777ff;
color: #ffffff;
font-size: 14px;
line-height: 20px;
padding: 3px 12px 2px;
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item .pre-image-wrap img {
transition: all 0.3s ease 0s;
}
.prelements-blog-grid.pre-blog-style2 .pre-blog-item:hover .pre-image-wrap img {
transform: scale(1.02);
}
.prelements-blog-grid.pre-blog-style2 .active-border-enable:nth-child(2) .blog-inner-wrap .pre-blog-content-item .blog-content-box:before {
width: 100%;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap {
position: relative;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap .blog-content-box {
position: relative;
display: block;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap .blog-content-box:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
right: 0;
height: 4px;
background-color: #5777ff;
transition: all 0.3s ease 0s;
display: block;
width: 0px;
border-radius: 2px 2px 0 0;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap .pre-blog-content-item {
position: absolute;
left: 0px;
bottom: -60px;
right: 30px;
background-color: #F9F9F9;
transition: all 200ms linear;
transition-delay: 0.1s;
z-index: 2;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap .pre-blog-content-item:hover .blog-content-box:before {
width: 100%;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap .blog-btn svg {
transition: all 0.3s ease 0s;
}
.prelements-blog-grid.pre-blog-style2 .blog-inner-wrap .blog-btn:hover svg {
top: 0;
transform: translateX(5px);
}
.prelements-blog-grid.pre-blog-style3 .pre-blog-item .pre-image-wrap {
position: relative;
overflow: hidden;
}
.prelements-blog-grid.pre-blog-style3 .pre-blog-item .pre-image-wrap .pre-cat-list {
position: absolute;
top: 20px;
bottom: unset;
right: 20px;
left: unset;
}
.prelements-blog-grid.pre-blog-style3 .pre-blog-item .pre-image-wrap .pre-cat-list a {
background: #5777ff;
color: #ffffff;
padding: 5px 14px 5px 14px;
text-transform: uppercase;
border-radius: 30px;
font-size: 14px;
}
.prelements-blog-grid.pre-blog-style3 .pre-blog-item .pre-image-wrap img {
transition: all 0.3s ease 0s;
}
.prelements-blog-grid.pre-blog-style3 .pre-blog-item:hover .pre-image-wrap img {
transform: scale(1.02);
}
.prelements-blog-grid .prelements-pagination-area {
padding-top: 0px;
clear: both;
text-align: center;
}
.prelements-blog-grid .prelements-pagination-area .pagination {
padding: 0;
margin: 0;
}
.prelements-blog-grid .prelements-pagination-area .nav-links {
display: flex;
align-items: center;
padding: 20px 10px 20px 10px;
border-radius: 0px;
}
.prelements-blog-grid .prelements-pagination-area .nav-links > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 10px;
}
.prelements-blog-grid .prelements-pagination-area .nav-links > *:last-child {
margin-right: 0;
}
.prelements-blog-grid .prelements-pagination-area .nav-links a {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #091D2D;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: transparent;
position: relative;
}
.prelements-blog-grid .prelements-pagination-area .nav-links a.page-numbers {
border-style: solid;
border-width: 1.5px 1.5px 1.5px 1.5px;
border-color: rgba(7, 18, 48, 0.1019607843);
}
.prelements-blog-grid .prelements-pagination-area .nav-links a.next.page-numbers, .prelements-blog-grid .prelements-pagination-area .nav-links a.prev.page-numbers {
font-size: 0;
}
.prelements-blog-grid .prelements-pagination-area .nav-links a.next.page-numbers:before, .prelements-blog-grid .prelements-pagination-area .nav-links a.prev.page-numbers:before {
position: absolute;
font-family: remixicon !important;
font-size: 16px;
line-height: 1;
opacity: 1;
content: "\ea6b";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.prelements-blog-grid .prelements-pagination-area .nav-links a.prev.page-numbers:before {
content: "\ea5f";
}
.prelements-blog-grid .prelements-pagination-area .nav-links span.current {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
border-color: transparent !important;
color: #ffffff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: #5777ff;
position: relative;
}.rstab-main.service-filer-addon .tab-menu-wrapper {
margin-bottom: 60px;
}
.rstab-main.service-filer-addon .tab-menu-wrapper .nav-tabs {
border: none;
justify-content: center;
}
.rstab-main.service-filer-addon .tab-menu-wrapper .nav-tabs button {
outline: none;
background: #fff;
border: 5px solid #fff;
color: #231F20;
padding: 20px 30px;
margin: 0 12px;
font-size: 18px;
font-weight: 500;
border-radius: 2px;
width: 196px;
position: relative;
font-family: "Oswald", sans-serif;
}
.rstab-main.service-filer-addon .tab-menu-wrapper .nav-tabs button img {
display: block;
height: 45px;
margin: 0 auto 12px;
width: auto;
max-width: 100%;
}
.rstab-main.service-filer-addon .tab-menu-wrapper .nav-tabs button.nav-link.active {
border: 5px solid #b1110e;
}
.rstab-main.service-filer-addon .tab-menu-wrapper .nav-tabs button.nav-link.active:before {
content: "";
position: absolute;
bottom: -20px;
left: 50%;
border-width: 20px 20px 0;
border-style: solid;
border-color: #b1110e transparent;
display: block;
width: 0;
transform: translateX(-50%);
}
.rstab-main.service-filer-addon .tab-menu-wrapper .nav-tabs button.nav-link.active:after {
content: "";
position: absolute;
bottom: -12px;
left: 50%;
border-width: 13px 13px 0;
border-style: solid;
border-color: #fff transparent;
display: block;
width: 0;
transform: translateX(-50%);
}
.rstab-main.service-filer-addon .tab-content {
background: none;
box-shadow: none;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap {
overflow: hidden;
border-radius: 4px;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap {
background: #fff;
padding: 10px 36px 30px 36px;
position: relative;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .title {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin: 0;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .title a {
color: #231F20;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .title a:hover {
color: #D52925;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .description {
color: #515261;
font-size: 17px;
margin: 10px 0 15px;
line-height: 27px;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .button-here a {
font-weight: 500;
font-size: 15px;
line-height: 22px;
text-transform: uppercase;
font-family: "Oswald", sans-serif;
color: #515261;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .button-here a i {
font-size: 18px;
transition: all 0.5s ease;
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .button-here a:hover {
color: #D52925;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap .button-here a:hover i {
margin-left: 3px;
transform: translate3d(8px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
border-color: #D52925;
}
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap::before {
content: "";
position: absolute;
top: -35px;
width: 100%;
height: 0;
border-left: 114px solid transparent;
border-right: 192px solid transparent;
border-bottom: 36px solid #fff;
left: 0;
right: 0;
z-index: 1;
border-radius: 48% 0 0 0;
}
@media screen and (max-width: 991px) {
.rstab-main.service-filer-addon .tab-content .service-item .service-item-wrap .inner-wrap::before {
display: none;
}
}.prelements-unique-slider .pre-blog-item .pre-image-wrap {
overflow: hidden;
position: relative;
}
.prelements-unique-slider .pre-blog-item .pre-image-wrap .pre-cat-list {
position: absolute;
right: 20px;
left: unset;
}
.prelements-unique-slider .pre-blog-item .pre-image-wrap img {
transition: all 0.3s ease 0s;
}
.prelements-unique-slider .pre-blog-item .pre-image-wrap img:hover {
transform: scale(1.05);
}
.prelements-unique-slider .pre-blog-item .blog-inner-wrap .pre-blog-content h3.pre-post-title a {
text-decoration: none;
color: #091D2D;
background-size: 0 2px;
background-repeat: no-repeat;
background-position: left 100%;
transition: all 0.7s;
}
.prelements-unique-slider .pre-blog-item .blog-inner-wrap.b_btn_gradient_color .blog-btn-part a.blog-btn {
-webkit-background-clip: text;
color: transparent;
}
.prelements-unique-slider .pre-blog-item .blog-inner-wrap.b_btn_gradient_color .blog-btn-part a.blog-btn span {
color: transparent !important;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap {
border-radius: 4px;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap a.pre-pointer-events {
position: relative;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap .pre-blog-meta-slider {
position: absolute;
bottom: 0;
padding: 5px 24px;
border-radius: 0 4px 0 0;
background: #5777ff;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap .pre-blog-meta-slider .pre-cat-list {
position: unset;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap .pre-blog-meta-slider .pre-cat-list a {
background: unset;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap .pre-admin-wrapper {
position: absolute;
top: 20px;
right: 20px;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap .pre-admin-wrapper a {
background: #5777ff;
color: #ffffff;
padding: 5px 15px 5px 20px;
border-radius: 43px;
font-size: 12px;
font-weight: 700;
text-transform: capitalize;
display: flex;
align-items: center;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-image-wrap .pre-admin-wrapper a::before {
content: "";
position: relative;
display: flex;
align-items: center;
background: #ffffff;
width: 5px;
height: 5px;
border-radius: 50%;
right: 5px;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-blog-content .pre-post-title a:hover {
background-image: unset;
background-size: unset;
}
.prelements-unique-slider .pre-blog-item.style1 .blog-inner-wrap .pre-blog-content .blog-btn-part a.blog-btn:hover svg {
transform: rotate(45deg);
}
.prelements-unique-slider .pre-blog-item.style2 .blog-inner-wrap {
position: relative;
display: block;
overflow: hidden;
}
.prelements-unique-slider .pre-blog-item.style2 .blog-inner-wrap .pre-image-wrap {
position: relative;
}
.prelements-unique-slider .pre-blog-item.style2 .blog-inner-wrap .pre-image-wrap:before {
content: "";
position: absolute;
bottom: 0px;
left: 0;
opacity: 1;
visibility: visible;
width: 100%;
height: 100%;
background-color: transparent;
background-image: linear-gradient(90deg, rgb(35, 31, 32) 0%, rgba(35, 31, 32, 0) 100%);
background-image: -moz-linear-gradient(90deg, rgb(35, 31, 32) 0%, rgba(35, 31, 32, 0) 100%);
background-image: -webkit-linear-gradient(90deg, rgb(35, 31, 32) 0%, rgba(35, 31, 32, 0) 100%);
background-image: -ms-linear-gradient(90deg, rgb(35, 31, 32) 0%, rgba(35, 31, 32, 0) 100%);
z-index: 2;
}
.prelements-unique-slider .pre-blog-item.style2 .pre-blog-content {
background: transparent;
position: absolute;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
}
.prelements-unique-slider .pre-blog-item.style3 .pre-blog-content .rs-author-comment-meta {
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid #e6e8ea;
padding-top: 20px;
}
.prelements-unique-slider .pre-blog-item.style3 .pre-blog-content .rs-author-comment-meta.show-separator-border .pre-admin-wrapper .pre-admin {
position: relative;
margin-right: 30px;
}
.prelements-unique-slider .pre-blog-item.style3 .pre-blog-content .rs-author-comment-meta.show-separator-border .pre-admin-wrapper .pre-admin:after {
content: "";
position: absolute;
height: 14px;
background: rgba(101, 101, 103, 0.3490196078);
width: 2px;
background-color: #e6e8ea;
transform: translate(15px, 10px);
}
.prelements-unique-slider .pre-blog-item.style3 .pre-image-wrap img {
width: 100%;
}
.prelements-unique-slider .pre-blog-item.style4 .meta-wrapper {
display: flex;
align-items: center;
}
.prelements-unique-slider .pre-blog-item.style4 .meta-wrapper .pre-admin-wrapper {
margin-right: 30px;
margin-top: -2px;
}
.prelements-unique-slider .pre-blog-item.style4 .meta-wrapper .pre-admin-wrapper span {
transition: all 0.3s ease 0s;
}
.prelements-unique-slider .pre-blog-item.style4 .meta-wrapper .pre-date {
position: relative;
}
.prelements-unique-slider .pre-blog-item.style4 .meta-wrapper .pre-date::after {
content: "";
position: absolute;
width: 1px;
height: 12px;
background: #fff;
left: -15px;
top: 3px;
}
.prelements-unique-slider .pre-blog-item.style4 .blog-btn-part a.blog-btn {
text-transform: uppercase;
}
.prelements-unique-slider .pre-blog-item.style4 .blog-btn-part a.blog-btn span {
font-size: 0px;
transition: all 0.3s ease 0s;
}
.prelements-unique-slider .pre-blog-item.style4 .blog-btn-part a.blog-btn svg {
top: 0px;
transition: all 0.3s ease 0s;
}
.prelements-unique-slider .pre-blog-item.style4:hover .blog-btn-part a.blog-btn span, .prelements-unique-slider .pre-blog-item.style4.slick-current .blog-btn-part a.blog-btn span {
font-size: 16px;
color: #FC036B;
margin-right: 5px;
}
.prelements-unique-slider .pre-blog-item.style4:hover .blog-btn-part a.blog-btn svg, .prelements-unique-slider .pre-blog-item.style4.slick-current .blog-btn-part a.blog-btn svg {
transform: rotate(45deg);
}
.prelements-unique-slider .pre-blog-item.style4:hover .blog-btn-part a.blog-btn svg path, .prelements-unique-slider .pre-blog-item.style4.slick-current .blog-btn-part a.blog-btn svg path {
fill: #FC036B;
}
.prelements-unique-slider .pre-blog-item.style5 .rs-author-comment-meta {
display: flex;
align-items: center;
}
.prelements-unique-slider .pre-blog-item.style5 .rs-author-comment-meta.show-separator-border .pre-date {
position: relative;
margin: 0 0 0 30px;
}
.prelements-unique-slider .pre-blog-item.style5 .rs-author-comment-meta.show-separator-border .pre-date:before {
position: absolute;
content: "";
width: 1px;
height: 12px;
background-color: rgba(101, 101, 103, 0.3490196078);
transform: translate(-15px, 7px);
}
.prelements-unique-slider .pre-blog-item.style5 .pre-image-wrap .pre-cat-list {
top: 20px;
left: 20px;
}
.prelements-unique-slider ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
width: auto;
left: 50%;
padding: 10px 20px;
border-radius: 27px;
transform: translateX(-50%);
line-height: 10px;
bottom: -100px;
z-index: 3;
}
.prelements-unique-slider ul.slick-dots li {
display: inline-block;
width: unset;
height: unset;
margin: 0 5px;
}
.prelements-unique-slider ul.slick-dots li.slick-active button {
border-color: #5777ff;
background: #5777ff;
}
.prelements-unique-slider ul.slick-dots li button {
width: 8px;
height: 8px;
display: inline-block;
font-size: unset;
line-height: unset;
padding: unset;
background: transparent;
border: 1px solid rgba(195, 0, 47, 0.2901960784);
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
border-radius: 15px;
}
.prelements-unique-slider ul.slick-dots li button::before {
color: transparent;
}
.prelements-unique-slider ul.slick-dots li button:hover {
background: #5777ff;
}
.prelements-unique-slider ul.slick-dots li button.slick-prev::before {
content: "\ea60";
font-family: "remixicon" !important;
}
.prelements-unique-slider ul.slick-dots li button.slick-next::before {
content: "\ea6c";
font-family: "remixicon" !important;
}
.prelements-unique-slider button.slick-arrow.slick-prev::before {
content: "\ea60";
font-family: "remixicon" !important;
}
.prelements-unique-slider button.slick-arrow.slick-next::before {
content: "\ea6c";
font-family: "remixicon" !important;
}.rs-post-navigation ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}
.rs-post-navigation ul li {
margin-right: 10px;
}
.rs-post-navigation ul li a {
background: #5777ff;
color: #091D2D;
padding: 9px 22px;
border-radius: 6px;
display: inline-block;
font-size: 14px;
font-weight: 600;
line-height: 24px;
}
.rs-post-navigation ul li a span {
display: flex;
align-items: center;
transition: all 0.3s linear;
}
.rs-post-navigation ul li a span svg {
position: relative;
margin-right: 10px;
top: -2px;
}
.rs-post-navigation ul li a span svg path {
fill: #fff;
}
.rs-post-navigation ul li.next {
margin-right: 0;
}
.rs-post-navigation ul li.next a {
display: flex;
align-items: flex-end;
justify-content: end;
flex-direction: column;
}
.rs-post-navigation ul li.next a svg {
width: 14px;
height: 14px;
margin-right: 0;
margin-left: 10px;
transition: all 0.3s linear;
}
.rs-post-navigation ul li.prev a svg {
width: 14px;
height: 14px;
transition: all 0.3s linear;
}.marquee_wrapper {
position: relative;
}
.marquee_wrapper .marquee_text {
font-weight: 800;
font-size: 100px;
line-height: 100%;
font-weight: bold;
overflow: hidden;
display: inline-block;
}
.marquee_wrapper .marquee_text img {
margin: 0 15px;
cursor: grab;
border-radius: 4px;
}
.marquee_wrapper .marquee_text img:active {
cursor: grabbing;
}.marquee_wrapper_logo .item-inner {
padding: 0 30px;
}
.marquee_wrapper_logo .item-inner .rs-marquee-image {
flex-shrink: 0;
}
.marquee_wrapper_logo .item-inner .rs-marquee-text {
font-size: 100px;
text-transform: uppercase;
}
.marquee_wrapper_logo.stroke-enable .rs-marquee-text {
color: transparent;
-webkit-text-stroke: 2px #000;
text-stroke: 2px #000;
}
.marquee_wrapper_logo.gradient-stroke-enable .rs-marquee-text {
-webkit-background-clip: text;
background-image: linear-gradient(180deg, #5777ff 0%, #D2C007 100%);
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: transparent;
color: #ffffff;
}.rs-price-table-list.style-1 .rs-pricing-list ul {
margin: 0;
padding: 20px 60px;
list-style: none;
display: flex;
flex-wrap: wrap;
background-color: #fff;
border-radius: 4px;
margin-bottom: 24px;
width: 100%;
transition: all 0.3s ease 0s;
align-items: center;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li {
flex: 0 0 33.333%;
max-width: 33.333%;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-table-btn {
position: relative;
padding: 17px 20px 17px 35px;
background-color: #D52925;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
font-family: "Oswald", Sans-serif;
font-size: 16px !important;
font-weight: 500;
line-height: 24px;
display: inline-flex;
align-items: center;
transition: all 0.3s ease 0s;
cursor: pointer;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-table-btn:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: "";
color: #000 !important;
background: #fff;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-table-btn svg, .rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-table-btn i {
margin-left: 10px;
margin-right: 11px;
position: relative;
top: 0px;
fill: #fff;
font-size: 20px;
margin-top: 2px;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-table-btn span {
display: block;
font-size: 16px;
text-transform: uppercase;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-table-btn .pricing-sqrt-image span {
color: rgba(255, 255, 255, 0.7294117647);
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-btn {
text-align: right;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-btn .btn-part .rs-pricing-table-btn i {
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
transition: 0.3s ease;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li .rs-pricing-btn .btn-part .rs-pricing-table-btn:hover i {
transform: translate3d(8px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li.pricing-icon-image {
display: flex;
align-items: center;
}
.rs-price-table-list.style-1 .rs-pricing-list ul li.rs-pricing-btn {
display: flex;
justify-content: flex-end;
}
.rs-price-table-list.style-1 .rs-pricing-list ul:hover {
background: #00457A;
border-radius: 4px;
}
.rs-price-table-list.style-1 .rs-pricing-list ul:hover .rs-pricing-table-btn {
background-color: #fff;
color: #00457A;
}
.rs-price-table-list.style-1 .rs-pricing-list ul:hover .rs-pricing-table-btn svg, .rs-price-table-list.style-1 .rs-pricing-list ul:hover .rs-pricing-table-btn i {
fill: #00457A;
color: #00457A;
font-size: 20px;
}
.rs-price-table-list.style-1 .rs-pricing-list ul:hover .pricing-sqrt-image span,
.rs-price-table-list.style-1 .rs-pricing-list ul:hover .pricing-sqrt-image,
.rs-price-table-list.style-1 .rs-pricing-list ul:hover .pricing-title {
color: #fff;
}
.rs-price-table-list.style-1 .rs-pricing-list .pricing-icon-image .pricing-list-icon img {
width: 80px;
height: 82px;
}
.rs-price-table-list.style-1 .rs-pricing-list .pricing-title {
font-family: "Oswald";
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 36px;
color: #00457A;
margin-left: 35px;
}
.rs-price-table-list.style-1 .rs-pricing-list .pricing-sqrt-image {
font-family: "Oswald";
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 48px;
text-align: center;
color: #00457A;
}
.rs-price-table-list.style-1 .rs-pricing-list .pricing-sqrt-image span { font-family: "Nunito Sans";
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 29px;
text-align: center;
color: #515261;
}
.rs-price-table-list.style-2 .rs-pricing-list table {
text-align: left;
}
.rs-price-table-list.style-2 .rs-pricing-list table tr td {
border-color: #CFCFC9;
background: #F8F8F7;
color: #666666;
font-size: 17px;
text-align: left;
padding-left: 20px !important;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td:first-child {
padding-left: 40px !important;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td {
-moz-box-sizing: border-box;
background: #FFD339;
padding: 15px 10px;
border-style: solid;
border-width: 1px 1px 0 1px;
border-left-color: #FFD339;
border-top-color: #FFD339;
border-right-color: #ebbf23;
color: #0F0F0F;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td:last-child {
border-width: 1px;
border-color: #CFCFC9;
background: #F8F8F7;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td:last-child a {
padding: 60px 0;
color: #414141;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td:last-child a i {
opacity: 0;
transition: all 0.3s ease 0s;
font-weight: 400;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td:last-child a:hover i {
opacity: 1;
font-size: 16px;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td .t-number {
position: absolute;
left: 10px;
top: 5px;
font-size: 30px;
transition: all 0.3s ease 0s;
}
.rs-price-table-list.style-2 .rs-pricing-list:hover table tr th .t-number {
opacity: 1;
}
@media only screen and (max-width: 991px) {
.rs-price-table-list .rs-pricing-list .pricing-icon-image {
padding-left: 30px;
width: 36%;
}
.rs-price-table-list .rs-pricing-list .rs-pricing-btn {
padding-right: 30px;
width: 36%;
}
.rs-price-table-list .rs-pricing-list .pricing-sqrt-image {
width: 26%;
}
.rs-price-table-list .rs-pricing-list .pricing-title {
font-size: 22px;
}
.rs-price-table-list .rs-pricing-list .pricing-sqrt-image {
font-size: 30px;
}
}
@media only screen and (max-width: 880px) {
.rs-price-table-list .rs-pricing-list .pricing-title {
font-size: 20px;
}
.rs-price-table-list .rs-pricing-list .pricing-sqrt-image {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
.rs-price-table-list .rs-pricing-list .rs-pricing-btn {
width: 100% !important;
text-align: center !important;
padding-right: 15px;
}
.rs-price-table-list .rs-pricing-list .pricing-sqrt-image {
width: 100%;
}
.rs-price-table-list .rs-pricing-list .pricing-icon-image {
width: 100%;
padding-left: 15px;
}
}
@media only screen and (max-width: 650px) {
.rs-price-table-list .rs-pricing-list ul {
flex-direction: column;
}
.rs-price-table-list .rs-pricing-list ul li {
flex: 0 0 100%;
max-width: 100%;
}
.rs-price-table-list .rs-pricing-list ul li.rs-pricing-btn {
justify-content: center;
}
.rs-price-table-list .rs-pricing-list ul li.pricing-icon-image {
justify-content: center;
width: 100%;
padding-left: 0px;
}
}.rs-step-flow-working-process {
display: block;
text-align: center;
position: relative;
}
.rs-step-flow-working-process .rs-step-flow-icon {
margin-bottom: 15px;
margin-right: auto;
margin-left: auto;
display: inline-block;
line-height: 1;
transition: all 0.3s;
color: #222;
font-size: 50px;
text-align: center;
}
.rs-step-flow-working-process .rs-step-flow-icon i, .rs-step-flow-working-process .rs-step-flow-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
.rs-step-flow-working-process .step-number {
width: 185px;
position: relative;
display: inline-block;
background: #5777ff;
color: #fff;
padding: 12px 30px;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
transition: all 0.3s ease 0s;
clip-path: polygon(0% 0%, 82% 0, 99% 50%, 82% 100%, 0% 100%);
-webkit-clip-path: polygon(0% 0%, 82% 0, 99% 50%, 82% 100%, 0% 100%);
}
.rs-step-flow-working-process .step-number .step-left-number {
color: #071230;
position: absolute;
font-size: 30px;
font-weight: 700;
opacity: 0.1;
left: 10px;
}
.step-flow-style2 .rs-step-flow-icon-box-icon {
display: flex;
align-items: center;
flex-direction: row;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon {
display: flex;
align-items: center;
justify-content: center;
background: #D2C007;
width: 83px;
height: 83px;
border-radius: 50%;
margin-right: 30px;
position: relative;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon i {
color: #5777ff;
font-size: 50px;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon img {
width: 50px;
height: 50px;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon:before {
position: absolute;
content: "";
width: 100px;
height: 100px;
border: 1px dashed #5777ff;
border-radius: 50%;
}
.step-flow-style2 .rs-step-flow-icon-box-icon .step-number-top .step-right-text {
font-size: 20px;
font-weight: 600;
color: #5777ff;
}
.step-flow-heading-control-container {
transition: 0.5s;
}
.step-flow-heading-control-container .step-flow-heading-control {
position: relative;
}
.step-flow-heading-control-container .step-flow-heading-control > * {
position: relative;
z-index: 1;
}
.step-flow-heading-control-container .step-flow-heading-control:after {
position: absolute;
content: "";
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: inherit;
transition: all 0.3s ease 0s;
pointer-events: none;
}
.step-flow-heading-control-container .step-flow-heading-control:hover {
background-color: #D2C007;
}
.step-flow-heading-control-container .step-flow-heading-control:hover .step-flow-style2 .rs-step-flow-icon-box-icon .rs-step-icon:before {
border-color: #5777ff;
}
.step-flow-heading-control-container .step-flow-heading-control:hover .prelements-heading .title-inner .title {
color: #ffffff;
}
.step-flow-heading-control-container .step-flow-heading-control:hover .prelements-heading .description {
color: #fafafa;
}
.step-flow-heading-control-container .step-flow-heading-control:hover::after {
background: transparent;
}.rs-service-list .services-inner {
padding: 40px 30px;
background-color: #f7f7f7;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
border-bottom: 1px solid #e7e7e7;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
position: relative;
}
.rs-service-list .services-inner .count_number {
transition: all 0.3s ease 0s;
}
.rs-service-list .services-inner .feature_img {
position: absolute;
content: "";
right: 50px;
bottom: 30px;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease 0s;
z-index: 1;
}
.rs-service-list .services-inner .feature_img img {
width: 280px;
height: auto;
}
.rs-service-list .services-inner .icon-wrap {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
transition: all 0.3s ease 0s;
flex-shrink: 0;
}
.rs-service-list .services-inner .icon-wrap svg {
width: 60px;
height: 60px;
}
.rs-service-list .services-inner .icon-wrap svg path {
fill: #5777ff;
transition: all 0.3s ease 0s;
}
.rs-service-list .services-inner .icon-wrap i {
font-size: 60px;
color: #5777ff;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
gap: 0;
}
.rs-service-list .services-inner .icon-wrap i:after {
font-size: inherit;
line-height: inherit;
}
.rs-service-list .services-inner .title {
margin-bottom: 0px;
transition: all 0.3s ease 0s;
}
.rs-service-list .services-inner .subinfo {
transition: all 0.3s ease 0s;
}
.rs-service-list .services-inner .desc-text {
transition: all 0.3s ease 0s;
color: #666666;
}
.rs-service-list .services-inner .desc-text span {
display: block;
color: #091D2D;
margin-top: 10px;
line-height: 26px;
}
.rs-service-list .services-inner .btn-part {
display: flex;
align-items: center;
justify-content: center;
gap: 0;
transition: all 0.3s ease 0s;
flex-shrink: 0;
}
.rs-service-list .services-inner .btn-part svg {
width: 15px;
height: 15px;
}
.rs-service-list .services-inner .btn-part svg path {
fill: #5777ff;
transition: all 0.3s ease 0s;
}
.rs-service-list .services-inner .btn-part i {
font-size: 22px;
color: #5777ff;
line-height: 1;
}
.rs-service-list .services-inner .top-wrapper {
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.rs-service-list .services-inner .top-wrapper span {
display: block;
line-height: 18px;
}
.rs-service-list .services-inner .bottom-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.rs-service-list .services-inner:last-child {
margin-bottom: 0 !important;
}
.rs-service-list .services-inner:hover .feature_img {
opacity: 1;
}
.rs-service-list .services-inner:hover::after {
left: 0;
}
.rs-service-list.thumb-bg .services-inner {
overflow: hidden;
}
.rs-service-list.thumb-bg .services-inner .feature_img {
z-index: 0;
top: 0;
width: 80%;
height: 100%;
left: -30%;
overflow: hidden;
}
.rs-service-list.thumb-bg .services-inner .feature_img img {
width: inherit;
height: inherit;
object-fit: cover;
object-position: center;
}
.rs-service-list.thumb-bg .services-inner > *:not(.feature_img) {
z-index: 1;
}
.rs-service-list.thumb-bg .services-inner.active .feature_img, .rs-service-list.thumb-bg .services-inner:hover .feature_img {
left: 0;
width: 100%;
opacity: 1;
}
.rs-service-list.scrollable-yes {
height: 200px;
overflow-y: auto;
padding-right: 25px;
}
.rs-service-list.scrollable-yes::-webkit-scrollbar {
width: 5px;
border-radius: 5px;
}
.rs-service-list.scrollable-yes::-webkit-scrollbar-track {
background-color: #f0f3ff;
border-radius: 5px;
}
.rs-service-list.scrollable-yes::-webkit-scrollbar-thumb {
background-color: #091D2D;
border-radius: 5px;
}.rs-service-search-form {
display: flex;
align-items: center;
background: #5777ff;
padding: 40px;
gap: 10px;
border-radius: 10px;
box-shadow: 0px 0px 40px 5px rgba(22, 43, 98, 0.35);
}
.rs-service-search-form .search-wrap {
display: flex;
align-items: center;
width: 64%;
max-width: 770px;
gap: 10px;
}
.rs-service-search-form .search-input {
width: 100%;
max-width: 558px;
padding: 22px 30px;
border-radius: 4px;
}
.rs-service-search-form .label-area {
width: 36%;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
color: #fff;
}
.rs-service-search-form .label-area i {
margin-right: 8px;
}
.rs-service-search-form ::-webkit-input-placeholder { font-size: 22px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.rs-service-search-form :-ms-input-placeholder { font-size: 22px !important;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.header-search input::-webkit-input-placeholder { font-size: 15px !important;
}
.header-search input::-moz-placeholder { font-size: 15px !important;
}
.header-search input:-ms-input-placeholder { font-size: 15px !important;
}
.header-search input:-moz-placeholder { font-size: 15px !important;
}
.rs-service-search-form button {
display: flex;
align-items: center;
justify-content: center;
top: 0px !important;
border-radius: 4px;
background: #071230;
padding: 12px 0px;
width: 100%;
max-width: 199px;
height: 68px;
color: #FFF;
font-size: 22px;
font-style: normal;
font-weight: 500;
}
.rs-service-search-form button i {
top: 0px;
}
.rs-service-search-form input[type=search] {
border: 0px solid #fff;
}
.rs-service-search-form.primary_color .search-wrap button {
background: #5777ff;
color: #ffffff;
}
.rs-service-search-form.primary_color .search-wrap button:hover {
background: #D2C007;
color: #091D2D;
}
.rs-service-search-form.secondary_color .search-wrap button {
background: #D2C007;
color: #091D2D;
}
.rs-service-search-form.secondary_color .search-wrap button:hover {
background: #5777ff;
color: #ffffff;
}
@media only screen and (max-width: 880px) {
.rs-service-search-form .label-area {
width: 100%;
text-align: center;
}
.rs-service-search-form .search-wrap {
width: 100%;
margin-top: 20px;
}
.rs-service-search-form {
flex-direction: column;
}
}.rs-music-player .single-audio {
background: #0a0e1f;
padding: 30px;
text-align: center;
transition: all 0.3s ease 0s;
}
.rs-music-player .single-audio .rs-music {
width: 100%;
margin-bottom: 10px;
display: none;
}
.rs-music-player .single-audio .rs-music::-webkit-media-controls-current-time-display, .rs-music-player .single-audio .rs-music::-webkit-media-controls-time-remaining-display, .rs-music-player .single-audio .rs-music::-webkit-media-controls-start-playback-button, .rs-music-player .single-audio .rs-music::-webkit-media-controls-end-playback-button, .rs-music-player .single-audio .rs-music::-webkit-media-controls-volume-slider, .rs-music-player .single-audio .rs-music::-webkit-media-controls-mute-button, .rs-music-player .single-audio .rs-music::-webkit-media-controls-play-button, .rs-music-player .single-audio .rs-music::-webkit-media-controls-current-time-display {
display: none !important;
}
.rs-music-player .single-audio .album_img {
overflow: hidden;
flex-shrink: 0;
border-radius: 50%;
}
.rs-music-player .single-audio .album_img img {
width: 100%;
height: auto;
}
.rs-music-player .single-audio .track-info .name {
color: #fff;
margin-bottom: 0;
}
.rs-music-player .single-audio .player-bottom {
background: #0a0e1f;
margin-top: -65px;
z-index: 1;
position: relative;
padding-top: 20px;
}
.rs-music-player .single-audio .player-bottom .progress-detail {
display: flex;
align-items: center;
gap: 10px;
}
.rs-music-player .single-audio .player-bottom .progress-detail .progress-container {
width: 100%;
height: 4px;
background-color: #ddd;
border-radius: 4px;
position: relative;
cursor: pointer;
}
.rs-music-player .single-audio .player-bottom .progress-detail .progress-container .progress-thumb {
width: 1px;
height: 4px;
background-color: #5777ff;
cursor: grab;
position: absolute;
}
.rs-music-player .single-audio .player-bottom .progress-detail .progress-container .progress-thumb::after {
position: absolute;
content: "";
right: -6px;
top: 50%;
transform: translateY(-50%);
width: 12px;
height: 12px;
border-radius: 50%;
background: #5777ff;
}
.rs-music-player .single-audio .player-bottom .progress-detail .currentTime,
.rs-music-player .single-audio .player-bottom .progress-detail .total-duration-custom {
line-height: 1;
}
.rs-music-player .single-audio .player-bottom .audio-controller {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.rs-music-player .single-audio .player-bottom .audio-controller .player-btn-comn {
cursor: pointer;
font-size: 13px;
color: #fff;
transition: all 0.3s ease 0s;
}
.rs-music-player .single-audio .player-bottom .audio-controller .player-btn-comn:hover {
color: #5777ff;
}
.rs-music-player .single-audio .player-bottom .audio-controller .player-btn-comn.playPause {
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
background: #222635;
border-radius: 50%;
color: #5777ff;
}
.rs-music-player .single-audio .player-bottom .audio-controller .player-btn-comn.playPause i:first-child {
display: none;
}
.rs-music-player .single-audio .player-bottom .audio-controller .player-btn-comn.playPause i:last-child {
display: inline-block;
}
.rs-music-player .single-audio.playing .audio-controller .player-btn-comn.playPause i:first-child {
display: inline-block;
}
.rs-music-player .single-audio.playing .audio-controller .player-btn-comn.playPause i:last-child {
display: none;
}
.rs-music-player .single-audio.paused .audio-controller .player-btn-comn.playPause i:first-child {
display: none;
}
.rs-music-player .single-audio.paused .audio-controller .player-btn-comn.playPause i:last-child {
display: inline-block;
}
.rs-music-player.layout-grid .single-audio {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 0px 0px 0px;
gap: 20px;
}
.rs-music-player.layout-grid .single-audio .player-top {
display: flex;
align-items: center;
gap: 15px;
flex-shrink: 0;
width: 25%;
}
.rs-music-player.layout-grid .single-audio .player-bottom {
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 20px;
width: 75%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
.rs-music-player.layout-grid .single-audio .player-bottom > div {
flex-shrink: 0;
}
.rs-music-player.layout-grid .single-audio .player-bottom .progress-detail {
flex-grow: 1;
}
.rs-music-player.layout-grid .single-audio:last-child {
margin-bottom: 0 !important;
}
.rs-music-player.layout-grid::-webkit-scrollbar {
width: 3px;
}
.rs-music-player.layout-grid::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.2);
border-radius: 6px;
}
.rs-music-player.layout-grid::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.06);
}.rs-social-menu ul {
padding: 0;
margin: 0;
display: flex;
}
.rs-social-menu ul li {
list-style: none;
margin: 0 5px;
}
.rs-social-menu ul li i {
font-size: 16px;
line-height: 40px;
transition: all 0.3s ease 0s;
color: #000;
}
.rs-social-menu ul li i:hover {
color: #fff;
}
.rs-social-menu ul li a {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #fff;
text-align: center;
transition: all 0.3s ease 0s;
box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}
.rs-social-menu ul li a > * {
flex-shrink: 0;
}
.rs-social-menu ul li a svg {
width: 18px;
height: 18px;
}
.rs-social-menu ul li a svg path {
transition: all 0.3s ease 0s;
}
.rs-social-menu ul li a span {
transition: all 0.3s ease 0s;
display: inline-block;
}
.rs-social-menu ul li a:hover {
transform: translate(0, -10%);
border-color: #5777ff;
background: #5777ff;
}
.rs-social-menu.style2 ul li a {
position: relative;
display: inline-block;
}
.rs-social-menu.style2 ul li a:hover {
transform: translate(0, 0);
}
.rs-social-menu.style2 ul li a span {
content: "";
position: absolute;
visibility: hidden;
z-index: 1;
top: 5px;
opacity: 0;
right: 130%;
}
.rs-social-menu.style2 ul li a:hover span {
color: #05100B;
visibility: visible;
opacity: 1;
}.rs-addon-services-tab {
text-align: center;
display: flex;
gap: 30px;
}
.rs-addon-services-tab .services-tab-inner {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
width: 33.33%;
padding: 27px 34px 27px 34px;
background-color: #FFFFFF;
border-radius: 3px 3px 0px 0px;
overflow: hidden;
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
background-size: 100% auto;
position: relative;
}
.rs-addon-services-tab .services-tab-inner.active:before {
position: absolute;
content: "";
background-color: transparent;
background-image: linear-gradient(90deg, #FD644F 0%, rgba(242, 142, 38, 0.9960784314) 100%);
width: 100%;
height: 100%;
left: 0;
bottom: 0;
}
.rs-addon-services-tab .services-tab-inner.active .numbering {
z-index: 2;
}
.rs-addon-services-tab .services-tab-inner.active .numbering span {
color: #fff;
}
.rs-addon-services-tab .services-tab-inner.active .content_part {
z-index: 2;
}
.rs-addon-services-tab .services-tab-inner.active .content_part .title {
color: #fff;
}
.rs-addon-services-tab .services-tab-inner .numbering {
color: #002336 !important;
font-size: 60px;
font-weight: 700;
line-height: 21px;
}
.rs-addon-services-tab .services-tab-inner .content_part {
padding: 0px 0px 0px 20px;
}
.rs-addon-services-tab .services-tab-inner .content_part .title {
font-size: 22px;
font-weight: 700;
line-height: 30px;
color: #071230;
font-family: "Inter", sans-serif;
margin-bottom: 0px;
}
.rs-addon-services-tab-hovereffect {
display: flex;
gap: 30px;
}
.rs-addon-services-tab-hovereffect .services-inner {
position: relative;
overflow: hidden;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part {
position: absolute;
left: 0px;
bottom: 0px;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
padding: 75px 75px 35px 35px;
background-color: #5777ff;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part .icon_style img {
width: 42px;
height: 50px;
}
.rs-addon-services-tab-hovereffect .services-inner .rs-service-shape-img {
position: absolute;
left: 0;
bottom: 0;
-webkit-transition: all 500ms ease;
transition: all 500ms ease;
}
.rs-addon-services-tab-hovereffect .services-inner .rs-service-shape-img img {
width: 280px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover {
position: absolute;
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
margin: 0 auto;
padding: 45px 30px;
border-radius: 5px;
overflow: hidden;
transition: all 0.5s ease;
-webkit-transform: scale(0);
transform: scale(0);
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover > * {
position: relative;
z-index: 1;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .service-icon-title {
display: flex;
align-items: center;
margin-bottom: 25px;
gap: 18px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .service-icon-title .title {
margin-bottom: 0px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .icon_style img {
width: 50px;
height: 50px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn {
position: relative;
display: inline-block !important;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn::before {
position: absolute;
content: "";
left: 0;
width: 0%;
height: 1px;
bottom: 0;
background: currentColor;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn:hover:before {
width: 100%;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn:hover i {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover .btn-part .services-btn i {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
margin-left: 8px;
font-size: 15px;
}
.rs-addon-services-tab-hovereffect .services-inner .content_part_hover:after {
position: absolute;
content: "";
left: 0;
top: 0;
right: 0;
bottom: 0;
background-color: #5777ff;
opacity: 0.9;
}
.rs-addon-services-tab-hovereffect:hover .services-inner:hover .content_part_hover, .rs-addon-services-tab-hovereffect:not(:hover) .active .content_part_hover {
-webkit-transform: scale(1);
transform: scale(1);
}
.rs-addon-services-tab-hovereffect:hover .services-inner:hover .content_part, .rs-addon-services-tab-hovereffect:not(:hover) .active .content_part {
opacity: 0;
visibility: hidden;
bottom: -220px;
}
.rs-addon-services-tab-hovereffect:hover .services-inner:hover .rs-service-shape-img, .rs-addon-services-tab-hovereffect:not(:hover) .active .rs-service-shape-img {
visibility: hidden;
opacity: 0;
bottom: -220px;
}
.rs-addon-services-hover-effect {
display: flex;
gap: 30px;
flex-wrap: wrap;
}
.rs-addon-services-hover-effect .services-tab-inner {
flex: 1;
display: flex;
flex-direction: row;
justify-content: end;
width: 20%;
padding: 27px 34px 27px 34px;
border-radius: 3px 3px 0px 0px;
overflow: hidden;
position: relative;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
z-index: 1;
will-change: flex;
min-height: 500px;
}
.rs-addon-services-hover-effect .services-tab-inner::before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #F4FFFB;
z-index: -1;
transition: all linear 0.5s;
}
.rs-addon-services-hover-effect .services-tab-inner::after {
position: absolute;
content: "";
left: 0;
bottom: 0;
height: 100px;
width: 100px;
z-index: 1;
transition: all linear 0.5s;
}
.rs-addon-services-hover-effect .services-tab-inner .numbering {
position: absolute;
left: 15px;
top: 15px;
}
.rs-addon-services-hover-effect .services-tab-inner .numbering span {
display: flex;
align-items: center;
justify-content: center;
}
.rs-addon-services-hover-effect .services-tab-inner .content_part {
padding: 0px 0px 0px 20px;
writing-mode: vertical-rl;
transform: rotate(180deg);
}
.rs-addon-services-hover-effect .services-tab-inner .content_part .title {
font-size: 22px;
font-weight: 700;
line-height: 30px;
color: #071230;
margin-bottom: 0px;
}
.rs-addon-services-hover-effect .services-tab-inner.active {
flex: 2;
background-size: cover !important;
}
.rs-addon-services-hover-effect .services-tab-inner.active::before {
opacity: 0;
visibility: hidden;
}
.rs-addon-services-hover-effect .services-tab-inner.active .content_part .title {
text-decoration: underline;
}
.rs-addon-services-hover-effect .services-tab-inner.active:after {
opacity: 0;
visibility: hidden;
}.rs-offcanvas-area a.nav-expander {
background: transparent;
color: #FFFFFF;
display: block;
font-size: 16px;
font-weight: 400;
height: auto;
margin-right: 0;
padding: 0;
right: 0;
text-decoration: none;
text-transform: uppercase;
top: 0;
transition: right 0.3s ease-in-out 0s;
width: auto;
z-index: 12;
transition: right 0.3s ease-in-out 0s;
-webkit-transition: right 0.3s ease-in-out 0s;
-moz-transition: right 0.3s ease-in-out 0s;
-o-transition: right 0.3s ease-in-out 0s;
}
.rs-offcanvas-area ul {
margin: 0;
padding: 0;
}
.rs-offcanvas-area ul .nav-link {
cursor: pointer;
padding: 0;
line-height: 16px;
}
.rs-offcanvas-area nav.right_menu_togle {
background: #071230;
display: block;
height: 100%;
overflow: auto;
position: fixed;
right: -400px;
font-size: 15px;
top: 0;
width: 100%;
max-width: 400px;
z-index: 999999;
transition: right 0.3s ease-in-out 0s;
-webkit-transition: right 0.3s ease-in-out 0s;
-moz-transition: right 0.3s ease-in-out 0s;
-o-transition: right 0.3s ease-in-out 0s;
padding: 40px;
}
.rs-offcanvas-area .nav-expander i {
font-size: 24px;
color: #002336;
}
body .rsoffwrap {
cursor: url(//thomasdutrieux.fr/wp-content/plugins/rselements/widgets/header-offcanvas/close.png), auto;
width: 100%;
left: 100%;
transition: all 0.8s ease-out 0s;
position: fixed;
height: 100vh;
top: 0;
bottom: 0;
opacity: 0.9;
z-index: 99999;
background-color: #FFFFFF;
}
body.nav-expanded {
margin-left: 0em;
transition: right 0.4s ease-in-out 0s;
-webkit-transition: right 0.4s ease-in-out 0s;
-moz-transition: right 0.4s ease-in-out 0s;
-o-transition: right 0.4s ease-in-out 0s;
}
body.nav-expanded nav {
right: 0 !important;
}
body.nav-expanded .rsoffwrap {
left: 0%;
transition: all 0.8s ease-out 0s;
}.rs-portfolio-flex .rs-portfolio-inner {
display: flex;
margin-right: -15px;
margin-left: -15px;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item {
position: relative;
flex: 1;
transition: 0.8s cubic-bezier(0.29, 0, 0.2, 1);
min-height: 532px;
display: flex;
flex-direction: column;
position: relative;
will-change: flex;
justify-content: end;
overflow: hidden;
z-index: 1;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item.bg-image {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
display: block;
content: "";
background: rgba(0, 0, 0, 0.7);
transition: all 0.3s ease 0s;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .rs-item--meta {
display: flex;
padding: 30px;
position: relative;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .rs-item--meta .rs-item--title {
margin-bottom: 0px;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .rs-item--meta .rs-item--title a {
font-size: 24px;
font-weight: bold;
color: #fff;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .rs-item--meta .rs-item--title a:hover {
color: #5777ff;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .rs-item--meta .rs-item--category a {
color: #fff;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .rs-item--meta .rs-item--category a:hover {
color: #5777ff;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item.active {
flex: 1.5;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item.active:before {
opacity: 1;
-webkit-animation: circle 0.75s;
animation: circle 0.75s;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .btn-part {
position: absolute;
left: unset;
right: 30px;
bottom: 30px;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease 0s;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .btn-part .portfolio-btn {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #fff;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .btn-part .portfolio-btn i {
color: #5777ff;
font-size: 18px;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item .btn-part .portfolio-btn:hover {
background: #5777ff;
}
.rs-portfolio-flex .rs-portfolio-inner .rs-grid-item:hover .btn-part {
visibility: visible;
opacity: 1;
}
@media screen and (min-width: 992px) {
.rs-portfolio-flex .rs-portfolio-inner {
flex-wrap: nowrap;
gap: 24px;
}
}
@media screen and (max-width: 991px) {
.rs-portfolio-flex .rs-portfolio-inner {
flex-wrap: wrap;
padding-left: 15px;
padding-right: 15px;
justify-content: center;
align-items: center;
}
}
@media screen and (max-width: 1024px) {
.rs-portfolio-flex .rs-grid-item {
min-width: 48%;
max-width: 48%;
}
}
@media screen and (max-width: 767px) {
.rs-portfolio-flex .rs-grid-item {
min-width: 100%;
max-width: 100%;
}
}.rs-isotope-portfolio .filters ul {
display: flex;
justify-content: center;
list-style: none;
margin-top: 30px;
padding-left: 12px;
padding-right: 12px;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
}
.rs-isotope-portfolio .filters ul li {
color: #FFFFFF;
background-color: #00457A;
padding: 10px 22px 10px 22px;
border-radius: 2px 2px 2px 2px !important;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
margin: 5px 5px 5px 5px;
cursor: pointer;
}
.rs-isotope-portfolio .filters ul li.is-checked, .filters ul li:hover {
background-color: #D52925;
color: #fff;
}
.rs-isotope-portfolio .filters ul li:last-child {
margin-right: 0;
}
.rs-isotope-portfolio .portfolio-item {
overflow: hidden;
background-size: cover;
object-fit: cover;
}
.rs-isotope-portfolio .portfolio-item {
min-height: 263px;
position: relative;
overflow: hidden;
z-index: 1;
transition: all 0.3s linear 0s;
margin-left: 12px;
margin-right: 12px;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
background-size: cover !important;
background-repeat: no-repeat !important;
object-fit: cover;
}
.rs-isotope-portfolio .portfolio-item::before {
content: "";
position: absolute;
background: rgba(0, 69, 122, 0.7803921569);
left: 0;
right: 0;
height: 0;
transition: all 0.5s ease;
bottom: 0;
}
.rs-isotope-portfolio .portfolio-item:hover::before {
height: 100%;
}
.rs-isotope-portfolio .portfolio-item:hover .portfolio-content {
opacity: 1;
left: 30px;
bottom: 30px;
}
.rs-isotope-portfolio .portfolio-item:hover .content-overlay {
opacity: 1;
}
.rs-isotope-portfolio .portfolio-item .portfolio-content {
text-align: center;
color: #fff;
position: absolute;
z-index: 1;
bottom: -30px;
left: 30px;
opacity: 0;
transition: all 0.5s ease;
}
.rs-isotope-portfolio .portfolio-item .portfolio-content a {
cursor: pointer;
}
.rs-isotope-portfolio .portfolio-item .portfolio-content .p-title {
font-size: 24px;
line-height: 36px;
color: #FFFFFF;
}
.rs-isotope-portfolio .portfolio-item img {
width: 100%;
transition: all 0.4s ease-in-out 0s;
}
.rs-isotope-portfolio .portfolio-item:hover img {
transform: scale(1.1);
}
.rs-isotope-portfolio .portfolio-item .portfolio-content .p-title {
margin-bottom: 0px;
}
.rs-isotope-portfolio .portfolio-item .portfolio-content .p-title a {
font-size: 24px;
line-height: 36px;
color: #FFFFFF;
transition: all 0.3s linear 0s;
}
.rs-isotope-portfolio .portfolio-item .portfolio-content .p-category {
margin: 0px;
}
.rs-isotope-portfolio .portfolio-item .portfolio-content .p-category a {
font-size: 16px;
line-height: 24px;
color: #FFFFFF;
}
.rs-isotope-portfolio .portfolio-item .portfolio-overlay .portfolio-content .portfolio-inner {
position: relative;
z-index: 3;
}
.rs-isotope-portfolio .portfolio-content .arrow-btn {
width: 40px;
height: 40px;
display: block;
margin: 10px auto 0;
background: rgba(255, 255, 255, 0.4784313725);
border-radius: 50%;
line-height: 40px;
}
.rs-isotope-portfolio .portfolio-content .arrow-btn i {
font-size: 22px;
color: #fff;
top: 1px;
left: 0;
}.rs-event-grid .events-inner-item {
background: #fff;
box-shadow: 0px 30px 60px rgba(47, 47, 47, 0.07);
border-radius: 20px;
margin-bottom: 25px;
overflow: hidden;
}
.rs-event-grid .events-inner-item .thumbnail-img {
position: relative;
overflow: hidden;
}
.rs-event-grid .events-inner-item .thumbnail-img img {
border-radius: 20px 20px 0 0;
transition: all 0.5s ease;
width: 100%;
}
.rs-event-grid .events-inner-item .thumbnail-img .event-date {
position: absolute;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
width: 75px;
height: 75px;
bottom: 30px;
left: 30px;
background-color: #5777ff;
color: #fff;
border-radius: 2px;
padding: 38px 38px;
}
.rs-event-grid .events-inner-item .thumbnail-img .event-date .date-day {
font-size: 40px;
color: #fff;
}
.rs-event-grid .events-inner-item .thumbnail-img .event-date .date-month {
font-size: 18px;
color: #fff;
margin-top: 0px;
}
.rs-event-grid .events-inner-item .content-part {
padding: 40px 30px 40px 30px;
position: relative;
}
.rs-event-grid .events-inner-item .content-part .event-title {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin: 0;
}
.rs-event-grid .events-inner-item .content-part .event-title a {
color: #091D2D;
}
.rs-event-grid .events-inner-item .content-part .event-title a:hover {
color: #5777ff;
}
.rs-event-grid .events-inner-item .content-part .rs__date {
position: absolute;
left: 30px;
top: -21px;
background: #5777ff;
color: #fff;
font-size: 14px;
padding: 8px 15px;
border-radius: 8px;
}
.rs-event-grid .events-inner-item .content-part .btn-part {
margin-top: 30px;
}
.rs-event-grid .events-inner-item .content-part .btn-part a {
font-size: 15px;
border: 2px solid rgba(111, 73, 232, 0.2);
padding: 10px 15px;
border-radius: 5px;
color: #5777ff;
font-weight: 500;
transition: all 0.5s ease;
}
.rs-event-grid .events-inner-item .content-part .btn-part a:hover {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.rs-event-grid .events-inner-item .content-part .rs___meta {
margin: -5px 0 10px;
padding: 0 0 14px;
list-style: none;
display: flex;
flex-wrap: wrap;
font-size: 14px;
color: rgba(77, 77, 77, 0.7411764706);
list-style: none;
margin: 0;
border-bottom: 1px solid rgba(77, 77, 77, 0.0705882353);
}
.rs-event-grid .events-inner-item .content-part .rs___meta li i {
color: #5777ff;
background: #F1EDFF;
padding: 5px;
border-radius: 50%;
font-size: 15px;
position: relative;
top: 1px;
margin-right: 5px;
}
.rs-event-grid .events-inner-item .content-part .rs___meta li + li {
padding-left: 25px;
position: relative;
}
.rs-event-grid .events-inner-item:hover .thumbnail-img img {
transform: scale(1.1);
}
.rs-event-grid .events-inner-item.style__2 {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 35px 35px 35px 35px;
box-shadow: 30px -5px 60px rgba(0, 0, 1, 0.05);
}
.rs-event-grid .events-inner-item.style__2 .thumbnail-img {
flex: 0 0 35%;
max-width: 35%;
overflow: visible;
}
.rs-event-grid .events-inner-item.style__2 .thumbnail-img img {
transform: scale(1);
}
.rs-event-grid .events-inner-item.style__2 .thumbnail-img:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: -5px;
bottom: -5px;
background: #FF0066;
z-index: 0;
transition: all 0.5s ease;
}
.rs-event-grid .events-inner-item.style__2 .content-part {
flex: 0 0 65%;
max-width: 65%;
padding: 0 0 0 35px;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul {
margin: 0 0 -6px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li + li {
padding-left: 38px;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li + li:before {
content: "";
position: absolute;
background: #999;
height: 8px;
width: 1px;
left: 20px;
top: 10px;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li {
font-size: 16px;
font-weight: 500;
color: #666666;
position: relative;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li i {
margin-right: 2px;
color: #FF0066;
}
.rs-event-grid .events-inner-item.style__2 .content-part .event-title {
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin: 7px 0 15px;
}
.rs-event-grid .events-inner-item.style__2 .content-part p.txt {
margin: 0 0 20px;
font-size: 16px;
color: rgba(77, 77, 77, 0.8392156863);
}
.rs-event-grid .events-inner-item.style__2 .content-part .rs__line_ev path {
fill: #7B93DD;
}
.rs-event-grid .events-inner-item.style__2:hover .thumbnail-img:before {
left: -8px;
bottom: -8px;
}
@media only screen and (max-width: 991px) {
.rs-event-grid .event-item.style2-custom {
width: 100%;
}
}
.event-slider-style3 .events-inner-item {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 35px 35px 35px 35px;
}
.event-slider-style3 .events-inner-item .event-content-left-part {
flex: 0 0 50%;
display: flex;
align-items: center;
border-right: 1px solid #e1e3e5;
}
@media (max-width: 767px) {
.event-slider-style3 .events-inner-item .event-content-left-part {
display: block;
}
}
.event-slider-style3 .events-inner-item .event-content-left-part .thumbnail-img {
width: 100px;
height: 80px;
}
.event-slider-style3 .events-inner-item .event-content-left-part .thumbnail-img img {
height: 100%;
border-radius: 2px;
}
.event-slider-style3 .events-inner-item .event-content-left-part .event-date {
display: flex;
align-items: center;
flex-direction: column;
padding-right: 30px;
}
@media (max-width: 767px) {
.event-slider-style3 .events-inner-item .event-content-left-part .event-date {
align-items: start;
flex-direction: row;
padding-right: 0;
}
}
.event-slider-style3 .events-inner-item .event-content-left-part .event-date .date-day {
font-size: 40px;
color: #5777ff;
}
.event-slider-style3 .events-inner-item .event-content-left-part .event-date .date-month {
font-size: 18px;
color: #5777ff;
margin-top: 10px;
}
@media (max-width: 767px) {
.event-slider-style3 .events-inner-item .event-content-left-part .event-date .date-month {
margin: 5px 0 10px 5px;
}
}
.event-slider-style3 .events-inner-item .event-content-right-part {
padding-left: 55px;
display: flex;
align-items: center;
flex: 1;
justify-content: space-between;
}
@media (max-width: 767px) {
.event-slider-style3 .events-inner-item .event-content-right-part {
display: block;
}
}
.event-slider-style3 .events-inner-item .event-content-right-part ul {
margin: 0;
list-style: none;
}
.event-slider-style3 .events-inner-item .event-content-right-part .btn-part a {
font-size: 15px;
border: 2px solid rgba(111, 73, 232, 0.2);
padding: 10px 15px;
border-radius: 5px;
color: #C3002F;
font-weight: 500;
transition: all 0.5s ease;
}
.event-slider-style3 .events-inner-item .event-content-right-part .btn-part a:hover {
background: #C3002F;
border-color: #C3002F;
color: #fff;
}
.event-slider-style3 .events-inner-item .content-part p {
margin: 0;
}
.event-slider-style3 .event-item.style2-custom:last-child .events-inner-item {
border-bottom: 0px solid #fff !important;
}
.event-slider-style_grid .rs_time_wrap,
.event-slider-style_grid .rs_spaker_wrap {
display: flex;
justify-content: space-between;
align-items: center;
}
.event-slider-style_grid.rs-event-grid .events-inner-item .content-part .rs___meta li + li {
padding-left: 0;
}
.event-slider-style_grid.rs-event-grid .events-inner-item .content-part .rs___meta {
display: block;
padding: 0;
border: none;
}ul.rs__event__meta_style {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
ul.rs__event__meta_style li {
display: flex;
align-items: center;
}
ul.rs__event__meta_style li strong {
display: block;
color: #3D3458;
font-size: 16px;
font-weight: 600;
}
ul.rs__event__meta_style li span {
font-size: 15px;
color: rgba(53, 53, 53, 0.7607843137);
line-height: 22px;
}
ul.rs__event__meta_style li span.rs__speaker strong {
font-size: 20px;
}
ul.rs__event__meta_style li .rs__event_sp_img {
margin-right: 15px;
}
ul.rs__event__meta_style li .rs__event_sp_img i {
width: 55px;
height: 55px;
line-height: 55px;
text-align: center;
background: #f2f6ff;
display: block;
border-radius: 50%;
color: #1a73e9;
}
ul.rs__event__meta_style li + li {
padding-left: 40px;
position: relative;
margin-left: 40px;
}
ul.rs__event__meta_style li + li::before {
content: "";
position: absolute;
left: 0;
top: 20px;
background: rgba(51, 51, 51, 0.1607843137);
height: 22px;
width: 1px;
transform: rotate(16.09deg);
}
ul.rs__event__meta_style li.image__speak img {
width: 55px;
height: 55px;
border-radius: 50%;
}
.rs_event__sidebar .rs_sidebar {
background: #f2f6ff;
padding: 40px;
border-radius: 20px;
margin-bottom: 35px;
}
.rs_event__sidebar .rs_sidebar .rs__price {
display: block;
border-bottom: 1px solid rgba(51, 51, 51, 0.0784313725);
margin-bottom: 15px;
padding-bottom: 15px;
text-align: center;
font-size: 16px;
color: #353535;
}
.rs_event__sidebar .rs_sidebar .rs__price strong {
display: block;
color: #1a73e9;
font-size: 32px;
font-weight: 700;
font-family: "Sora";
}
.rs_event__sidebar .rs_sidebar .book__btn {
background: #1a73e9;
color: #fff;
padding: 16px 25px;
display: block;
border-radius: 15px;
text-align: center;
font-size: 15px;
font-weight: 600;
margin-top: 25px;
}
.rs_event__sidebar .rs_sidebar .book__btn:hover {
box-shadow: 0px 40px 60px rgba(111, 73, 232, 0.2);
}
.rs_event__sidebar .rs_sidebar .rs__time {
text-align: left;
padding-bottom: 5px;
font-size: 16px;
opacity: 0.8;
}
.rs_event__sidebar .rs_sidebar .rs__time i {
font-size: 17px;
margin-right: 2px;
color: #1a73e9;
}
.rs_event__sidebar .rs_sidebar .rs__time.rs__time_dt i {
font-size: 15px;
top: 2px;
margin-left: 1px;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul li {
position: relative;
margin-right: -16px;
transition: all 0.5s ease;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul li img {
width: 45px;
height: 45px;
border-radius: 50%;
cursor: pointer;
border: 1px solid #fff;
transition: all 0.5s ease;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul li i.ri-add-fill {
background: #fff;
border: 1px solid #1a73e9;
width: 45px;
height: 45px;
line-height: 45px;
display: block;
text-align: center;
border-radius: 50%;
font-size: 20px;
color: #1a73e9;
cursor: pointer;
margin-top: -2px;
transition: all 0.5s ease;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul li:hover {
z-index: 2;
margin-right: 5px;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul li:hover img {
z-index: 2;
transform: scale(1.1);
border-color: #1a73e9;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten ul li:hover i.ri-add-fill {
transform: scale(1.1);
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_atten .attendees__title {
color: #3D3458;
font-size: 16px;
margin: 20px 0 0;
font-weight: 600;
line-height: 25px;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_map .map__title {
font-size: 22px;
font-weight: 700;
margin: 0 0 20px;
}
.rs_event__sidebar .rs_sidebar.rs_sidebar_map iframe {
border: 1px solid rgba(111, 73, 232, 0.3);
border-radius: 15px;
}
body.single-events .rs-features-list-content li i {
margin-top: -3px;
}.rs-event-grid .events-inner-item {
background: #fff;
border-radius: 20px;
margin-bottom: 25px;
overflow: hidden;
box-shadow: 0px 5px 12px rgba(47, 47, 47, 0.07);
}
.rs-event-grid .events-inner-item .thumbnail-img {
position: relative;
overflow: hidden;
}
.rs-event-grid .events-inner-item .thumbnail-img img {
border-radius: 20px 20px 0 0;
transition: all 0.5s ease;
width: 100%;
}
.rs-event-grid .events-inner-item .thumbnail-img .event-date {
position: absolute;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
width: 75px;
height: 75px;
bottom: 30px;
left: 30px;
background-color: #5777ff;
color: #fff;
border-radius: 2px;
padding: 38px 38px;
}
.rs-event-grid .events-inner-item .thumbnail-img .event-date .date-day {
font-size: 40px;
color: #fff;
}
.rs-event-grid .events-inner-item .thumbnail-img .event-date .date-month {
font-size: 18px;
color: #fff;
margin-top: 0px;
}
.rs-event-grid .events-inner-item .content-part {
padding: 40px 30px 40px 30px;
position: relative;
}
.rs-event-grid .events-inner-item .content-part .event-title {
font-size: 20px;
font-weight: 600;
line-height: 30px;
margin: 0;
}
.rs-event-grid .events-inner-item .content-part .event-title a {
color: #091D2D;
}
.rs-event-grid .events-inner-item .content-part .event-title a:hover {
color: #5777ff;
}
.rs-event-grid .events-inner-item .content-part .rs__date {
position: absolute;
left: 30px;
top: -21px;
background: #5777ff;
color: #fff;
font-size: 14px;
padding: 8px 15px;
border-radius: 8px;
}
.rs-event-grid .events-inner-item .content-part .btn-part {
margin-top: 30px;
}
.rs-event-grid .events-inner-item .content-part .btn-part a {
font-size: 15px;
border: 2px solid rgba(111, 73, 232, 0.2);
padding: 10px 15px;
border-radius: 5px;
color: #5777ff;
font-weight: 500;
transition: all 0.5s ease;
}
.rs-event-grid .events-inner-item .content-part .btn-part a:hover {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.rs-event-grid .events-inner-item .content-part .rs___meta {
margin: -5px 0 10px;
padding: 0 0 14px;
list-style: none;
display: flex;
flex-wrap: wrap;
font-size: 14px;
color: rgba(77, 77, 77, 0.7411764706);
list-style: none;
margin: 0;
border-bottom: 1px solid rgba(77, 77, 77, 0.0705882353);
}
.rs-event-grid .events-inner-item .content-part .rs___meta li i {
color: #5777ff;
background: #F1EDFF;
padding: 5px;
border-radius: 50%;
font-size: 15px;
position: relative;
top: 1px;
margin-right: 5px;
}
.rs-event-grid .events-inner-item .content-part .rs___meta li + li {
padding-left: 25px;
position: relative;
}
.rs-event-grid .events-inner-item:hover .thumbnail-img img {
transform: scale(1.1);
}
.rs-event-grid .events-inner-item.style__2 {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 35px 35px 35px 35px;
box-shadow: 30px -5px 60px rgba(0, 0, 1, 0.05);
}
.rs-event-grid .events-inner-item.style__2 .thumbnail-img {
flex: 0 0 35%;
max-width: 35%;
overflow: visible;
}
.rs-event-grid .events-inner-item.style__2 .thumbnail-img img {
transform: scale(1);
}
.rs-event-grid .events-inner-item.style__2 .thumbnail-img:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
left: -5px;
bottom: -5px;
background: #FF0066;
z-index: 0;
transition: all 0.5s ease;
}
.rs-event-grid .events-inner-item.style__2 .content-part {
flex: 0 0 65%;
max-width: 65%;
padding: 0 0 0 35px;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul {
margin: 0 0 -6px;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li + li {
padding-left: 38px;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li + li:before {
content: "";
position: absolute;
background: #999;
height: 8px;
width: 1px;
left: 20px;
top: 10px;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li {
font-size: 16px;
font-weight: 500;
color: #666666;
position: relative;
}
.rs-event-grid .events-inner-item.style__2 .content-part ul li i {
margin-right: 2px;
color: #FF0066;
}
.rs-event-grid .events-inner-item.style__2 .content-part .event-title {
font-size: 24px;
font-weight: 700;
line-height: 34px;
margin: 7px 0 15px;
}
.rs-event-grid .events-inner-item.style__2 .content-part p.txt {
margin: 0 0 20px;
font-size: 16px;
color: rgba(77, 77, 77, 0.8392156863);
}
.rs-event-grid .events-inner-item.style__2 .content-part .rs__line_ev path {
fill: #7B93DD;
}
.rs-event-grid .events-inner-item.style__2:hover .thumbnail-img:before {
left: -8px;
bottom: -8px;
}
.rs-event-grid.event-slider-style3 .event-item:last-child .events-inner-item {
border-color: transparent;
}
@media only screen and (max-width: 991px) {
.rs-event-grid .event-item.style2-custom {
width: 100%;
}
}
.rs-event-grid .slick-dots li button:before {
display: none;
}
.rs-event-slider.rsaddon-unique-sliders .slick-next::before,
.rs-event-slider.rsaddon-unique-sliders .slick-prev::before {
content: "\ea6c";
font-size: 18px;
color: #534FF8;
margin: 0;
display: inline-block;
text-align: center;
font-family: remixicon !important;
opacity: 1;
z-index: 99;
}
.rs-event-slider.rsaddon-unique-sliders .slick-prev::before {
content: "\ea60";
}
.rs-event-slider.rsaddon-unique-sliders ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
width: auto;
left: 50%;
padding: 10px 20px;
border-radius: 27px;
transform: translateX(-50%);
line-height: 10px;
z-index: 3;
}
.rs-event-slider.rsaddon-unique-sliders ul.slick-dots li {
display: flex;
align-items: center;
justify-content: center;
width: unset;
height: unset;
margin: 0 15px;
position: relative;
}
.rs-event-slider.rsaddon-unique-sliders ul.slick-dots li.slick-active:before {
content: "";
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #D2C007;
}
.rs-event-slider.rsaddon-unique-sliders ul.slick-dots li.slick-active button {
width: 8px;
height: 8px;
border-radius: 8px;
background: #D2C007;
opacity: 1;
}
.rs-event-slider.rsaddon-unique-sliders ul.slick-dots li button {
width: 8px;
height: 8px;
border-radius: 8px;
border: 1px solid #D2C007;
display: inline-block;
font-size: unset;
line-height: unset;
padding: unset;
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
border-radius: 10px;
}
.rs-event-slider.rsaddon-unique-sliders ul.slick-dots li:hover:before {
content: "";
position: absolute;
width: 20px;
height: 20px;
border-radius: 50%;
border: 1px solid #D2C007;
}.newsletter-submit-footer svg {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 22px;
height: 22px;
pointer-events: none;
z-index: 9;
}
.newsletter-submit-footer i {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
pointer-events: none;
z-index: 9;
}
.wpcf7 input[type=file] {
cursor: pointer;
margin-bottom: 30px;
}
.wpcf7 label {
display: block;
}
.wpcf7 label span {
color: #ff0000;
}
.wpcf7 textarea {
outline: none;
}
.wpcf7 .rs__range_wrap {
position: relative;
}
.wpcf7 input.wpcf7-range {
-webkit-appearance: none;
width: 100%;
height: 9px;
border-radius: 5px;
background: #e1e1e1;
border: none;
outline: none;
opacity: 1;
}
.wpcf7 input.wpcf7-range:hover {
opacity: 1;
}
.wpcf7 input.wpcf7-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 24px;
height: 24px;
background: #5777ff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0px 0px 10px 0px rgba(82, 235, 44, 0.1);
}
.wpcf7 input.wpcf7-range::-moz-range-thumb {
width: 24px;
height: 24px;
background: #5777ff;
cursor: pointer;
border-radius: 50%;
box-shadow: 0px 0px 10px 0px rgba(82, 235, 44, 0.1);
}
.wpcf7 .ui-widget-content {
border: 1px solid #4DC19E;
background: #4DC19E;
margin-top: 40px;
}
.wpcf7 .ui-widget-content .esrscf7top::after {
border-color: #00a775 transparent transparent transparent;
}
.wpcf7 .ui-widget-content:focus-visible {
outline: none;
}
.wpcf7 .ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
outline: none;
border: 1px solid #00a775;
}
.wpcf7 .ui-widget-content .ui-slider-handle.ui-corner-all.ui-state-default:hover {
border: 1px solid #00a775;
}
.wpcf7 .col-sm-12 {
position: relative;
}
.wpcf7 .col-sm-12 i {
position: absolute;
top: 25px;
left: 35px;
font-size: 18px;
z-index: 9;
color: rgba(69, 69, 69, 0.7411764706);
line-height: 0;
height: 0;
}
.wpcf7 .free_consultation_form {
display: flex;
justify-content: space-around;
}
.contact-page-custom .wpcf7-not-valid-tip,
.home-contact-page .wpcf7-not-valid-tip {
color: red;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
}
.contact-page-custom input.wpcf7-form-control.has-spinner.wpcf7-submit {
width: 100%;
}
.contact-us-page .wpcf7-form .col-sm-12,
.contact-us-page .wpcf7-form .col-sm-6 {
position: relative !important;
}
.contact-us-page .wpcf7-form .col-sm-12 i,
.contact-us-page .wpcf7-form .col-sm-6 i {
position: absolute;
top: 24px;
left: 35px;
font-size: 20px;
z-index: 9;
color: rgba(69, 69, 69, 0.7411764706);
}
.contact-us-page .wpcf7 i.ri-mail-line, .contact-us-page .wpcf7 i.ri-phone-fill {
top: 24px !important;
}
.contact-us-page .wpcf7 i.ri-edit-line {
top: 25px !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 10px 0 0 6px;
border: 0;
}
.support-contact-icon .ri-mail-line {
top: 28px !important;
}
.support-contact-icon .wpcf7 .col-sm-12 i.ri-edit-line {
top: 32px !important;
}
.form-btn-area {
position: relative;
transition: all 0.3s ease 0s;
}
.form-btn-area::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1.5px;
background-color: #e5f0ec;
}
.form-btn-area:hover:after {
width: 0;
height: 0;
}
.form-btn-area:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0px;
height: 1.5px;
transition: all 0.3s ease 0s;
background-color: #5777ff;
}
.form-btn-area:hover::before {
width: 100%;
}
.form-btn-area :after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1.5px;
background-color: #e5f0ec;
}
.contact-home4 .wpcf7 .form-btn-area .btn_area {
position: relative;
}
.contact-home4 .wpcf7 .btn_area::before {
position: absolute;
content: "";
right: 0;
border-radius: 6px;
transition: 0.5s;
z-index: -1;
border-style: dashed;
border-width: 2px 2px 2px 2px;
border-color: rgba(33, 44, 74, 0.9019607843);
bottom: -26px;
left: 7px;
width: 100%;
height: 230%;
}
.contact-home4 .wpcf7 .btn_area:hover::before {
transform: translate3d(-8px, -8px, 0);
opacity: 0;
}
.btn-gradient-clr .wpcf7-submit {
-webkit-background-clip: text;
color: transparent !important;
}.rs-button-rotating {
position: relative;
width: 150px;
height: 150px;
background: #5777ff;
border-radius: 50%;
padding: 2px;
}
.rs-button-rotating .button-logo {
position: absolute;
top: 50%;
left: 50%;
width: 90px;
display: flex;
align-items: center;
justify-content: center;
height: 90px;
transform: translate(-50%, -50%);
background: #D2C007;
border-radius: 50%;
text-align: center;
padding: 20px;
z-index: 1;
}
.rs-button-rotating .button-logo i, .rs-button-rotating .button-logo svg {
transition: all 0.3s ease 0s;
}
.rs-button-rotating .button-logo img {
width: auto;
height: 100%;
}
.rs-button-rotating .text-wrapper-parent {
position: relative;
width: 100%;
height: 100%;
}
.rs-button-rotating .text-wrapper-parent .text-wrapper {
position: inherit;
width: inherit;
height: inherit;
}
.rs-button-rotating .text-wrapper-parent .text-wrapper span {
position: absolute;
height: 100%;
width: 100%;
text-align: center;
}
.rs-button-rotating.text-anim-yes .text-wrapper {
animation: button-text-anim 30s infinite linear;
}
.rs-button-rotating.text-anim-pause-yes:hover .text-wrapper {
animation-play-state: paused;
}
.rs-button-rotating.image-anim-yes .button-logo img {
animation: button-image-anim 1s infinite alternate;
}
@keyframes button-text-anim {
0% {
transform: rotate(0);
-webkit-transform: rotate(0);
}
100% {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
}
}
@keyframes button-image-anim {
0% {
transform: scale(1);
-webkit-transform: scale(1);
}
100% {
transform: scale(0.8);
-webkit-transform: scale(0.8);
}
}.countdown-items {
display: inline-block;
width: 150px;
background-color: #6ec1e4;
margin: 0px 20px;
}
.countdown-items .ctw-digits{
display: block;
font-size: 64px;
text-align:center;
line-height: 1.5em;
}
.countdown-items .ctw-label {
display: block;
text-align: center;
padding: 10px 0px;
}
.finished-message{
text-align:center;
margin-top:15px;
}
.countdown-timer-init
{
display:flex;
flex-wrap : wrap;
}
.countdown-timer-widget{
display: flex;  flex-wrap: wrap;
}
.countdown-items {
overflow:  hidden;
margin : 0px !important;
}
.finished-message {
width: 100%;
}
@media only screen and (max-width: 767px) {
.countdown-items {margin: 0px;min-width:150px;height: auto;}
.ctw-digits {height : auto !important;}
.countdown-timer-init {display: flex;flex-wrap: wrap;}
}
@media(max-width: 493px) { .countdown-items .ctw-digits{ font-size:20px; }
.countdown-items .ctw-label{ font-size:10px; }
}.rs-client-list-content .rs-client-list {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
width: 100%;
}
.rs-client-list-content .rs-client-list li {
display: flex;
align-items: center;
gap: 20px;
padding: 10px 0;
border-bottom: 1px solid #e3e0e3;
}
.rs-client-list-content .rs-client-list li:last-child {
border: none;
padding-bottom: 0;
}
.rs-client-list-content .rs-client-list li .list-client-title {
position: relative;
min-width: 100px;
}
.rs-client-list-content .rs-client-list li .list-client-title:after {
content: ":";
position: absolute;
bottom: 0;
right: 0px;
}
.rs-client-list-content .rs-client-list li h3 {
margin: 0;
color: #1E001C;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 28px;
}
.rs-client-list-content .rs-client-list li .list-client-content p {
margin: 0;
}
.rs-client-list-content .rs-client-list li .list-client-content p span {
padding-right: 20px;
}.timeline-alter .timeline-item {
position: relative;
display: table;
table-layout: fixed;
width: 100%;
min-height: 135px;
}
.timeline-alter .timeline-item .left-part {
width: 50%;
display: table-cell;
padding-right: 60px;
min-height: 100%;
text-align: right;
vertical-align: top;
}
.timeline-alter .timeline-item .left-part .item-period, .timeline-alter .timeline-item .left-part h4 {
margin: 2px 0 8px;
font-size: 20px;
line-height: 32px;
}
.timeline-alter .timeline-item .left-part .item-company {
display: block;
margin: 0 0 4px;
font-size: 12px;
font-size: 20px;
line-height: 32px; }
.timeline-alter .timeline-item .divider {
position: absolute;
top: 30px;
left: 50%;
bottom: 0;
width: 2px;
}
.timeline-alter .timeline-item .divider:after {
content: "";
display: block;
margin-top: -32px;
width: 30px;
height: 30px;
margin-left: -15px;
border-radius: 50%;
border: 2px dashed;
border-color: #8C8C8C;
background-color: #fff;
}
.timeline-alter .timeline-item .divider:before {
position: absolute;
content: "";
display: block;
width: 10px;
height: 10px;
margin-left: -5px;
top: -22px;
border-radius: 50%;
background-color: #5777ff;
}
.timeline-alter .timeline-item .right-part {
width: 50%;
display: table-cell;
padding-left: 60px;
padding-right: 15px;
vertical-align: top;
border-left: 2px dashed #8C8C8C;
}
.timeline-alter .timeline-item .right-part h4, .timeline-alter .timeline-item .right-part .item-period {
margin: 2px 0 8px;
font-size: 20px;
line-height: 32px;
}
.timeline-alter .timeline-item .right-part p {
font-size: 18px;
font-weight: 400;
line-height: 30px; }
.timeline-alter .timeline-item .right-part .item-company {
display: block;
margin: 0 0 4px;
font-size: 12px;
font-size: 20px;
line-height: 32px; }
.timeline-alter .timeline-item:last-child {
min-height: unset;
}
.timeline-alter .timeline-item:last-child .left-part p, .timeline-alter .timeline-item:last-child .right-part p {
margin-bottom: 0;
}
.clearfix:after {
clear: both;
}
.clearfix:after, .clearfix:before {
content: " ";
display: table;
}.rs-work-process-wrap .work-item {
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
margin-top: 37px;
}
.rs-work-process-wrap .work-item .rs-step-part {
position: relative;
width: 7.5%;
flex-shrink: 0;
}
.rs-work-process-wrap .work-item .rs-step-part span {
display: flex;
align-items: center;
justify-content: center;
width: 54px;
height: 54px;
border-radius: 2px;
background-color: #F7F7F7;
color: #616161;
font-size: 18px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.rs-work-process-wrap .work-item .rs-step-part:after {
content: "";
position: absolute;
height: 100%;
left: 27px;
border-left: 1px dashed #616161;
}
.rs-work-process-wrap .work-item .divider {
position: absolute;
top: 0;
left: -10px;
bottom: 0;
width: 2px;
}
.rs-work-process-wrap .work-item .divider:after {
content: "";
display: block;
margin-top: -32px;
width: 54px;
height: 54px;
margin-left: -15px;
border-radius: 2px;
background-color: #F7F7F7;
}
.rs-work-process-wrap .work-item .right-part {
width: 28%;
}
.rs-work-process-wrap .work-item .right-part .item-period {
font-size: 22px;
line-height: 32px;
font-weight: 700;
margin-bottom: 0;
}
.rs-work-process-wrap .work-item .timeline-desc {
width: 64%;
}
.rs-work-process-wrap .work-item .timeline-desc p {
font-size: 16px;
font-weight: 400;
line-height: 28px; margin-bottom: 0;
}
.rs-work-process-wrap .work-item:hover .rs-step-part span {
background-color: #EA5501;
color: #fff;
}
.rs-work-process-wrap .work-item:last-child .rs-step-part:after {
border-left: 0px dashed #616161;
}
.rs-work-process-wrap .work-item:first-child {
margin-top: 0;
}
.clearfix:after {
clear: both;
}
.clearfix:after, .clearfix:before {
content: " ";
display: table;
}
 :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + (.5rem + 2px));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + (1rem + 2px));padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + (.75rem + 2px))}textarea.form-control-sm{min-height:calc(1.5em + (.5rem + 2px))}textarea.form-control-lg{min-height:calc(1.5em + (1rem + 2px))}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:0 0;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.5rem;margin-bottom:-.5rem;margin-left:-.5rem;border-bottom:0}.card-header-pills{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;text-align:left;background-color:#fff;border:0;border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#0a58ca;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;color:#0a58ca;background-color:#e9ecef;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:1s linear infinite progress-bar-stripes;animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1050;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio:calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio:calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body{background-color:#fff!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@font-face {
font-family: "remixicon";
src: url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/fonts/remixicon.eot?t=1701175860820); src: url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/fonts/remixicon.eot?t=1701175860820#iefix) format("embedded-opentype"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/fonts/remixicon.woff2?t=1701175860820) format("woff2"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/fonts/remixicon.woff?t=1701175860820) format("woff"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/fonts/remixicon.ttf?t=1701175860820) format("truetype"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/fonts/remixicon.svg?t=1701175860820#remixicon) format("svg"); }
[class^=ri-], [class*=" ri-"] {
font-family: "remixicon" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ri-24-hours-fill:before {
content: "\ea01";
}
.ri-24-hours-line:before {
content: "\ea02";
}
.ri-4k-fill:before {
content: "\ea03";
}
.ri-4k-line:before {
content: "\ea04";
}
.ri-a-b:before {
content: "\ea05";
}
.ri-account-box-fill:before {
content: "\ea06";
}
.ri-account-box-line:before {
content: "\ea07";
}
.ri-account-circle-fill:before {
content: "\ea08";
}
.ri-account-circle-line:before {
content: "\ea09";
}
.ri-account-pin-box-fill:before {
content: "\ea0a";
}
.ri-account-pin-box-line:before {
content: "\ea0b";
}
.ri-account-pin-circle-fill:before {
content: "\ea0c";
}
.ri-account-pin-circle-line:before {
content: "\ea0d";
}
.ri-add-box-fill:before {
content: "\ea0e";
}
.ri-add-box-line:before {
content: "\ea0f";
}
.ri-add-circle-fill:before {
content: "\ea10";
}
.ri-add-circle-line:before {
content: "\ea11";
}
.ri-add-fill:before {
content: "\ea12";
}
.ri-add-line:before {
content: "\ea13";
}
.ri-admin-fill:before {
content: "\ea14";
}
.ri-admin-line:before {
content: "\ea15";
}
.ri-advertisement-fill:before {
content: "\ea16";
}
.ri-advertisement-line:before {
content: "\ea17";
}
.ri-airplay-fill:before {
content: "\ea18";
}
.ri-airplay-line:before {
content: "\ea19";
}
.ri-alarm-fill:before {
content: "\ea1a";
}
.ri-alarm-line:before {
content: "\ea1b";
}
.ri-alarm-warning-fill:before {
content: "\ea1c";
}
.ri-alarm-warning-line:before {
content: "\ea1d";
}
.ri-album-fill:before {
content: "\ea1e";
}
.ri-album-line:before {
content: "\ea1f";
}
.ri-alert-fill:before {
content: "\ea20";
}
.ri-alert-line:before {
content: "\ea21";
}
.ri-aliens-fill:before {
content: "\ea22";
}
.ri-aliens-line:before {
content: "\ea23";
}
.ri-align-bottom:before {
content: "\ea24";
}
.ri-align-center:before {
content: "\ea25";
}
.ri-align-justify:before {
content: "\ea26";
}
.ri-align-left:before {
content: "\ea27";
}
.ri-align-right:before {
content: "\ea28";
}
.ri-align-top:before {
content: "\ea29";
}
.ri-align-vertically:before {
content: "\ea2a";
}
.ri-alipay-fill:before {
content: "\ea2b";
}
.ri-alipay-line:before {
content: "\ea2c";
}
.ri-amazon-fill:before {
content: "\ea2d";
}
.ri-amazon-line:before {
content: "\ea2e";
}
.ri-anchor-fill:before {
content: "\ea2f";
}
.ri-anchor-line:before {
content: "\ea30";
}
.ri-ancient-gate-fill:before {
content: "\ea31";
}
.ri-ancient-gate-line:before {
content: "\ea32";
}
.ri-ancient-pavilion-fill:before {
content: "\ea33";
}
.ri-ancient-pavilion-line:before {
content: "\ea34";
}
.ri-android-fill:before {
content: "\ea35";
}
.ri-android-line:before {
content: "\ea36";
}
.ri-angularjs-fill:before {
content: "\ea37";
}
.ri-angularjs-line:before {
content: "\ea38";
}
.ri-anticlockwise-2-fill:before {
content: "\ea39";
}
.ri-anticlockwise-2-line:before {
content: "\ea3a";
}
.ri-anticlockwise-fill:before {
content: "\ea3b";
}
.ri-anticlockwise-line:before {
content: "\ea3c";
}
.ri-app-store-fill:before {
content: "\ea3d";
}
.ri-app-store-line:before {
content: "\ea3e";
}
.ri-apple-fill:before {
content: "\ea3f";
}
.ri-apple-line:before {
content: "\ea40";
}
.ri-apps-2-fill:before {
content: "\ea41";
}
.ri-apps-2-line:before {
content: "\ea42";
}
.ri-apps-fill:before {
content: "\ea43";
}
.ri-apps-line:before {
content: "\ea44";
}
.ri-archive-drawer-fill:before {
content: "\ea45";
}
.ri-archive-drawer-line:before {
content: "\ea46";
}
.ri-archive-fill:before {
content: "\ea47";
}
.ri-archive-line:before {
content: "\ea48";
}
.ri-arrow-down-circle-fill:before {
content: "\ea49";
}
.ri-arrow-down-circle-line:before {
content: "\ea4a";
}
.ri-arrow-down-fill:before {
content: "\ea4b";
}
.ri-arrow-down-line:before {
content: "\ea4c";
}
.ri-arrow-down-s-fill:before {
content: "\ea4d";
}
.ri-arrow-down-s-line:before {
content: "\ea4e";
}
.ri-arrow-drop-down-fill:before {
content: "\ea4f";
}
.ri-arrow-drop-down-line:before {
content: "\ea50";
}
.ri-arrow-drop-left-fill:before {
content: "\ea51";
}
.ri-arrow-drop-left-line:before {
content: "\ea52";
}
.ri-arrow-drop-right-fill:before {
content: "\ea53";
}
.ri-arrow-drop-right-line:before {
content: "\ea54";
}
.ri-arrow-drop-up-fill:before {
content: "\ea55";
}
.ri-arrow-drop-up-line:before {
content: "\ea56";
}
.ri-arrow-go-back-fill:before {
content: "\ea57";
}
.ri-arrow-go-back-line:before {
content: "\ea58";
}
.ri-arrow-go-forward-fill:before {
content: "\ea59";
}
.ri-arrow-go-forward-line:before {
content: "\ea5a";
}
.ri-arrow-left-circle-fill:before {
content: "\ea5b";
}
.ri-arrow-left-circle-line:before {
content: "\ea5c";
}
.ri-arrow-left-down-fill:before {
content: "\ea5d";
}
.ri-arrow-left-down-line:before {
content: "\ea5e";
}
.ri-arrow-left-fill:before {
content: "\ea5f";
}
.ri-arrow-left-line:before {
content: "\ea60";
}
.ri-arrow-left-right-fill:before {
content: "\ea61";
}
.ri-arrow-left-right-line:before {
content: "\ea62";
}
.ri-arrow-left-s-fill:before {
content: "\ea63";
}
.ri-arrow-left-s-line:before {
content: "\ea64";
}
.ri-arrow-left-up-fill:before {
content: "\ea65";
}
.ri-arrow-left-up-line:before {
content: "\ea66";
}
.ri-arrow-right-circle-fill:before {
content: "\ea67";
}
.ri-arrow-right-circle-line:before {
content: "\ea68";
}
.ri-arrow-right-down-fill:before {
content: "\ea69";
}
.ri-arrow-right-down-line:before {
content: "\ea6a";
}
.ri-arrow-right-fill:before {
content: "\ea6b";
}
.ri-arrow-right-line:before {
content: "\ea6c";
}
.ri-arrow-right-s-fill:before {
content: "\ea6d";
}
.ri-arrow-right-s-line:before {
content: "\ea6e";
}
.ri-arrow-right-up-fill:before {
content: "\ea6f";
}
.ri-arrow-right-up-line:before {
content: "\ea70";
}
.ri-arrow-up-circle-fill:before {
content: "\ea71";
}
.ri-arrow-up-circle-line:before {
content: "\ea72";
}
.ri-arrow-up-down-fill:before {
content: "\ea73";
}
.ri-arrow-up-down-line:before {
content: "\ea74";
}
.ri-arrow-up-fill:before {
content: "\ea75";
}
.ri-arrow-up-line:before {
content: "\ea76";
}
.ri-arrow-up-s-fill:before {
content: "\ea77";
}
.ri-arrow-up-s-line:before {
content: "\ea78";
}
.ri-artboard-2-fill:before {
content: "\ea79";
}
.ri-artboard-2-line:before {
content: "\ea7a";
}
.ri-artboard-fill:before {
content: "\ea7b";
}
.ri-artboard-line:before {
content: "\ea7c";
}
.ri-article-fill:before {
content: "\ea7d";
}
.ri-article-line:before {
content: "\ea7e";
}
.ri-aspect-ratio-fill:before {
content: "\ea7f";
}
.ri-aspect-ratio-line:before {
content: "\ea80";
}
.ri-asterisk:before {
content: "\ea81";
}
.ri-at-fill:before {
content: "\ea82";
}
.ri-at-line:before {
content: "\ea83";
}
.ri-attachment-2:before {
content: "\ea84";
}
.ri-attachment-fill:before {
content: "\ea85";
}
.ri-attachment-line:before {
content: "\ea86";
}
.ri-auction-fill:before {
content: "\ea87";
}
.ri-auction-line:before {
content: "\ea88";
}
.ri-award-fill:before {
content: "\ea89";
}
.ri-award-line:before {
content: "\ea8a";
}
.ri-baidu-fill:before {
content: "\ea8b";
}
.ri-baidu-line:before {
content: "\ea8c";
}
.ri-ball-pen-fill:before {
content: "\ea8d";
}
.ri-ball-pen-line:before {
content: "\ea8e";
}
.ri-bank-card-2-fill:before {
content: "\ea8f";
}
.ri-bank-card-2-line:before {
content: "\ea90";
}
.ri-bank-card-fill:before {
content: "\ea91";
}
.ri-bank-card-line:before {
content: "\ea92";
}
.ri-bank-fill:before {
content: "\ea93";
}
.ri-bank-line:before {
content: "\ea94";
}
.ri-bar-chart-2-fill:before {
content: "\ea95";
}
.ri-bar-chart-2-line:before {
content: "\ea96";
}
.ri-bar-chart-box-fill:before {
content: "\ea97";
}
.ri-bar-chart-box-line:before {
content: "\ea98";
}
.ri-bar-chart-fill:before {
content: "\ea99";
}
.ri-bar-chart-grouped-fill:before {
content: "\ea9a";
}
.ri-bar-chart-grouped-line:before {
content: "\ea9b";
}
.ri-bar-chart-horizontal-fill:before {
content: "\ea9c";
}
.ri-bar-chart-horizontal-line:before {
content: "\ea9d";
}
.ri-bar-chart-line:before {
content: "\ea9e";
}
.ri-barcode-box-fill:before {
content: "\ea9f";
}
.ri-barcode-box-line:before {
content: "\eaa0";
}
.ri-barcode-fill:before {
content: "\eaa1";
}
.ri-barcode-line:before {
content: "\eaa2";
}
.ri-barricade-fill:before {
content: "\eaa3";
}
.ri-barricade-line:before {
content: "\eaa4";
}
.ri-base-station-fill:before {
content: "\eaa5";
}
.ri-base-station-line:before {
content: "\eaa6";
}
.ri-basketball-fill:before {
content: "\eaa7";
}
.ri-basketball-line:before {
content: "\eaa8";
}
.ri-battery-2-charge-fill:before {
content: "\eaa9";
}
.ri-battery-2-charge-line:before {
content: "\eaaa";
}
.ri-battery-2-fill:before {
content: "\eaab";
}
.ri-battery-2-line:before {
content: "\eaac";
}
.ri-battery-charge-fill:before {
content: "\eaad";
}
.ri-battery-charge-line:before {
content: "\eaae";
}
.ri-battery-fill:before {
content: "\eaaf";
}
.ri-battery-line:before {
content: "\eab0";
}
.ri-battery-low-fill:before {
content: "\eab1";
}
.ri-battery-low-line:before {
content: "\eab2";
}
.ri-battery-saver-fill:before {
content: "\eab3";
}
.ri-battery-saver-line:before {
content: "\eab4";
}
.ri-battery-share-fill:before {
content: "\eab5";
}
.ri-battery-share-line:before {
content: "\eab6";
}
.ri-bear-smile-fill:before {
content: "\eab7";
}
.ri-bear-smile-line:before {
content: "\eab8";
}
.ri-behance-fill:before {
content: "\eab9";
}
.ri-behance-line:before {
content: "\eaba";
}
.ri-bell-fill:before {
content: "\eabb";
}
.ri-bell-line:before {
content: "\eabc";
}
.ri-bike-fill:before {
content: "\eabd";
}
.ri-bike-line:before {
content: "\eabe";
}
.ri-bilibili-fill:before {
content: "\eabf";
}
.ri-bilibili-line:before {
content: "\eac0";
}
.ri-bill-fill:before {
content: "\eac1";
}
.ri-bill-line:before {
content: "\eac2";
}
.ri-billiards-fill:before {
content: "\eac3";
}
.ri-billiards-line:before {
content: "\eac4";
}
.ri-bit-coin-fill:before {
content: "\eac5";
}
.ri-bit-coin-line:before {
content: "\eac6";
}
.ri-blaze-fill:before {
content: "\eac7";
}
.ri-blaze-line:before {
content: "\eac8";
}
.ri-bluetooth-connect-fill:before {
content: "\eac9";
}
.ri-bluetooth-connect-line:before {
content: "\eaca";
}
.ri-bluetooth-fill:before {
content: "\eacb";
}
.ri-bluetooth-line:before {
content: "\eacc";
}
.ri-blur-off-fill:before {
content: "\eacd";
}
.ri-blur-off-line:before {
content: "\eace";
}
.ri-body-scan-fill:before {
content: "\eacf";
}
.ri-body-scan-line:before {
content: "\ead0";
}
.ri-bold:before {
content: "\ead1";
}
.ri-book-2-fill:before {
content: "\ead2";
}
.ri-book-2-line:before {
content: "\ead3";
}
.ri-book-3-fill:before {
content: "\ead4";
}
.ri-book-3-line:before {
content: "\ead5";
}
.ri-book-fill:before {
content: "\ead6";
}
.ri-book-line:before {
content: "\ead7";
}
.ri-book-mark-fill:before {
content: "\ead8";
}
.ri-book-mark-line:before {
content: "\ead9";
}
.ri-book-open-fill:before {
content: "\eada";
}
.ri-book-open-line:before {
content: "\eadb";
}
.ri-book-read-fill:before {
content: "\eadc";
}
.ri-book-read-line:before {
content: "\eadd";
}
.ri-booklet-fill:before {
content: "\eade";
}
.ri-booklet-line:before {
content: "\eadf";
}
.ri-bookmark-2-fill:before {
content: "\eae0";
}
.ri-bookmark-2-line:before {
content: "\eae1";
}
.ri-bookmark-3-fill:before {
content: "\eae2";
}
.ri-bookmark-3-line:before {
content: "\eae3";
}
.ri-bookmark-fill:before {
content: "\eae4";
}
.ri-bookmark-line:before {
content: "\eae5";
}
.ri-boxing-fill:before {
content: "\eae6";
}
.ri-boxing-line:before {
content: "\eae7";
}
.ri-braces-fill:before {
content: "\eae8";
}
.ri-braces-line:before {
content: "\eae9";
}
.ri-brackets-fill:before {
content: "\eaea";
}
.ri-brackets-line:before {
content: "\eaeb";
}
.ri-briefcase-2-fill:before {
content: "\eaec";
}
.ri-briefcase-2-line:before {
content: "\eaed";
}
.ri-briefcase-3-fill:before {
content: "\eaee";
}
.ri-briefcase-3-line:before {
content: "\eaef";
}
.ri-briefcase-4-fill:before {
content: "\eaf0";
}
.ri-briefcase-4-line:before {
content: "\eaf1";
}
.ri-briefcase-5-fill:before {
content: "\eaf2";
}
.ri-briefcase-5-line:before {
content: "\eaf3";
}
.ri-briefcase-fill:before {
content: "\eaf4";
}
.ri-briefcase-line:before {
content: "\eaf5";
}
.ri-bring-forward:before {
content: "\eaf6";
}
.ri-bring-to-front:before {
content: "\eaf7";
}
.ri-broadcast-fill:before {
content: "\eaf8";
}
.ri-broadcast-line:before {
content: "\eaf9";
}
.ri-brush-2-fill:before {
content: "\eafa";
}
.ri-brush-2-line:before {
content: "\eafb";
}
.ri-brush-3-fill:before {
content: "\eafc";
}
.ri-brush-3-line:before {
content: "\eafd";
}
.ri-brush-4-fill:before {
content: "\eafe";
}
.ri-brush-4-line:before {
content: "\eaff";
}
.ri-brush-fill:before {
content: "\eb00";
}
.ri-brush-line:before {
content: "\eb01";
}
.ri-bubble-chart-fill:before {
content: "\eb02";
}
.ri-bubble-chart-line:before {
content: "\eb03";
}
.ri-bug-2-fill:before {
content: "\eb04";
}
.ri-bug-2-line:before {
content: "\eb05";
}
.ri-bug-fill:before {
content: "\eb06";
}
.ri-bug-line:before {
content: "\eb07";
}
.ri-building-2-fill:before {
content: "\eb08";
}
.ri-building-2-line:before {
content: "\eb09";
}
.ri-building-3-fill:before {
content: "\eb0a";
}
.ri-building-3-line:before {
content: "\eb0b";
}
.ri-building-4-fill:before {
content: "\eb0c";
}
.ri-building-4-line:before {
content: "\eb0d";
}
.ri-building-fill:before {
content: "\eb0e";
}
.ri-building-line:before {
content: "\eb0f";
}
.ri-bus-2-fill:before {
content: "\eb10";
}
.ri-bus-2-line:before {
content: "\eb11";
}
.ri-bus-fill:before {
content: "\eb12";
}
.ri-bus-line:before {
content: "\eb13";
}
.ri-bus-wifi-fill:before {
content: "\eb14";
}
.ri-bus-wifi-line:before {
content: "\eb15";
}
.ri-cactus-fill:before {
content: "\eb16";
}
.ri-cactus-line:before {
content: "\eb17";
}
.ri-cake-2-fill:before {
content: "\eb18";
}
.ri-cake-2-line:before {
content: "\eb19";
}
.ri-cake-3-fill:before {
content: "\eb1a";
}
.ri-cake-3-line:before {
content: "\eb1b";
}
.ri-cake-fill:before {
content: "\eb1c";
}
.ri-cake-line:before {
content: "\eb1d";
}
.ri-calculator-fill:before {
content: "\eb1e";
}
.ri-calculator-line:before {
content: "\eb1f";
}
.ri-calendar-2-fill:before {
content: "\eb20";
}
.ri-calendar-2-line:before {
content: "\eb21";
}
.ri-calendar-check-fill:before {
content: "\eb22";
}
.ri-calendar-check-line:before {
content: "\eb23";
}
.ri-calendar-event-fill:before {
content: "\eb24";
}
.ri-calendar-event-line:before {
content: "\eb25";
}
.ri-calendar-fill:before {
content: "\eb26";
}
.ri-calendar-line:before {
content: "\eb27";
}
.ri-calendar-todo-fill:before {
content: "\eb28";
}
.ri-calendar-todo-line:before {
content: "\eb29";
}
.ri-camera-2-fill:before {
content: "\eb2a";
}
.ri-camera-2-line:before {
content: "\eb2b";
}
.ri-camera-3-fill:before {
content: "\eb2c";
}
.ri-camera-3-line:before {
content: "\eb2d";
}
.ri-camera-fill:before {
content: "\eb2e";
}
.ri-camera-lens-fill:before {
content: "\eb2f";
}
.ri-camera-lens-line:before {
content: "\eb30";
}
.ri-camera-line:before {
content: "\eb31";
}
.ri-camera-off-fill:before {
content: "\eb32";
}
.ri-camera-off-line:before {
content: "\eb33";
}
.ri-camera-switch-fill:before {
content: "\eb34";
}
.ri-camera-switch-line:before {
content: "\eb35";
}
.ri-capsule-fill:before {
content: "\eb36";
}
.ri-capsule-line:before {
content: "\eb37";
}
.ri-car-fill:before {
content: "\eb38";
}
.ri-car-line:before {
content: "\eb39";
}
.ri-car-washing-fill:before {
content: "\eb3a";
}
.ri-car-washing-line:before {
content: "\eb3b";
}
.ri-caravan-fill:before {
content: "\eb3c";
}
.ri-caravan-line:before {
content: "\eb3d";
}
.ri-cast-fill:before {
content: "\eb3e";
}
.ri-cast-line:before {
content: "\eb3f";
}
.ri-cellphone-fill:before {
content: "\eb40";
}
.ri-cellphone-line:before {
content: "\eb41";
}
.ri-celsius-fill:before {
content: "\eb42";
}
.ri-celsius-line:before {
content: "\eb43";
}
.ri-centos-fill:before {
content: "\eb44";
}
.ri-centos-line:before {
content: "\eb45";
}
.ri-character-recognition-fill:before {
content: "\eb46";
}
.ri-character-recognition-line:before {
content: "\eb47";
}
.ri-charging-pile-2-fill:before {
content: "\eb48";
}
.ri-charging-pile-2-line:before {
content: "\eb49";
}
.ri-charging-pile-fill:before {
content: "\eb4a";
}
.ri-charging-pile-line:before {
content: "\eb4b";
}
.ri-chat-1-fill:before {
content: "\eb4c";
}
.ri-chat-1-line:before {
content: "\eb4d";
}
.ri-chat-2-fill:before {
content: "\eb4e";
}
.ri-chat-2-line:before {
content: "\eb4f";
}
.ri-chat-3-fill:before {
content: "\eb50";
}
.ri-chat-3-line:before {
content: "\eb51";
}
.ri-chat-4-fill:before {
content: "\eb52";
}
.ri-chat-4-line:before {
content: "\eb53";
}
.ri-chat-check-fill:before {
content: "\eb54";
}
.ri-chat-check-line:before {
content: "\eb55";
}
.ri-chat-delete-fill:before {
content: "\eb56";
}
.ri-chat-delete-line:before {
content: "\eb57";
}
.ri-chat-download-fill:before {
content: "\eb58";
}
.ri-chat-download-line:before {
content: "\eb59";
}
.ri-chat-follow-up-fill:before {
content: "\eb5a";
}
.ri-chat-follow-up-line:before {
content: "\eb5b";
}
.ri-chat-forward-fill:before {
content: "\eb5c";
}
.ri-chat-forward-line:before {
content: "\eb5d";
}
.ri-chat-heart-fill:before {
content: "\eb5e";
}
.ri-chat-heart-line:before {
content: "\eb5f";
}
.ri-chat-history-fill:before {
content: "\eb60";
}
.ri-chat-history-line:before {
content: "\eb61";
}
.ri-chat-new-fill:before {
content: "\eb62";
}
.ri-chat-new-line:before {
content: "\eb63";
}
.ri-chat-off-fill:before {
content: "\eb64";
}
.ri-chat-off-line:before {
content: "\eb65";
}
.ri-chat-poll-fill:before {
content: "\eb66";
}
.ri-chat-poll-line:before {
content: "\eb67";
}
.ri-chat-private-fill:before {
content: "\eb68";
}
.ri-chat-private-line:before {
content: "\eb69";
}
.ri-chat-quote-fill:before {
content: "\eb6a";
}
.ri-chat-quote-line:before {
content: "\eb6b";
}
.ri-chat-settings-fill:before {
content: "\eb6c";
}
.ri-chat-settings-line:before {
content: "\eb6d";
}
.ri-chat-smile-2-fill:before {
content: "\eb6e";
}
.ri-chat-smile-2-line:before {
content: "\eb6f";
}
.ri-chat-smile-3-fill:before {
content: "\eb70";
}
.ri-chat-smile-3-line:before {
content: "\eb71";
}
.ri-chat-smile-fill:before {
content: "\eb72";
}
.ri-chat-smile-line:before {
content: "\eb73";
}
.ri-chat-upload-fill:before {
content: "\eb74";
}
.ri-chat-upload-line:before {
content: "\eb75";
}
.ri-chat-voice-fill:before {
content: "\eb76";
}
.ri-chat-voice-line:before {
content: "\eb77";
}
.ri-check-double-fill:before {
content: "\eb78";
}
.ri-check-double-line:before {
content: "\eb79";
}
.ri-check-fill:before {
content: "\eb7a";
}
.ri-check-line:before {
content: "\eb7b";
}
.ri-checkbox-blank-circle-fill:before {
content: "\eb7c";
}
.ri-checkbox-blank-circle-line:before {
content: "\eb7d";
}
.ri-checkbox-blank-fill:before {
content: "\eb7e";
}
.ri-checkbox-blank-line:before {
content: "\eb7f";
}
.ri-checkbox-circle-fill:before {
content: "\eb80";
}
.ri-checkbox-circle-line:before {
content: "\eb81";
}
.ri-checkbox-fill:before {
content: "\eb82";
}
.ri-checkbox-indeterminate-fill:before {
content: "\eb83";
}
.ri-checkbox-indeterminate-line:before {
content: "\eb84";
}
.ri-checkbox-line:before {
content: "\eb85";
}
.ri-checkbox-multiple-blank-fill:before {
content: "\eb86";
}
.ri-checkbox-multiple-blank-line:before {
content: "\eb87";
}
.ri-checkbox-multiple-fill:before {
content: "\eb88";
}
.ri-checkbox-multiple-line:before {
content: "\eb89";
}
.ri-china-railway-fill:before {
content: "\eb8a";
}
.ri-china-railway-line:before {
content: "\eb8b";
}
.ri-chrome-fill:before {
content: "\eb8c";
}
.ri-chrome-line:before {
content: "\eb8d";
}
.ri-clapperboard-fill:before {
content: "\eb8e";
}
.ri-clapperboard-line:before {
content: "\eb8f";
}
.ri-clipboard-fill:before {
content: "\eb90";
}
.ri-clipboard-line:before {
content: "\eb91";
}
.ri-clockwise-2-fill:before {
content: "\eb92";
}
.ri-clockwise-2-line:before {
content: "\eb93";
}
.ri-clockwise-fill:before {
content: "\eb94";
}
.ri-clockwise-line:before {
content: "\eb95";
}
.ri-close-circle-fill:before {
content: "\eb96";
}
.ri-close-circle-line:before {
content: "\eb97";
}
.ri-close-fill:before {
content: "\eb98";
}
.ri-close-line:before {
content: "\eb99";
}
.ri-closed-captioning-fill:before {
content: "\eb9a";
}
.ri-closed-captioning-line:before {
content: "\eb9b";
}
.ri-cloud-fill:before {
content: "\eb9c";
}
.ri-cloud-line:before {
content: "\eb9d";
}
.ri-cloud-off-fill:before {
content: "\eb9e";
}
.ri-cloud-off-line:before {
content: "\eb9f";
}
.ri-cloud-windy-fill:before {
content: "\eba0";
}
.ri-cloud-windy-line:before {
content: "\eba1";
}
.ri-cloudy-2-fill:before {
content: "\eba2";
}
.ri-cloudy-2-line:before {
content: "\eba3";
}
.ri-cloudy-fill:before {
content: "\eba4";
}
.ri-cloudy-line:before {
content: "\eba5";
}
.ri-code-box-fill:before {
content: "\eba6";
}
.ri-code-box-line:before {
content: "\eba7";
}
.ri-code-fill:before {
content: "\eba8";
}
.ri-code-line:before {
content: "\eba9";
}
.ri-code-s-fill:before {
content: "\ebaa";
}
.ri-code-s-line:before {
content: "\ebab";
}
.ri-code-s-slash-fill:before {
content: "\ebac";
}
.ri-code-s-slash-line:before {
content: "\ebad";
}
.ri-code-view:before {
content: "\ebae";
}
.ri-codepen-fill:before {
content: "\ebaf";
}
.ri-codepen-line:before {
content: "\ebb0";
}
.ri-coin-fill:before {
content: "\ebb1";
}
.ri-coin-line:before {
content: "\ebb2";
}
.ri-coins-fill:before {
content: "\ebb3";
}
.ri-coins-line:before {
content: "\ebb4";
}
.ri-collage-fill:before {
content: "\ebb5";
}
.ri-collage-line:before {
content: "\ebb6";
}
.ri-command-fill:before {
content: "\ebb7";
}
.ri-command-line:before {
content: "\ebb8";
}
.ri-community-fill:before {
content: "\ebb9";
}
.ri-community-line:before {
content: "\ebba";
}
.ri-compass-2-fill:before {
content: "\ebbb";
}
.ri-compass-2-line:before {
content: "\ebbc";
}
.ri-compass-3-fill:before {
content: "\ebbd";
}
.ri-compass-3-line:before {
content: "\ebbe";
}
.ri-compass-4-fill:before {
content: "\ebbf";
}
.ri-compass-4-line:before {
content: "\ebc0";
}
.ri-compass-discover-fill:before {
content: "\ebc1";
}
.ri-compass-discover-line:before {
content: "\ebc2";
}
.ri-compass-fill:before {
content: "\ebc3";
}
.ri-compass-line:before {
content: "\ebc4";
}
.ri-compasses-2-fill:before {
content: "\ebc5";
}
.ri-compasses-2-line:before {
content: "\ebc6";
}
.ri-compasses-fill:before {
content: "\ebc7";
}
.ri-compasses-line:before {
content: "\ebc8";
}
.ri-computer-fill:before {
content: "\ebc9";
}
.ri-computer-line:before {
content: "\ebca";
}
.ri-contacts-book-2-fill:before {
content: "\ebcb";
}
.ri-contacts-book-2-line:before {
content: "\ebcc";
}
.ri-contacts-book-fill:before {
content: "\ebcd";
}
.ri-contacts-book-line:before {
content: "\ebce";
}
.ri-contacts-book-upload-fill:before {
content: "\ebcf";
}
.ri-contacts-book-upload-line:before {
content: "\ebd0";
}
.ri-contacts-fill:before {
content: "\ebd1";
}
.ri-contacts-line:before {
content: "\ebd2";
}
.ri-contrast-2-fill:before {
content: "\ebd3";
}
.ri-contrast-2-line:before {
content: "\ebd4";
}
.ri-contrast-drop-2-fill:before {
content: "\ebd5";
}
.ri-contrast-drop-2-line:before {
content: "\ebd6";
}
.ri-contrast-drop-fill:before {
content: "\ebd7";
}
.ri-contrast-drop-line:before {
content: "\ebd8";
}
.ri-contrast-fill:before {
content: "\ebd9";
}
.ri-contrast-line:before {
content: "\ebda";
}
.ri-copper-coin-fill:before {
content: "\ebdb";
}
.ri-copper-coin-line:before {
content: "\ebdc";
}
.ri-copper-diamond-fill:before {
content: "\ebdd";
}
.ri-copper-diamond-line:before {
content: "\ebde";
}
.ri-copyleft-fill:before {
content: "\ebdf";
}
.ri-copyleft-line:before {
content: "\ebe0";
}
.ri-copyright-fill:before {
content: "\ebe1";
}
.ri-copyright-line:before {
content: "\ebe2";
}
.ri-coreos-fill:before {
content: "\ebe3";
}
.ri-coreos-line:before {
content: "\ebe4";
}
.ri-coupon-2-fill:before {
content: "\ebe5";
}
.ri-coupon-2-line:before {
content: "\ebe6";
}
.ri-coupon-3-fill:before {
content: "\ebe7";
}
.ri-coupon-3-line:before {
content: "\ebe8";
}
.ri-coupon-4-fill:before {
content: "\ebe9";
}
.ri-coupon-4-line:before {
content: "\ebea";
}
.ri-coupon-5-fill:before {
content: "\ebeb";
}
.ri-coupon-5-line:before {
content: "\ebec";
}
.ri-coupon-fill:before {
content: "\ebed";
}
.ri-coupon-line:before {
content: "\ebee";
}
.ri-cpu-fill:before {
content: "\ebef";
}
.ri-cpu-line:before {
content: "\ebf0";
}
.ri-creative-commons-by-fill:before {
content: "\ebf1";
}
.ri-creative-commons-by-line:before {
content: "\ebf2";
}
.ri-creative-commons-fill:before {
content: "\ebf3";
}
.ri-creative-commons-line:before {
content: "\ebf4";
}
.ri-creative-commons-nc-fill:before {
content: "\ebf5";
}
.ri-creative-commons-nc-line:before {
content: "\ebf6";
}
.ri-creative-commons-nd-fill:before {
content: "\ebf7";
}
.ri-creative-commons-nd-line:before {
content: "\ebf8";
}
.ri-creative-commons-sa-fill:before {
content: "\ebf9";
}
.ri-creative-commons-sa-line:before {
content: "\ebfa";
}
.ri-creative-commons-zero-fill:before {
content: "\ebfb";
}
.ri-creative-commons-zero-line:before {
content: "\ebfc";
}
.ri-criminal-fill:before {
content: "\ebfd";
}
.ri-criminal-line:before {
content: "\ebfe";
}
.ri-crop-2-fill:before {
content: "\ebff";
}
.ri-crop-2-line:before {
content: "\ec00";
}
.ri-crop-fill:before {
content: "\ec01";
}
.ri-crop-line:before {
content: "\ec02";
}
.ri-css3-fill:before {
content: "\ec03";
}
.ri-css3-line:before {
content: "\ec04";
}
.ri-cup-fill:before {
content: "\ec05";
}
.ri-cup-line:before {
content: "\ec06";
}
.ri-currency-fill:before {
content: "\ec07";
}
.ri-currency-line:before {
content: "\ec08";
}
.ri-cursor-fill:before {
content: "\ec09";
}
.ri-cursor-line:before {
content: "\ec0a";
}
.ri-customer-service-2-fill:before {
content: "\ec0b";
}
.ri-customer-service-2-line:before {
content: "\ec0c";
}
.ri-customer-service-fill:before {
content: "\ec0d";
}
.ri-customer-service-line:before {
content: "\ec0e";
}
.ri-dashboard-2-fill:before {
content: "\ec0f";
}
.ri-dashboard-2-line:before {
content: "\ec10";
}
.ri-dashboard-3-fill:before {
content: "\ec11";
}
.ri-dashboard-3-line:before {
content: "\ec12";
}
.ri-dashboard-fill:before {
content: "\ec13";
}
.ri-dashboard-line:before {
content: "\ec14";
}
.ri-database-2-fill:before {
content: "\ec15";
}
.ri-database-2-line:before {
content: "\ec16";
}
.ri-database-fill:before {
content: "\ec17";
}
.ri-database-line:before {
content: "\ec18";
}
.ri-delete-back-2-fill:before {
content: "\ec19";
}
.ri-delete-back-2-line:before {
content: "\ec1a";
}
.ri-delete-back-fill:before {
content: "\ec1b";
}
.ri-delete-back-line:before {
content: "\ec1c";
}
.ri-delete-bin-2-fill:before {
content: "\ec1d";
}
.ri-delete-bin-2-line:before {
content: "\ec1e";
}
.ri-delete-bin-3-fill:before {
content: "\ec1f";
}
.ri-delete-bin-3-line:before {
content: "\ec20";
}
.ri-delete-bin-4-fill:before {
content: "\ec21";
}
.ri-delete-bin-4-line:before {
content: "\ec22";
}
.ri-delete-bin-5-fill:before {
content: "\ec23";
}
.ri-delete-bin-5-line:before {
content: "\ec24";
}
.ri-delete-bin-6-fill:before {
content: "\ec25";
}
.ri-delete-bin-6-line:before {
content: "\ec26";
}
.ri-delete-bin-7-fill:before {
content: "\ec27";
}
.ri-delete-bin-7-line:before {
content: "\ec28";
}
.ri-delete-bin-fill:before {
content: "\ec29";
}
.ri-delete-bin-line:before {
content: "\ec2a";
}
.ri-delete-column:before {
content: "\ec2b";
}
.ri-delete-row:before {
content: "\ec2c";
}
.ri-device-fill:before {
content: "\ec2d";
}
.ri-device-line:before {
content: "\ec2e";
}
.ri-device-recover-fill:before {
content: "\ec2f";
}
.ri-device-recover-line:before {
content: "\ec30";
}
.ri-dingding-fill:before {
content: "\ec31";
}
.ri-dingding-line:before {
content: "\ec32";
}
.ri-direction-fill:before {
content: "\ec33";
}
.ri-direction-line:before {
content: "\ec34";
}
.ri-disc-fill:before {
content: "\ec35";
}
.ri-disc-line:before {
content: "\ec36";
}
.ri-discord-fill:before {
content: "\ec37";
}
.ri-discord-line:before {
content: "\ec38";
}
.ri-discuss-fill:before {
content: "\ec39";
}
.ri-discuss-line:before {
content: "\ec3a";
}
.ri-dislike-fill:before {
content: "\ec3b";
}
.ri-dislike-line:before {
content: "\ec3c";
}
.ri-disqus-fill:before {
content: "\ec3d";
}
.ri-disqus-line:before {
content: "\ec3e";
}
.ri-divide-fill:before {
content: "\ec3f";
}
.ri-divide-line:before {
content: "\ec40";
}
.ri-donut-chart-fill:before {
content: "\ec41";
}
.ri-donut-chart-line:before {
content: "\ec42";
}
.ri-door-closed-fill:before {
content: "\ec43";
}
.ri-door-closed-line:before {
content: "\ec44";
}
.ri-door-fill:before {
content: "\ec45";
}
.ri-door-line:before {
content: "\ec46";
}
.ri-door-lock-box-fill:before {
content: "\ec47";
}
.ri-door-lock-box-line:before {
content: "\ec48";
}
.ri-door-lock-fill:before {
content: "\ec49";
}
.ri-door-lock-line:before {
content: "\ec4a";
}
.ri-door-open-fill:before {
content: "\ec4b";
}
.ri-door-open-line:before {
content: "\ec4c";
}
.ri-dossier-fill:before {
content: "\ec4d";
}
.ri-dossier-line:before {
content: "\ec4e";
}
.ri-douban-fill:before {
content: "\ec4f";
}
.ri-douban-line:before {
content: "\ec50";
}
.ri-double-quotes-l:before {
content: "\ec51";
}
.ri-double-quotes-r:before {
content: "\ec52";
}
.ri-download-2-fill:before {
content: "\ec53";
}
.ri-download-2-line:before {
content: "\ec54";
}
.ri-download-cloud-2-fill:before {
content: "\ec55";
}
.ri-download-cloud-2-line:before {
content: "\ec56";
}
.ri-download-cloud-fill:before {
content: "\ec57";
}
.ri-download-cloud-line:before {
content: "\ec58";
}
.ri-download-fill:before {
content: "\ec59";
}
.ri-download-line:before {
content: "\ec5a";
}
.ri-draft-fill:before {
content: "\ec5b";
}
.ri-draft-line:before {
content: "\ec5c";
}
.ri-drag-drop-fill:before {
content: "\ec5d";
}
.ri-drag-drop-line:before {
content: "\ec5e";
}
.ri-drag-move-2-fill:before {
content: "\ec5f";
}
.ri-drag-move-2-line:before {
content: "\ec60";
}
.ri-drag-move-fill:before {
content: "\ec61";
}
.ri-drag-move-line:before {
content: "\ec62";
}
.ri-dribbble-fill:before {
content: "\ec63";
}
.ri-dribbble-line:before {
content: "\ec64";
}
.ri-drive-fill:before {
content: "\ec65";
}
.ri-drive-line:before {
content: "\ec66";
}
.ri-drizzle-fill:before {
content: "\ec67";
}
.ri-drizzle-line:before {
content: "\ec68";
}
.ri-drop-fill:before {
content: "\ec69";
}
.ri-drop-line:before {
content: "\ec6a";
}
.ri-dropbox-fill:before {
content: "\ec6b";
}
.ri-dropbox-line:before {
content: "\ec6c";
}
.ri-dual-sim-1-fill:before {
content: "\ec6d";
}
.ri-dual-sim-1-line:before {
content: "\ec6e";
}
.ri-dual-sim-2-fill:before {
content: "\ec6f";
}
.ri-dual-sim-2-line:before {
content: "\ec70";
}
.ri-dv-fill:before {
content: "\ec71";
}
.ri-dv-line:before {
content: "\ec72";
}
.ri-dvd-fill:before {
content: "\ec73";
}
.ri-dvd-line:before {
content: "\ec74";
}
.ri-e-bike-2-fill:before {
content: "\ec75";
}
.ri-e-bike-2-line:before {
content: "\ec76";
}
.ri-e-bike-fill:before {
content: "\ec77";
}
.ri-e-bike-line:before {
content: "\ec78";
}
.ri-earth-fill:before {
content: "\ec79";
}
.ri-earth-line:before {
content: "\ec7a";
}
.ri-earthquake-fill:before {
content: "\ec7b";
}
.ri-earthquake-line:before {
content: "\ec7c";
}
.ri-edge-fill:before {
content: "\ec7d";
}
.ri-edge-line:before {
content: "\ec7e";
}
.ri-edit-2-fill:before {
content: "\ec7f";
}
.ri-edit-2-line:before {
content: "\ec80";
}
.ri-edit-box-fill:before {
content: "\ec81";
}
.ri-edit-box-line:before {
content: "\ec82";
}
.ri-edit-circle-fill:before {
content: "\ec83";
}
.ri-edit-circle-line:before {
content: "\ec84";
}
.ri-edit-fill:before {
content: "\ec85";
}
.ri-edit-line:before {
content: "\ec86";
}
.ri-eject-fill:before {
content: "\ec87";
}
.ri-eject-line:before {
content: "\ec88";
}
.ri-emotion-2-fill:before {
content: "\ec89";
}
.ri-emotion-2-line:before {
content: "\ec8a";
}
.ri-emotion-fill:before {
content: "\ec8b";
}
.ri-emotion-happy-fill:before {
content: "\ec8c";
}
.ri-emotion-happy-line:before {
content: "\ec8d";
}
.ri-emotion-laugh-fill:before {
content: "\ec8e";
}
.ri-emotion-laugh-line:before {
content: "\ec8f";
}
.ri-emotion-line:before {
content: "\ec90";
}
.ri-emotion-normal-fill:before {
content: "\ec91";
}
.ri-emotion-normal-line:before {
content: "\ec92";
}
.ri-emotion-sad-fill:before {
content: "\ec93";
}
.ri-emotion-sad-line:before {
content: "\ec94";
}
.ri-emotion-unhappy-fill:before {
content: "\ec95";
}
.ri-emotion-unhappy-line:before {
content: "\ec96";
}
.ri-empathize-fill:before {
content: "\ec97";
}
.ri-empathize-line:before {
content: "\ec98";
}
.ri-emphasis-cn:before {
content: "\ec99";
}
.ri-emphasis:before {
content: "\ec9a";
}
.ri-english-input:before {
content: "\ec9b";
}
.ri-equalizer-fill:before {
content: "\ec9c";
}
.ri-equalizer-line:before {
content: "\ec9d";
}
.ri-eraser-fill:before {
content: "\ec9e";
}
.ri-eraser-line:before {
content: "\ec9f";
}
.ri-error-warning-fill:before {
content: "\eca0";
}
.ri-error-warning-line:before {
content: "\eca1";
}
.ri-evernote-fill:before {
content: "\eca2";
}
.ri-evernote-line:before {
content: "\eca3";
}
.ri-exchange-box-fill:before {
content: "\eca4";
}
.ri-exchange-box-line:before {
content: "\eca5";
}
.ri-exchange-cny-fill:before {
content: "\eca6";
}
.ri-exchange-cny-line:before {
content: "\eca7";
}
.ri-exchange-dollar-fill:before {
content: "\eca8";
}
.ri-exchange-dollar-line:before {
content: "\eca9";
}
.ri-exchange-fill:before {
content: "\ecaa";
}
.ri-exchange-funds-fill:before {
content: "\ecab";
}
.ri-exchange-funds-line:before {
content: "\ecac";
}
.ri-exchange-line:before {
content: "\ecad";
}
.ri-external-link-fill:before {
content: "\ecae";
}
.ri-external-link-line:before {
content: "\ecaf";
}
.ri-eye-2-fill:before {
content: "\ecb0";
}
.ri-eye-2-line:before {
content: "\ecb1";
}
.ri-eye-close-fill:before {
content: "\ecb2";
}
.ri-eye-close-line:before {
content: "\ecb3";
}
.ri-eye-fill:before {
content: "\ecb4";
}
.ri-eye-line:before {
content: "\ecb5";
}
.ri-eye-off-fill:before {
content: "\ecb6";
}
.ri-eye-off-line:before {
content: "\ecb7";
}
.ri-facebook-box-fill:before {
content: "\ecb8";
}
.ri-facebook-box-line:before {
content: "\ecb9";
}
.ri-facebook-circle-fill:before {
content: "\ecba";
}
.ri-facebook-circle-line:before {
content: "\ecbb";
}
.ri-facebook-fill:before {
content: "\ecbc";
}
.ri-facebook-line:before {
content: "\ecbd";
}
.ri-fahrenheit-fill:before {
content: "\ecbe";
}
.ri-fahrenheit-line:before {
content: "\ecbf";
}
.ri-feedback-fill:before {
content: "\ecc0";
}
.ri-feedback-line:before {
content: "\ecc1";
}
.ri-file-2-fill:before {
content: "\ecc2";
}
.ri-file-2-line:before {
content: "\ecc3";
}
.ri-file-3-fill:before {
content: "\ecc4";
}
.ri-file-3-line:before {
content: "\ecc5";
}
.ri-file-4-fill:before {
content: "\ecc6";
}
.ri-file-4-line:before {
content: "\ecc7";
}
.ri-file-add-fill:before {
content: "\ecc8";
}
.ri-file-add-line:before {
content: "\ecc9";
}
.ri-file-chart-2-fill:before {
content: "\ecca";
}
.ri-file-chart-2-line:before {
content: "\eccb";
}
.ri-file-chart-fill:before {
content: "\eccc";
}
.ri-file-chart-line:before {
content: "\eccd";
}
.ri-file-cloud-fill:before {
content: "\ecce";
}
.ri-file-cloud-line:before {
content: "\eccf";
}
.ri-file-code-fill:before {
content: "\ecd0";
}
.ri-file-code-line:before {
content: "\ecd1";
}
.ri-file-copy-2-fill:before {
content: "\ecd2";
}
.ri-file-copy-2-line:before {
content: "\ecd3";
}
.ri-file-copy-fill:before {
content: "\ecd4";
}
.ri-file-copy-line:before {
content: "\ecd5";
}
.ri-file-damage-fill:before {
content: "\ecd6";
}
.ri-file-damage-line:before {
content: "\ecd7";
}
.ri-file-download-fill:before {
content: "\ecd8";
}
.ri-file-download-line:before {
content: "\ecd9";
}
.ri-file-edit-fill:before {
content: "\ecda";
}
.ri-file-edit-line:before {
content: "\ecdb";
}
.ri-file-excel-2-fill:before {
content: "\ecdc";
}
.ri-file-excel-2-line:before {
content: "\ecdd";
}
.ri-file-excel-fill:before {
content: "\ecde";
}
.ri-file-excel-line:before {
content: "\ecdf";
}
.ri-file-fill:before {
content: "\ece0";
}
.ri-file-forbid-fill:before {
content: "\ece1";
}
.ri-file-forbid-line:before {
content: "\ece2";
}
.ri-file-gif-fill:before {
content: "\ece3";
}
.ri-file-gif-line:before {
content: "\ece4";
}
.ri-file-history-fill:before {
content: "\ece5";
}
.ri-file-history-line:before {
content: "\ece6";
}
.ri-file-hwp-fill:before {
content: "\ece7";
}
.ri-file-hwp-line:before {
content: "\ece8";
}
.ri-file-info-fill:before {
content: "\ece9";
}
.ri-file-info-line:before {
content: "\ecea";
}
.ri-file-line:before {
content: "\eceb";
}
.ri-file-list-2-fill:before {
content: "\ecec";
}
.ri-file-list-2-line:before {
content: "\eced";
}
.ri-file-list-3-fill:before {
content: "\ecee";
}
.ri-file-list-3-line:before {
content: "\ecef";
}
.ri-file-list-fill:before {
content: "\ecf0";
}
.ri-file-list-line:before {
content: "\ecf1";
}
.ri-file-lock-fill:before {
content: "\ecf2";
}
.ri-file-lock-line:before {
content: "\ecf3";
}
.ri-file-mark-fill:before {
content: "\ecf4";
}
.ri-file-mark-line:before {
content: "\ecf5";
}
.ri-file-music-fill:before {
content: "\ecf6";
}
.ri-file-music-line:before {
content: "\ecf7";
}
.ri-file-paper-2-fill:before {
content: "\ecf8";
}
.ri-file-paper-2-line:before {
content: "\ecf9";
}
.ri-file-paper-fill:before {
content: "\ecfa";
}
.ri-file-paper-line:before {
content: "\ecfb";
}
.ri-file-pdf-fill:before {
content: "\ecfc";
}
.ri-file-pdf-line:before {
content: "\ecfd";
}
.ri-file-ppt-2-fill:before {
content: "\ecfe";
}
.ri-file-ppt-2-line:before {
content: "\ecff";
}
.ri-file-ppt-fill:before {
content: "\ed00";
}
.ri-file-ppt-line:before {
content: "\ed01";
}
.ri-file-reduce-fill:before {
content: "\ed02";
}
.ri-file-reduce-line:before {
content: "\ed03";
}
.ri-file-search-fill:before {
content: "\ed04";
}
.ri-file-search-line:before {
content: "\ed05";
}
.ri-file-settings-fill:before {
content: "\ed06";
}
.ri-file-settings-line:before {
content: "\ed07";
}
.ri-file-shield-2-fill:before {
content: "\ed08";
}
.ri-file-shield-2-line:before {
content: "\ed09";
}
.ri-file-shield-fill:before {
content: "\ed0a";
}
.ri-file-shield-line:before {
content: "\ed0b";
}
.ri-file-shred-fill:before {
content: "\ed0c";
}
.ri-file-shred-line:before {
content: "\ed0d";
}
.ri-file-text-fill:before {
content: "\ed0e";
}
.ri-file-text-line:before {
content: "\ed0f";
}
.ri-file-transfer-fill:before {
content: "\ed10";
}
.ri-file-transfer-line:before {
content: "\ed11";
}
.ri-file-unknow-fill:before {
content: "\ed12";
}
.ri-file-unknow-line:before {
content: "\ed13";
}
.ri-file-upload-fill:before {
content: "\ed14";
}
.ri-file-upload-line:before {
content: "\ed15";
}
.ri-file-user-fill:before {
content: "\ed16";
}
.ri-file-user-line:before {
content: "\ed17";
}
.ri-file-warning-fill:before {
content: "\ed18";
}
.ri-file-warning-line:before {
content: "\ed19";
}
.ri-file-word-2-fill:before {
content: "\ed1a";
}
.ri-file-word-2-line:before {
content: "\ed1b";
}
.ri-file-word-fill:before {
content: "\ed1c";
}
.ri-file-word-line:before {
content: "\ed1d";
}
.ri-file-zip-fill:before {
content: "\ed1e";
}
.ri-file-zip-line:before {
content: "\ed1f";
}
.ri-film-fill:before {
content: "\ed20";
}
.ri-film-line:before {
content: "\ed21";
}
.ri-filter-2-fill:before {
content: "\ed22";
}
.ri-filter-2-line:before {
content: "\ed23";
}
.ri-filter-3-fill:before {
content: "\ed24";
}
.ri-filter-3-line:before {
content: "\ed25";
}
.ri-filter-fill:before {
content: "\ed26";
}
.ri-filter-line:before {
content: "\ed27";
}
.ri-filter-off-fill:before {
content: "\ed28";
}
.ri-filter-off-line:before {
content: "\ed29";
}
.ri-find-replace-fill:before {
content: "\ed2a";
}
.ri-find-replace-line:before {
content: "\ed2b";
}
.ri-finder-fill:before {
content: "\ed2c";
}
.ri-finder-line:before {
content: "\ed2d";
}
.ri-fingerprint-2-fill:before {
content: "\ed2e";
}
.ri-fingerprint-2-line:before {
content: "\ed2f";
}
.ri-fingerprint-fill:before {
content: "\ed30";
}
.ri-fingerprint-line:before {
content: "\ed31";
}
.ri-fire-fill:before {
content: "\ed32";
}
.ri-fire-line:before {
content: "\ed33";
}
.ri-firefox-fill:before {
content: "\ed34";
}
.ri-firefox-line:before {
content: "\ed35";
}
.ri-first-aid-kit-fill:before {
content: "\ed36";
}
.ri-first-aid-kit-line:before {
content: "\ed37";
}
.ri-flag-2-fill:before {
content: "\ed38";
}
.ri-flag-2-line:before {
content: "\ed39";
}
.ri-flag-fill:before {
content: "\ed3a";
}
.ri-flag-line:before {
content: "\ed3b";
}
.ri-flashlight-fill:before {
content: "\ed3c";
}
.ri-flashlight-line:before {
content: "\ed3d";
}
.ri-flask-fill:before {
content: "\ed3e";
}
.ri-flask-line:before {
content: "\ed3f";
}
.ri-flight-land-fill:before {
content: "\ed40";
}
.ri-flight-land-line:before {
content: "\ed41";
}
.ri-flight-takeoff-fill:before {
content: "\ed42";
}
.ri-flight-takeoff-line:before {
content: "\ed43";
}
.ri-flood-fill:before {
content: "\ed44";
}
.ri-flood-line:before {
content: "\ed45";
}
.ri-flow-chart:before {
content: "\ed46";
}
.ri-flutter-fill:before {
content: "\ed47";
}
.ri-flutter-line:before {
content: "\ed48";
}
.ri-focus-2-fill:before {
content: "\ed49";
}
.ri-focus-2-line:before {
content: "\ed4a";
}
.ri-focus-3-fill:before {
content: "\ed4b";
}
.ri-focus-3-line:before {
content: "\ed4c";
}
.ri-focus-fill:before {
content: "\ed4d";
}
.ri-focus-line:before {
content: "\ed4e";
}
.ri-foggy-fill:before {
content: "\ed4f";
}
.ri-foggy-line:before {
content: "\ed50";
}
.ri-folder-2-fill:before {
content: "\ed51";
}
.ri-folder-2-line:before {
content: "\ed52";
}
.ri-folder-3-fill:before {
content: "\ed53";
}
.ri-folder-3-line:before {
content: "\ed54";
}
.ri-folder-4-fill:before {
content: "\ed55";
}
.ri-folder-4-line:before {
content: "\ed56";
}
.ri-folder-5-fill:before {
content: "\ed57";
}
.ri-folder-5-line:before {
content: "\ed58";
}
.ri-folder-add-fill:before {
content: "\ed59";
}
.ri-folder-add-line:before {
content: "\ed5a";
}
.ri-folder-chart-2-fill:before {
content: "\ed5b";
}
.ri-folder-chart-2-line:before {
content: "\ed5c";
}
.ri-folder-chart-fill:before {
content: "\ed5d";
}
.ri-folder-chart-line:before {
content: "\ed5e";
}
.ri-folder-download-fill:before {
content: "\ed5f";
}
.ri-folder-download-line:before {
content: "\ed60";
}
.ri-folder-fill:before {
content: "\ed61";
}
.ri-folder-forbid-fill:before {
content: "\ed62";
}
.ri-folder-forbid-line:before {
content: "\ed63";
}
.ri-folder-history-fill:before {
content: "\ed64";
}
.ri-folder-history-line:before {
content: "\ed65";
}
.ri-folder-info-fill:before {
content: "\ed66";
}
.ri-folder-info-line:before {
content: "\ed67";
}
.ri-folder-keyhole-fill:before {
content: "\ed68";
}
.ri-folder-keyhole-line:before {
content: "\ed69";
}
.ri-folder-line:before {
content: "\ed6a";
}
.ri-folder-lock-fill:before {
content: "\ed6b";
}
.ri-folder-lock-line:before {
content: "\ed6c";
}
.ri-folder-music-fill:before {
content: "\ed6d";
}
.ri-folder-music-line:before {
content: "\ed6e";
}
.ri-folder-open-fill:before {
content: "\ed6f";
}
.ri-folder-open-line:before {
content: "\ed70";
}
.ri-folder-received-fill:before {
content: "\ed71";
}
.ri-folder-received-line:before {
content: "\ed72";
}
.ri-folder-reduce-fill:before {
content: "\ed73";
}
.ri-folder-reduce-line:before {
content: "\ed74";
}
.ri-folder-settings-fill:before {
content: "\ed75";
}
.ri-folder-settings-line:before {
content: "\ed76";
}
.ri-folder-shared-fill:before {
content: "\ed77";
}
.ri-folder-shared-line:before {
content: "\ed78";
}
.ri-folder-shield-2-fill:before {
content: "\ed79";
}
.ri-folder-shield-2-line:before {
content: "\ed7a";
}
.ri-folder-shield-fill:before {
content: "\ed7b";
}
.ri-folder-shield-line:before {
content: "\ed7c";
}
.ri-folder-transfer-fill:before {
content: "\ed7d";
}
.ri-folder-transfer-line:before {
content: "\ed7e";
}
.ri-folder-unknow-fill:before {
content: "\ed7f";
}
.ri-folder-unknow-line:before {
content: "\ed80";
}
.ri-folder-upload-fill:before {
content: "\ed81";
}
.ri-folder-upload-line:before {
content: "\ed82";
}
.ri-folder-user-fill:before {
content: "\ed83";
}
.ri-folder-user-line:before {
content: "\ed84";
}
.ri-folder-warning-fill:before {
content: "\ed85";
}
.ri-folder-warning-line:before {
content: "\ed86";
}
.ri-folder-zip-fill:before {
content: "\ed87";
}
.ri-folder-zip-line:before {
content: "\ed88";
}
.ri-folders-fill:before {
content: "\ed89";
}
.ri-folders-line:before {
content: "\ed8a";
}
.ri-font-color:before {
content: "\ed8b";
}
.ri-font-size-2:before {
content: "\ed8c";
}
.ri-font-size:before {
content: "\ed8d";
}
.ri-football-fill:before {
content: "\ed8e";
}
.ri-football-line:before {
content: "\ed8f";
}
.ri-footprint-fill:before {
content: "\ed90";
}
.ri-footprint-line:before {
content: "\ed91";
}
.ri-forbid-2-fill:before {
content: "\ed92";
}
.ri-forbid-2-line:before {
content: "\ed93";
}
.ri-forbid-fill:before {
content: "\ed94";
}
.ri-forbid-line:before {
content: "\ed95";
}
.ri-format-clear:before {
content: "\ed96";
}
.ri-fridge-fill:before {
content: "\ed97";
}
.ri-fridge-line:before {
content: "\ed98";
}
.ri-fullscreen-exit-fill:before {
content: "\ed99";
}
.ri-fullscreen-exit-line:before {
content: "\ed9a";
}
.ri-fullscreen-fill:before {
content: "\ed9b";
}
.ri-fullscreen-line:before {
content: "\ed9c";
}
.ri-function-fill:before {
content: "\ed9d";
}
.ri-function-line:before {
content: "\ed9e";
}
.ri-functions:before {
content: "\ed9f";
}
.ri-funds-box-fill:before {
content: "\eda0";
}
.ri-funds-box-line:before {
content: "\eda1";
}
.ri-funds-fill:before {
content: "\eda2";
}
.ri-funds-line:before {
content: "\eda3";
}
.ri-gallery-fill:before {
content: "\eda4";
}
.ri-gallery-line:before {
content: "\eda5";
}
.ri-gallery-upload-fill:before {
content: "\eda6";
}
.ri-gallery-upload-line:before {
content: "\eda7";
}
.ri-game-fill:before {
content: "\eda8";
}
.ri-game-line:before {
content: "\eda9";
}
.ri-gamepad-fill:before {
content: "\edaa";
}
.ri-gamepad-line:before {
content: "\edab";
}
.ri-gas-station-fill:before {
content: "\edac";
}
.ri-gas-station-line:before {
content: "\edad";
}
.ri-gatsby-fill:before {
content: "\edae";
}
.ri-gatsby-line:before {
content: "\edaf";
}
.ri-genderless-fill:before {
content: "\edb0";
}
.ri-genderless-line:before {
content: "\edb1";
}
.ri-ghost-2-fill:before {
content: "\edb2";
}
.ri-ghost-2-line:before {
content: "\edb3";
}
.ri-ghost-fill:before {
content: "\edb4";
}
.ri-ghost-line:before {
content: "\edb5";
}
.ri-ghost-smile-fill:before {
content: "\edb6";
}
.ri-ghost-smile-line:before {
content: "\edb7";
}
.ri-gift-2-fill:before {
content: "\edb8";
}
.ri-gift-2-line:before {
content: "\edb9";
}
.ri-gift-fill:before {
content: "\edba";
}
.ri-gift-line:before {
content: "\edbb";
}
.ri-git-branch-fill:before {
content: "\edbc";
}
.ri-git-branch-line:before {
content: "\edbd";
}
.ri-git-commit-fill:before {
content: "\edbe";
}
.ri-git-commit-line:before {
content: "\edbf";
}
.ri-git-merge-fill:before {
content: "\edc0";
}
.ri-git-merge-line:before {
content: "\edc1";
}
.ri-git-pull-request-fill:before {
content: "\edc2";
}
.ri-git-pull-request-line:before {
content: "\edc3";
}
.ri-git-repository-commits-fill:before {
content: "\edc4";
}
.ri-git-repository-commits-line:before {
content: "\edc5";
}
.ri-git-repository-fill:before {
content: "\edc6";
}
.ri-git-repository-line:before {
content: "\edc7";
}
.ri-git-repository-private-fill:before {
content: "\edc8";
}
.ri-git-repository-private-line:before {
content: "\edc9";
}
.ri-github-fill:before {
content: "\edca";
}
.ri-github-line:before {
content: "\edcb";
}
.ri-gitlab-fill:before {
content: "\edcc";
}
.ri-gitlab-line:before {
content: "\edcd";
}
.ri-global-fill:before {
content: "\edce";
}
.ri-global-line:before {
content: "\edcf";
}
.ri-globe-fill:before {
content: "\edd0";
}
.ri-globe-line:before {
content: "\edd1";
}
.ri-goblet-fill:before {
content: "\edd2";
}
.ri-goblet-line:before {
content: "\edd3";
}
.ri-google-fill:before {
content: "\edd4";
}
.ri-google-line:before {
content: "\edd5";
}
.ri-google-play-fill:before {
content: "\edd6";
}
.ri-google-play-line:before {
content: "\edd7";
}
.ri-government-fill:before {
content: "\edd8";
}
.ri-government-line:before {
content: "\edd9";
}
.ri-gps-fill:before {
content: "\edda";
}
.ri-gps-line:before {
content: "\eddb";
}
.ri-gradienter-fill:before {
content: "\eddc";
}
.ri-gradienter-line:before {
content: "\eddd";
}
.ri-grid-fill:before {
content: "\edde";
}
.ri-grid-line:before {
content: "\eddf";
}
.ri-group-2-fill:before {
content: "\ede0";
}
.ri-group-2-line:before {
content: "\ede1";
}
.ri-group-fill:before {
content: "\ede2";
}
.ri-group-line:before {
content: "\ede3";
}
.ri-guide-fill:before {
content: "\ede4";
}
.ri-guide-line:before {
content: "\ede5";
}
.ri-h-1:before {
content: "\ede6";
}
.ri-h-2:before {
content: "\ede7";
}
.ri-h-3:before {
content: "\ede8";
}
.ri-h-4:before {
content: "\ede9";
}
.ri-h-5:before {
content: "\edea";
}
.ri-h-6:before {
content: "\edeb";
}
.ri-hail-fill:before {
content: "\edec";
}
.ri-hail-line:before {
content: "\eded";
}
.ri-hammer-fill:before {
content: "\edee";
}
.ri-hammer-line:before {
content: "\edef";
}
.ri-hand-coin-fill:before {
content: "\edf0";
}
.ri-hand-coin-line:before {
content: "\edf1";
}
.ri-hand-heart-fill:before {
content: "\edf2";
}
.ri-hand-heart-line:before {
content: "\edf3";
}
.ri-hand-sanitizer-fill:before {
content: "\edf4";
}
.ri-hand-sanitizer-line:before {
content: "\edf5";
}
.ri-handbag-fill:before {
content: "\edf6";
}
.ri-handbag-line:before {
content: "\edf7";
}
.ri-hard-drive-2-fill:before {
content: "\edf8";
}
.ri-hard-drive-2-line:before {
content: "\edf9";
}
.ri-hard-drive-fill:before {
content: "\edfa";
}
.ri-hard-drive-line:before {
content: "\edfb";
}
.ri-hashtag:before {
content: "\edfc";
}
.ri-haze-2-fill:before {
content: "\edfd";
}
.ri-haze-2-line:before {
content: "\edfe";
}
.ri-haze-fill:before {
content: "\edff";
}
.ri-haze-line:before {
content: "\ee00";
}
.ri-hd-fill:before {
content: "\ee01";
}
.ri-hd-line:before {
content: "\ee02";
}
.ri-heading:before {
content: "\ee03";
}
.ri-headphone-fill:before {
content: "\ee04";
}
.ri-headphone-line:before {
content: "\ee05";
}
.ri-health-book-fill:before {
content: "\ee06";
}
.ri-health-book-line:before {
content: "\ee07";
}
.ri-heart-2-fill:before {
content: "\ee08";
}
.ri-heart-2-line:before {
content: "\ee09";
}
.ri-heart-3-fill:before {
content: "\ee0a";
}
.ri-heart-3-line:before {
content: "\ee0b";
}
.ri-heart-add-fill:before {
content: "\ee0c";
}
.ri-heart-add-line:before {
content: "\ee0d";
}
.ri-heart-fill:before {
content: "\ee0e";
}
.ri-heart-line:before {
content: "\ee0f";
}
.ri-heart-pulse-fill:before {
content: "\ee10";
}
.ri-heart-pulse-line:before {
content: "\ee11";
}
.ri-hearts-fill:before {
content: "\ee12";
}
.ri-hearts-line:before {
content: "\ee13";
}
.ri-heavy-showers-fill:before {
content: "\ee14";
}
.ri-heavy-showers-line:before {
content: "\ee15";
}
.ri-history-fill:before {
content: "\ee16";
}
.ri-history-line:before {
content: "\ee17";
}
.ri-home-2-fill:before {
content: "\ee18";
}
.ri-home-2-line:before {
content: "\ee19";
}
.ri-home-3-fill:before {
content: "\ee1a";
}
.ri-home-3-line:before {
content: "\ee1b";
}
.ri-home-4-fill:before {
content: "\ee1c";
}
.ri-home-4-line:before {
content: "\ee1d";
}
.ri-home-5-fill:before {
content: "\ee1e";
}
.ri-home-5-line:before {
content: "\ee1f";
}
.ri-home-6-fill:before {
content: "\ee20";
}
.ri-home-6-line:before {
content: "\ee21";
}
.ri-home-7-fill:before {
content: "\ee22";
}
.ri-home-7-line:before {
content: "\ee23";
}
.ri-home-8-fill:before {
content: "\ee24";
}
.ri-home-8-line:before {
content: "\ee25";
}
.ri-home-fill:before {
content: "\ee26";
}
.ri-home-gear-fill:before {
content: "\ee27";
}
.ri-home-gear-line:before {
content: "\ee28";
}
.ri-home-heart-fill:before {
content: "\ee29";
}
.ri-home-heart-line:before {
content: "\ee2a";
}
.ri-home-line:before {
content: "\ee2b";
}
.ri-home-smile-2-fill:before {
content: "\ee2c";
}
.ri-home-smile-2-line:before {
content: "\ee2d";
}
.ri-home-smile-fill:before {
content: "\ee2e";
}
.ri-home-smile-line:before {
content: "\ee2f";
}
.ri-home-wifi-fill:before {
content: "\ee30";
}
.ri-home-wifi-line:before {
content: "\ee31";
}
.ri-honor-of-kings-fill:before {
content: "\ee32";
}
.ri-honor-of-kings-line:before {
content: "\ee33";
}
.ri-honour-fill:before {
content: "\ee34";
}
.ri-honour-line:before {
content: "\ee35";
}
.ri-hospital-fill:before {
content: "\ee36";
}
.ri-hospital-line:before {
content: "\ee37";
}
.ri-hotel-bed-fill:before {
content: "\ee38";
}
.ri-hotel-bed-line:before {
content: "\ee39";
}
.ri-hotel-fill:before {
content: "\ee3a";
}
.ri-hotel-line:before {
content: "\ee3b";
}
.ri-hotspot-fill:before {
content: "\ee3c";
}
.ri-hotspot-line:before {
content: "\ee3d";
}
.ri-hq-fill:before {
content: "\ee3e";
}
.ri-hq-line:before {
content: "\ee3f";
}
.ri-html5-fill:before {
content: "\ee40";
}
.ri-html5-line:before {
content: "\ee41";
}
.ri-ie-fill:before {
content: "\ee42";
}
.ri-ie-line:before {
content: "\ee43";
}
.ri-image-2-fill:before {
content: "\ee44";
}
.ri-image-2-line:before {
content: "\ee45";
}
.ri-image-add-fill:before {
content: "\ee46";
}
.ri-image-add-line:before {
content: "\ee47";
}
.ri-image-edit-fill:before {
content: "\ee48";
}
.ri-image-edit-line:before {
content: "\ee49";
}
.ri-image-fill:before {
content: "\ee4a";
}
.ri-image-line:before {
content: "\ee4b";
}
.ri-inbox-archive-fill:before {
content: "\ee4c";
}
.ri-inbox-archive-line:before {
content: "\ee4d";
}
.ri-inbox-fill:before {
content: "\ee4e";
}
.ri-inbox-line:before {
content: "\ee4f";
}
.ri-inbox-unarchive-fill:before {
content: "\ee50";
}
.ri-inbox-unarchive-line:before {
content: "\ee51";
}
.ri-increase-decrease-fill:before {
content: "\ee52";
}
.ri-increase-decrease-line:before {
content: "\ee53";
}
.ri-indent-decrease:before {
content: "\ee54";
}
.ri-indent-increase:before {
content: "\ee55";
}
.ri-indeterminate-circle-fill:before {
content: "\ee56";
}
.ri-indeterminate-circle-line:before {
content: "\ee57";
}
.ri-information-fill:before {
content: "\ee58";
}
.ri-information-line:before {
content: "\ee59";
}
.ri-infrared-thermometer-fill:before {
content: "\ee5a";
}
.ri-infrared-thermometer-line:before {
content: "\ee5b";
}
.ri-ink-bottle-fill:before {
content: "\ee5c";
}
.ri-ink-bottle-line:before {
content: "\ee5d";
}
.ri-input-cursor-move:before {
content: "\ee5e";
}
.ri-input-method-fill:before {
content: "\ee5f";
}
.ri-input-method-line:before {
content: "\ee60";
}
.ri-insert-column-left:before {
content: "\ee61";
}
.ri-insert-column-right:before {
content: "\ee62";
}
.ri-insert-row-bottom:before {
content: "\ee63";
}
.ri-insert-row-top:before {
content: "\ee64";
}
.ri-instagram-fill:before {
content: "\ee65";
}
.ri-instagram-line:before {
content: "\ee66";
}
.ri-install-fill:before {
content: "\ee67";
}
.ri-install-line:before {
content: "\ee68";
}
.ri-invision-fill:before {
content: "\ee69";
}
.ri-invision-line:before {
content: "\ee6a";
}
.ri-italic:before {
content: "\ee6b";
}
.ri-kakao-talk-fill:before {
content: "\ee6c";
}
.ri-kakao-talk-line:before {
content: "\ee6d";
}
.ri-key-2-fill:before {
content: "\ee6e";
}
.ri-key-2-line:before {
content: "\ee6f";
}
.ri-key-fill:before {
content: "\ee70";
}
.ri-key-line:before {
content: "\ee71";
}
.ri-keyboard-box-fill:before {
content: "\ee72";
}
.ri-keyboard-box-line:before {
content: "\ee73";
}
.ri-keyboard-fill:before {
content: "\ee74";
}
.ri-keyboard-line:before {
content: "\ee75";
}
.ri-keynote-fill:before {
content: "\ee76";
}
.ri-keynote-line:before {
content: "\ee77";
}
.ri-knife-blood-fill:before {
content: "\ee78";
}
.ri-knife-blood-line:before {
content: "\ee79";
}
.ri-knife-fill:before {
content: "\ee7a";
}
.ri-knife-line:before {
content: "\ee7b";
}
.ri-landscape-fill:before {
content: "\ee7c";
}
.ri-landscape-line:before {
content: "\ee7d";
}
.ri-layout-2-fill:before {
content: "\ee7e";
}
.ri-layout-2-line:before {
content: "\ee7f";
}
.ri-layout-3-fill:before {
content: "\ee80";
}
.ri-layout-3-line:before {
content: "\ee81";
}
.ri-layout-4-fill:before {
content: "\ee82";
}
.ri-layout-4-line:before {
content: "\ee83";
}
.ri-layout-5-fill:before {
content: "\ee84";
}
.ri-layout-5-line:before {
content: "\ee85";
}
.ri-layout-6-fill:before {
content: "\ee86";
}
.ri-layout-6-line:before {
content: "\ee87";
}
.ri-layout-bottom-2-fill:before {
content: "\ee88";
}
.ri-layout-bottom-2-line:before {
content: "\ee89";
}
.ri-layout-bottom-fill:before {
content: "\ee8a";
}
.ri-layout-bottom-line:before {
content: "\ee8b";
}
.ri-layout-column-fill:before {
content: "\ee8c";
}
.ri-layout-column-line:before {
content: "\ee8d";
}
.ri-layout-fill:before {
content: "\ee8e";
}
.ri-layout-grid-fill:before {
content: "\ee8f";
}
.ri-layout-grid-line:before {
content: "\ee90";
}
.ri-layout-left-2-fill:before {
content: "\ee91";
}
.ri-layout-left-2-line:before {
content: "\ee92";
}
.ri-layout-left-fill:before {
content: "\ee93";
}
.ri-layout-left-line:before {
content: "\ee94";
}
.ri-layout-line:before {
content: "\ee95";
}
.ri-layout-masonry-fill:before {
content: "\ee96";
}
.ri-layout-masonry-line:before {
content: "\ee97";
}
.ri-layout-right-2-fill:before {
content: "\ee98";
}
.ri-layout-right-2-line:before {
content: "\ee99";
}
.ri-layout-right-fill:before {
content: "\ee9a";
}
.ri-layout-right-line:before {
content: "\ee9b";
}
.ri-layout-row-fill:before {
content: "\ee9c";
}
.ri-layout-row-line:before {
content: "\ee9d";
}
.ri-layout-top-2-fill:before {
content: "\ee9e";
}
.ri-layout-top-2-line:before {
content: "\ee9f";
}
.ri-layout-top-fill:before {
content: "\eea0";
}
.ri-layout-top-line:before {
content: "\eea1";
}
.ri-leaf-fill:before {
content: "\eea2";
}
.ri-leaf-line:before {
content: "\eea3";
}
.ri-lifebuoy-fill:before {
content: "\eea4";
}
.ri-lifebuoy-line:before {
content: "\eea5";
}
.ri-lightbulb-fill:before {
content: "\eea6";
}
.ri-lightbulb-flash-fill:before {
content: "\eea7";
}
.ri-lightbulb-flash-line:before {
content: "\eea8";
}
.ri-lightbulb-line:before {
content: "\eea9";
}
.ri-line-chart-fill:before {
content: "\eeaa";
}
.ri-line-chart-line:before {
content: "\eeab";
}
.ri-line-fill:before {
content: "\eeac";
}
.ri-line-height:before {
content: "\eead";
}
.ri-line-line:before {
content: "\eeae";
}
.ri-link-m:before {
content: "\eeaf";
}
.ri-link-unlink-m:before {
content: "\eeb0";
}
.ri-link-unlink:before {
content: "\eeb1";
}
.ri-link:before {
content: "\eeb2";
}
.ri-linkedin-box-fill:before {
content: "\eeb3";
}
.ri-linkedin-box-line:before {
content: "\eeb4";
}
.ri-linkedin-fill:before {
content: "\eeb5";
}
.ri-linkedin-line:before {
content: "\eeb6";
}
.ri-links-fill:before {
content: "\eeb7";
}
.ri-links-line:before {
content: "\eeb8";
}
.ri-list-check-2:before {
content: "\eeb9";
}
.ri-list-check:before {
content: "\eeba";
}
.ri-list-ordered:before {
content: "\eebb";
}
.ri-list-settings-fill:before {
content: "\eebc";
}
.ri-list-settings-line:before {
content: "\eebd";
}
.ri-list-unordered:before {
content: "\eebe";
}
.ri-live-fill:before {
content: "\eebf";
}
.ri-live-line:before {
content: "\eec0";
}
.ri-loader-2-fill:before {
content: "\eec1";
}
.ri-loader-2-line:before {
content: "\eec2";
}
.ri-loader-3-fill:before {
content: "\eec3";
}
.ri-loader-3-line:before {
content: "\eec4";
}
.ri-loader-4-fill:before {
content: "\eec5";
}
.ri-loader-4-line:before {
content: "\eec6";
}
.ri-loader-5-fill:before {
content: "\eec7";
}
.ri-loader-5-line:before {
content: "\eec8";
}
.ri-loader-fill:before {
content: "\eec9";
}
.ri-loader-line:before {
content: "\eeca";
}
.ri-lock-2-fill:before {
content: "\eecb";
}
.ri-lock-2-line:before {
content: "\eecc";
}
.ri-lock-fill:before {
content: "\eecd";
}
.ri-lock-line:before {
content: "\eece";
}
.ri-lock-password-fill:before {
content: "\eecf";
}
.ri-lock-password-line:before {
content: "\eed0";
}
.ri-lock-unlock-fill:before {
content: "\eed1";
}
.ri-lock-unlock-line:before {
content: "\eed2";
}
.ri-login-box-fill:before {
content: "\eed3";
}
.ri-login-box-line:before {
content: "\eed4";
}
.ri-login-circle-fill:before {
content: "\eed5";
}
.ri-login-circle-line:before {
content: "\eed6";
}
.ri-logout-box-fill:before {
content: "\eed7";
}
.ri-logout-box-line:before {
content: "\eed8";
}
.ri-logout-box-r-fill:before {
content: "\eed9";
}
.ri-logout-box-r-line:before {
content: "\eeda";
}
.ri-logout-circle-fill:before {
content: "\eedb";
}
.ri-logout-circle-line:before {
content: "\eedc";
}
.ri-logout-circle-r-fill:before {
content: "\eedd";
}
.ri-logout-circle-r-line:before {
content: "\eede";
}
.ri-luggage-cart-fill:before {
content: "\eedf";
}
.ri-luggage-cart-line:before {
content: "\eee0";
}
.ri-luggage-deposit-fill:before {
content: "\eee1";
}
.ri-luggage-deposit-line:before {
content: "\eee2";
}
.ri-lungs-fill:before {
content: "\eee3";
}
.ri-lungs-line:before {
content: "\eee4";
}
.ri-mac-fill:before {
content: "\eee5";
}
.ri-mac-line:before {
content: "\eee6";
}
.ri-macbook-fill:before {
content: "\eee7";
}
.ri-macbook-line:before {
content: "\eee8";
}
.ri-magic-fill:before {
content: "\eee9";
}
.ri-magic-line:before {
content: "\eeea";
}
.ri-mail-add-fill:before {
content: "\eeeb";
}
.ri-mail-add-line:before {
content: "\eeec";
}
.ri-mail-check-fill:before {
content: "\eeed";
}
.ri-mail-check-line:before {
content: "\eeee";
}
.ri-mail-close-fill:before {
content: "\eeef";
}
.ri-mail-close-line:before {
content: "\eef0";
}
.ri-mail-download-fill:before {
content: "\eef1";
}
.ri-mail-download-line:before {
content: "\eef2";
}
.ri-mail-fill:before {
content: "\eef3";
}
.ri-mail-forbid-fill:before {
content: "\eef4";
}
.ri-mail-forbid-line:before {
content: "\eef5";
}
.ri-mail-line:before {
content: "\eef6";
}
.ri-mail-lock-fill:before {
content: "\eef7";
}
.ri-mail-lock-line:before {
content: "\eef8";
}
.ri-mail-open-fill:before {
content: "\eef9";
}
.ri-mail-open-line:before {
content: "\eefa";
}
.ri-mail-send-fill:before {
content: "\eefb";
}
.ri-mail-send-line:before {
content: "\eefc";
}
.ri-mail-settings-fill:before {
content: "\eefd";
}
.ri-mail-settings-line:before {
content: "\eefe";
}
.ri-mail-star-fill:before {
content: "\eeff";
}
.ri-mail-star-line:before {
content: "\ef00";
}
.ri-mail-unread-fill:before {
content: "\ef01";
}
.ri-mail-unread-line:before {
content: "\ef02";
}
.ri-mail-volume-fill:before {
content: "\ef03";
}
.ri-mail-volume-line:before {
content: "\ef04";
}
.ri-map-2-fill:before {
content: "\ef05";
}
.ri-map-2-line:before {
content: "\ef06";
}
.ri-map-fill:before {
content: "\ef07";
}
.ri-map-line:before {
content: "\ef08";
}
.ri-map-pin-2-fill:before {
content: "\ef09";
}
.ri-map-pin-2-line:before {
content: "\ef0a";
}
.ri-map-pin-3-fill:before {
content: "\ef0b";
}
.ri-map-pin-3-line:before {
content: "\ef0c";
}
.ri-map-pin-4-fill:before {
content: "\ef0d";
}
.ri-map-pin-4-line:before {
content: "\ef0e";
}
.ri-map-pin-5-fill:before {
content: "\ef0f";
}
.ri-map-pin-5-line:before {
content: "\ef10";
}
.ri-map-pin-add-fill:before {
content: "\ef11";
}
.ri-map-pin-add-line:before {
content: "\ef12";
}
.ri-map-pin-fill:before {
content: "\ef13";
}
.ri-map-pin-line:before {
content: "\ef14";
}
.ri-map-pin-range-fill:before {
content: "\ef15";
}
.ri-map-pin-range-line:before {
content: "\ef16";
}
.ri-map-pin-time-fill:before {
content: "\ef17";
}
.ri-map-pin-time-line:before {
content: "\ef18";
}
.ri-map-pin-user-fill:before {
content: "\ef19";
}
.ri-map-pin-user-line:before {
content: "\ef1a";
}
.ri-mark-pen-fill:before {
content: "\ef1b";
}
.ri-mark-pen-line:before {
content: "\ef1c";
}
.ri-markdown-fill:before {
content: "\ef1d";
}
.ri-markdown-line:before {
content: "\ef1e";
}
.ri-markup-fill:before {
content: "\ef1f";
}
.ri-markup-line:before {
content: "\ef20";
}
.ri-mastercard-fill:before {
content: "\ef21";
}
.ri-mastercard-line:before {
content: "\ef22";
}
.ri-mastodon-fill:before {
content: "\ef23";
}
.ri-mastodon-line:before {
content: "\ef24";
}
.ri-medal-2-fill:before {
content: "\ef25";
}
.ri-medal-2-line:before {
content: "\ef26";
}
.ri-medal-fill:before {
content: "\ef27";
}
.ri-medal-line:before {
content: "\ef28";
}
.ri-medicine-bottle-fill:before {
content: "\ef29";
}
.ri-medicine-bottle-line:before {
content: "\ef2a";
}
.ri-medium-fill:before {
content: "\ef2b";
}
.ri-medium-line:before {
content: "\ef2c";
}
.ri-men-fill:before {
content: "\ef2d";
}
.ri-men-line:before {
content: "\ef2e";
}
.ri-mental-health-fill:before {
content: "\ef2f";
}
.ri-mental-health-line:before {
content: "\ef30";
}
.ri-menu-2-fill:before {
content: "\ef31";
}
.ri-menu-2-line:before {
content: "\ef32";
}
.ri-menu-3-fill:before {
content: "\ef33";
}
.ri-menu-3-line:before {
content: "\ef34";
}
.ri-menu-4-fill:before {
content: "\ef35";
}
.ri-menu-4-line:before {
content: "\ef36";
}
.ri-menu-5-fill:before {
content: "\ef37";
}
.ri-menu-5-line:before {
content: "\ef38";
}
.ri-menu-add-fill:before {
content: "\ef39";
}
.ri-menu-add-line:before {
content: "\ef3a";
}
.ri-menu-fill:before {
content: "\ef3b";
}
.ri-menu-fold-fill:before {
content: "\ef3c";
}
.ri-menu-fold-line:before {
content: "\ef3d";
}
.ri-menu-line:before {
content: "\ef3e";
}
.ri-menu-unfold-fill:before {
content: "\ef3f";
}
.ri-menu-unfold-line:before {
content: "\ef40";
}
.ri-merge-cells-horizontal:before {
content: "\ef41";
}
.ri-merge-cells-vertical:before {
content: "\ef42";
}
.ri-message-2-fill:before {
content: "\ef43";
}
.ri-message-2-line:before {
content: "\ef44";
}
.ri-message-3-fill:before {
content: "\ef45";
}
.ri-message-3-line:before {
content: "\ef46";
}
.ri-message-fill:before {
content: "\ef47";
}
.ri-message-line:before {
content: "\ef48";
}
.ri-messenger-fill:before {
content: "\ef49";
}
.ri-messenger-line:before {
content: "\ef4a";
}
.ri-meteor-fill:before {
content: "\ef4b";
}
.ri-meteor-line:before {
content: "\ef4c";
}
.ri-mic-2-fill:before {
content: "\ef4d";
}
.ri-mic-2-line:before {
content: "\ef4e";
}
.ri-mic-fill:before {
content: "\ef4f";
}
.ri-mic-line:before {
content: "\ef50";
}
.ri-mic-off-fill:before {
content: "\ef51";
}
.ri-mic-off-line:before {
content: "\ef52";
}
.ri-mickey-fill:before {
content: "\ef53";
}
.ri-mickey-line:before {
content: "\ef54";
}
.ri-microscope-fill:before {
content: "\ef55";
}
.ri-microscope-line:before {
content: "\ef56";
}
.ri-microsoft-fill:before {
content: "\ef57";
}
.ri-microsoft-line:before {
content: "\ef58";
}
.ri-mind-map:before {
content: "\ef59";
}
.ri-mini-program-fill:before {
content: "\ef5a";
}
.ri-mini-program-line:before {
content: "\ef5b";
}
.ri-mist-fill:before {
content: "\ef5c";
}
.ri-mist-line:before {
content: "\ef5d";
}
.ri-money-cny-box-fill:before {
content: "\ef5e";
}
.ri-money-cny-box-line:before {
content: "\ef5f";
}
.ri-money-cny-circle-fill:before {
content: "\ef60";
}
.ri-money-cny-circle-line:before {
content: "\ef61";
}
.ri-money-dollar-box-fill:before {
content: "\ef62";
}
.ri-money-dollar-box-line:before {
content: "\ef63";
}
.ri-money-dollar-circle-fill:before {
content: "\ef64";
}
.ri-money-dollar-circle-line:before {
content: "\ef65";
}
.ri-money-euro-box-fill:before {
content: "\ef66";
}
.ri-money-euro-box-line:before {
content: "\ef67";
}
.ri-money-euro-circle-fill:before {
content: "\ef68";
}
.ri-money-euro-circle-line:before {
content: "\ef69";
}
.ri-money-pound-box-fill:before {
content: "\ef6a";
}
.ri-money-pound-box-line:before {
content: "\ef6b";
}
.ri-money-pound-circle-fill:before {
content: "\ef6c";
}
.ri-money-pound-circle-line:before {
content: "\ef6d";
}
.ri-moon-clear-fill:before {
content: "\ef6e";
}
.ri-moon-clear-line:before {
content: "\ef6f";
}
.ri-moon-cloudy-fill:before {
content: "\ef70";
}
.ri-moon-cloudy-line:before {
content: "\ef71";
}
.ri-moon-fill:before {
content: "\ef72";
}
.ri-moon-foggy-fill:before {
content: "\ef73";
}
.ri-moon-foggy-line:before {
content: "\ef74";
}
.ri-moon-line:before {
content: "\ef75";
}
.ri-more-2-fill:before {
content: "\ef76";
}
.ri-more-2-line:before {
content: "\ef77";
}
.ri-more-fill:before {
content: "\ef78";
}
.ri-more-line:before {
content: "\ef79";
}
.ri-motorbike-fill:before {
content: "\ef7a";
}
.ri-motorbike-line:before {
content: "\ef7b";
}
.ri-mouse-fill:before {
content: "\ef7c";
}
.ri-mouse-line:before {
content: "\ef7d";
}
.ri-movie-2-fill:before {
content: "\ef7e";
}
.ri-movie-2-line:before {
content: "\ef7f";
}
.ri-movie-fill:before {
content: "\ef80";
}
.ri-movie-line:before {
content: "\ef81";
}
.ri-music-2-fill:before {
content: "\ef82";
}
.ri-music-2-line:before {
content: "\ef83";
}
.ri-music-fill:before {
content: "\ef84";
}
.ri-music-line:before {
content: "\ef85";
}
.ri-mv-fill:before {
content: "\ef86";
}
.ri-mv-line:before {
content: "\ef87";
}
.ri-navigation-fill:before {
content: "\ef88";
}
.ri-navigation-line:before {
content: "\ef89";
}
.ri-netease-cloud-music-fill:before {
content: "\ef8a";
}
.ri-netease-cloud-music-line:before {
content: "\ef8b";
}
.ri-netflix-fill:before {
content: "\ef8c";
}
.ri-netflix-line:before {
content: "\ef8d";
}
.ri-newspaper-fill:before {
content: "\ef8e";
}
.ri-newspaper-line:before {
content: "\ef8f";
}
.ri-node-tree:before {
content: "\ef90";
}
.ri-notification-2-fill:before {
content: "\ef91";
}
.ri-notification-2-line:before {
content: "\ef92";
}
.ri-notification-3-fill:before {
content: "\ef93";
}
.ri-notification-3-line:before {
content: "\ef94";
}
.ri-notification-4-fill:before {
content: "\ef95";
}
.ri-notification-4-line:before {
content: "\ef96";
}
.ri-notification-badge-fill:before {
content: "\ef97";
}
.ri-notification-badge-line:before {
content: "\ef98";
}
.ri-notification-fill:before {
content: "\ef99";
}
.ri-notification-line:before {
content: "\ef9a";
}
.ri-notification-off-fill:before {
content: "\ef9b";
}
.ri-notification-off-line:before {
content: "\ef9c";
}
.ri-npmjs-fill:before {
content: "\ef9d";
}
.ri-npmjs-line:before {
content: "\ef9e";
}
.ri-number-0:before {
content: "\ef9f";
}
.ri-number-1:before {
content: "\efa0";
}
.ri-number-2:before {
content: "\efa1";
}
.ri-number-3:before {
content: "\efa2";
}
.ri-number-4:before {
content: "\efa3";
}
.ri-number-5:before {
content: "\efa4";
}
.ri-number-6:before {
content: "\efa5";
}
.ri-number-7:before {
content: "\efa6";
}
.ri-number-8:before {
content: "\efa7";
}
.ri-number-9:before {
content: "\efa8";
}
.ri-numbers-fill:before {
content: "\efa9";
}
.ri-numbers-line:before {
content: "\efaa";
}
.ri-nurse-fill:before {
content: "\efab";
}
.ri-nurse-line:before {
content: "\efac";
}
.ri-oil-fill:before {
content: "\efad";
}
.ri-oil-line:before {
content: "\efae";
}
.ri-omega:before {
content: "\efaf";
}
.ri-open-arm-fill:before {
content: "\efb0";
}
.ri-open-arm-line:before {
content: "\efb1";
}
.ri-open-source-fill:before {
content: "\efb2";
}
.ri-open-source-line:before {
content: "\efb3";
}
.ri-opera-fill:before {
content: "\efb4";
}
.ri-opera-line:before {
content: "\efb5";
}
.ri-order-play-fill:before {
content: "\efb6";
}
.ri-order-play-line:before {
content: "\efb7";
}
.ri-organization-chart:before {
content: "\efb8";
}
.ri-outlet-2-fill:before {
content: "\efb9";
}
.ri-outlet-2-line:before {
content: "\efba";
}
.ri-outlet-fill:before {
content: "\efbb";
}
.ri-outlet-line:before {
content: "\efbc";
}
.ri-page-separator:before {
content: "\efbd";
}
.ri-pages-fill:before {
content: "\efbe";
}
.ri-pages-line:before {
content: "\efbf";
}
.ri-paint-brush-fill:before {
content: "\efc0";
}
.ri-paint-brush-line:before {
content: "\efc1";
}
.ri-paint-fill:before {
content: "\efc2";
}
.ri-paint-line:before {
content: "\efc3";
}
.ri-palette-fill:before {
content: "\efc4";
}
.ri-palette-line:before {
content: "\efc5";
}
.ri-pantone-fill:before {
content: "\efc6";
}
.ri-pantone-line:before {
content: "\efc7";
}
.ri-paragraph:before {
content: "\efc8";
}
.ri-parent-fill:before {
content: "\efc9";
}
.ri-parent-line:before {
content: "\efca";
}
.ri-parentheses-fill:before {
content: "\efcb";
}
.ri-parentheses-line:before {
content: "\efcc";
}
.ri-parking-box-fill:before {
content: "\efcd";
}
.ri-parking-box-line:before {
content: "\efce";
}
.ri-parking-fill:before {
content: "\efcf";
}
.ri-parking-line:before {
content: "\efd0";
}
.ri-passport-fill:before {
content: "\efd1";
}
.ri-passport-line:before {
content: "\efd2";
}
.ri-patreon-fill:before {
content: "\efd3";
}
.ri-patreon-line:before {
content: "\efd4";
}
.ri-pause-circle-fill:before {
content: "\efd5";
}
.ri-pause-circle-line:before {
content: "\efd6";
}
.ri-pause-fill:before {
content: "\efd7";
}
.ri-pause-line:before {
content: "\efd8";
}
.ri-pause-mini-fill:before {
content: "\efd9";
}
.ri-pause-mini-line:before {
content: "\efda";
}
.ri-paypal-fill:before {
content: "\efdb";
}
.ri-paypal-line:before {
content: "\efdc";
}
.ri-pen-nib-fill:before {
content: "\efdd";
}
.ri-pen-nib-line:before {
content: "\efde";
}
.ri-pencil-fill:before {
content: "\efdf";
}
.ri-pencil-line:before {
content: "\efe0";
}
.ri-pencil-ruler-2-fill:before {
content: "\efe1";
}
.ri-pencil-ruler-2-line:before {
content: "\efe2";
}
.ri-pencil-ruler-fill:before {
content: "\efe3";
}
.ri-pencil-ruler-line:before {
content: "\efe4";
}
.ri-percent-fill:before {
content: "\efe5";
}
.ri-percent-line:before {
content: "\efe6";
}
.ri-phone-camera-fill:before {
content: "\efe7";
}
.ri-phone-camera-line:before {
content: "\efe8";
}
.ri-phone-fill:before {
content: "\efe9";
}
.ri-phone-find-fill:before {
content: "\efea";
}
.ri-phone-find-line:before {
content: "\efeb";
}
.ri-phone-line:before {
content: "\efec";
}
.ri-phone-lock-fill:before {
content: "\efed";
}
.ri-phone-lock-line:before {
content: "\efee";
}
.ri-picture-in-picture-2-fill:before {
content: "\efef";
}
.ri-picture-in-picture-2-line:before {
content: "\eff0";
}
.ri-picture-in-picture-exit-fill:before {
content: "\eff1";
}
.ri-picture-in-picture-exit-line:before {
content: "\eff2";
}
.ri-picture-in-picture-fill:before {
content: "\eff3";
}
.ri-picture-in-picture-line:before {
content: "\eff4";
}
.ri-pie-chart-2-fill:before {
content: "\eff5";
}
.ri-pie-chart-2-line:before {
content: "\eff6";
}
.ri-pie-chart-box-fill:before {
content: "\eff7";
}
.ri-pie-chart-box-line:before {
content: "\eff8";
}
.ri-pie-chart-fill:before {
content: "\eff9";
}
.ri-pie-chart-line:before {
content: "\effa";
}
.ri-pin-distance-fill:before {
content: "\effb";
}
.ri-pin-distance-line:before {
content: "\effc";
}
.ri-ping-pong-fill:before {
content: "\effd";
}
.ri-ping-pong-line:before {
content: "\effe";
}
.ri-pinterest-fill:before {
content: "\efff";
}
.ri-pinterest-line:before {
content: "\f000";
}
.ri-pinyin-input:before {
content: "\f001";
}
.ri-pixelfed-fill:before {
content: "\f002";
}
.ri-pixelfed-line:before {
content: "\f003";
}
.ri-plane-fill:before {
content: "\f004";
}
.ri-plane-line:before {
content: "\f005";
}
.ri-plant-fill:before {
content: "\f006";
}
.ri-plant-line:before {
content: "\f007";
}
.ri-play-circle-fill:before {
content: "\f008";
}
.ri-play-circle-line:before {
content: "\f009";
}
.ri-play-fill:before {
content: "\f00a";
}
.ri-play-line:before {
content: "\f00b";
}
.ri-play-list-2-fill:before {
content: "\f00c";
}
.ri-play-list-2-line:before {
content: "\f00d";
}
.ri-play-list-add-fill:before {
content: "\f00e";
}
.ri-play-list-add-line:before {
content: "\f00f";
}
.ri-play-list-fill:before {
content: "\f010";
}
.ri-play-list-line:before {
content: "\f011";
}
.ri-play-mini-fill:before {
content: "\f012";
}
.ri-play-mini-line:before {
content: "\f013";
}
.ri-playstation-fill:before {
content: "\f014";
}
.ri-playstation-line:before {
content: "\f015";
}
.ri-plug-2-fill:before {
content: "\f016";
}
.ri-plug-2-line:before {
content: "\f017";
}
.ri-plug-fill:before {
content: "\f018";
}
.ri-plug-line:before {
content: "\f019";
}
.ri-polaroid-2-fill:before {
content: "\f01a";
}
.ri-polaroid-2-line:before {
content: "\f01b";
}
.ri-polaroid-fill:before {
content: "\f01c";
}
.ri-polaroid-line:before {
content: "\f01d";
}
.ri-police-car-fill:before {
content: "\f01e";
}
.ri-police-car-line:before {
content: "\f01f";
}
.ri-price-tag-2-fill:before {
content: "\f020";
}
.ri-price-tag-2-line:before {
content: "\f021";
}
.ri-price-tag-3-fill:before {
content: "\f022";
}
.ri-price-tag-3-line:before {
content: "\f023";
}
.ri-price-tag-fill:before {
content: "\f024";
}
.ri-price-tag-line:before {
content: "\f025";
}
.ri-printer-cloud-fill:before {
content: "\f026";
}
.ri-printer-cloud-line:before {
content: "\f027";
}
.ri-printer-fill:before {
content: "\f028";
}
.ri-printer-line:before {
content: "\f029";
}
.ri-product-hunt-fill:before {
content: "\f02a";
}
.ri-product-hunt-line:before {
content: "\f02b";
}
.ri-profile-fill:before {
content: "\f02c";
}
.ri-profile-line:before {
content: "\f02d";
}
.ri-projector-2-fill:before {
content: "\f02e";
}
.ri-projector-2-line:before {
content: "\f02f";
}
.ri-projector-fill:before {
content: "\f030";
}
.ri-projector-line:before {
content: "\f031";
}
.ri-psychotherapy-fill:before {
content: "\f032";
}
.ri-psychotherapy-line:before {
content: "\f033";
}
.ri-pulse-fill:before {
content: "\f034";
}
.ri-pulse-line:before {
content: "\f035";
}
.ri-pushpin-2-fill:before {
content: "\f036";
}
.ri-pushpin-2-line:before {
content: "\f037";
}
.ri-pushpin-fill:before {
content: "\f038";
}
.ri-pushpin-line:before {
content: "\f039";
}
.ri-qq-fill:before {
content: "\f03a";
}
.ri-qq-line:before {
content: "\f03b";
}
.ri-qr-code-fill:before {
content: "\f03c";
}
.ri-qr-code-line:before {
content: "\f03d";
}
.ri-qr-scan-2-fill:before {
content: "\f03e";
}
.ri-qr-scan-2-line:before {
content: "\f03f";
}
.ri-qr-scan-fill:before {
content: "\f040";
}
.ri-qr-scan-line:before {
content: "\f041";
}
.ri-question-answer-fill:before {
content: "\f042";
}
.ri-question-answer-line:before {
content: "\f043";
}
.ri-question-fill:before {
content: "\f044";
}
.ri-question-line:before {
content: "\f045";
}
.ri-question-mark:before {
content: "\f046";
}
.ri-questionnaire-fill:before {
content: "\f047";
}
.ri-questionnaire-line:before {
content: "\f048";
}
.ri-quill-pen-fill:before {
content: "\f049";
}
.ri-quill-pen-line:before {
content: "\f04a";
}
.ri-radar-fill:before {
content: "\f04b";
}
.ri-radar-line:before {
content: "\f04c";
}
.ri-radio-2-fill:before {
content: "\f04d";
}
.ri-radio-2-line:before {
content: "\f04e";
}
.ri-radio-button-fill:before {
content: "\f04f";
}
.ri-radio-button-line:before {
content: "\f050";
}
.ri-radio-fill:before {
content: "\f051";
}
.ri-radio-line:before {
content: "\f052";
}
.ri-rainbow-fill:before {
content: "\f053";
}
.ri-rainbow-line:before {
content: "\f054";
}
.ri-rainy-fill:before {
content: "\f055";
}
.ri-rainy-line:before {
content: "\f056";
}
.ri-reactjs-fill:before {
content: "\f057";
}
.ri-reactjs-line:before {
content: "\f058";
}
.ri-record-circle-fill:before {
content: "\f059";
}
.ri-record-circle-line:before {
content: "\f05a";
}
.ri-record-mail-fill:before {
content: "\f05b";
}
.ri-record-mail-line:before {
content: "\f05c";
}
.ri-recycle-fill:before {
content: "\f05d";
}
.ri-recycle-line:before {
content: "\f05e";
}
.ri-red-packet-fill:before {
content: "\f05f";
}
.ri-red-packet-line:before {
content: "\f060";
}
.ri-reddit-fill:before {
content: "\f061";
}
.ri-reddit-line:before {
content: "\f062";
}
.ri-refresh-fill:before {
content: "\f063";
}
.ri-refresh-line:before {
content: "\f064";
}
.ri-refund-2-fill:before {
content: "\f065";
}
.ri-refund-2-line:before {
content: "\f066";
}
.ri-refund-fill:before {
content: "\f067";
}
.ri-refund-line:before {
content: "\f068";
}
.ri-registered-fill:before {
content: "\f069";
}
.ri-registered-line:before {
content: "\f06a";
}
.ri-remixicon-fill:before {
content: "\f06b";
}
.ri-remixicon-line:before {
content: "\f06c";
}
.ri-remote-control-2-fill:before {
content: "\f06d";
}
.ri-remote-control-2-line:before {
content: "\f06e";
}
.ri-remote-control-fill:before {
content: "\f06f";
}
.ri-remote-control-line:before {
content: "\f070";
}
.ri-repeat-2-fill:before {
content: "\f071";
}
.ri-repeat-2-line:before {
content: "\f072";
}
.ri-repeat-fill:before {
content: "\f073";
}
.ri-repeat-line:before {
content: "\f074";
}
.ri-repeat-one-fill:before {
content: "\f075";
}
.ri-repeat-one-line:before {
content: "\f076";
}
.ri-reply-all-fill:before {
content: "\f077";
}
.ri-reply-all-line:before {
content: "\f078";
}
.ri-reply-fill:before {
content: "\f079";
}
.ri-reply-line:before {
content: "\f07a";
}
.ri-reserved-fill:before {
content: "\f07b";
}
.ri-reserved-line:before {
content: "\f07c";
}
.ri-rest-time-fill:before {
content: "\f07d";
}
.ri-rest-time-line:before {
content: "\f07e";
}
.ri-restart-fill:before {
content: "\f07f";
}
.ri-restart-line:before {
content: "\f080";
}
.ri-restaurant-2-fill:before {
content: "\f081";
}
.ri-restaurant-2-line:before {
content: "\f082";
}
.ri-restaurant-fill:before {
content: "\f083";
}
.ri-restaurant-line:before {
content: "\f084";
}
.ri-rewind-fill:before {
content: "\f085";
}
.ri-rewind-line:before {
content: "\f086";
}
.ri-rewind-mini-fill:before {
content: "\f087";
}
.ri-rewind-mini-line:before {
content: "\f088";
}
.ri-rhythm-fill:before {
content: "\f089";
}
.ri-rhythm-line:before {
content: "\f08a";
}
.ri-riding-fill:before {
content: "\f08b";
}
.ri-riding-line:before {
content: "\f08c";
}
.ri-road-map-fill:before {
content: "\f08d";
}
.ri-road-map-line:before {
content: "\f08e";
}
.ri-roadster-fill:before {
content: "\f08f";
}
.ri-roadster-line:before {
content: "\f090";
}
.ri-robot-fill:before {
content: "\f091";
}
.ri-robot-line:before {
content: "\f092";
}
.ri-rocket-2-fill:before {
content: "\f093";
}
.ri-rocket-2-line:before {
content: "\f094";
}
.ri-rocket-fill:before {
content: "\f095";
}
.ri-rocket-line:before {
content: "\f096";
}
.ri-rotate-lock-fill:before {
content: "\f097";
}
.ri-rotate-lock-line:before {
content: "\f098";
}
.ri-rounded-corner:before {
content: "\f099";
}
.ri-route-fill:before {
content: "\f09a";
}
.ri-route-line:before {
content: "\f09b";
}
.ri-router-fill:before {
content: "\f09c";
}
.ri-router-line:before {
content: "\f09d";
}
.ri-rss-fill:before {
content: "\f09e";
}
.ri-rss-line:before {
content: "\f09f";
}
.ri-ruler-2-fill:before {
content: "\f0a0";
}
.ri-ruler-2-line:before {
content: "\f0a1";
}
.ri-ruler-fill:before {
content: "\f0a2";
}
.ri-ruler-line:before {
content: "\f0a3";
}
.ri-run-fill:before {
content: "\f0a4";
}
.ri-run-line:before {
content: "\f0a5";
}
.ri-safari-fill:before {
content: "\f0a6";
}
.ri-safari-line:before {
content: "\f0a7";
}
.ri-safe-2-fill:before {
content: "\f0a8";
}
.ri-safe-2-line:before {
content: "\f0a9";
}
.ri-safe-fill:before {
content: "\f0aa";
}
.ri-safe-line:before {
content: "\f0ab";
}
.ri-sailboat-fill:before {
content: "\f0ac";
}
.ri-sailboat-line:before {
content: "\f0ad";
}
.ri-save-2-fill:before {
content: "\f0ae";
}
.ri-save-2-line:before {
content: "\f0af";
}
.ri-save-3-fill:before {
content: "\f0b0";
}
.ri-save-3-line:before {
content: "\f0b1";
}
.ri-save-fill:before {
content: "\f0b2";
}
.ri-save-line:before {
content: "\f0b3";
}
.ri-scales-2-fill:before {
content: "\f0b4";
}
.ri-scales-2-line:before {
content: "\f0b5";
}
.ri-scales-3-fill:before {
content: "\f0b6";
}
.ri-scales-3-line:before {
content: "\f0b7";
}
.ri-scales-fill:before {
content: "\f0b8";
}
.ri-scales-line:before {
content: "\f0b9";
}
.ri-scan-2-fill:before {
content: "\f0ba";
}
.ri-scan-2-line:before {
content: "\f0bb";
}
.ri-scan-fill:before {
content: "\f0bc";
}
.ri-scan-line:before {
content: "\f0bd";
}
.ri-scissors-2-fill:before {
content: "\f0be";
}
.ri-scissors-2-line:before {
content: "\f0bf";
}
.ri-scissors-cut-fill:before {
content: "\f0c0";
}
.ri-scissors-cut-line:before {
content: "\f0c1";
}
.ri-scissors-fill:before {
content: "\f0c2";
}
.ri-scissors-line:before {
content: "\f0c3";
}
.ri-screenshot-2-fill:before {
content: "\f0c4";
}
.ri-screenshot-2-line:before {
content: "\f0c5";
}
.ri-screenshot-fill:before {
content: "\f0c6";
}
.ri-screenshot-line:before {
content: "\f0c7";
}
.ri-sd-card-fill:before {
content: "\f0c8";
}
.ri-sd-card-line:before {
content: "\f0c9";
}
.ri-sd-card-mini-fill:before {
content: "\f0ca";
}
.ri-sd-card-mini-line:before {
content: "\f0cb";
}
.ri-search-2-fill:before {
content: "\f0cc";
}
.ri-search-2-line:before {
content: "\f0cd";
}
.ri-search-eye-fill:before {
content: "\f0ce";
}
.ri-search-eye-line:before {
content: "\f0cf";
}
.ri-search-fill:before {
content: "\f0d0";
}
.ri-search-line:before {
content: "\f0d1";
}
.ri-secure-payment-fill:before {
content: "\f0d2";
}
.ri-secure-payment-line:before {
content: "\f0d3";
}
.ri-seedling-fill:before {
content: "\f0d4";
}
.ri-seedling-line:before {
content: "\f0d5";
}
.ri-send-backward:before {
content: "\f0d6";
}
.ri-send-plane-2-fill:before {
content: "\f0d7";
}
.ri-send-plane-2-line:before {
content: "\f0d8";
}
.ri-send-plane-fill:before {
content: "\f0d9";
}
.ri-send-plane-line:before {
content: "\f0da";
}
.ri-send-to-back:before {
content: "\f0db";
}
.ri-sensor-fill:before {
content: "\f0dc";
}
.ri-sensor-line:before {
content: "\f0dd";
}
.ri-separator:before {
content: "\f0de";
}
.ri-server-fill:before {
content: "\f0df";
}
.ri-server-line:before {
content: "\f0e0";
}
.ri-service-fill:before {
content: "\f0e1";
}
.ri-service-line:before {
content: "\f0e2";
}
.ri-settings-2-fill:before {
content: "\f0e3";
}
.ri-settings-2-line:before {
content: "\f0e4";
}
.ri-settings-3-fill:before {
content: "\f0e5";
}
.ri-settings-3-line:before {
content: "\f0e6";
}
.ri-settings-4-fill:before {
content: "\f0e7";
}
.ri-settings-4-line:before {
content: "\f0e8";
}
.ri-settings-5-fill:before {
content: "\f0e9";
}
.ri-settings-5-line:before {
content: "\f0ea";
}
.ri-settings-6-fill:before {
content: "\f0eb";
}
.ri-settings-6-line:before {
content: "\f0ec";
}
.ri-settings-fill:before {
content: "\f0ed";
}
.ri-settings-line:before {
content: "\f0ee";
}
.ri-shape-2-fill:before {
content: "\f0ef";
}
.ri-shape-2-line:before {
content: "\f0f0";
}
.ri-shape-fill:before {
content: "\f0f1";
}
.ri-shape-line:before {
content: "\f0f2";
}
.ri-share-box-fill:before {
content: "\f0f3";
}
.ri-share-box-line:before {
content: "\f0f4";
}
.ri-share-circle-fill:before {
content: "\f0f5";
}
.ri-share-circle-line:before {
content: "\f0f6";
}
.ri-share-fill:before {
content: "\f0f7";
}
.ri-share-forward-2-fill:before {
content: "\f0f8";
}
.ri-share-forward-2-line:before {
content: "\f0f9";
}
.ri-share-forward-box-fill:before {
content: "\f0fa";
}
.ri-share-forward-box-line:before {
content: "\f0fb";
}
.ri-share-forward-fill:before {
content: "\f0fc";
}
.ri-share-forward-line:before {
content: "\f0fd";
}
.ri-share-line:before {
content: "\f0fe";
}
.ri-shield-check-fill:before {
content: "\f0ff";
}
.ri-shield-check-line:before {
content: "\f100";
}
.ri-shield-cross-fill:before {
content: "\f101";
}
.ri-shield-cross-line:before {
content: "\f102";
}
.ri-shield-fill:before {
content: "\f103";
}
.ri-shield-flash-fill:before {
content: "\f104";
}
.ri-shield-flash-line:before {
content: "\f105";
}
.ri-shield-keyhole-fill:before {
content: "\f106";
}
.ri-shield-keyhole-line:before {
content: "\f107";
}
.ri-shield-line:before {
content: "\f108";
}
.ri-shield-star-fill:before {
content: "\f109";
}
.ri-shield-star-line:before {
content: "\f10a";
}
.ri-shield-user-fill:before {
content: "\f10b";
}
.ri-shield-user-line:before {
content: "\f10c";
}
.ri-ship-2-fill:before {
content: "\f10d";
}
.ri-ship-2-line:before {
content: "\f10e";
}
.ri-ship-fill:before {
content: "\f10f";
}
.ri-ship-line:before {
content: "\f110";
}
.ri-shirt-fill:before {
content: "\f111";
}
.ri-shirt-line:before {
content: "\f112";
}
.ri-shopping-bag-2-fill:before {
content: "\f113";
}
.ri-shopping-bag-2-line:before {
content: "\f114";
}
.ri-shopping-bag-3-fill:before {
content: "\f115";
}
.ri-shopping-bag-3-line:before {
content: "\f116";
}
.ri-shopping-bag-fill:before {
content: "\f117";
}
.ri-shopping-bag-line:before {
content: "\f118";
}
.ri-shopping-basket-2-fill:before {
content: "\f119";
}
.ri-shopping-basket-2-line:before {
content: "\f11a";
}
.ri-shopping-basket-fill:before {
content: "\f11b";
}
.ri-shopping-basket-line:before {
content: "\f11c";
}
.ri-shopping-cart-2-fill:before {
content: "\f11d";
}
.ri-shopping-cart-2-line:before {
content: "\f11e";
}
.ri-shopping-cart-fill:before {
content: "\f11f";
}
.ri-shopping-cart-line:before {
content: "\f120";
}
.ri-showers-fill:before {
content: "\f121";
}
.ri-showers-line:before {
content: "\f122";
}
.ri-shuffle-fill:before {
content: "\f123";
}
.ri-shuffle-line:before {
content: "\f124";
}
.ri-shut-down-fill:before {
content: "\f125";
}
.ri-shut-down-line:before {
content: "\f126";
}
.ri-side-bar-fill:before {
content: "\f127";
}
.ri-side-bar-line:before {
content: "\f128";
}
.ri-signal-tower-fill:before {
content: "\f129";
}
.ri-signal-tower-line:before {
content: "\f12a";
}
.ri-signal-wifi-1-fill:before {
content: "\f12b";
}
.ri-signal-wifi-1-line:before {
content: "\f12c";
}
.ri-signal-wifi-2-fill:before {
content: "\f12d";
}
.ri-signal-wifi-2-line:before {
content: "\f12e";
}
.ri-signal-wifi-3-fill:before {
content: "\f12f";
}
.ri-signal-wifi-3-line:before {
content: "\f130";
}
.ri-signal-wifi-error-fill:before {
content: "\f131";
}
.ri-signal-wifi-error-line:before {
content: "\f132";
}
.ri-signal-wifi-fill:before {
content: "\f133";
}
.ri-signal-wifi-line:before {
content: "\f134";
}
.ri-signal-wifi-off-fill:before {
content: "\f135";
}
.ri-signal-wifi-off-line:before {
content: "\f136";
}
.ri-sim-card-2-fill:before {
content: "\f137";
}
.ri-sim-card-2-line:before {
content: "\f138";
}
.ri-sim-card-fill:before {
content: "\f139";
}
.ri-sim-card-line:before {
content: "\f13a";
}
.ri-single-quotes-l:before {
content: "\f13b";
}
.ri-single-quotes-r:before {
content: "\f13c";
}
.ri-sip-fill:before {
content: "\f13d";
}
.ri-sip-line:before {
content: "\f13e";
}
.ri-skip-back-fill:before {
content: "\f13f";
}
.ri-skip-back-line:before {
content: "\f140";
}
.ri-skip-back-mini-fill:before {
content: "\f141";
}
.ri-skip-back-mini-line:before {
content: "\f142";
}
.ri-skip-forward-fill:before {
content: "\f143";
}
.ri-skip-forward-line:before {
content: "\f144";
}
.ri-skip-forward-mini-fill:before {
content: "\f145";
}
.ri-skip-forward-mini-line:before {
content: "\f146";
}
.ri-skull-2-fill:before {
content: "\f147";
}
.ri-skull-2-line:before {
content: "\f148";
}
.ri-skull-fill:before {
content: "\f149";
}
.ri-skull-line:before {
content: "\f14a";
}
.ri-skype-fill:before {
content: "\f14b";
}
.ri-skype-line:before {
content: "\f14c";
}
.ri-slack-fill:before {
content: "\f14d";
}
.ri-slack-line:before {
content: "\f14e";
}
.ri-slice-fill:before {
content: "\f14f";
}
.ri-slice-line:before {
content: "\f150";
}
.ri-slideshow-2-fill:before {
content: "\f151";
}
.ri-slideshow-2-line:before {
content: "\f152";
}
.ri-slideshow-3-fill:before {
content: "\f153";
}
.ri-slideshow-3-line:before {
content: "\f154";
}
.ri-slideshow-4-fill:before {
content: "\f155";
}
.ri-slideshow-4-line:before {
content: "\f156";
}
.ri-slideshow-fill:before {
content: "\f157";
}
.ri-slideshow-line:before {
content: "\f158";
}
.ri-smartphone-fill:before {
content: "\f159";
}
.ri-smartphone-line:before {
content: "\f15a";
}
.ri-snapchat-fill:before {
content: "\f15b";
}
.ri-snapchat-line:before {
content: "\f15c";
}
.ri-snowy-fill:before {
content: "\f15d";
}
.ri-snowy-line:before {
content: "\f15e";
}
.ri-sort-asc:before {
content: "\f15f";
}
.ri-sort-desc:before {
content: "\f160";
}
.ri-sound-module-fill:before {
content: "\f161";
}
.ri-sound-module-line:before {
content: "\f162";
}
.ri-soundcloud-fill:before {
content: "\f163";
}
.ri-soundcloud-line:before {
content: "\f164";
}
.ri-space-ship-fill:before {
content: "\f165";
}
.ri-space-ship-line:before {
content: "\f166";
}
.ri-space:before {
content: "\f167";
}
.ri-spam-2-fill:before {
content: "\f168";
}
.ri-spam-2-line:before {
content: "\f169";
}
.ri-spam-3-fill:before {
content: "\f16a";
}
.ri-spam-3-line:before {
content: "\f16b";
}
.ri-spam-fill:before {
content: "\f16c";
}
.ri-spam-line:before {
content: "\f16d";
}
.ri-speaker-2-fill:before {
content: "\f16e";
}
.ri-speaker-2-line:before {
content: "\f16f";
}
.ri-speaker-3-fill:before {
content: "\f170";
}
.ri-speaker-3-line:before {
content: "\f171";
}
.ri-speaker-fill:before {
content: "\f172";
}
.ri-speaker-line:before {
content: "\f173";
}
.ri-spectrum-fill:before {
content: "\f174";
}
.ri-spectrum-line:before {
content: "\f175";
}
.ri-speed-fill:before {
content: "\f176";
}
.ri-speed-line:before {
content: "\f177";
}
.ri-speed-mini-fill:before {
content: "\f178";
}
.ri-speed-mini-line:before {
content: "\f179";
}
.ri-split-cells-horizontal:before {
content: "\f17a";
}
.ri-split-cells-vertical:before {
content: "\f17b";
}
.ri-spotify-fill:before {
content: "\f17c";
}
.ri-spotify-line:before {
content: "\f17d";
}
.ri-spy-fill:before {
content: "\f17e";
}
.ri-spy-line:before {
content: "\f17f";
}
.ri-stack-fill:before {
content: "\f180";
}
.ri-stack-line:before {
content: "\f181";
}
.ri-stack-overflow-fill:before {
content: "\f182";
}
.ri-stack-overflow-line:before {
content: "\f183";
}
.ri-stackshare-fill:before {
content: "\f184";
}
.ri-stackshare-line:before {
content: "\f185";
}
.ri-star-fill:before {
content: "\f186";
}
.ri-star-half-fill:before {
content: "\f187";
}
.ri-star-half-line:before {
content: "\f188";
}
.ri-star-half-s-fill:before {
content: "\f189";
}
.ri-star-half-s-line:before {
content: "\f18a";
}
.ri-star-line:before {
content: "\f18b";
}
.ri-star-s-fill:before {
content: "\f18c";
}
.ri-star-s-line:before {
content: "\f18d";
}
.ri-star-smile-fill:before {
content: "\f18e";
}
.ri-star-smile-line:before {
content: "\f18f";
}
.ri-steam-fill:before {
content: "\f190";
}
.ri-steam-line:before {
content: "\f191";
}
.ri-steering-2-fill:before {
content: "\f192";
}
.ri-steering-2-line:before {
content: "\f193";
}
.ri-steering-fill:before {
content: "\f194";
}
.ri-steering-line:before {
content: "\f195";
}
.ri-stethoscope-fill:before {
content: "\f196";
}
.ri-stethoscope-line:before {
content: "\f197";
}
.ri-sticky-note-2-fill:before {
content: "\f198";
}
.ri-sticky-note-2-line:before {
content: "\f199";
}
.ri-sticky-note-fill:before {
content: "\f19a";
}
.ri-sticky-note-line:before {
content: "\f19b";
}
.ri-stock-fill:before {
content: "\f19c";
}
.ri-stock-line:before {
content: "\f19d";
}
.ri-stop-circle-fill:before {
content: "\f19e";
}
.ri-stop-circle-line:before {
content: "\f19f";
}
.ri-stop-fill:before {
content: "\f1a0";
}
.ri-stop-line:before {
content: "\f1a1";
}
.ri-stop-mini-fill:before {
content: "\f1a2";
}
.ri-stop-mini-line:before {
content: "\f1a3";
}
.ri-store-2-fill:before {
content: "\f1a4";
}
.ri-store-2-line:before {
content: "\f1a5";
}
.ri-store-3-fill:before {
content: "\f1a6";
}
.ri-store-3-line:before {
content: "\f1a7";
}
.ri-store-fill:before {
content: "\f1a8";
}
.ri-store-line:before {
content: "\f1a9";
}
.ri-strikethrough-2:before {
content: "\f1aa";
}
.ri-strikethrough:before {
content: "\f1ab";
}
.ri-subscript-2:before {
content: "\f1ac";
}
.ri-subscript:before {
content: "\f1ad";
}
.ri-subtract-fill:before {
content: "\f1ae";
}
.ri-subtract-line:before {
content: "\f1af";
}
.ri-subway-fill:before {
content: "\f1b0";
}
.ri-subway-line:before {
content: "\f1b1";
}
.ri-subway-wifi-fill:before {
content: "\f1b2";
}
.ri-subway-wifi-line:before {
content: "\f1b3";
}
.ri-suitcase-2-fill:before {
content: "\f1b4";
}
.ri-suitcase-2-line:before {
content: "\f1b5";
}
.ri-suitcase-3-fill:before {
content: "\f1b6";
}
.ri-suitcase-3-line:before {
content: "\f1b7";
}
.ri-suitcase-fill:before {
content: "\f1b8";
}
.ri-suitcase-line:before {
content: "\f1b9";
}
.ri-sun-cloudy-fill:before {
content: "\f1ba";
}
.ri-sun-cloudy-line:before {
content: "\f1bb";
}
.ri-sun-fill:before {
content: "\f1bc";
}
.ri-sun-foggy-fill:before {
content: "\f1bd";
}
.ri-sun-foggy-line:before {
content: "\f1be";
}
.ri-sun-line:before {
content: "\f1bf";
}
.ri-superscript-2:before {
content: "\f1c0";
}
.ri-superscript:before {
content: "\f1c1";
}
.ri-surgical-mask-fill:before {
content: "\f1c2";
}
.ri-surgical-mask-line:before {
content: "\f1c3";
}
.ri-surround-sound-fill:before {
content: "\f1c4";
}
.ri-surround-sound-line:before {
content: "\f1c5";
}
.ri-survey-fill:before {
content: "\f1c6";
}
.ri-survey-line:before {
content: "\f1c7";
}
.ri-swap-box-fill:before {
content: "\f1c8";
}
.ri-swap-box-line:before {
content: "\f1c9";
}
.ri-swap-fill:before {
content: "\f1ca";
}
.ri-swap-line:before {
content: "\f1cb";
}
.ri-switch-fill:before {
content: "\f1cc";
}
.ri-switch-line:before {
content: "\f1cd";
}
.ri-sword-fill:before {
content: "\f1ce";
}
.ri-sword-line:before {
content: "\f1cf";
}
.ri-syringe-fill:before {
content: "\f1d0";
}
.ri-syringe-line:before {
content: "\f1d1";
}
.ri-t-box-fill:before {
content: "\f1d2";
}
.ri-t-box-line:before {
content: "\f1d3";
}
.ri-t-shirt-2-fill:before {
content: "\f1d4";
}
.ri-t-shirt-2-line:before {
content: "\f1d5";
}
.ri-t-shirt-air-fill:before {
content: "\f1d6";
}
.ri-t-shirt-air-line:before {
content: "\f1d7";
}
.ri-t-shirt-fill:before {
content: "\f1d8";
}
.ri-t-shirt-line:before {
content: "\f1d9";
}
.ri-table-2:before {
content: "\f1da";
}
.ri-table-alt-fill:before {
content: "\f1db";
}
.ri-table-alt-line:before {
content: "\f1dc";
}
.ri-table-fill:before {
content: "\f1dd";
}
.ri-table-line:before {
content: "\f1de";
}
.ri-tablet-fill:before {
content: "\f1df";
}
.ri-tablet-line:before {
content: "\f1e0";
}
.ri-takeaway-fill:before {
content: "\f1e1";
}
.ri-takeaway-line:before {
content: "\f1e2";
}
.ri-taobao-fill:before {
content: "\f1e3";
}
.ri-taobao-line:before {
content: "\f1e4";
}
.ri-tape-fill:before {
content: "\f1e5";
}
.ri-tape-line:before {
content: "\f1e6";
}
.ri-task-fill:before {
content: "\f1e7";
}
.ri-task-line:before {
content: "\f1e8";
}
.ri-taxi-fill:before {
content: "\f1e9";
}
.ri-taxi-line:before {
content: "\f1ea";
}
.ri-taxi-wifi-fill:before {
content: "\f1eb";
}
.ri-taxi-wifi-line:before {
content: "\f1ec";
}
.ri-team-fill:before {
content: "\f1ed";
}
.ri-team-line:before {
content: "\f1ee";
}
.ri-telegram-fill:before {
content: "\f1ef";
}
.ri-telegram-line:before {
content: "\f1f0";
}
.ri-temp-cold-fill:before {
content: "\f1f1";
}
.ri-temp-cold-line:before {
content: "\f1f2";
}
.ri-temp-hot-fill:before {
content: "\f1f3";
}
.ri-temp-hot-line:before {
content: "\f1f4";
}
.ri-terminal-box-fill:before {
content: "\f1f5";
}
.ri-terminal-box-line:before {
content: "\f1f6";
}
.ri-terminal-fill:before {
content: "\f1f7";
}
.ri-terminal-line:before {
content: "\f1f8";
}
.ri-terminal-window-fill:before {
content: "\f1f9";
}
.ri-terminal-window-line:before {
content: "\f1fa";
}
.ri-test-tube-fill:before {
content: "\f1fb";
}
.ri-test-tube-line:before {
content: "\f1fc";
}
.ri-text-direction-l:before {
content: "\f1fd";
}
.ri-text-direction-r:before {
content: "\f1fe";
}
.ri-text-spacing:before {
content: "\f1ff";
}
.ri-text-wrap:before {
content: "\f200";
}
.ri-text:before {
content: "\f201";
}
.ri-thermometer-fill:before {
content: "\f202";
}
.ri-thermometer-line:before {
content: "\f203";
}
.ri-thumb-down-fill:before {
content: "\f204";
}
.ri-thumb-down-line:before {
content: "\f205";
}
.ri-thumb-up-fill:before {
content: "\f206";
}
.ri-thumb-up-line:before {
content: "\f207";
}
.ri-thunderstorms-fill:before {
content: "\f208";
}
.ri-thunderstorms-line:before {
content: "\f209";
}
.ri-ticket-2-fill:before {
content: "\f20a";
}
.ri-ticket-2-line:before {
content: "\f20b";
}
.ri-ticket-fill:before {
content: "\f20c";
}
.ri-ticket-line:before {
content: "\f20d";
}
.ri-time-fill:before {
content: "\f20e";
}
.ri-time-line:before {
content: "\f20f";
}
.ri-timer-2-fill:before {
content: "\f210";
}
.ri-timer-2-line:before {
content: "\f211";
}
.ri-timer-fill:before {
content: "\f212";
}
.ri-timer-flash-fill:before {
content: "\f213";
}
.ri-timer-flash-line:before {
content: "\f214";
}
.ri-timer-line:before {
content: "\f215";
}
.ri-todo-fill:before {
content: "\f216";
}
.ri-todo-line:before {
content: "\f217";
}
.ri-toggle-fill:before {
content: "\f218";
}
.ri-toggle-line:before {
content: "\f219";
}
.ri-tools-fill:before {
content: "\f21a";
}
.ri-tools-line:before {
content: "\f21b";
}
.ri-tornado-fill:before {
content: "\f21c";
}
.ri-tornado-line:before {
content: "\f21d";
}
.ri-trademark-fill:before {
content: "\f21e";
}
.ri-trademark-line:before {
content: "\f21f";
}
.ri-traffic-light-fill:before {
content: "\f220";
}
.ri-traffic-light-line:before {
content: "\f221";
}
.ri-train-fill:before {
content: "\f222";
}
.ri-train-line:before {
content: "\f223";
}
.ri-train-wifi-fill:before {
content: "\f224";
}
.ri-train-wifi-line:before {
content: "\f225";
}
.ri-translate-2:before {
content: "\f226";
}
.ri-translate:before {
content: "\f227";
}
.ri-travesti-fill:before {
content: "\f228";
}
.ri-travesti-line:before {
content: "\f229";
}
.ri-treasure-map-fill:before {
content: "\f22a";
}
.ri-treasure-map-line:before {
content: "\f22b";
}
.ri-trello-fill:before {
content: "\f22c";
}
.ri-trello-line:before {
content: "\f22d";
}
.ri-trophy-fill:before {
content: "\f22e";
}
.ri-trophy-line:before {
content: "\f22f";
}
.ri-truck-fill:before {
content: "\f230";
}
.ri-truck-line:before {
content: "\f231";
}
.ri-tumblr-fill:before {
content: "\f232";
}
.ri-tumblr-line:before {
content: "\f233";
}
.ri-tv-2-fill:before {
content: "\f234";
}
.ri-tv-2-line:before {
content: "\f235";
}
.ri-tv-fill:before {
content: "\f236";
}
.ri-tv-line:before {
content: "\f237";
}
.ri-twitch-fill:before {
content: "\f238";
}
.ri-twitch-line:before {
content: "\f239";
}
.ri-twitter-fill:before {
content: "\f23a";
}
.ri-twitter-line:before {
content: "\f23b";
}
.ri-typhoon-fill:before {
content: "\f23c";
}
.ri-typhoon-line:before {
content: "\f23d";
}
.ri-u-disk-fill:before {
content: "\f23e";
}
.ri-u-disk-line:before {
content: "\f23f";
}
.ri-ubuntu-fill:before {
content: "\f240";
}
.ri-ubuntu-line:before {
content: "\f241";
}
.ri-umbrella-fill:before {
content: "\f242";
}
.ri-umbrella-line:before {
content: "\f243";
}
.ri-underline:before {
content: "\f244";
}
.ri-uninstall-fill:before {
content: "\f245";
}
.ri-uninstall-line:before {
content: "\f246";
}
.ri-unsplash-fill:before {
content: "\f247";
}
.ri-unsplash-line:before {
content: "\f248";
}
.ri-upload-2-fill:before {
content: "\f249";
}
.ri-upload-2-line:before {
content: "\f24a";
}
.ri-upload-cloud-2-fill:before {
content: "\f24b";
}
.ri-upload-cloud-2-line:before {
content: "\f24c";
}
.ri-upload-cloud-fill:before {
content: "\f24d";
}
.ri-upload-cloud-line:before {
content: "\f24e";
}
.ri-upload-fill:before {
content: "\f24f";
}
.ri-upload-line:before {
content: "\f250";
}
.ri-usb-fill:before {
content: "\f251";
}
.ri-usb-line:before {
content: "\f252";
}
.ri-user-2-fill:before {
content: "\f253";
}
.ri-user-2-line:before {
content: "\f254";
}
.ri-user-3-fill:before {
content: "\f255";
}
.ri-user-3-line:before {
content: "\f256";
}
.ri-user-4-fill:before {
content: "\f257";
}
.ri-user-4-line:before {
content: "\f258";
}
.ri-user-5-fill:before {
content: "\f259";
}
.ri-user-5-line:before {
content: "\f25a";
}
.ri-user-6-fill:before {
content: "\f25b";
}
.ri-user-6-line:before {
content: "\f25c";
}
.ri-user-add-fill:before {
content: "\f25d";
}
.ri-user-add-line:before {
content: "\f25e";
}
.ri-user-fill:before {
content: "\f25f";
}
.ri-user-follow-fill:before {
content: "\f260";
}
.ri-user-follow-line:before {
content: "\f261";
}
.ri-user-heart-fill:before {
content: "\f262";
}
.ri-user-heart-line:before {
content: "\f263";
}
.ri-user-line:before {
content: "\f264";
}
.ri-user-location-fill:before {
content: "\f265";
}
.ri-user-location-line:before {
content: "\f266";
}
.ri-user-received-2-fill:before {
content: "\f267";
}
.ri-user-received-2-line:before {
content: "\f268";
}
.ri-user-received-fill:before {
content: "\f269";
}
.ri-user-received-line:before {
content: "\f26a";
}
.ri-user-search-fill:before {
content: "\f26b";
}
.ri-user-search-line:before {
content: "\f26c";
}
.ri-user-settings-fill:before {
content: "\f26d";
}
.ri-user-settings-line:before {
content: "\f26e";
}
.ri-user-shared-2-fill:before {
content: "\f26f";
}
.ri-user-shared-2-line:before {
content: "\f270";
}
.ri-user-shared-fill:before {
content: "\f271";
}
.ri-user-shared-line:before {
content: "\f272";
}
.ri-user-smile-fill:before {
content: "\f273";
}
.ri-user-smile-line:before {
content: "\f274";
}
.ri-user-star-fill:before {
content: "\f275";
}
.ri-user-star-line:before {
content: "\f276";
}
.ri-user-unfollow-fill:before {
content: "\f277";
}
.ri-user-unfollow-line:before {
content: "\f278";
}
.ri-user-voice-fill:before {
content: "\f279";
}
.ri-user-voice-line:before {
content: "\f27a";
}
.ri-video-add-fill:before {
content: "\f27b";
}
.ri-video-add-line:before {
content: "\f27c";
}
.ri-video-chat-fill:before {
content: "\f27d";
}
.ri-video-chat-line:before {
content: "\f27e";
}
.ri-video-download-fill:before {
content: "\f27f";
}
.ri-video-download-line:before {
content: "\f280";
}
.ri-video-fill:before {
content: "\f281";
}
.ri-video-line:before {
content: "\f282";
}
.ri-video-upload-fill:before {
content: "\f283";
}
.ri-video-upload-line:before {
content: "\f284";
}
.ri-vidicon-2-fill:before {
content: "\f285";
}
.ri-vidicon-2-line:before {
content: "\f286";
}
.ri-vidicon-fill:before {
content: "\f287";
}
.ri-vidicon-line:before {
content: "\f288";
}
.ri-vimeo-fill:before {
content: "\f289";
}
.ri-vimeo-line:before {
content: "\f28a";
}
.ri-vip-crown-2-fill:before {
content: "\f28b";
}
.ri-vip-crown-2-line:before {
content: "\f28c";
}
.ri-vip-crown-fill:before {
content: "\f28d";
}
.ri-vip-crown-line:before {
content: "\f28e";
}
.ri-vip-diamond-fill:before {
content: "\f28f";
}
.ri-vip-diamond-line:before {
content: "\f290";
}
.ri-vip-fill:before {
content: "\f291";
}
.ri-vip-line:before {
content: "\f292";
}
.ri-virus-fill:before {
content: "\f293";
}
.ri-virus-line:before {
content: "\f294";
}
.ri-visa-fill:before {
content: "\f295";
}
.ri-visa-line:before {
content: "\f296";
}
.ri-voice-recognition-fill:before {
content: "\f297";
}
.ri-voice-recognition-line:before {
content: "\f298";
}
.ri-voiceprint-fill:before {
content: "\f299";
}
.ri-voiceprint-line:before {
content: "\f29a";
}
.ri-volume-down-fill:before {
content: "\f29b";
}
.ri-volume-down-line:before {
content: "\f29c";
}
.ri-volume-mute-fill:before {
content: "\f29d";
}
.ri-volume-mute-line:before {
content: "\f29e";
}
.ri-volume-off-vibrate-fill:before {
content: "\f29f";
}
.ri-volume-off-vibrate-line:before {
content: "\f2a0";
}
.ri-volume-up-fill:before {
content: "\f2a1";
}
.ri-volume-up-line:before {
content: "\f2a2";
}
.ri-volume-vibrate-fill:before {
content: "\f2a3";
}
.ri-volume-vibrate-line:before {
content: "\f2a4";
}
.ri-vuejs-fill:before {
content: "\f2a5";
}
.ri-vuejs-line:before {
content: "\f2a6";
}
.ri-walk-fill:before {
content: "\f2a7";
}
.ri-walk-line:before {
content: "\f2a8";
}
.ri-wallet-2-fill:before {
content: "\f2a9";
}
.ri-wallet-2-line:before {
content: "\f2aa";
}
.ri-wallet-3-fill:before {
content: "\f2ab";
}
.ri-wallet-3-line:before {
content: "\f2ac";
}
.ri-wallet-fill:before {
content: "\f2ad";
}
.ri-wallet-line:before {
content: "\f2ae";
}
.ri-water-flash-fill:before {
content: "\f2af";
}
.ri-water-flash-line:before {
content: "\f2b0";
}
.ri-webcam-fill:before {
content: "\f2b1";
}
.ri-webcam-line:before {
content: "\f2b2";
}
.ri-wechat-2-fill:before {
content: "\f2b3";
}
.ri-wechat-2-line:before {
content: "\f2b4";
}
.ri-wechat-fill:before {
content: "\f2b5";
}
.ri-wechat-line:before {
content: "\f2b6";
}
.ri-wechat-pay-fill:before {
content: "\f2b7";
}
.ri-wechat-pay-line:before {
content: "\f2b8";
}
.ri-weibo-fill:before {
content: "\f2b9";
}
.ri-weibo-line:before {
content: "\f2ba";
}
.ri-whatsapp-fill:before {
content: "\f2bb";
}
.ri-whatsapp-line:before {
content: "\f2bc";
}
.ri-wheelchair-fill:before {
content: "\f2bd";
}
.ri-wheelchair-line:before {
content: "\f2be";
}
.ri-wifi-fill:before {
content: "\f2bf";
}
.ri-wifi-line:before {
content: "\f2c0";
}
.ri-wifi-off-fill:before {
content: "\f2c1";
}
.ri-wifi-off-line:before {
content: "\f2c2";
}
.ri-window-2-fill:before {
content: "\f2c3";
}
.ri-window-2-line:before {
content: "\f2c4";
}
.ri-window-fill:before {
content: "\f2c5";
}
.ri-window-line:before {
content: "\f2c6";
}
.ri-windows-fill:before {
content: "\f2c7";
}
.ri-windows-line:before {
content: "\f2c8";
}
.ri-windy-fill:before {
content: "\f2c9";
}
.ri-windy-line:before {
content: "\f2ca";
}
.ri-wireless-charging-fill:before {
content: "\f2cb";
}
.ri-wireless-charging-line:before {
content: "\f2cc";
}
.ri-women-fill:before {
content: "\f2cd";
}
.ri-women-line:before {
content: "\f2ce";
}
.ri-wubi-input:before {
content: "\f2cf";
}
.ri-xbox-fill:before {
content: "\f2d0";
}
.ri-xbox-line:before {
content: "\f2d1";
}
.ri-xing-fill:before {
content: "\f2d2";
}
.ri-xing-line:before {
content: "\f2d3";
}
.ri-youtube-fill:before {
content: "\f2d4";
}
.ri-youtube-line:before {
content: "\f2d5";
}
.ri-zcool-fill:before {
content: "\f2d6";
}
.ri-zcool-line:before {
content: "\f2d7";
}
.ri-zhihu-fill:before {
content: "\f2d8";
}
.ri-zhihu-line:before {
content: "\f2d9";
}
.ri-zoom-in-fill:before {
content: "\f2da";
}
.ri-zoom-in-line:before {
content: "\f2db";
}
.ri-zoom-out-fill:before {
content: "\f2dc";
}
.ri-zoom-out-line:before {
content: "\f2dd";
}
.ri-zzz-fill:before {
content: "\f2de";
}
.ri-zzz-line:before {
content: "\f2df";
}
.ri-arrow-down-double-fill:before {
content: "\f2e0";
}
.ri-arrow-down-double-line:before {
content: "\f2e1";
}
.ri-arrow-left-double-fill:before {
content: "\f2e2";
}
.ri-arrow-left-double-line:before {
content: "\f2e3";
}
.ri-arrow-right-double-fill:before {
content: "\f2e4";
}
.ri-arrow-right-double-line:before {
content: "\f2e5";
}
.ri-arrow-turn-back-fill:before {
content: "\f2e6";
}
.ri-arrow-turn-back-line:before {
content: "\f2e7";
}
.ri-arrow-turn-forward-fill:before {
content: "\f2e8";
}
.ri-arrow-turn-forward-line:before {
content: "\f2e9";
}
.ri-arrow-up-double-fill:before {
content: "\f2ea";
}
.ri-arrow-up-double-line:before {
content: "\f2eb";
}
.ri-bard-fill:before {
content: "\f2ec";
}
.ri-bard-line:before {
content: "\f2ed";
}
.ri-bootstrap-fill:before {
content: "\f2ee";
}
.ri-bootstrap-line:before {
content: "\f2ef";
}
.ri-box-1-fill:before {
content: "\f2f0";
}
.ri-box-1-line:before {
content: "\f2f1";
}
.ri-box-2-fill:before {
content: "\f2f2";
}
.ri-box-2-line:before {
content: "\f2f3";
}
.ri-box-3-fill:before {
content: "\f2f4";
}
.ri-box-3-line:before {
content: "\f2f5";
}
.ri-brain-fill:before {
content: "\f2f6";
}
.ri-brain-line:before {
content: "\f2f7";
}
.ri-candle-fill:before {
content: "\f2f8";
}
.ri-candle-line:before {
content: "\f2f9";
}
.ri-cash-fill:before {
content: "\f2fa";
}
.ri-cash-line:before {
content: "\f2fb";
}
.ri-contract-left-fill:before {
content: "\f2fc";
}
.ri-contract-left-line:before {
content: "\f2fd";
}
.ri-contract-left-right-fill:before {
content: "\f2fe";
}
.ri-contract-left-right-line:before {
content: "\f2ff";
}
.ri-contract-right-fill:before {
content: "\f300";
}
.ri-contract-right-line:before {
content: "\f301";
}
.ri-contract-up-down-fill:before {
content: "\f302";
}
.ri-contract-up-down-line:before {
content: "\f303";
}
.ri-copilot-fill:before {
content: "\f304";
}
.ri-copilot-line:before {
content: "\f305";
}
.ri-corner-down-left-fill:before {
content: "\f306";
}
.ri-corner-down-left-line:before {
content: "\f307";
}
.ri-corner-down-right-fill:before {
content: "\f308";
}
.ri-corner-down-right-line:before {
content: "\f309";
}
.ri-corner-left-down-fill:before {
content: "\f30a";
}
.ri-corner-left-down-line:before {
content: "\f30b";
}
.ri-corner-left-up-fill:before {
content: "\f30c";
}
.ri-corner-left-up-line:before {
content: "\f30d";
}
.ri-corner-right-down-fill:before {
content: "\f30e";
}
.ri-corner-right-down-line:before {
content: "\f30f";
}
.ri-corner-right-up-fill:before {
content: "\f310";
}
.ri-corner-right-up-line:before {
content: "\f311";
}
.ri-corner-up-left-double-fill:before {
content: "\f312";
}
.ri-corner-up-left-double-line:before {
content: "\f313";
}
.ri-corner-up-left-fill:before {
content: "\f314";
}
.ri-corner-up-left-line:before {
content: "\f315";
}
.ri-corner-up-right-double-fill:before {
content: "\f316";
}
.ri-corner-up-right-double-line:before {
content: "\f317";
}
.ri-corner-up-right-fill:before {
content: "\f318";
}
.ri-corner-up-right-line:before {
content: "\f319";
}
.ri-cross-fill:before {
content: "\f31a";
}
.ri-cross-line:before {
content: "\f31b";
}
.ri-edge-new-fill:before {
content: "\f31c";
}
.ri-edge-new-line:before {
content: "\f31d";
}
.ri-equal-fill:before {
content: "\f31e";
}
.ri-equal-line:before {
content: "\f31f";
}
.ri-expand-left-fill:before {
content: "\f320";
}
.ri-expand-left-line:before {
content: "\f321";
}
.ri-expand-left-right-fill:before {
content: "\f322";
}
.ri-expand-left-right-line:before {
content: "\f323";
}
.ri-expand-right-fill:before {
content: "\f324";
}
.ri-expand-right-line:before {
content: "\f325";
}
.ri-expand-up-down-fill:before {
content: "\f326";
}
.ri-expand-up-down-line:before {
content: "\f327";
}
.ri-flickr-fill:before {
content: "\f328";
}
.ri-flickr-line:before {
content: "\f329";
}
.ri-forward-10-fill:before {
content: "\f32a";
}
.ri-forward-10-line:before {
content: "\f32b";
}
.ri-forward-15-fill:before {
content: "\f32c";
}
.ri-forward-15-line:before {
content: "\f32d";
}
.ri-forward-30-fill:before {
content: "\f32e";
}
.ri-forward-30-line:before {
content: "\f32f";
}
.ri-forward-5-fill:before {
content: "\f330";
}
.ri-forward-5-line:before {
content: "\f331";
}
.ri-graduation-cap-fill:before {
content: "\f332";
}
.ri-graduation-cap-line:before {
content: "\f333";
}
.ri-home-office-fill:before {
content: "\f334";
}
.ri-home-office-line:before {
content: "\f335";
}
.ri-hourglass-2-fill:before {
content: "\f336";
}
.ri-hourglass-2-line:before {
content: "\f337";
}
.ri-hourglass-fill:before {
content: "\f338";
}
.ri-hourglass-line:before {
content: "\f339";
}
.ri-javascript-fill:before {
content: "\f33a";
}
.ri-javascript-line:before {
content: "\f33b";
}
.ri-loop-left-fill:before {
content: "\f33c";
}
.ri-loop-left-line:before {
content: "\f33d";
}
.ri-loop-right-fill:before {
content: "\f33e";
}
.ri-loop-right-line:before {
content: "\f33f";
}
.ri-memories-fill:before {
content: "\f340";
}
.ri-memories-line:before {
content: "\f341";
}
.ri-meta-fill:before {
content: "\f342";
}
.ri-meta-line:before {
content: "\f343";
}
.ri-microsoft-loop-fill:before {
content: "\f344";
}
.ri-microsoft-loop-line:before {
content: "\f345";
}
.ri-nft-fill:before {
content: "\f346";
}
.ri-nft-line:before {
content: "\f347";
}
.ri-notion-fill:before {
content: "\f348";
}
.ri-notion-line:before {
content: "\f349";
}
.ri-openai-fill:before {
content: "\f34a";
}
.ri-openai-line:before {
content: "\f34b";
}
.ri-overline:before {
content: "\f34c";
}
.ri-p2p-fill:before {
content: "\f34d";
}
.ri-p2p-line:before {
content: "\f34e";
}
.ri-presentation-fill:before {
content: "\f34f";
}
.ri-presentation-line:before {
content: "\f350";
}
.ri-replay-10-fill:before {
content: "\f351";
}
.ri-replay-10-line:before {
content: "\f352";
}
.ri-replay-15-fill:before {
content: "\f353";
}
.ri-replay-15-line:before {
content: "\f354";
}
.ri-replay-30-fill:before {
content: "\f355";
}
.ri-replay-30-line:before {
content: "\f356";
}
.ri-replay-5-fill:before {
content: "\f357";
}
.ri-replay-5-line:before {
content: "\f358";
}
.ri-school-fill:before {
content: "\f359";
}
.ri-school-line:before {
content: "\f35a";
}
.ri-shining-2-fill:before {
content: "\f35b";
}
.ri-shining-2-line:before {
content: "\f35c";
}
.ri-shining-fill:before {
content: "\f35d";
}
.ri-shining-line:before {
content: "\f35e";
}
.ri-sketching:before {
content: "\f35f";
}
.ri-skip-down-fill:before {
content: "\f360";
}
.ri-skip-down-line:before {
content: "\f361";
}
.ri-skip-left-fill:before {
content: "\f362";
}
.ri-skip-left-line:before {
content: "\f363";
}
.ri-skip-right-fill:before {
content: "\f364";
}
.ri-skip-right-line:before {
content: "\f365";
}
.ri-skip-up-fill:before {
content: "\f366";
}
.ri-skip-up-line:before {
content: "\f367";
}
.ri-slow-down-fill:before {
content: "\f368";
}
.ri-slow-down-line:before {
content: "\f369";
}
.ri-sparkling-2-fill:before {
content: "\f36a";
}
.ri-sparkling-2-line:before {
content: "\f36b";
}
.ri-sparkling-fill:before {
content: "\f36c";
}
.ri-sparkling-line:before {
content: "\f36d";
}
.ri-speak-fill:before {
content: "\f36e";
}
.ri-speak-line:before {
content: "\f36f";
}
.ri-speed-up-fill:before {
content: "\f370";
}
.ri-speed-up-line:before {
content: "\f371";
}
.ri-tiktok-fill:before {
content: "\f372";
}
.ri-tiktok-line:before {
content: "\f373";
}
.ri-token-swap-fill:before {
content: "\f374";
}
.ri-token-swap-line:before {
content: "\f375";
}
.ri-unpin-fill:before {
content: "\f376";
}
.ri-unpin-line:before {
content: "\f377";
}
.ri-wechat-channels-fill:before {
content: "\f378";
}
.ri-wechat-channels-line:before {
content: "\f379";
}
.ri-wordpress-fill:before {
content: "\f37a";
}
.ri-wordpress-line:before {
content: "\f37b";
}
.ri-blender-fill:before {
content: "\f37c";
}
.ri-blender-line:before {
content: "\f37d";
}
.ri-emoji-sticker-fill:before {
content: "\f37e";
}
.ri-emoji-sticker-line:before {
content: "\f37f";
}
.ri-git-close-pull-request-fill:before {
content: "\f380";
}
.ri-git-close-pull-request-line:before {
content: "\f381";
}
.ri-instance-fill:before {
content: "\f382";
}
.ri-instance-line:before {
content: "\f383";
}
.ri-megaphone-fill:before {
content: "\f384";
}
.ri-megaphone-line:before {
content: "\f385";
}
.ri-pass-expired-fill:before {
content: "\f386";
}
.ri-pass-expired-line:before {
content: "\f387";
}
.ri-pass-pending-fill:before {
content: "\f388";
}
.ri-pass-pending-line:before {
content: "\f389";
}
.ri-pass-valid-fill:before {
content: "\f38a";
}
.ri-pass-valid-line:before {
content: "\f38b";
}
.ri-ai-generate:before {
content: "\f38c";
}
.ri-calendar-close-fill:before {
content: "\f38d";
}
.ri-calendar-close-line:before {
content: "\f38e";
}
.ri-draggable:before {
content: "\f38f";
}
.ri-font-family:before {
content: "\f390";
}
.ri-font-mono:before {
content: "\f391";
}
.ri-font-sans-serif:before {
content: "\f392";
}
.ri-font-sans:before {
content: "\f393";
}
.ri-hard-drive-3-fill:before {
content: "\f394";
}
.ri-hard-drive-3-line:before {
content: "\f395";
}
.ri-kick-fill:before {
content: "\f396";
}
.ri-kick-line:before {
content: "\f397";
}
.ri-list-check-3:before {
content: "\f398";
}
.ri-list-indefinite:before {
content: "\f399";
}
.ri-list-ordered-2:before {
content: "\f39a";
}
.ri-list-radio:before {
content: "\f39b";
}
.ri-openbase-fill:before {
content: "\f39c";
}
.ri-openbase-line:before {
content: "\f39d";
}
.ri-planet-fill:before {
content: "\f39e";
}
.ri-planet-line:before {
content: "\f39f";
}
.ri-prohibited-fill:before {
content: "\f3a0";
}
.ri-prohibited-line:before {
content: "\f3a1";
}
.ri-quote-text:before {
content: "\f3a2";
}
.ri-seo-fill:before {
content: "\f3a3";
}
.ri-seo-line:before {
content: "\f3a4";
}
.ri-slash-commands:before {
content: "\f3a5";
}
.ri-archive-2-fill:before {
content: "\f3a6";
}
.ri-archive-2-line:before {
content: "\f3a7";
}
.ri-inbox-2-fill:before {
content: "\f3a8";
}
.ri-inbox-2-line:before {
content: "\f3a9";
}
.ri-shake-hands-fill:before {
content: "\f3aa";
}
.ri-shake-hands-line:before {
content: "\f3ab";
}
.ri-supabase-fill:before {
content: "\f3ac";
}
.ri-supabase-line:before {
content: "\f3ad";
}
.ri-water-percent-fill:before {
content: "\f3ae";
}
.ri-water-percent-line:before {
content: "\f3af";
}
.ri-yuque-fill:before {
content: "\f3b0";
}
.ri-yuque-line:before {
content: "\f3b1";
}
.ri-crosshair-2-fill:before {
content: "\f3b2";
}
.ri-crosshair-2-line:before {
content: "\f3b3";
}
.ri-crosshair-fill:before {
content: "\f3b4";
}
.ri-crosshair-line:before {
content: "\f3b5";
}
.ri-file-close-fill:before {
content: "\f3b6";
}
.ri-file-close-line:before {
content: "\f3b7";
}
.ri-infinity-fill:before {
content: "\f3b8";
}
.ri-infinity-line:before {
content: "\f3b9";
}
.ri-rfid-fill:before {
content: "\f3ba";
}
.ri-rfid-line:before {
content: "\f3bb";
}
.ri-slash-commands-2:before {
content: "\f3bc";
}
.ri-user-forbid-fill:before {
content: "\f3bd";
}
.ri-user-forbid-line:before {
content: "\f3be";
}
.ri-beer-fill:before {
content: "\f3bf";
}
.ri-beer-line:before {
content: "\f3c0";
}
.ri-circle-fill:before {
content: "\f3c1";
}
.ri-circle-line:before {
content: "\f3c2";
}
.ri-dropdown-list:before {
content: "\f3c3";
}
.ri-file-image-fill:before {
content: "\f3c4";
}
.ri-file-image-line:before {
content: "\f3c5";
}
.ri-file-pdf-2-fill:before {
content: "\f3c6";
}
.ri-file-pdf-2-line:before {
content: "\f3c7";
}
.ri-file-video-fill:before {
content: "\f3c8";
}
.ri-file-video-line:before {
content: "\f3c9";
}
.ri-folder-image-fill:before {
content: "\f3ca";
}
.ri-folder-image-line:before {
content: "\f3cb";
}
.ri-folder-video-fill:before {
content: "\f3cc";
}
.ri-folder-video-line:before {
content: "\f3cd";
}
.ri-hexagon-fill:before {
content: "\f3ce";
}
.ri-hexagon-line:before {
content: "\f3cf";
}
.ri-menu-search-fill:before {
content: "\f3d0";
}
.ri-menu-search-line:before {
content: "\f3d1";
}
.ri-octagon-fill:before {
content: "\f3d2";
}
.ri-octagon-line:before {
content: "\f3d3";
}
.ri-pentagon-fill:before {
content: "\f3d4";
}
.ri-pentagon-line:before {
content: "\f3d5";
}
.ri-rectangle-fill:before {
content: "\f3d6";
}
.ri-rectangle-line:before {
content: "\f3d7";
}
.ri-robot-2-fill:before {
content: "\f3d8";
}
.ri-robot-2-line:before {
content: "\f3d9";
}
.ri-shapes-fill:before {
content: "\f3da";
}
.ri-shapes-line:before {
content: "\f3db";
}
.ri-square-fill:before {
content: "\f3dc";
}
.ri-square-line:before {
content: "\f3dd";
}
.ri-tent-fill:before {
content: "\f3de";
}
.ri-tent-line:before {
content: "\f3df";
}
.ri-threads-fill:before {
content: "\f3e0";
}
.ri-threads-line:before {
content: "\f3e1";
}
.ri-tree-fill:before {
content: "\f3e2";
}
.ri-tree-line:before {
content: "\f3e3";
}
.ri-triangle-fill:before {
content: "\f3e4";
}
.ri-triangle-line:before {
content: "\f3e5";
}
.ri-twitter-x-fill:before {
content: "\f3e6";
}
.ri-twitter-x-line:before {
content: "\f3e7";
}
.ri-verified-badge-fill:before {
content: "\f3e8";
}
.ri-verified-badge-line:before {
content: "\f3e9";
}
.ri-armchair-fill:before {
content: "\f3ea";
}
.ri-armchair-line:before {
content: "\f3eb";
}
.ri-bnb-fill:before {
content: "\f3ec";
}
.ri-bnb-line:before {
content: "\f3ed";
}
.ri-bread-fill:before {
content: "\f3ee";
}
.ri-bread-line:before {
content: "\f3ef";
}
.ri-btc-fill:before {
content: "\f3f0";
}
.ri-btc-line:before {
content: "\f3f1";
}
.ri-calendar-schedule-fill:before {
content: "\f3f2";
}
.ri-calendar-schedule-line:before {
content: "\f3f3";
}
.ri-dice-1-fill:before {
content: "\f3f4";
}
.ri-dice-1-line:before {
content: "\f3f5";
}
.ri-dice-2-fill:before {
content: "\f3f6";
}
.ri-dice-2-line:before {
content: "\f3f7";
}
.ri-dice-3-fill:before {
content: "\f3f8";
}
.ri-dice-3-line:before {
content: "\f3f9";
}
.ri-dice-4-fill:before {
content: "\f3fa";
}
.ri-dice-4-line:before {
content: "\f3fb";
}
.ri-dice-5-fill:before {
content: "\f3fc";
}
.ri-dice-5-line:before {
content: "\f3fd";
}
.ri-dice-6-fill:before {
content: "\f3fe";
}
.ri-dice-6-line:before {
content: "\f3ff";
}
.ri-dice-fill:before {
content: "\f400";
}
.ri-dice-line:before {
content: "\f401";
}
.ri-drinks-fill:before {
content: "\f402";
}
.ri-drinks-line:before {
content: "\f403";
}
.ri-equalizer-2-fill:before {
content: "\f404";
}
.ri-equalizer-2-line:before {
content: "\f405";
}
.ri-equalizer-3-fill:before {
content: "\f406";
}
.ri-equalizer-3-line:before {
content: "\f407";
}
.ri-eth-fill:before {
content: "\f408";
}
.ri-eth-line:before {
content: "\f409";
}
.ri-flower-fill:before {
content: "\f40a";
}
.ri-flower-line:before {
content: "\f40b";
}
.ri-glasses-2-fill:before {
content: "\f40c";
}
.ri-glasses-2-line:before {
content: "\f40d";
}
.ri-glasses-fill:before {
content: "\f40e";
}
.ri-glasses-line:before {
content: "\f40f";
}
.ri-goggles-fill:before {
content: "\f410";
}
.ri-goggles-line:before {
content: "\f411";
}
.ri-image-circle-fill:before {
content: "\f412";
}
.ri-image-circle-line:before {
content: "\f413";
}
.ri-info-i:before {
content: "\f414";
}
.ri-money-rupee-circle-fill:before {
content: "\f415";
}
.ri-money-rupee-circle-line:before {
content: "\f416";
}
.ri-news-fill:before {
content: "\f417";
}
.ri-news-line:before {
content: "\f418";
}
.ri-robot-3-fill:before {
content: "\f419";
}
.ri-robot-3-line:before {
content: "\f41a";
}
.ri-share-2-fill:before {
content: "\f41b";
}
.ri-share-2-line:before {
content: "\f41c";
}
.ri-sofa-fill:before {
content: "\f41d";
}
.ri-sofa-line:before {
content: "\f41e";
}
.ri-svelte-fill:before {
content: "\f41f";
}
.ri-svelte-line:before {
content: "\f420";
}
.ri-vk-fill:before {
content: "\f421";
}
.ri-vk-line:before {
content: "\f422";
}
.ri-xrp-fill:before {
content: "\f423";
}
.ri-xrp-line:before {
content: "\f424";
}
.ri-xtz-fill:before {
content: "\f425";
}
.ri-xtz-line:before {
content: "\f426";
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/fonts/slick.eot);src:url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'),url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/fonts/slick.woff) format('woff'),url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/fonts/slick.ttf) format('truetype'),url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/css/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0},.slick-next:hover,.slick-prev:hover{color:transparent;outline:0;background:0 0}.slick-next:hover:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'←'}[dir=rtl] .slick-prev:before{content:'→'}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'→'}[dir=rtl] .slick-next:before{content:'←'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
 .rs-blog-dark-home3 .prelements-unique-slider .pre-blog-item .rs-author-comment-meta a,
.rs-price-table.style-1 .rs-pricing-table-price .rs-pricing-table-period,
.rs-contact-box .address-item .address-text div > a,
.rs-down .rs-btn.style6 a,
.rs-service--menu .menu-item a.hfe-menu-item {
color: #666666;
}
.rs-dark-ex-home1 .rs-addon-services .numbering,
.rs-dark-ex-home1 .rs-addon-services .services-inner .content_part .desc-text {
color: #091D2D;
}
.rs-dark-ex-home1 .content_part .services-title .title {
color: #666666;
}
body.dark-theme .elementor-42 .elementor-element.elementor-element-3d95b00 .sub-menu li.menu-item:not(:last-child),
body.dark-theme .elementor-42 .elementor-element.elementor-element-3d95b00 nav.hfe-dropdown li.menu-item:not(:last-child),
body.dark-theme .elementor-42 .elementor-element.elementor-element-3d95b00 nav.hfe-dropdown-expandible li.menu-item:not(:last-child) {
border-bottom-color: #131c18;
}
body.dark-theme .elementor-116317 .elementor-element.elementor-element-190e3a4b .mc4wp-form-fields input[type=email] {
background: transparent !important;
}
body.dark-theme .elementor-116317 .elementor-element.elementor-element-6e963b40 > .elementor-widget-container,
body.dark-theme .elementor-126822 .elementor-element.elementor-element-27477c69,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-35915d23 .rs-testimonial .testimonial-item:hover,
body.dark-theme .elementor-126795 .elementor-element.elementor-element-199d9d27:hover,
body.dark-theme .elementor-126795 .elementor-element.elementor-element-118adcd:hover,
body.dark-theme .elementor-126795 .elementor-element.elementor-element-411d2143:hover,
body.dark-theme .elementor-126795 .elementor-element.elementor-element-4823b279:hover,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-41f0c6d0:hover,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-7102d7d0:hover,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-298d845a:hover,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-222bb48f .nav-tabs,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-6ef1f8e2:hover,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-738c814f .nav-tabs,
body.dark-theme .elementor-116317 .elementor-element.elementor-element-190e3a4b .mc4wp-form-fields input[type=submit],
body.dark-theme .elementor-116317 .elementor-element.elementor-element-190e3a4b .mc4wp-form-fields input[type=email] {
border-color: #0b2419;
}
body.dark-theme .elementor-126822 .elementor-element.elementor-element-4d65f075 .wpcf7-form-control:not(.wpcf7-submit) {
border-color: #0b2419 !important;
}
body.dark-theme .elementor-116317 .elementor-element.elementor-element-1e063e82 > .elementor-widget-container .prelements-blog-grid .pre-blog-item .pre-blog-content {
background: #05100b;
}
.rs-overlay-section-color::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
background: #fff;
display: block;
opacity: 0.86;
}
.rs-life-coach-gradient-color::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
display: block;
}
.rs-blog-dark-home7 .prelements-blog-grid .pre-blog-item .pre-blog-content {
background: linear-gradient(100deg, #F6FEFA 0%, #FEF8F5 100%);
}
body.dark-theme .rs-grid-figure .rs-grid-img {
filter: invert(1);
}
body.dark-theme .rs-addon-services.style1 .services-inner.number-gradiant-style .numbering span {
color: transparent;
}
.counter-top-area .rs-counter-list .count-text .rs-counter,
.rs-dark-expertise .rs-addon-services.style1 .services-inner .services-title a,
.rs-dev-dark-counter .count-number span.prefix,
.rs-dev-dark-counter .counter-top-area .rs-counter-list .count-text .rs-counter,
.rs-price-table.style-4 .rs-pricing-table-btn,
.counter-top-area.style6 .rs-counter-list .count-number span,
.rs-my-account .rs-btn.style1 a,
.rs-dark-about-intro .rs-contact-box .address-item .address-text span.label,
.rs-price-table.style-1 .rs-pricing-table-btn,
.p-title a,
.rs-contact-box .address-item .address-text div > .des a,
.rs-testimonial .testimonial-name,
.prelements-blog-grid .pre-blog-item h3.pre-post-title a {
color: #091D2D;
}
.rs-dark-counter-home4 .counter-top-area {
background: #F3F3F3;
}
.elementor-119071 .elementor-element.elementor-element-e71943a .blog-item .blog-content h3.blog-name a,
.event-slider-style3 .events-inner-item .event-content-left-part .event-date .date-month,
.event-slider-style3 .events-inner-item .event-content-left-part .event-date .date-day,
.countdown-timer-widget .countdown-timer-init,
header .menu-item a.hfe-menu-item {
color: #091D2D;
}
.rs-testimonial-dark-home5 .rs-testimonial .testimonial-item {
background: #FEF5F8;
}
body.dark-theme .elementor-107524 .elementor-element.elementor-element-6d55f23 .rs-btn a {
background-color: #ffd339;
}
.rs_price__home_2 .rs-price-table,
.rs-addon-slider.rs-services-slider.service-style-7 .rs-service-slider,
.rs-price-table.style-4,
.rs-services-slider.service-style-2 .service-title-holder,
.counter-top-area.style6.rs-gradient-no,
.rs-home-3-place .rs-addon-services.style1 .services-inner {
background: #fff;
}
.rs-price-table.style-4 .rs-pricing-table-btn {
background: #F6F6F6;
}
.rs-home3-form .wpcf7-form-control:not(.wpcf7-submit) {
background: #F2F2F2;
}
.rs-dark-blog-home8 .blog-item .blog-content {
background: #F8F8F8;
}
.rs-dark-event-home8 .rs-event-grid .events-inner-item {
background: #f8f2f4;
}
.rs-dating-section-color::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
display: block;
}
.rs-life-coach-solid-color::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
display: block;
}
.rs-life-coach-color::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
display: block;
}
.home6__portfoio_dark .rs-portfolio-slider .portfolio-item .portfolio-content {
background: #ffffff;
}
.rs-dark-seo-service .rs-addon-slider.rs-services-slider .rs-service-slider {
background: #ffffff;
}
body.dark-theme .rs-add-sticky {
background: #1e1b1b;
box-shadow: none;
}
body.dark-theme .rs-dark-img-inve,
body.dark-theme .rs-banner-dev .dev-text-layer .rs-image img {
filter: invert(1) !important;
} html,
body {
font-size: 18px;
color: #666666;
vertical-align: baseline;
font-weight: 400;
overflow-x: hidden;
line-height: 1.6;
font-family: "Urbanist", sans-serif;
}
html.rs-scrollbar,
body.rs-scrollbar {
overflow: hidden;
}
html.lenis,
html.lenis body {
height: auto;
}
.lenis.lenis-smooth {
scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
overscroll-behavior: contain;
}
.lenis.lenis-stopped {
overflow: hidden;
}
.lenis.lenis-scrolling iframe {
pointer-events: none;
}
.gsap-fixed .pin-spacer > *,
.gsap-fixed-yes .pin-spacer > * {
transition: unset !important;
}
#rs-mouse {
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
pointer-events: none;
z-index: 999999;
-webkit-transition: opacity 0.2s ease-in-out 0.5s;
transition: opacity 0.2s ease-in-out 0.5s;
}
#rs-mouse #cursor-ball {
position: fixed;
width: 40px;
height: 40px;
border: 1px solid rgba(34, 34, 34, 0.1);
border-radius: 50%;
pointer-events: none;
box-sizing: border-box;
border-radius: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 999999;
}
#rs-mouse #cursor-ball:after {
position: absolute;
content: "";
left: 50%;
top: 50%;
width: 3px;
height: 3px;
border-radius: 50%;
background: #5777ff;
transform: translate(-50%);
}
@media (max-width: 1024px) {
#rs-mouse {
display: none;
}
} body.dark-theme .elementor-widget-google_maps iframe {
filter: grayscale(1);
}
html.rs-scrollbar {
overflow: hidden;
}
.breadcrumbs-inner span a:after {
display: none;
}
body.rs-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
body.rs-scrollbar::-webkit-scrollbar {
display: none;
}
.rs-portfolio-style6 .portfolio-item .portfolio-inner .p-icon .read-more-text,
.rs-btn a {
font-family: "Urbanist", sans-serif;
}
form ::placeholder {
font-size: inherit !important;
}
.elementor-widget-hfe-search-button > .elementor-widget-container {
position: relative;
}
.overflow-hidden-child > * {
overflow: hidden;
}
.variable--bg--color > div {
background: #5777ff;
}
.social-primary .elementor-social-icon {
transition: all 0.3s ease 0s;
border-color: #C3C5CB;
background-color: transparent;
}
.social-primary .elementor-social-icon i {
transition: all 0.3s ease 0s;
color: #091D2D;
}
.social-primary .elementor-social-icon:hover {
background-color: #5777ff;
border-color: #5777ff;
}
.social-primary .elementor-social-icon:hover i {
color: #ffffff;
}
.social-light .elementor-social-icon {
transition: all 0.3s ease 0s;
border-color: rgba(255, 255, 255, 0.1);
background-color: transparent;
}
.social-light .elementor-social-icon i {
transition: all 0.3s ease 0s;
color: #ffffff;
}
.social-light .elementor-social-icon:hover {
background-color: #ffffff;
border-color: #ffffff;
}
.social-light .elementor-social-icon:hover i {
color: #5777ff;
}
.primary-color,
.primary-icon-list i {
color: #5777ff;
}
.secondary-color,
.secondary-icon-list i {
color: #D2C007;
}
.y-middle {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.y-bottom {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items: flex-end;
}
.flex-wrap {
flex-wrap: wrap;
}
.rs-white-section-color {
background: #fff;
} img {
max-width: 100%;
height: auto;
}
p {
margin: 0 0 26px;
}
h1, h2, h3, h4, h5, h6 {
color: #091D2D;
margin: 0 0 26px;
font-family: "Urbanist", sans-serif;
padding: 0;
letter-spacing: 0;
line-height: 1.35;
}
h1 {
font-size: 64px;
font-weight: 700;
line-height: 75px;
margin-bottom: 25px !important;
}
h2 {
font-size: 50px;
font-weight: 700;
line-height: 1.33;
}
@media (max-width: 1366px) {
h2 {
font-size: 40px;
}
}
@media (max-width: 1024px) {
h2 {
font-size: 35px;
}
}
@media (max-width: 767px) {
h2 {
font-size: 28px;
}
}
h3 {
font-size: 40px;
font-weight: 700;
line-height: 50px;
}
h4 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
}
h5 {
font-size: 22px;
font-weight: 600;
line-height: 32px;
}
h6 {
font-size: 20px;
font-weight: 500;
line-height: 30px;
}
body a {
color: #666666;
transition: all 0.3s ease 0s;
text-decoration: none;
outline: none !important;
}
a:active, a:hover {
text-decoration: none;
outline: 0 none;
color: #080d41;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.primary-color {
color: #5777ff;
}
.primary-bg {
background: #5777ff;
}
.primary-border-color {
border-color: #5777ff;
}
.stork-text {
-webkit-text-stroke: 1px rgba(2, 2, 2, 0.2);
color: transparent;
}
::-moz-selection, ::selection {
background: #080d41;
text-shadow: none;
color: #ffffff;
}
.rs-primary-bg {
background: #5777ff;
}
.rs-heading-primary .title {
color: #5777ff;
}
.rs-primary-color {
color: #5777ff;
}
.rs-hover-primary-link:hover {
color: #5777ff;
}
.rs-hover-primary-link-inner a:hover {
color: #5777ff !important;
}
.rs-primary-shadow {
box-shadow: 0px 10px 20px rgba(82, 235, 44, 0.1);
}
.elementor-social-icon-hover-primary .elementor-social-icons-wrapper a.elementor-social-icon i {
transition: all 0.3s ease 0s;
}
.elementor-social-icon-hover-primary .elementor-social-icons-wrapper a.elementor-social-icon:hover i {
color: #5777ff;
}
.elementor-social-icon-hover-primary-bg .elementor-social-icons-wrapper a.elementor-social-icon:hover {
background: #5777ff;
border-color: #5777ff;
}
.rs-primary-bg-child > * {
background: #5777ff;
}
.rs-primary-color-child > * {
color: #5777ff;
}
body.home .hide-in-home {
display: none !important;
}
body:not(.home) .topbar-marquee {
background-color: transparent !important;
}
.header-shape {
position: relative;
background: transparent !important;
}
.header-shape > div {
z-index: 1;
}
.header-shape:after {
z-index: 0;
clip-path: polygon(0 0, 100% 0, 94% 100%, 6% 100%);
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #D2C007;
}
@media screen and (max-width: 767px) {
.header-shape:after {
clip-path: none;
}
}
@media screen and (max-width: 1705px) and (min-width: 1367px) {
.ac-header-laptop-only {
padding-left: 50px;
padding-right: 50px;
}
.ac-header-laptop-only > div.elementor-element:nth-child(1), .ac-header-laptop-only > div.elementor-element:nth-child(3) {
width: 15%;
}
.ac-header-laptop-only > div.elementor-element:nth-child(2) {
width: 66%;
padding-left: 55px;
padding-right: 55px;
justify-content: center;
}
.ac-header-laptop-only > div.elementor-element:nth-child(2) .elementor-widget-rs-button {
display: none;
}
.ac-header-laptop-only > div.elementor-element:nth-child(2) .elementor-widget-navigation-menu {
padding-left: 40px;
}
}
.rs-service-search-form button {
background: #5777ff;
}
.rs-service-search-form button:hover {
background: #5777ff;
}
.service-border-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item:hover,
.service-border-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item.highlighted,
.service-border-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item:focus {
color: #5777ff;
}
.custom-footer-color .hfe-nav-menu ul li a:hover,
.footer-copyright-area .hfe-nav-menu ul li a:hover {
color: #5777ff !important;
}
.rotated-image .elementor-element .elementor-widget-image {
transition: all 0.3s ease 0s;
}
.rotated-image .elementor-element .elementor-widget-image:hover {
transform: rotate(-2.5deg);
}
.box-shadow {
box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
border-radius: 7px;
}
body .bg-fixed {
background-attachment: fixed !important;
background-position: center top !important;
}
body .bg-top {
background-position: center top !important;
}
body .bg-left {
background-position: bottom left !important;
}
body .bg-right {
background-position: top right !important;
}
body .bg-bottom {
background-position: center bottom !important;
}
body .main-contain {
background-size: cover;
background-repeat: no-repeat;
} .fa, .fab, .fad, .fal, .far, .fas {
font-family: "Font Awesome 5 Free";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/webfonts/fa-solid-900.eot);
src: url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/webfonts/fa-solid-900.woff2) format("woff2"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/webfonts/fa-solid-900.woff) format("woff"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/webfonts/fa-solid-900.ttf) format("truetype"), url(//thomasdutrieux.fr/wp-content/themes/flixta/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .fas {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
table th {
background: #080d41;
color: #fff;
padding: 10px;
}
table th a {
color: #fff;
}
table td {
padding: 10px;
}
iframe {
width: 100%;
}
.gray {
filter: grayscale(100%);
}
.floating-box {
position: relative;
z-index: 9;
top: 160px;
}
.custom-max-width {
max-width: 800px;
}
.menu-cart-area h2 {
display: none;
}
.bs-sidebar #wp-calendar th {
background: #5777ff;
}
.bs-sidebar table {
margin-bottom: 0;
}
.bs-sidebar .widget select {
margin: 0;
} .rs-blog-grid .pagination-area, .rs-team .pagination-area {
padding-bottom: 30px;
}
.rs-blog-grid .pagination-area {
padding-bottom: 84px;
}
.rs-blog .cat_name {
display: none;
}
.rs-blog .blog-meta .blog-title {
margin: 0px 0 15px;
font-weight: 500;
line-height: 26px !important;
}
.rs-blog .blog-meta .blog-title a {
color: #091D2D;
}
.rs-blog .blog-meta .blog-title a:hover {
color: #5777ff;
}
.rs-blog .blog-slider .blog-meta {
margin-top: 30px;
}
.rs-blog .blog-slider .blog-meta .blog-title {
font-size: 18px;
font-weight: 600;
line-height: 28px;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
line-height: 30px !important;
font-size: 22px;
} body.error404 .page-error .site-main {
text-align: center;
}
body.error404 .page-error .site-main .error-404 {
text-align: center;
display: inline-block;
}
body.error404 .page-error .site-main .page-content .readon {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
padding: 13px 42px 13px 22px;
font-size: 16px;
font-weight: 700;
line-height: 28px;
color: #ffffff;
background-color: #5777ff;
z-index: 1;
border-radius: 10px;
}
body.error404 .page-error .site-main .page-content .readon:before {
content: "\ea6c";
position: absolute;
font-family: remixicon !important;
font-size: 15px;
top: 15px;
right: 22px;
opacity: 1;
}
body.error404 .page-error .site-main .page-content .readon:hover {
background-color: #091D2D;
}
.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
clear: none;
}
.single.single-post h2 {
font-size: 36px;
line-height: 46px;
}
.bs-sidebar .widget.widget_tag_cloud .tagcloud {
padding-top: 10px;
}
.rs-footer .widget.widget_calendar .calendar_wrap {
padding-top: 8px;
}
.rs-theme-toggle .ri-sun-line {
display: none;
}
.rs-theme-toggle i {
cursor: pointer;
font-size: 16px;
background: rgba(5, 16, 11, 0.1294117647);
color: #333;
width: 35px;
height: 35px;
display: block;
text-align: center;
border-radius: 50%;
line-height: 34px;
}
.rs___dark-logo,
.hfe-site-logo-img-dark {
display: none;
}
.rs-dark .rs-theme-toggle .ri-sun-line {
display: block;
}
.rs-dark .rs-theme-toggle .ri-moon-line {
display: none;
}
.rs-dark .rs___default-logo,
.rs-dark .hfe-site-logo-img {
display: none;
}
.rs-dark .rs___dark-logo,
.rs-dark .hfe-site-logo-img-dark {
display: block;
} .bs-sidebar .wp-block-latest-comments,
.bs-sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.bs-sidebar .wp-block-latest-comments li,
.bs-sidebar ul li {
margin-top: 13px;
padding-top: 13px;
}
.bs-sidebar .wp-block-latest-comments li + li,
.bs-sidebar ul li + li {
margin-top: 13px;
padding-top: 13px;
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.bs-sidebar .wp-block-latest-comments li a,
.bs-sidebar ul li a {
font-weight: 500;
}
.bs-sidebar .widget_meta li:first-child, .bs-sidebar .widget_pages li:first-child, .bs-sidebar .widget_recent_entries li:first-child, .bs-sidebar .widget_nav_menu li:first-child {
margin-top: 0;
padding-top: 0;
border: 0;
}
.bs-sidebar .widget_meta .sub-menu li:first-child, .bs-sidebar .widget_pages .sub-menu li:first-child, .bs-sidebar .widget_recent_entries .sub-menu li:first-child, .bs-sidebar .widget_nav_menu .sub-menu li:first-child {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.bs-sidebar .widget_calendar table caption {
padding-bottom: 0;
}
.bs-sidebar .wp-block-categories li {
padding: 0;
margin-top: 12px;
font-size: 16px;
text-transform: capitalize;
border: none;
}
.bs-sidebar .wp-block-categories li a {
border-radius: 5px;
padding: 10px 20px;
display: block;
background: #fff;
border: 1px solid rgba(62, 62, 62, 0.1);
cursor: pointer;
position: relative;
}
.bs-sidebar .wp-block-categories li a:after, .bs-sidebar .wp-block-categories li a:before {
position: absolute;
content: "";
opacity: 1 !important;
visibility: visible;
transform: translateY(-50%) !important;
transition: unset !important;
top: 50% !important;
}
.bs-sidebar .wp-block-categories li a:after {
height: 2px;
width: 7px;
right: 26px;
background: #666666;
}
.bs-sidebar .wp-block-categories li a:before {
font-family: unset !important;
right: 20px;
left: unset;
font-size: 18px;
border-left: 6px solid #666666;
border-bottom: 6px solid transparent;
border-right: 0 solid transparent;
border-top: 6px solid transparent;
}
.bs-sidebar .wp-block-categories li a:hover {
background: #5777ff;
border-color: #5777ff;
color: #fff;
}
.bs-sidebar .wp-block-categories li a:hover:after {
background: #fff;
}
.bs-sidebar .wp-block-categories li a:hover:before {
border-left-color: #fff;
}
.bs-sidebar .widget_pages ul li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: none;
}
.bs-sidebar .widget_pages ul li:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.bs-sidebar .widget_pages ul li ul.children li:first-child:after {
top: 9px;
}
.bs-sidebar .widget_archive ul li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: none;
}
.bs-sidebar .widget_archive ul li:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.bs-sidebar .widget_archive ul li ul.children li:first-child:after {
top: 9px;
}
.comment i {
color: #999;
font-size: 12px;
}
.single-post .rs-blog-details .single-content-full ul.unorder-list {
margin-bottom: 16px;
margin-left: 20px;
}
.single-post .rs-blog-details .bs-meta {
margin-top: 0px;
margin-bottom: 18px;
}
.comment-respond .form-submit {
margin-bottom: 0;
}
.single-post .rs-blog-details .type-post .single-content-full {
overflow: visible;
}
.flickr-widget ul {
margin: 0;
padding: 0;
}
.flickr-widget ul li {
display: inline-block;
margin: 0 !important;
border: none !important;
padding: 2px !important;
width: 25%;
}
.flickr-widget ul li a img {
width: 100%;
}
.ps-navigation {
margin-top: 50px;
margin-bottom: 50px;
}
.ps-navigation ul {
margin: 0 !important;
list-style: none;
}
.ps-navigation ul a {
text-transform: uppercase;
background: transparent;
color: #444;
border-radius: 3px;
font-weight: bold;
}
.ps-navigation ul a span {
display: block;
font-weight: normal;
text-transform: capitalize;
vertical-align: middle;
}
.ps-navigation ul a i {
vertical-align: text-top;
}
.ps-navigation ul a:hover {
color: #080d41;
}
.ps-navigation ul li.next {
float: right;
}
.ps-navigation ul li.prev {
float: left;
}
.ps-navigation ul li:nth-child(2) {
text-align: right;
}
.wp-block-cover-image .wp-block-cover__inner-container {
color: #ffffff !important;
}
.wp-block-cover .wp-block-cover__inner-container {
color: #ffffff !important;
}
.wp-block-cover .wp-block-cover__inner-container p {
color: #ffffff !important;
}
.wp-block-cover .wp-block-cover__inner-container p a {
color: #ffffff !important;
}
#rs-footer .footer-bottom {
border-top: 1px solid rgba(6, 6, 6, 0.0588235294);
text-align: center;
padding: 20px 0;
}
.breadcrumbs-meta-rstheme .single-posts-meta {
padding: 0;
margin: 0;
} .rs-blog-details .type-post {
margin-bottom: 0px;
}
.rs-blog-details .type-post .single-content-full {
padding: 22px 0 0px;
overflow: hidden;
}
.rs-blog-details .type-post .tag-line {
padding: 0;
}
.rs-blog-details .type-post .tag-line a {
font-weight: 500;
color: #555;
}
.rs-blog-details .type-post .tag-line a:hover {
color: #080d41;
}
.rs-blog-details .bs-info {
margin-bottom: 10px;
}
.rs-blog-details .bs-info.tags {
margin-top: 25px;
clear: both;
font-weight: 700;
font-size: 20px;
}
.rs-blog-details .bs-info.tags a {
font-size: 15px;
margin-right: 0;
display: inline-block;
text-align: center;
font-weight: normal;
color: #fff;
background: #5777ff;
padding: 5px 14px 5px;
margin-left: 7px;
border-radius: 5px;
line-height: 20px;
margin-top: 5px;
margin-bottom: 5px;
}
.rs-blog-details .bs-info.tags a:hover {
background: #5777ff;
color: #fff;
}
.rs-blog-details .ps-navigation ul {
list-style: none;
margin: 0;
}
.rs-blog-details .bs-title {
margin-top: 0px;
font-size: 22px;
line-height: 1.2;
margin-bottom: 5px;
}
.rs-blog-details .single-page-info .p-user .author-img {
display: inline-block;
margin-right: 12px;
margin-bottom: 10px;
}
.rs-blog-details .single-page-info .p-user .author-img img {
border-radius: 50%;
}
.rs-blog-details .single-page-info .p-date, .rs-blog-details .single-page-info .author-name, .rs-blog-details .single-page-info .p-cname {
padding: 0;
color: #555;
line-height: 24px;
display: inline-block;
margin-bottom: 0;
}
.rs-blog-details .single-page-info .author-name {
color: #555;
}
.rs-blog-details .bs-meta {
font-size: 14px;
margin: 15px 0 0;
padding: 0;
text-transform: uppercase;
}
.rs-blog-details .bs-meta li {
display: inline-block;
line-height: 10px;
margin-right: 10px;
}
.rs-blog-details .bs-meta li i {
margin-right: 3px;
font-size: 12px;
color: #aaa;
}
.rs-blog-details .bs-meta li a {
color: #555;
}
.rs-blog-details .bs-meta li.category-name ul {
margin: 0;
float: left;
padding-left: 8px;
}
.rs-blog-details .bs-meta li .seperator {
padding-right: 10px;
}
.rs-blog-details .bs-desc {
margin-top: 0;
color: #666666;
}
.rs-blog-details .bs-desc p:last-child {
margin-bottom: 0px;
}
.rs-blog-details .blockquote {
padding-left: 30px;
border-left: 4px solid #444;
display: block;
margin: 40px 0;
background: #fff;
padding-bottom: 30px;
padding-top: 30px;
font-size: 14px !important;
border-radius: 5px;
}
.rs-blog-details .related-post {
margin-top: 40px;
padding: 0 15px;
}
.rs-blog-details .related-post .related-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
}
.rs-blog-details .related-post .blog-title {
margin-bottom: 5px;
font-size: 16px;
font-weight: 500;
}
.rs-blog-details .related-post .blog-title a {
color: #121933;
}
.rs-blog-details .related-post .blog-title a:hover {
color: #032e42;
}
.rs-blog-details .author-block {
align-items: center;
margin-top: 50px;
padding: 35px 0px 30px;
text-align: center;
overflow: hidden;
border-radius: 0px;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
}
.rs-blog-details .author-block .author-img {
float: left;
width: 17%;
padding-right: 30px;
}
.rs-blog-details .author-block .author-img img {
border-radius: 5px;
width: 120px;
}
.rs-blog-details .author-block .author-desc {
float: left;
width: 83%;
text-align: left;
}
.rs-blog-details .author-block .author-title {
margin: -10px 0 8px 0;
font-size: 20px;
position: relative;
}
.rs-blog-details .author-block .author-title:after {
background: #1a73e9;
content: "";
position: absolute;
left: 0;
bottom: -5px;
right: auto;
width: 120px;
height: 1px;
margin: 0 auto;
display: none;
}
.rs-blog-details .author-block .author-title a {
color: #212121;
}
.rs-blog-details .author-block p {
margin-bottom: 8px;
}
.rs-blog-details .comment-respond {
margin-top: 0px;
}
.rs-blog-details .comments-title {
font-size: 24px;
margin-bottom: 40px;
margin-top: 40px;
}
.rs-blog-details #reply-title {
font-size: 24px;
font-weight: 700;
margin-bottom: 30px;
margin-top: 45px;
position: relative;
padding: 0 0 12px;
}
.rs-blog-details #reply-title small {
font-size: 80%;
}
.rs-blog-details #reply-title small a {
color: #121933;
}
.rs-blog-details #reply-title small a:hover {
color: #1a73e9;
}
.rs-blog-details .comment-block {
margin-top: 50px;
}
.rs-blog-details .comment-block .comment {
padding: 25px;
background: #fff;
box-shadow: 0 0px 1px rgba(0, 0, 0, 0.2);
margin-bottom: 35px;
}
.rs-blog-details .comment-block .comment .comment-header {
margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-header:before {
content: "";
display: table;
}
.rs-blog-details .comment-block .comment .comment-header:after {
content: "";
display: table;
clear: both;
}
.rs-blog-details .comment-block .comment img {
float: left;
margin-right: 15px;
}
.rs-blog-details .comment-block .comment h3 {
margin: 5px 0 0 0;
font-size: 16px;
line-height: 22px;
}
.rs-blog-details .comment-block .comment .comment-body p.desc {
margin-bottom: 10px;
}
.rs-blog-details .comment-block .comment .comment-reply {
margin-bottom: 0;
}
ol.comment-list .comment-respond .form-submit {
margin-bottom: 50px;
}
.single .tag-line {
position: relative;
color: #fff;
}
.hfe-nav-menu .rs-mega-menu > .sub-menu {
max-width: 1250px;
}
#rs-header .header-inner {
position: relative;
}
.single .tag-line a {
display: inline-block;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding: 0;
border-radius: 0;
position: relative;
}
.single .ps-navigation {
margin: 50px 0 0;
}
.single .ps-navigation .prev {
width: 50%;
transition: all 0.5s ease;
}
.single .ps-navigation .prev i {
margin-right: 10px;
position: relative;
top: 0px;
font-size: 15px;
}
.single .ps-navigation .prev .next_link {
margin-bottom: 10px;
margin-left: 0;
}
.single .ps-navigation .prev:hover span {
color: #091D2D;
}
.single .ps-navigation .next {
width: 50%;
transition: all 0.5s ease;
}
.single .ps-navigation .next .next_link {
margin-bottom: 10px;
margin-left: 0;
}
.single .ps-navigation .next i {
margin-left: 10px;
position: relative;
top: 0px;
}
.single .ps-navigation .next:hover span {
color: #091D2D;
}
.single .ps-navigation ul li a {
transition: all 0.3s ease 0s;
}
.single .ps-navigation ul li a span {
transition: all 0.3s ease 0s;
}
.single .ps-navigation ul li a:hover span.link_text, .single .ps-navigation ul li a:hover span.next_link {
color: #5777ff;
}
.single .ps-navigation .next_link {
text-transform: uppercase;
color: #091D2D;
}
.rs-blog.blog-page, body.search-results,
body.single-rs-service-area, body.single-post,
body.search-no-results, body.single-post,
body.blog, body.archive {
background: #f2f4ff;
}
.single-post .main-contain #content .single-content-full .bs-desc p:first-child {
margin-top: 0px;
}
.single-post .rs-blog-single-title {
font-size: 40px;
line-height: 50px;
margin: 0 !important;
}
.single-post .btm-cate_no_thum {
padding-bottom: 12px;
}
.single-post .bs-img {
padding-bottom: 36px;
}
.single-post .ps-navigation {
border-top: 1px solid rgba(170, 170, 170, 0.25);
border-bottom: 1px solid rgba(170, 170, 170, 0.25);
padding: 30px 0;
}
.single-post .ps-navigation .link_text {
font-size: 16px;
}
.single-post .ps-navigation .next_link i:before {
margin-left: 0;
}
.single-post .single-posts-meta {
margin: 0 !important;
}
.single-post .single-posts-meta .fa-comments-o:before {
color: #080d41;
}
.single-post .single-posts-meta li {
list-style: none;
display: inline-block;
padding-right: 10px;
color: #555;
}
.single-post .single-posts-meta li span i {
font-size: 13px;
margin-right: 3px;
color: #080d41;
}
.single-post .single-posts-meta li ul {
margin: 0;
position: relative;
padding-left: 19px;
}
.single-post .single-posts-meta li ul li {
position: relative;
font-size: 14px;
}
.single-post .single-posts-meta li ul li a {
color: #555;
}
.single-post .single-posts-meta li ul li a:hover {
color: #080d41;
}
.single-post .single-posts-meta li ul li:before {
content: ",";
position: absolute;
font-size: 16px;
font-style: normal;
right: 4px;
top: 0;
}
.single-post .single-posts-meta li ul li:last-child:before {
display: none;
}
.single-post .single-posts-meta li ul:before {
content: "\f02d";
position: absolute;
color: #080d41;
font-family: FontAwesome;
font-size: 13px;
font-style: normal;
left: 0;
top: 0;
}
.btm-cate {
overflow: hidden;
list-style: none;
margin: 0px;
padding: 3px 19px 5px 16px;
position: relative;
font-size: 15px;
display: inline-flex;
align-items: center;
background: #5777ff;
border-radius: 5px;
flex-wrap: wrap;
}
.btm-cate li {
float: none;
color: #fff;
line-height: 24px;
}
.btm-cate li a {
color: #fff;
}
.btm-cate li i {
margin-right: 4px;
}
.btm-cate li i::before {
font-size: 16px;
}
.btm-cate li i.ri-user-4-line:before {
font-size: 17px;
}
.btm-cate li i.ri-calendar-line {
position: relative;
top: 3px;
}
.btm-cate li i.ri-user-4-line {
top: 3px;
}
.btm-cate li + li {
position: relative;
margin-left: 26px;
}
.btm-cate li + li::before {
content: "";
position: absolute;
left: -13px;
top: 10px;
height: 8px;
width: 1px;
background: #fff;
transform: rotate(22deg);
}
.btm-cate li.rs___tag::before {
content: "";
position: absolute;
left: -13px;
top: 10px;
height: 8px;
width: 1px;
background: #fff;
transform: rotate(22deg);
}
.full-blog-content .btm-cate {
margin-bottom: 20px;
}
.full-blog-content .blog-title {
margin-bottom: 15px;
font-size: 36px;
line-height: 48px;
margin-top: 10px;
}
.full-blog-content .blog-title a {
color: #091D2D;
}
.full-blog-content .blog-title a:hover {
color: #5777ff;
}
.widget_medvillsocialiconwi_widget .widget-title {
margin-bottom: 40px;
}
.widget_medvillsocialiconwi_widget .footer_social li a {
width: 40px;
height: 40px;
line-height: 42px;
border: 1px solid rgba(51, 51, 51, 0.0784313725);
border-radius: 50%;
font-size: 16px;
margin-bottom: 10px;
}
.widget_medvillsocialiconwi_widget .footer_social li a i {
color: #091D2D;
}
.widget_medvillsocialiconwi_widget .footer_social li a:hover {
background: #5777ff;
border: 1px solid #5777ff;
}
.widget_medvillsocialiconwi_widget .footer_social li a:hover i {
color: #fff;
}
.comment-respond .form-field {
margin-bottom: 30px;
position: relative;
}
.comment-respond .form-field i {
position: absolute;
top: 50%;
left: 16px;
transform: translateY(-50%);
}
.comment-respond .form-field input {
width: 100%;
height: 50px;
padding: 5px 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-field #comment {
width: 100%;
padding: 8px 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-respond .form-submit {
clear: both;
}
.comment-respond .form-submit #submit {
background: #5777ff;
position: relative;
display: inline-block;
padding: 18px 30px 18px;
line-height: normal;
font-size: 16px;
font-weight: 600;
color: #fff;
transition: all 0.8s ease;
border-radius: 10px;
}
.comment-respond .form-submit #submit:hover {
background: #5777ff;
color: #fff;
}
.comments-area {
margin-top: 0;
}
.comments-area ol.children {
padding: 0;
}
.comments-area .comment-list {
margin: 0;
padding: 0;
}
.comments-area .comment-list li.comment {
padding: 0;
margin: 20px 0 25px;
border-radius: 0px;
list-style: none;
}
.comments-area .comment-list li.comment .comment-full {
padding: 0;
border-radius: 0px;
position: relative;
}
.comments-area .comment-list li.comment .comment-body {
padding-bottom: 0;
position: relative;
padding-left: 98px;
padding-bottom: 30px;
margin-bottom: 25px;
border-bottom: 1px solid #ddd;
}
.comments-area .comment-list li.comment #respond {
padding-left: 98px;
padding-bottom: 0;
padding-top: 0px;
}
.comments-area .comment-list li.comment span.says {
display: none;
}
.comments-area .comment-list li.comment .comment-author {
text-transform: capitalize;
}
.comments-area .comment-list li.comment .comment-author a {
color: #121933;
}
.comments-area .comment-list li.comment .comment-author img {
float: left;
border-radius: 0;
position: absolute;
left: 0;
}
.comments-area .comment-list li.comment .comment-author b {
float: left;
padding-right: 14px;
padding-top: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
margin-left: 0;
margin-top: 0;
font-size: 14px;
padding-top: 0;
clear: both;
}
.comments-area .comment-list li.comment .comment-metadata a time {
color: #909090;
}
.comments-area .comment-list li.comment .comment-content {
margin-top: 6px;
border-radius: 0px;
padding-left: 0;
padding-right: 0;
}
.comments-area .comment-list li.comment .comment-content p {
margin-bottom: 4px;
color: #666;
}
.comments-area .comment-list li.comment .reply {
padding-left: 0;
margin-bottom: 0;
margin-top: 10px;
padding-bottom: 0;
text-align: left;
}
.comments-area .comment-list li.comment .reply a {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
padding: 4px 20px;
line-height: 22px;
font-size: 14px;
color: #fff;
background: #5777ff;
z-index: 1;
border: none;
border-radius: 5px;
}
.comments-area .comment-list li.comment .reply a:hover {
background: #5777ff;
color: #ffffff;
opacity: 0.99;
}
.comments-area .comment-list li.comment .reply a:hover:before {
top: 0%;
bottom: auto;
height: 100%;
}
.comments-area .comment-list li.comment .comment {
margin-bottom: 0;
padding-bottom: 0;
}
.comments-area .comment-list li.comment ol.children li {
padding-right: 0;
margin-left: 2.5em;
margin-top: 0;
}
.comments-area .comment-list li.comment:last-child .comment-full {
border-bottom: none;
}
.comments-area p.comment-form-author {
float: left;
width: 50%;
padding-right: 25px;
margin-bottom: 0px;
}
.comments-area p.comment-form-author label {
display: block;
}
.comments-area p.comment-form-author input {
width: 100%;
height: 50px;
padding: 15px 20px;
background-color: #fff;
border: 1px solid rgba(230, 226, 226, 0.6117647059);
border-radius: 5px;
}
.comments-area p.comment-form-email {
float: left;
width: 50%;
margin-bottom: 0px;
}
.comments-area p.comment-form-email label {
display: block;
}
.comments-area p.comment-form-email input {
width: 100%;
height: 50px;
padding: 15px 20px;
background-color: #fff;
border: 1px solid rgba(230, 226, 226, 0.6117647059);
border-radius: 5px;
}
.comments-area p.comment-form-url {
clear: both;
}
.comments-area p.comment-form-url label {
display: block;
}
.comments-area p.comment-form-url input {
width: 100%;
height: 50px;
padding: 15px 20px;
background-color: #fff;
border: 1px solid rgba(230, 226, 226, 0.6117647059);
border-radius: 5px;
}
.comments-area p.comment-form-comment {
clear: both;
margin-bottom: 0;
}
.comments-area p.comment-form-comment label {
display: block;
}
.comments-area p.comment-form-comment textarea {
width: 100%;
height: 160px;
padding: 15px 20px;
background-color: #fff;
border: 1px solid rgba(230, 226, 226, 0.6117647059);
border-radius: 5px;
outline: none;
}
.comments-area .comment-navigation {
overflow: hidden;
}
.comments-area .comment-navigation .nav-previous {
position: relative;
padding-left: 18px;
}
.comments-area .comment-navigation .nav-previous:before {
content: "\f104";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 0;
top: 1px;
color: #4caf50;
}
.comments-area .comment-navigation .nav-next {
position: relative;
padding-right: 18px;
}
.comments-area .comment-navigation .nav-next:before {
content: "\f105";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
right: 0;
top: 1px;
color: #4caf50;
}
.comments-area label {
font-weight: 400;
}
.comment-full .comment-form-cookies-consent, .comment-full .comment-form-url {
display: none;
}
.inner-page-title {
padding-top: 70px;
}
.dynamic-sidebar {
padding: 0px 0px 0px 20px;
border: none;
border-radius: 0px;
}
.dynamic-sidebar .recent-widget {
margin: 0 0 2em;
}
.padding-left-sidebar .dynamic-sidebar {
padding: 0px 20px 20px 0;
}
#respond {
border-radius: 5px;
}
li.comment #respond {
background: none;
box-shadow: none;
padding: 0;
border-radius: 0;
}
.check-arrow {
padding: 0;
margin-left: 0;
}
.check-arrow li {
position: relative;
list-style: none;
padding: 3px 0 5px 48px;
margin: 4px 0;
}
.check-arrow li:before {
content: "\eb7b";
font-family: remixicon !important;
position: absolute;
left: 0;
right: auto;
top: 0px;
font-size: 18px;
color: #5777ff;
width: 30px;
height: 30px;
border: 1px solid rgba(26, 115, 233, 0.1411764706);
line-height: 30px;
text-align: center;
display: block;
border-radius: 50%;
}
.check-circle {
padding: 0;
}
.check-circle li {
position: relative;
list-style: none;
padding: 0 0 0 26px;
}
.check-circle li:before {
font-family: FontAwesome;
content: "\f058";
position: absolute;
left: 0;
right: auto;
top: 0px;
font-size: 18px;
color: #1a73e9;
width: 40px;
height: 40px;
}
.rs-pie-content .number {
color: #091D2D;
}
blockquote {
padding: 30px 52px;
color: #091D2D;
position: relative;
background: #fff;
font-style: normal;
text-align: left;
clear: both;
font-weight: 700;
border-left: 4px solid #5777ff;
position: relative;
min-height: 170px;
}
blockquote cite {
font-size: 15px;
display: block;
margin-top: 10px;
font-style: normal;
color: #656567;
font-weight: 500;
}
blockquote cite:before {
content: "";
font-size: 28px;
color: #5777ff;
padding-bottom: 0px;
display: inline-block;
background: #080d41;
height: 1px;
width: 40px;
font-weight: 700;
text-align: center;
top: -4px;
margin-right: 10px;
position: relative;
}
blockquote::before {
content: "\ec52" !important;
font-family: remixicon !important;
position: absolute;
left: 10px;
right: auto;
top: -10px;
font-size: 183px;
color: #f3f5ff;
text-align: center;
display: block;
border-radius: 50%;
height: 0;
line-height: 1;
}
blockquote p {
margin-bottom: 10px !important;
font-size: 22px;
position: relative;
}
blockquote p strong {
color: #000 !important;
font-size: 18px;
padding-top: 20px !important;
margin-bottom: 10px;
display: block;
}
mark, ins, kbd {
background: #080d41;
color: #fff;
padding: 0 4px;
}
code {
background: #080d41;
color: #fff !important;
}
.tax-portfolio-category .rs-blog .blog-item .blog-img img {
width: 100%;
}
.btm-cate_no_thum {
list-style: none;
margin: 0px;
position: relative;
display: flex;
flex-wrap: wrap;
font-size: 16px;
}
.btm-cate_no_thum li {
float: none;
color: #666666;
line-height: 24px;
}
.btm-cate_no_thum li a {
color: #666666;
}
.btm-cate_no_thum li + li {
position: relative;
margin-left: 30px;
}
.btm-cate_no_thum li + li:before {
content: "";
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
left: -18px;
top: 10px;
background: #666666;
}
.btm-cate_no_thum li .info .name {
font-weight: 700;
text-transform: capitalize;
}
.rs-breadcrumbs-meta-elementor li {
list-style: none;
margin-right: 30px;
position: relative;
}
.rs-breadcrumbs-meta-elementor li.rs_comments {
margin: 0;
}
.rs-breadcrumbs-meta-elementor li.rs_comments span {
position: relative;
top: 2px;
}
.rs-breadcrumbs-meta-elementor li:last-child {
margin: 0;
}
.rsoffwrap-close {
background: #fff;
position: absolute;
right: 30px;
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 3px;
text-align: center;
top: 30px;
cursor: pointer;
}
.rsoffwrap-close i {
color: #f81f23;
font-size: 21px;
}
.rs-breadcrumbs-meta-elementor li:before {
content: "";
position: absolute;
left: -15px;
top: 10px;
height: 8px;
width: 1px;
background: #fff;
transform: rotate(22deg);
}
.rs-breadcrumbs-meta-elementor li:first-child::before {
display: none;
}
.ri-tools-fill {
font-size: 21px;
position: relative;
top: 4px;
}
.bs-sidebar ul.footer_social li {
display: inline-block;
text-align: center;
border: none;
margin: 0;
padding: 0 14px 0 0;
}
.bs-sidebar ul.footer_social li a {
color: #121933;
display: block;
}
.bs-sidebar ul.footer_social li a:hover {
color: #080d41;
}
.bs-sidebar ul.footer_social li:last-child {
margin-right: 0 !important;
} .bs-sidebar .widget {
background: #fff;
padding: 40px 30px 40px;
border-radius: 0px;
position: relative;
}
.bs-sidebar .widget::before {
content: "";
width: 4px;
height: 15px;
position: absolute;
left: 30px;
top: 0;
background: #5777ff;
}
.bs-sidebar .fa-ul i {
margin-right: 12px;
}
.bs-sidebar .fa-ul i:before {
color: #080d41;
}
.bs-sidebar .fa-ul i.fa-whatsapp:before {
font-size: 18px;
}
.bs-sidebar .fa-ul i.flixtaicon-time-call:before {
font-size: 16px;
}
.bs-sidebar .wp-block-search__label {
font-weight: 700 !important;
font-size: 24px;
position: relative;
color: #091D2D;
}
.bs-sidebar .widget_block h2, .bs-sidebar .widget-title {
color: #091D2D;
font-size: 22px;
line-height: 26px;
font-weight: 700 !important;
position: relative;
z-index: 1;
padding-bottom: 0;
}
.bs-sidebar .widget_media_image {
padding: 0;
background: none;
}
.bs-sidebar .widget:last-child {
margin-bottom: 0;
}
.bs-sidebar .widget-title {
font-weight: 400;
margin-bottom: 40px;
}
.bs-sidebar .wp-block-latest-comments, .bs-sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.bs-sidebar .wp-block-latest-comments a, .bs-sidebar ul a {
color: #656567;
transition: all 0.3s ease 0s;
font-size: 16px;
}
.bs-sidebar .wp-block-latest-comments a:hover, .bs-sidebar ul a:hover {
color: #5777ff;
}
.bs-sidebar .wp-block-latest-comments li, .bs-sidebar ul li,
.bs-sidebar .wp-block-latest-comments li + li, .bs-sidebar ul li + li {
margin-top: 10px;
padding-top: 10px;
}
.bs-sidebar .wp-block-latest-comments li a, .bs-sidebar ul li a {
font-weight: 500;
color: #666666;
}
.bs-sidebar .widget_categories ul li a:hover {
color: #5777ff;
}
.bs-sidebar .widget_meta li:first-child, .bs-sidebar .widget_pages li:first-child, .bs-sidebar .widget_recent_entries li:first-child, .bs-sidebar .widget_nav_menu li:first-child {
margin-top: 0;
padding-top: 0;
border: 0;
border-top: 0;
}
.bs-sidebar .widget_meta .sub-menu li:first-child, .bs-sidebar .widget_pages .sub-menu li:first-child, .bs-sidebar .widget_recent_entries .sub-menu li:first-child, .bs-sidebar .widget_nav_menu .sub-menu li:first-child {
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_categories ul li {
background: #fff;
border: 1px solid rgba(62, 62, 62, 0.1);
padding: 12px 20px;
margin-top: 12px;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.bs-sidebar .widget_categories ul li a {
color: #666666;
transition: all 0.3s ease 0s;
text-transform: capitalize;
}
.bs-sidebar .widget_categories ul li a {
font-weight: 500;
font-size: 16px;
}
.bs-sidebar .widget_categories#categories-2 ul li a::before {
transition: all 0.3s ease 0s;
}
.bs-sidebar .widget_categories#categories-2 ul li a::after {
transition: all 0.3s ease 0s;
}
.bs-sidebar .widget_categories#categories-2 ul li:hover {
background: #5777ff;
}
.bs-sidebar .widget_categories#categories-2 ul li:hover a {
color: #fff;
}
.bs-sidebar .widget_categories#categories-2 ul li:hover a::after {
background: #fff;
}
.bs-sidebar .widget_categories#categories-2 ul li:hover a::before {
border-left-color: #fff;
}
.bs-sidebar .widget_product_categories h2.widget-title {
margin-bottom: 18px;
}
.bs-sidebar .widget_product_categories ul li a {
font-weight: 500;
}
.bs-sidebar .widget_recent_comments ul li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.bs-sidebar .widget_recent_comments ul li:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.bs-sidebar .recent-widget .widget-title {
margin-bottom: 40px;
}
.bs-sidebar .widget_calendar table caption {
padding-bottom: 0;
}
.bs-sidebar .widget_archive ul li:first-child {
border-top: none;
}
.bs-sidebar .widget_pages ul li {
border-top: 1px solid rgba(0, 0, 0, 0.06);
border-bottom: none;
}
.bs-sidebar .widget_pages ul li:first-child {
border-top: none;
margin-top: 0;
padding-top: 0;
}
.bs-sidebar .widget_pages ul li ul.children li:first-child:after {
top: 9px;
}
.bs-sidebar .widget_search, .bs-sidebar .bs-search {
overflow: hidden;
position: relative;
}
.bs-sidebar .widget_search input, .bs-sidebar .bs-search input {
border: 1px solid rgba(62, 62, 62, 0.1);
color: #091D2D;
padding: 15px 20px;
width: 100%;
border-radius: 5px;
background: #fff;
}
.bs-sidebar .widget_search button,
.bs-sidebar .bs-search button {
background: none;
border: medium none;
padding: 12px 30px;
position: absolute;
right: 0px;
top: 3px;
bottom: 0;
z-index: 0;
font-size: 16px;
outline: none;
border-radius: 0 5px 5px 0;
}
.bs-sidebar .widget_search button i:before, .bs-sidebar .bs-search button i:before {
font-weight: 600 !important;
}
.bs-sidebar .widget_search label, .bs-sidebar .bs-search label {
display: inline;
}
.bs-sidebar .widget_search button {
font-size: 0;
}
.bs-sidebar .widget_search button:before {
font-family: remixicon !important;
font-size: 24px;
content: "\f0d1";
position: absolute;
right: 24px;
top: 8px;
display: block;
color: #091D2D;
}
.bs-sidebar .wp-block-search__inside-wrapper {
position: relative;
margin-top: 36px;
}
.bs-sidebar .widget_categories ul, .bs-sidebar .widget_recent_entries ul, .bs-sidebar .widget_archive ul, .bs-sidebar .widget_meta ul {
list-style: none;
}
.bs-sidebar .recent-post-widget > div + div {
margin-top: 12px;
padding-top: 12px;
}
.bs-sidebar .recent-post-widget .post-date {
font-size: 13px;
color: #656567;
}
.bs-sidebar .recent-post-widget .post-title {
font-weight: 500;
margin-bottom: 0;
}
.bs-sidebar .recent-post-widget .post-title a {
font-size: 15px;
}
.bs-sidebar .recent-post-widget .post-desc a {
display: block;
line-height: 28px;
color: #091D2D;
transition: all 0.3s ease 0s;
font-weight: 700;
font-size: 18px;
}
.single.single-post .rs-breadcrumbs .breadcrumbs-inner {
text-align: left;
}
.breadcrumb-area.style3 .breadcrumbs-inner span {
text-transform: capitalize;
margin-right: 10px;
}
.breadcrumb-area.style3 .breadcrumbs-inner span a {
margin-right: 0;
padding-right: 28px;
}
.breadcrumb-area.style3 .breadcrumbs-inner span::after {
right: 0;
}
.breadcrumb-area.style3 .breadcrumbs-inner span:last-child {
margin: 0;
}
.breadcrumb-area.style3 .breadcrumbs-inner span:last-child > span {
margin: 0;
}
.hfe-page-title .rs-breadcrumbs-meta-elementor li.rs-category ul li a {
text-transform: capitalize;
}
.widget_medvillsocialiconwi_widget .widget-title {
margin-bottom: 40px;
}
.widget_medvillsocialiconwi_widget .footer_social li a {
width: 40px;
height: 40px;
line-height: 39px;
border: 1px solid rgba(87, 119, 255, 0.17);
border-radius: 50%;
font-size: 16px;
}
.widget_medvillsocialiconwi_widget .footer_social li a i {
color: #666666;
}
.widget_medvillsocialiconwi_widget .footer_social li a:hover {
background: #5777ff;
}
.widget_medvillsocialiconwi_widget .footer_social li a:hover i {
color: #fff;
}
.bs-sidebar .widget.widget_tag_cloud .widget-title {
margin-bottom: 34px;
}
.bs-sidebar .widget_categories ul li ul li {
padding: 0px 20px;
}
.bs-sidebar #categories-2.widget_categories ul li {
position: relative;
}
.bs-sidebar #categories-2.widget_categories ul li a {
cursor: pointer;
}
.bs-sidebar #categories-2.widget_categories ul li a:after {
position: absolute;
content: "";
opacity: 1 !important;
visibility: visible;
height: 2px;
width: 7px;
right: 26px;
top: 50% !important;
transform: translateY(-50%) !important;
background: #606060;
transition: unset !important;
}
.bs-sidebar #categories-2.widget_categories ul li a:before {
position: absolute;
content: "";
font-family: unset !important;
right: 20px;
left: unset;
opacity: 1 !important;
visibility: visible;
font-size: 18px;
transition: unset !important;
top: 50% !important;
transform: translateY(-50%) !important;
border-left: 6px solid #606060;
border-bottom: 6px solid transparent;
border-right: 0 solid transparent;
border-top: 6px solid transparent;
}
.bs-sidebar .widget_categories ul.children li:before {
top: 2px;
}
.inner-offcan .ri-close-fill.closes {
font-size: 23px;
width: 40px;
height: 39px;
line-height: 40px;
color: #ffffff;
background: #5777ff;
text-align: center;
border-radius: 5px;
display: block;
}
.pagination,
.pagination-area {
padding-top: 0px;
clear: both;
text-align: center;
}
.pagination .pagination,
.pagination-area .pagination {
padding: 0;
margin: 0;
}
.pagination .nav-links,
.pagination-area .nav-links {
display: flex;
align-items: center;
padding: 0px;
border-radius: 0px;
}
.pagination .nav-links > *,
.pagination-area .nav-links > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 10px;
}
.pagination .nav-links > *:last-child,
.pagination-area .nav-links > *:last-child {
margin-right: 0;
}
.pagination .nav-links a,
.pagination-area .nav-links a {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #091D2D;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: transparent;
position: relative;
}
.pagination .nav-links a.page-numbers,
.pagination-area .nav-links a.page-numbers {
border-style: solid;
border-width: 1.5px 1.5px 1.5px 1.5px;
border-color: rgba(7, 18, 48, 0.1019607843);
}
.pagination .nav-links a.next.page-numbers, .pagination .nav-links a.prev.page-numbers,
.pagination-area .nav-links a.next.page-numbers,
.pagination-area .nav-links a.prev.page-numbers {
font-size: 0;
}
.pagination .nav-links a.next.page-numbers:before, .pagination .nav-links a.prev.page-numbers:before,
.pagination-area .nav-links a.next.page-numbers:before,
.pagination-area .nav-links a.prev.page-numbers:before {
position: absolute;
font-family: remixicon !important;
font-size: 16px;
line-height: 1;
opacity: 1;
content: "\ea6b";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.pagination .nav-links a.prev.page-numbers:before,
.pagination-area .nav-links a.prev.page-numbers:before {
content: "\ea5f";
}
.pagination .nav-links span.current,
.pagination-area .nav-links span.current {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
border-color: transparent !important;
color: #ffffff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: #5777ff;
position: relative;
}
.bs-sidebar .recent-post-widget .post-desc a:hover {
color: #5777ff;
}
.bs-sidebar .recent-post-widget .post-desc span {
display: block;
font-size: 15px;
color: #666666;
margin: 6px 0 0;
font-weight: 400;
}
.bs-sidebar .recent-post-widget .post-desc span i {
margin-right: 5px;
}
.bs-sidebar .recent-post-widget .post-desc span i:before {
font-size: 12px;
}
.bs-sidebar .recent-post-widget .post-desc span svg {
width: 15px;
position: relative;
top: -2px;
color: #5777ff;
margin-right: 4px;
}
.bs-sidebar .tagcloud a {
display: inline-block;
margin: 0 4px 8px 0px;
line-height: 20px;
padding: 8px 15px;
font-size: 16px !important;
text-transform: capitalize;
transition: all 0.3s ease;
background: #fff;
color: #666666;
font-weight: 500;
font-weight: 500;
border: 1px solid rgba(62, 62, 62, 0.1);
position: relative;
border-radius: 5px;
}
.bs-sidebar .tagcloud a:hover {
color: #ffffff;
background: #5777ff;
}
.bs-sidebar .tagcloud a:last-child:after {
display: none;
}
body.dark-theme .bs-sidebar .tagcloud a:hover {
background: #5777ff;
color: #ffffff;
}
.wp-block-latest-comments__comment {
line-height: 1.9;
margin-bottom: 0;
}
.bottom-shadow1 {
padding: 32px 0 20px 0;
}
.page-header {
margin: 0 0 20px;
}
.page-header h1 {
margin-top: 0;
}
.blog .rs-blog .blog-item,
.archive .rs-blog .blog-item {
margin-bottom: 50px;
background: #fff;
border-radius: 2px;
transition: 0.3s;
padding: 0;
box-shadow: 0 20px 20px rgba(0, 32, 74, 0.01);
border: 1px solid rgba(238, 238, 238, 0.4509803922);
}
.blog .rs-blog .blog-item .full-blog-content,
.archive .rs-blog .blog-item .full-blog-content {
padding: 40px 40px 46px 40px;
overflow: hidden;
}
.blog .rs-blog .blog-item .blog-img,
.archive .rs-blog .blog-item .blog-img {
position: relative;
border-radius: 0px;
z-index: 0;
}
.blog .rs-blog .blog-item .blog-img .blog-meta,
.archive .rs-blog .blog-item .blog-img .blog-meta {
position: absolute;
bottom: 16px;
top: auto;
left: 40px;
right: 30px;
z-index: 99;
}
.blog .rs-blog .blog-item .blog-img img,
.archive .rs-blog .blog-item .blog-img img {
border-radius: 2px 2px 0 0;
} .rs-blog .grid-blog {
margin-top: 50px;
}
.rs-blog .blog-item {
margin-bottom: 30px;
background: #fff;
}
.rs-blog .blog-item .full-blog-content .author {
font-weight: 500;
}
.rs-blog .blog-item .blog-img {
position: relative;
margin-bottom: 0;
border-radius: 0;
}
.rs-blog .blog-item .blog-img a {
z-index: 11;
position: relative;
}
.rs-blog .blog-item .blog-img .blog-img-content {
position: absolute;
width: 100%;
height: 100%;
top: 50%;
left: 0;
text-align: center;
z-index: 10;
padding: 20px;
opacity: 0;
transition: 0.3s all ease-out;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link {
display: inline-block;
font-size: 19px;
width: 52px;
line-height: 54px;
height: 52px;
text-align: center;
border-radius: 50%;
background: #fff;
transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-link:hover {
background: #5777ff;
color: #fff !important;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title {
font-size: 16px;
line-height: 22px;
font-weight: 500;
margin-top: 15px;
color: #fff;
margin-bottom: 0;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a {
color: #fff;
}
.rs-blog .blog-item .blog-img .blog-img-content .blog-title a:hover {
color: rgba(255, 255, 255, 0.6);
}
.rs-blog .blog-item .blog-img:hover .blog-img-content {
top: 0px;
opacity: 1;
}
.rs-blog .blog-item .blog-meta {
transition: all 0.3s ease 0s;
}
.rs-blog .blog-item .blog-meta .seperator {
padding-left: 7px;
}
.rs-blog .blog-item .blog-meta .blog-date {
display: inline-block;
font-weight: 400;
}
.rs-blog .blog-item .blog-meta .blog-date i {
margin-right: 6px;
position: relative;
top: 0px;
}
.rs-blog .blog-item .blog-meta .ri-user-3-line {
top: 2px;
}
.rs-blog .blog-item .blog-meta .categories a {
color: #999999;
}
.rs-blog .blog-item .blog-meta .categories a:hover {
color: #5777ff;
}
.rs-blog .blog-item .blog-meta .blog-lc {
display: inline-block;
}
.rs-blog .blog-item .blog-meta .blog-lc > div {
display: inline-block;
}
.rs-blog .blog-item .date-post {
padding: 0;
color: #999999;
margin-right: 8px;
margin-bottom: 8px;
display: inline-block;
font-size: 12px;
}
.rs-blog .blog-item span.author, .rs-blog .blog-item span.category {
padding: 0;
margin-right: 9px;
margin-bottom: 10px;
margin-left: 0;
display: inline;
position: relative;
text-transform: inherit;
color: #555;
}
.rs-blog .blog-item .blog-slidermeta {
margin-bottom: 6px;
}
.rs-blog .blog-item .blog-slidermeta span.seperator {
display: inline-block;
padding-right: 5px;
font-size: 12px;
}
.rs-blog .blog-item .blog-slidermeta span.category a {
color: #999999;
}
.rs-blog .blog-item .blog-slidermeta span.category a:hover {
color: #5777ff;
}
.rs-blog .blog-item div.comment {
padding: 0;
color: #032e42;
border-radius: 30px;
text-transform: uppercase;
font-size: 13px !important;
line-height: normal;
}
.rs-blog .blog-item .blog-author {
display: flex;
align-items: center;
}
.rs-blog .blog-item .blog-author .author-img {
float: left;
}
.rs-blog .blog-item .blog-author .author-img img {
height: 70px;
width: 70px;
border-radius: 50%;
}
.rs-blog .blog-item .blog-author .author-info {
margin-left: 15px;
}
.rs-blog .blog-item .blog-author .author-info .author-name {
font-size: 15px;
margin-bottom: 0;
}
.rs-blog .blog-item .blog-author .author-info .author-title {
font-size: 12px;
}
.rs-blog .blog-item .blog-desc {
clear: both;
font-size: 17px;
}
.rs-blog .blog-item .blog-desc p {
margin-bottom: 0;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button {
display: block;
margin-top: 30px;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button a {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
padding: 13px 42px 13px 22px;
font-size: 16px;
font-weight: 700;
line-height: 28px;
color: #121933;
z-index: 1;
border-radius: 10px;
border: 2px solid rgba(233, 232, 232, 0.6784313725);
}
.rs-blog .blog-item:not(.rs-flat) .blog-button a:before {
content: "\ea6c";
position: absolute;
font-family: remixicon !important;
font-size: 15px;
top: 15px;
right: 22px;
opacity: 1;
}
.rs-blog .blog-item:not(.rs-flat) .blog-button a:hover {
color: #fff;
background: #5777ff;
border-color: #5777ff;
}
.rs-blog .blog-item.rs-flat .blog-button {
display: block;
margin-top: 30px;
}
.rs-blog .blog-item.rs-flat .blog-button a {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
padding: 13px 42px 13px 22px;
font-size: 16px;
font-weight: 700;
line-height: 28px;
color: #ffffff;
background: #5777ff;
z-index: 1;
border-radius: 10px;
}
.rs-blog .blog-item.rs-flat .blog-button a:before {
content: "\ea6c";
position: absolute;
font-family: remixicon !important;
font-size: 15px;
top: 15px;
right: 22px;
opacity: 1;
}
.rs-blog .blog-item.rs-flat .blog-button a:hover {
color: #fff;
background: #D2C007;
}
.rs-blog .full-layout {
width: 100%;
}
.rs-blog .sidebar-none, .rs-blog .owl-nav {
display: none;
}
.rs-blog .home_full_blog {
padding: 0;
}
.rs-blog .home_full_blog .blog-desc {
margin-bottom: 20px;
}
.rs-blog .home_full_blog .blog-date {
padding-top: 15px;
}
body.archive.post-type-archive-product {
background: #fff !important;
}
body.search .entry-summary .blog-button a {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
padding: 13px 44px 13px 22px;
font-size: 16px;
font-weight: 700;
line-height: 28px;
color: #121933;
z-index: 1;
border-radius: 10px;
border: 2px solid rgba(85, 64, 232, 0.0784313725);
transition: all 0.4s;
}
body.search .entry-summary .blog-button a:before {
content: "\ea6c";
position: absolute;
font-family: remixicon !important;
font-size: 15px;
top: 14px;
right: 22px;
opacity: 1;
}
body.search .entry-summary .blog-button a:hover {
color: #fff;
background: #5777ff;
}
.search-no-results .bs-search button {
border: medium none;
padding: 12px 30px;
position: absolute;
right: 0px;
top: 0;
bottom: 0;
z-index: 0;
font-size: 16px;
outline: none;
background: transparent;
border-radius: 0 5px 5px 0;
}
.search-no-results .bs-search button:before {
font-family: remixicon !important;
font-size: 22px;
content: "\f0d1";
position: absolute;
right: 20px;
top: 8px;
display: block;
color: #091D2D;
}
.search-no-results .bs-search button i {
display: none;
}
.search-no-results .bs-search input {
padding: 15px 17px 15px 17px;
border: 1px solid rgba(62, 62, 62, 0.1);
}
.rsaddon-unique-slider ul.blog-meta {
margin: 0;
padding: 0;
list-style: none;
}
.rsaddon-unique-slider ul.blog-meta li:last-child {
margin-right: 0;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes .blog-inner-wrap {
position: relative;
transition: all 500ms ease;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes .blog-content.btm-rs {
transition: all 500ms ease;
position: relative;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes .blog-btn-part {
transition: all 500ms ease;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes:hover .blog-btn-part {
visibility: visible;
opacity: 1;
}
.rsaddon-unique-slider .blog-item.hover-btn-yes:hover .blog-inner-wrap {
bottom: 0px;
}
.btm-rs .blog-footer .blog-meta {
display: flex;
}
.btm-rs .blog-footer .blog-meta .fa.fa-book {
margin: 4px 10px 0 0px;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm {
display: flex;
margin-left: 0;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm .post-categories {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li {
margin-right: 0;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li:after {
display: none;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li a {
font-size: 14px;
letter-spacing: 0.1em;
text-transform: lowercase;
margin-right: 5px;
color: #303030;
position: relative;
padding-right: 4px;
font-size: 14px;
margin-left: 5px;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li a:after {
content: ",";
position: absolute;
right: 0;
top: 0;
}
.btm-rs .blog-footer .blog-meta .cat_list.btm ul li:last-child a:after {
display: none;
}
.btm-rs .blog-footer .blog-meta.sep-yes li {
position: relative;
margin-right: 20px;
padding-right: 11px;
}
.btm-rs .blog-footer .blog-meta.sep-yes li:after {
content: "";
height: 14px;
width: 1px;
position: absolute;
right: 0;
transform: rotate(20deg) translateY(-62%);
top: 44%;
background: #ccc;
}
.btm-rs .blog-footer .blog-meta.sep-yes li:last-child {
margin-right: 0;
padding-right: 0;
}
.btm-rs .blog-footer .blog-meta.sep-yes li:last-child:after {
display: none;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc a {
margin-top: -4px;
}
.rs-blog-grid .blog-item .blog-content h3.blog-name {
margin-bottom: 15px;
}
.show-featured .post-img {
width: 100px;
float: left;
padding-right: 15px;
}
.show-featured .post-item {
margin-top: 8px;
}
body .recent-widget .show-featured .post-img img, .sticky_form_full, #rs-header .sticky_form {
border-radius: 5px;
}
.bs-search {
overflow: hidden;
position: relative;
}
.bs-search input {
border: 0;
color: #444;
padding: 14px 17px 17px 17px;
width: 100%;
background: #fff;
border-radius: 5px;
border: none;
}
.bs-search button {
border: medium none;
padding: 4px 18px;
position: absolute;
right: 0;
top: 3px;
z-index: 1;
font-size: 16px;
outline: none;
border-radius: 0;
color: #00204A;
}
.bs-search button i:before {
font-size: 22px;
}
.bs-search button:hover {
color: #080d41;
}
.bs-search label {
display: inline;
font-weight: normal;
}
article.sticky .blog-title a {
color: #5777ff;
position: relative;
padding-left: 40px;
}
article.sticky .blog-title a:after {
font-family: remixicon !important;
content: "\f036";
position: absolute;
left: -6px;
top: -1px;
font-size: 40px;
}
.archive-post h3.blog-title a {
color: #091D2D;
}
.archive-post h3.blog-title a:hover {
color: #5777ff;
}
.rs-blog-grid .blog-item .image-wrap .cat_list {
left: 20px;
text-align: right;
}
.rs-blog-grid .blog-item .image-wrap .cat_list ul li a {
margin-top: 5px;
}
.rs-blog-grid .blog-item .blog-content .blog-meta span:first-child {
margin-right: 25px;
} .page-numbers.dots {
line-height: 14px;
display: inline-block;
color: #19082D;
}
.pagination-pages {
padding-top: 0px;
clear: both;
text-align: center;
}
.pagination-pages .pagination {
padding: 0;
margin: 0;
}
.pagination-pages .nav-links {
display: flex;
align-items: center;
padding: 20px 10px 20px 10px;
border-radius: 0px;
}
.pagination-pages .nav-links > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 10px;
}
.pagination-pages .nav-links > *:last-child {
margin-right: 0;
}
.pagination-pages .nav-links span.current,
.pagination-pages .nav-links a {
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #5777ff;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease 0s;
background: #f0edfc;
position: relative;
}
.pagination-pages .nav-links span.current.next.page-numbers, .pagination-pages .nav-links span.current.prev.page-numbers,
.pagination-pages .nav-links a.next.page-numbers,
.pagination-pages .nav-links a.prev.page-numbers {
font-size: 0;
}
.pagination-pages .nav-links span.current.next.page-numbers:before, .pagination-pages .nav-links span.current.prev.page-numbers:before,
.pagination-pages .nav-links a.next.page-numbers:before,
.pagination-pages .nav-links a.prev.page-numbers:before {
position: absolute;
font-family: remixicon !important;
font-size: 16px;
line-height: 1;
opacity: 1;
content: "\ea6b";
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.pagination-pages .nav-links span.current.prev.page-numbers:before,
.pagination-pages .nav-links a.prev.page-numbers:before {
content: "\ea5f";
}
.pagination-pages .nav-links span.current {
background: #5777ff;
color: #fff;
}
.single-post .listing-style li {
font-weight: unset;
margin-bottom: 10px;
color: #303030;
}
.single-post .listing-style li:last-child {
margin-bottom: 30px;
}
.entry-content .page-links .pagination-pages {
display: inline-flex;
padding: 14px 11px 15px 26px;
border-radius: 6px;
line-height: 15px;
color: #eee;
border: none;
background: #080d41;
}
.entry-content .page-links .pagination-pages span.current {
padding: 2px 18px 0 18px;
line-height: 13px;
background: transparent;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
background: transparent;
color: #ffffff;
display: inline-block;
vertical-align: top;
border-right: 1px solid #E6E6E6;
}
.entry-content .page-links .pagination-pages span.current:last-child {
border-right: none;
}
.entry-content .page-links .pagination-pages > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 0px;
}
.entry-content .page-links .pagination-pages a {
padding: 2px 16px 0 16px;
line-height: 13px;
color: #eee;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
background: transparent;
display: inline-block;
vertical-align: top;
border-right: 1px solid #E6E6E6;
}
.entry-content .page-links .pagination-pages a:hover {
color: #ffffff;
}
.entry-content .page-links .pagination-pages a:last-child {
border-right: none;
}
.entry-content .page-links .pagination-pages a.next.page-numbers {
background: none !important;
border-right: 0;
}
.bs-desc .page-links {
display: inline-flex;
padding: 20px 27px 22px 43px;
border-radius: 30px;
line-height: 15px;
color: #eee;
}
.bs-desc .page-links span.current {
padding: 2px 18px 0 18px;
line-height: 13px;
background: transparent;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
background: transparent;
color: #ffffff;
display: inline-block;
vertical-align: top;
border-right: 1px solid #E6E6E6;
}
.bs-desc .page-links span.current:last-child {
border-right: none;
}
.bs-desc .page-links > * {
border-radius: 0px;
margin-left: 0px;
margin-right: 0px;
}
.bs-desc .page-links a {
padding: 2px 16px 0 16px;
line-height: 13px;
color: #eee;
font-size: 18px;
text-decoration: none;
transition: all 0.3s ease 0s;
text-align: center;
background: transparent;
display: inline-block;
vertical-align: top;
border-right: 1px solid #E6E6E6;
}
.bs-desc .page-links a:hover {
color: #ffffff;
}
.bs-desc .page-links a:last-child {
border-right: none;
}
.bs-desc .page-links a.next.page-numbers {
background: none !important;
border-right: 0;
}
.pagination-pages {
display: inline-block;
border: 1px solid #f1f1f1;
padding: 11px 30px;
border-radius: 10px;
}
.entry-footer .edit-link {
padding: 20px 0;
display: block;
}
.page-links {
clear: both;
}
.comment-list .pingback, .comment-list .trackback {
list-style: none;
padding-bottom: 15px;
padding-top: 15px;
}
.rs-blog-details .bs-meta li.category-name a {
line-height: 22px;
}
.single:not(.single-portfolios) #content h3, .single:not(.single-portfolios) #content h4 {
margin-bottom: 17px;
}
li.category-name ul.post-categories {
position: relative;
float: none !important;
padding-left: 22px !important;
}
li.category-name ul.post-categories:before {
content: "\f115";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
position: absolute;
left: 0;
top: 7px;
color: #1a73e9;
}
.rs-footer .bs-search input {
background: #fff;
}
.footer-top-bg-shape {
clip-path: polygon(12% 0, 88% 0, 100% 100%, 0 100%);
}
.bs-sidebar .widget select {
background: #fff;
border-radius: 5px;
}
.rs-offcanvas-area .right_menu_togle {
color: #ffffff;
}
.rs-offcanvas-area .right_menu_togle h4,
.rs-offcanvas-area .right_menu_togle a {
color: #ffffff;
}
.rs-offcanvas-area .right_menu_togle a:hover {
color: #5777ff;
}
.rs-offcanvas-area .right_menu_togle h4 {
font-size: 22px;
line-height: 28px;
}
.rs-offcanvas-area .right_menu_togle #media_image-2 img {
height: 75px !important;
width: auto;
}
.rs-offcanvas-area .right_menu_togle .contact-area {
margin: 0;
padding: 0;
list-style: none;
}
.rs-offcanvas-area .right_menu_togle .contact-area li {
margin-bottom: 8px;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i {
margin-right: 8px;
font-size: 20px;
color: #5777ff;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i.ri-map-pin-line {
font-size: 22px;
top: 3px;
position: relative;
}
.rs-offcanvas-area .right_menu_togle .contact-area li i.ri-phone-line {
font-size: 22px;
}
.rs-offcanvas-area .right_menu_togle .footer_social {
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
list-style: none;
}
.rs-offcanvas-area .right_menu_togle .footer_social li {
margin: 0 18px 0 0;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a {
width: 14px;
height: 0;
line-height: 39px;
background: none;
border-radius: 50%;
font-size: 16px;
display: block;
text-align: center;
color: #ffffff;
border: none;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a i:before {
color: #ffffff;
font-size: 14px;
}
.rs-offcanvas-area .right_menu_togle .footer_social li a:hover i:before {
color: #5777ff;
} body.search-results .site-main > article {
background: #fff;
padding: 28px 32px 21px;
box-shadow: 0 20px 20px rgba(0, 32, 74, 0.01);
border: 1px solid rgba(238, 238, 238, 0.4509803922);
border-top: none;
margin-bottom: 47px;
border-radius: 0px;
}
body.search-results .site-main > article .entry-title {
padding: 0;
font-weight: 700;
margin-bottom: 20px;
font-size: 36px;
line-height: 45px !important;
}
body.search-results .site-main > article .entry-title a {
color: #091D2D;
}
body.search-results .site-main > article .entry-title a:hover {
color: #5777ff;
}
body.search-results .site-main > article .entry-summary {
padding: 0 0 15px;
}
body.search-results .site-main > article .entry-summary p:last-child {
margin-bottom: 0;
}
body.search-results .site-main > article .entry-summary .search-button {
margin-top: 20px;
}
body.search-results .site-main > article .entry-summary .search-button a {
color: #091D2D;
}
body.search-results .site-main > article .entry-summary .search-button a:hover {
color: #091D2D;
}
body.search-results .site-main > article .entry-summary .search-button a i {
vertical-align: middle;
transition: 0.3s all ease;
}
body.search-results .site-main > article .entry-footer {
padding: 20px 35px;
background: #ebebec;
}
body.search-results .site-main > article .entry-footer:empty {
display: none;
}
body.search-results .site-main > article .entry-footer span {
font-weight: 600;
}
body.search-results .site-main > article .entry-footer span a {
font-weight: 400;
color: #303030;
}
body.search-results .site-main > article .entry-footer span a:hover {
color: #1a73e9;
}
body.search-results .pagination-area .pagination {
margin: 30px 0 0;
}
body.search-no-results #content {
padding-top: 100px;
padding-bottom: 200px;
}
body.search-results .main-contain #content {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
.title-yes .blog-content {
display: flex;
flex-direction: column-reverse;
}
.title-yes .blog-content .blog-meta {
width: 100%;
justify-content: space-between;
} input[type=submit] {
border: none;
padding: 10px 18px;
}
body div textarea {
border: 1px solid #f1f1f1;
padding: 10px 18px;
height: 120px;
}
input[type=text], input[type=number], input[type=email], input[type=url] {
padding: 15px 20px;
border: 1px solid #f1f1f1;
margin-bottom: 30px;
outline: none;
}
select, input[type=password] {
padding: 15px 20px;
border: 1px solid #f1f1f1;
margin-bottom: 30px;
outline: none;
}
.wp-block-search {
margin-bottom: 20px;
}
.wp-block-search .wp-block-search__button {
margin-left: 0;
}
.wp-block-archives select, .wp-block-categories select {
width: 400px;
}
.wp-block-group.has-background {
padding: 24px 30px 10px;
margin-bottom: 30px;
}
[type=search] {
border: 1px solid #f1f1f1;
border-radius: 5px 0 0 5px;
padding: 10px 20px;
outline: none;
}
.wpcf7-spinner {
position: absolute;
top: 14px;
}
.arrow-btn {
position: relative;
}
.arrow-btn:after {
position: absolute;
content: "";
width: 30px;
height: 30px;
border-radius: 30px;
right: 15%;
top: -8px;
transition: 0.4s;
z-index: 3;
}
.arrow-btn:hover:after {
right: 68%;
}
.wpcf7 input[type=file] {
border: none !important;
}
.submit-btn .wpcf7-submit {
z-index: 9;
}
.contact-page2 {
border: 10px solid #fbfbfb;
padding: 50px;
background: #fff;
}
.contact-page2 .form-button {
text-align: center;
}
.contact-page2 .submit-btn {
margin-bottom: 0;
}
div textarea {
border: 1px solid #f1f1f1;
margin-bottom: 30px;
}
input[type=submit] {
background: #080d41;
}
div.wpcf7 .ajax-loader {
position: absolute;
top: 16px;
right: -40px;
}
.contact-business h3 {
margin-bottom: 10px;
}
.contact-page1 input[type=text], .contact-page1 input[type=number], .contact-page1 input[type=email], .contact-page1 input[type=password] {
margin-bottom: 30px;
}
.contact-page1 textarea {
margin-bottom: 30px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
border-color: #ff0000;
color: #ff0000;
}
body .miniform button, body .miniform input, body .miniform optgroup, body .miniform select {
margin-bottom: 15px;
}
body .miniform textarea {
margin-bottom: 15px;
height: 65px;
}
.single-team .padding-top-skills {
padding-top: 50px;
}
.rs-newsletter-area {
position: relative;
}
.rs-newsletter-area .rs-newsletter-btn {
position: absolute;
}
.animate-me {
transition: all 500ms ease;
}
.animate-me:hover {
transform: translateY(-5px);
}
#rs-header .menu-area .navbar ul li.sub-rights .sub-menu li ul {
left: 100% !important;
top: 0 !important;
}
.bs-sidebar.dynamic-sidebar .service-singles {
list-style: none;
padding: 0;
box-shadow: none;
}
.bs-sidebar.dynamic-sidebar .service-singles .widget-title {
padding: 0;
}
.bs-sidebar.dynamic-sidebar .service-singles .widget-title:after {
display: none;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li {
border: none !important;
margin-top: 0 !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a {
display: block;
padding: 16px 18px;
transition: all 0.5s ease;
position: relative;
font-size: 16px;
background: #e8eaee;
font-weight: 500;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:before {
content: "\f113";
position: absolute;
right: 12px;
top: 16px;
font-family: flixtaicon;
color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover {
background: #5777ff;
color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li a:hover:before {
color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a {
background: #5777ff;
color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li.current-menu-item a:before {
color: #010d14;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu {
margin: 0;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a {
display: block;
border: 2px solid #d3e1fb;
padding: 17px 18px;
transition: all 0.5s ease;
border-radius: 5px;
position: relative;
font-size: 16px;
font-weight: 600;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:before {
content: "\f113";
position: absolute;
right: 12px;
top: 16px;
font-family: flixtaicon;
color: #5777ff;
display: block !important;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:hover {
background: #080d41;
color: #ffffff;
border-radius: 5px;
border-color: #080d41;
}
.bs-sidebar.dynamic-sidebar .service-singles .menu li ul.sub-menu li a:hover:before {
color: #ffffff;
}
.bs-sidebar.dynamic-sidebar .phones .address-icon:before {
visibility: visible !important;
}
.wpcf7-form-control.wpcf7-validates-as-date {
margin-bottom: 30px;
}
.team-grid-style6 .team-item .image-wrap {
overflow: hidden;
}
.team-grid-style6 .team-item .image-wrap img {
transform: scale(1);
transition: 0.3s ease-in-out;
}
.team-grid-style6 .team-item:hover .image-wrap img {
transform: scale(1.2);
}
.rs-team-grid.team-grid-style1 .team-item {
overflow: hidden;
}
.rs-team-grid.team-grid-style1 .team-item img {
transform: scale(1.1);
transition: 0.3s ease-in-out;
}
.rs-team-grid.team-grid-style1 .team-item:hover img {
transform: scale(1);
}
.rstbd {
display: flex;
justify-content: space-between;
}
.rstbd .tab-image {
flex: 0 0 50%;
}
.rstbd .tab-image img {
padding-right: 50px;
}
.rstbd .tab-contents a.button {
background: #080d41;
color: #fff;
padding: 12px 32px 12px 32px;
border-radius: 5px;
transition: all 0.3s ease 0s;
display: inline-block;
}
.rstbd .tab-contents a.button:hover {
opacity: 0.8;
}
.rs-portfolio-style2 .portfolio-content a svg {
position: relative;
top: 6px;
}
.rs-portfolio-style2 .portfolio-content a img {
position: relative;
top: -2px;
width: 18px;
}
.rs-heading.style14 .heading-line {
height: 5px;
width: 90px;
background: #080d41;
margin: 0px;
position: relative;
border-radius: 30px;
}
.rs-heading.style14 .heading-line:before {
content: "";
position: absolute;
left: 0;
top: -2.7px;
height: 10px;
width: 10px;
border-radius: 50%;
background: #5777ff;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: MOVE-Rs-Dot;
animation-name: MOVE-Rs-Dot;
}
.rs-heading.style14.center .heading-line {
margin: 20px auto;
}
.rs-heading.style14.right .heading-line {
margin-left: auto;
margin-right: 0;
}
.rs-heading.style15 .title-inner .sub-text {
background: #080d41;
display: inline-block;
padding: 6px 25px;
color: #ffffff;
border-radius: 30px;
}
.rs-heading.style16 .title-inner .sub-text {
position: relative;
padding-left: 95px;
display: inline-block;
}
.rs-heading.style16 .title-inner .sub-text:before {
content: "";
position: absolute;
left: 0;
top: 12px;
height: 4px;
width: 76px;
background: #080d41;
}
.rs-heading.style16 .title-inner .sub-text:after {
content: "";
position: absolute;
left: 15px;
top: 11px;
height: 6px;
width: 12px;
background: #ffffff;
}
@-webkit-keyframes MOVE-Rs-Dot {
from {
transform: translateX(0);
}
to {
transform: translateX(88px);
}
}
@keyframes MOVE-Rs-Dot {
from {
transform: translateX(0);
}
to {
transform: translateX(88px);
}
}
.rs-grid-figure a img.hovers-logos {
display: none;
}
.rsaddon-unique-slider .rs-addon-slider .slick-list {
padding-top: 0;
}
.rs-contact-box .address-item .address-icon::before {
opacity: 1;
visibility: visible;
}
.rsl_style2 .grid-item .rs-grid-figure .logo-img a {
overflow: hidden;
display: inline-block;
position: relative;
}
.rsl_style2 .grid-item .rs-grid-figure .logo-img a img {
transition: 0.3s;
filter: grayscale(100%);
}
.rsl_style2 .grid-item .rs-grid-figure .logo-img a img.hovers-logos {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
visibility: hidden;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
}
.rsl_style2 .grid-item .rs-grid-figure:hover .logo-img a img.mains-logos {
display: block;
visibility: hidden;
transform: translateY(100%);
}
.rsl_style2 .grid-item .rs-grid-figure:hover .logo-img a img.hovers-logos {
display: block;
opacity: 3;
visibility: visible;
transform: translateY(0%);
filter: grayscale(0%);
}
.elementor-widget.elementor-widget-rs-rain-animates {
position: static;
margin: 0px !important;
}
.rs-hours .flixtaicon-location {
position: relative;
top: -2px;
}
.sticky_form .search-input {
border-radius: 0px !important;
}
.sticky_form .search-input::-webkit-input-placeholder { color: #fff;
opacity: 1;
}
.sticky_form .search-input::-moz-placeholder { color: #fff;
opacity: 1;
}
.sticky_form .search-input:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.sticky_form .search-input:-moz-placeholder { color: #fff;
opacity: 1;
}
.bs-sidebar .widget_search input::-webkit-input-placeholder,
.bs-sidebar .bs-search input::-webkit-input-placeholder { color: #091D2D !important;
opacity: 0.6;
}
.bs-sidebar .widget_search input::-moz-placeholder,
.bs-sidebar .bs-search input::-moz-placeholder { color: #091D2D !important;
opacity: 0.6;
}
.bs-sidebar .widget_search input:-ms-input-placeholder,
.bs-sidebar .bs-search input:-ms-input-placeholder { color: #091D2D !important;
opacity: 0.6;
}
.bs-sidebar .widget_search input:-moz-placeholder,
.bs-sidebar .bs-search input:-moz-placeholder { color: #091D2D !important;
opacity: 0.6;
}
.rs-rain-animate {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
margin: auto;
width: 100%;
pointer-events: none;
overflow: hidden;
z-index: 0;
}
.rs-rain-animate .line {
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 50%;
background: #F6F7F9;
z-index: 1;
}
.rs-rain-animate .line:after {
content: "";
display: block;
position: absolute;
height: 80px;
width: 3px;
top: -20%;
left: -1px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 39%, #080d41 130%, #080d41 59%);
-webkit-animation: rain-line 13s 0s linear infinite;
animation: rain-line 13s 0s linear infinite;
}
.rs-rain-animate .line:nth-child(1) {
left: 2px !important;
}
.rs-rain-animate .line:nth-child(1):after {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.rs-rain-animate .line:nth-child(3) {
left: unset !important;
right: 2px;
}
.rs-rain-animate .line:nth-child(3):after {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}
#scrollUp {
text-align: center;
bottom: 40px;
cursor: pointer;
display: none;
position: fixed;
right: 40px;
z-index: 10;
}
#scrollUp i {
height: 40px;
font-size: 24px;
width: 42px;
border-radius: 5px;
color: #ffffff;
line-height: 39px;
transition: all 0.3s ease 0s;
background: #5777ff;
margin-left: 2px;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
display: block;
}
#scrollUp i:hover {
opacity: 0.8;
color: #ffffff;
}
.search-form.rs_stickys_form button {
background: none !important;
} #rs-header {
width: 100%;
}
#rs-header.fixed-menu {
width: 100%;
max-width: 300px;
left: 0;
position: fixed;
top: 0;
z-index: 9999;
height: 100vh;
background: #fff;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
overflow-y: auto;
overflow-x: hidden;
}
#rs-header.fixed-menu .logo-areas.custom-sticky-logo {
display: none !important;
}
#rs-header.fixed-menu .logo-areas.custom-logo-area {
padding-left: 8px;
padding-bottom: 15px;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar ul li {
position: relative !important;
}
#rs-header.fixed-menu .header-inner.sticky {
position: relative !important;
box-shadow: none !important;
}
#rs-header.fixed-menu .header-inner.sticky .logo-area {
display: block;
margin: 0;
padding: 0;
}
#rs-header.fixed-menu .header-inner.sticky .logo-area.sticky-logo {
display: none;
}
#rs-header.fixed-menu .logo-area {
margin: 0;
padding: 0 0 20px;
}
#rs-header.fixed-menu .col-cell.menu-responsive {
width: 100%;
}
#rs-header.fixed-menu .header-inner {
padding: 60px 20px 25px;
display: flex;
align-items: center;
width: 100%;
flex-wrap: wrap;
height: 100vh;
align-content: space-between;
}
#rs-header.fixed-menu .header-inner .box-layout {
padding: 0;
background: none;
margin: 0;
}
#rs-header.fixed-menu .header-inner .box-layout .menu-area {
width: 100%;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar {
margin: 0;
width: 100%;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar .navbar-menu {
width: 100%;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar ul li {
padding: 0 !important;
display: block;
margin: 20px 0;
}
#rs-header.fixed-menu .header-inner .box-layout .nav.navbar ul li a {
padding: 7px 10px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share {
padding-left: 25px;
padding-right: 25px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone i {
color: #080d41;
padding-right: 6px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone a {
color: #121933;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-phone a:hover {
color: #080d41;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email {
padding: 8px 0 8px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email i {
color: #080d41;
padding-right: 7px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email a {
color: #121933;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share .rs-contact-email a:hover {
color: #080d41;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul {
list-style: none;
list-style: none;
margin: 12px 0 0;
display: flex;
justify-content: start;
align-items: center;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li + li {
margin-left: 25px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li a {
color: #121933;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li a i {
font-size: 16px;
}
#rs-header.fixed-menu .header-inner .toolbar-sl-share ul li a:hover {
color: #080d41;
}
#rs-header.fixed-menu .menu-area .navbar ul > li.menu-item-has-children > a:before, #rs-header.fixed-menu .menu-area .navbar ul > li.menu-item-has-children.hover-minimize > a:after {
display: none;
}
#rs-header .toolbar-area {
background: #080d41;
padding: 0;
position: relative;
transition: all 0.3s ease 0s;
color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul {
margin: 0;
padding: 0;
list-style: none;
}
#rs-header .toolbar-area .toolbar-contact ul li {
display: inline-block;
line-height: 50px;
color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i {
font-size: 14px;
margin-right: 6px;
vertical-align: middle;
color: #fff;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flixtaicon-email {
position: relative;
top: 5px;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flixtaicon-email:before {
font-size: 23px;
margin-left: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flixtaicon-address {
position: relative;
top: 4px;
}
#rs-header .toolbar-area .toolbar-contact ul li i.flixtaicon-address:before {
font-size: 19px;
margin-left: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li i:before {
font-size: 18px;
margin-left: 0;
position: relative;
top: 3px;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
transition: all 0.3s ease 0s;
color: #fff;
border-right: 1px solid #5e81ff;
margin-right: 20px;
padding-right: 20px;
}
#rs-header .toolbar-area .toolbar-contact ul li a:hover {
color: #ccc;
}
#rs-header .toolbar-area .toolbar-contact ul li:last-child a {
border: none;
}
#rs-header .row-table {
display: flex;
width: 100%;
position: relative;
align-items: center;
justify-content: space-between;
}
#rs-header .row-table .logo-areas.custom-sticky-logo {
display: none;
}
#rs-header.main-menu-center .row-table {
justify-content: space-between;
}
#rs-header.main-menu-center .row-table .header-logo {
display: unset;
flex: unset;
}
#rs-header.main-menu-center .row-table .nav.navbar {
margin-right: 0;
}
#rs-header.main-menu-center .row-table .menu-responsive {
display: flex;
justify-content: center;
}
#rs-header.main-menu-center .row-table .header-quote {
flex: unset;
}
#rs-header.main-menu-leftfull .header-logo {
display: flex;
flex: 0.26;
}
#rs-header .logo-area {
position: relative;
z-index: 9;
float: left;
margin-right: 20px;
line-height: 40px;
}
#rs-header .logo-area a {
font-weight: 700;
color: #091D2D;
transition: all 0.3s ease 0s;
font-size: 35px;
}
#rs-header .logo-area a img {
display: inline-block;
vertical-align: middle;
}
#rs-header .logo-area .site-title a {
padding: 10px 0;
display: inline-block;
}
#rs-header .menu-responsive .sidebarmenu-area {
float: right;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 22px;
position: relative;
}
#rs-header .menu-responsive .sidebarmenu-area.off-border-left {
padding-left: 5px;
margin-left: 14px;
}
#rs-header .menu-responsive .sidebarmenu-search {
float: right;
padding-left: 12px;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search, #rs-header .menu-responsive .sidebarmenu-search .phone_call {
padding-top: 39px;
padding-bottom: 39px;
cursor: pointer;
color: #28406d;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_search i:before, #rs-header .menu-responsive .sidebarmenu-search .phone_call i:before {
font-size: 18px;
font-weight: 600;
}
#rs-header .menu-responsive .sidebarmenu-search .sticky_form {
position: absolute;
bottom: -53px;
right: 0;
width: 100%;
max-width: 300px;
z-index: 99;
}
#rs-header .menu-sticky.sticky {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
#rs-header .menu-sticky.sticky ul.offcanvas-icon .nav-link-container a {
margin-top: 16px;
margin-bottom: 16px;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li a {
color: #222;
}
#rs-header .menu-sticky.sticky .menu-area .navbar ul li .sub-menu li {
padding: 0 !important;
}
#rs-header .menu-sticky.sticky .row-table .logo-areas.custom-sticky-logo {
display: block;
}
#rs-header .menu-sticky.sticky .row-table .logo-areas.custom-logo-area {
display: none;
}
#rs-header.header-style3 .header-logo {
padding-top: 15px;
}
#rs-header.header-style3 .header-logo .logo-area {
float: none;
margin: 0;
}
#rs-header.header-style3 .nav.navbar {
float: none;
}
#rs-header.header-style3 .table_row .col-cell {
width: 33.33%;
}
#rs-header.header-style3 .table_row .col-cell.header-logo {
text-align: center;
}
#rs-header.header-style3 .menu-cart-area > a {
border-left: 1px solid #000;
padding-left: 15px;
}
#rs-header.header-style3 .sticky_form {
right: 15px !important;
}
#rs-header.header-style3 .widget_shopping_cart_content ul li a {
padding: 0;
border: none;
}
#rs-header.header-style3 .menu-area .navbar ul li ul.sub-menu {
min-width: 200px;
}
#rs-header .sticky_search {
font-size: 18px;
}
#rs-header.header-style7 .row-table .header-logo {
flex: unset;
}
#rs-header.header-style7 .menu-area .navbar {
margin-right: 0px;
}
#rs-header.header-style7 .menu-area .navbar ul > li:last-child > a {
margin-right: 0;
}
.menu-area {
padding-top: 0;
padding-bottom: 0;
}
.menu-area .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
.menu-area .navbar {
margin-bottom: 0;
border: 0;
float: none;
padding: 0;
margin-right: 0;
}
.menu-area .navbar ul {
margin: 0;
padding: 0;
text-align: left;
}
.menu-area .navbar ul li {
position: relative;
display: inline-block;
transition: all 0.3s ease 0s;
padding: 25px 10px; }
.menu-area .navbar ul li.current-menu-ancestor a, .menu-area .navbar ul li.current_page_item a {
color: #5777ff;
}
.menu-area .navbar ul li a {
color: #091D2D;
font-size: 18px;
padding-left: 10px;
padding-right: 15px;
transition: 0.4s;
}
.menu-area .navbar ul li:hover a {
color: #5777ff;
}
.menu-area .navbar ul li ul.sub-menu {
min-width: 260px;
padding-bottom: 2px;
padding-top: 2px;
border-radius: 0px;
}
.menu-area .navbar ul li ul.sub-menu li {
float: none;
display: block;
margin: 0;
text-align: left;
line-height: 25px;
border-top: 1px solid rgba(190, 200, 214, 0.1803921569);
}
.menu-area .navbar ul li ul.sub-menu li:first-child {
border-top: 0;
}
.menu-area .navbar ul li ul.sub-menu li a {
line-height: 25px;
padding: 12px 20px;
color: #091D2D;
font-size: 16px;
font-weight: 500;
}
.menu-area .navbar ul li ul.sub-menu li.current-menu-ancestor > a, .menu-area .navbar ul li ul.sub-menu li.current_page_item > a, .menu-area .navbar ul li ul.sub-menu li:hover > a {
color: #5777ff;
}
.menu-area .navbar ul li:hover ul {
opacity: 1;
position: absolute;
}
.menu-area .navbar ul li > a {
display: block;
text-decoration: none;
font-weight: 500;
transition: unset;
}
.menu-area .navbar ul li.active a {
color: #5777ff;
}
.menu-area .navbar ul li.active li a, .menu-area .navbar ul li.active li ahover {
color: #5777ff;
}
.menu-area .navbar ul li .sub-menu {
left: 0;
opacity: 0;
position: absolute;
background: #ffffff;
top: 100%;
transform: translateY(20px);
transform-origin: 0 0 0;
transition: all 0.3s ease 0s;
width: 200px;
z-index: 99999 !important;
text-align: left;
visibility: hidden;
box-shadow: 0px 10px 7px 0px rgba(48, 51, 50, 0.09);
}
.menu-area .navbar ul li ul li .sub-menu:before {
display: none;
}
.menu-area .navbar ul li .sub-menu li {
line-height: normal;
height: auto;
display: block;
margin: 0;
padding: 0;
}
.menu-area .navbar ul li .sub-menu li a {
display: block;
padding: 12px 0;
text-transform: none;
transition: all 0.3s ease 0s;
color: #091D2D;
font-weight: 500;
background: #ffffff;
}
.menu-area .navbar ul li .sub-menu li:hover > a {
color: #5777ff;
background: #ffffff;
}
.menu-area .navbar ul li .sub-menu li:hover > a:before {
opacity: 1 !important;
}
.menu-area .navbar ul li .sub-menu li.current-menu-item a {
color: #5777ff;
}
.menu-area .navbar ul li .sub-menu li ul {
top: 0 !important;
}
.menu-area .navbar ul li:hover ul {
opacity: 1;
transform: translateY(0px);
visibility: visible;
}
.menu-area .navbar .navbar-toggle {
background-color: #5777ff;
border-radius: 2px;
transition: 0.4s ease all;
}
.menu-area .navbar .navbar-toggle .icon-bar {
background-color: #fff;
}
.menu-area .navbar .navbar-toggle:hover {
opacity: 0.8;
}
.menu-area.menu_type_dark .navbar ul li a, .menu-area.menu_type_dark .sticky_search i::before, .menu-area.menu_type_dark .menu-cart-area i::before {
color: #121933;
}
.menu-area .navbar ul > li.menu-item-has-children > a {
position: relative;
margin-right: 10px;
}
.menu-area .navbar ul > li.menu-item-has-children > a:before {
content: "\ea50";
position: absolute;
left: auto;
right: -8px;
top: 50%;
text-align: center;
font-family: remixicon !important;
z-index: 9999;
display: block;
cursor: pointer;
transform: translateY(-50%);
font-weight: 400;
font-size: 25px;
} ul.offcanvas-icon {
margin: 0;
padding: 0;
list-style: none;
}
ul.offcanvas-icon .nav-link-container a {
background: #5777ff;
padding: 0px;
width: 50px;
height: 42px;
border-radius: 5px;
margin-left: 28px;
line-height: 26px;
color: #fff;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
ul.offcanvas-icon .nav-link-container a i {
top: -5px;
}
ul.offcanvas-icon .nav-link-container a:hover {
opacity: 0.9;
}
ul.offcanvas-icon .nav-link-container a i {
font-size: 20px;
}
.nav-link-container .nav-menu-link span {
height: 2px;
width: 25px;
display: block;
background: #fff;
transition: none;
cursor: pointer;
list-style: none;
margin: 5px 0;
}
.nav-link-container .nav-menu-link span.dot1 {
width: 16px;
float: right;
clear: right;
margin-right: 2px;
}
.nav-link-container .nav-menu-link span.dot2 {
clear: both;
}
.nav-link-container .nav-menu-link span.dot3 {
width: 16px;
margin-left: 2px;
}
.sidenav.offcanvas-icon.nav-active-menu-container {
margin-top: 0;
}
.mobile-logos {
display: none;
}
.sidenav.nav-active-menu-container {
overflow-y: auto;
padding: 50px 50px 0;
}
.sidenav .sub-menu {
display: none;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a {
display: block;
font-size: 18px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn {
margin-bottom: 25px;
margin-top: 8px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn span {
background: #fff;
color: #000;
border-radius: 3px;
display: inline-block;
padding: 7px 40px 4px;
transition: all 0.5s ease;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.quote-btn:hover span {
background: #032e42;
}
.sidenav.offcanvas-icon .rs-offcanvas-right a.emails {
padding-bottom: 20px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content {
padding-left: 135px;
padding-top: 27px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content .widget {
margin: 0 0 35px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content .widget.widget_contact_widget {
padding-top: 25px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content a {
transition: unset;
}
.sidenav .widget_cretic_flickr #rsflicker {
margin-left: 0;
}
.sidenav .widget_cretic_flickr #rsflicker li {
list-style-type: none;
position: relative;
width: 33.33%;
display: inline-block;
}
.sidenav .widget_cretic_flickr #rsflicker li a img {
opacity: 1;
width: 100%;
}
.sidenav .widget_cretic_flickr #rsflicker li a:hover img {
opacity: 0.9;
}
.mobile-menu-container div ul {
position: relative;
}
.mobile-menu-container div ul li {
position: relative !important;
}
.mobile-menu-container div ul li a {
border-bottom: 1px solid #f0f0f0;
}
.mobile-menu-container div ul li a:hover {
color: #080d41;
}
.mobile-menu-container div ul > li.current_page_parent > a {
color: #080d41;
}
.mobile-menu-container .menu > li:last-child a {
border-bottom: none;
}
.mobile-menu-container .social-icon-responsive ul li a {
padding-right: 0;
margin-right: 0;
}
header.mainsmenuhide .header-inner:not(.sticky) .navbar-menu #primary-menu-single {
display: none;
}
.sidenav .menu > li > .sub-menu li ul > li a {
padding-left: 60px;
}
#mobile_menu ul ul li, #mobile_menu li:hover > ul > li {
height: auto;
}
#mobile_menu ul li a {
width: 100%;
border-bottom: 0;
}
#mobile_menu ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#mobile_menu ul ul li a {
width: 100%;
border-bottom: 0;
padding-left: 25px;
}
#mobile_menu ul ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#mobile_menu ul ul ul li a {
padding-left: 35px;
}
#mobile_menu > ul > li {
float: none;
}
#mobile_menu.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#mobile_menu > ul > li.has-sub > a:after, #mobile_menu > ul > li.has-sub > a:before {
display: none;
}
#mobile_menu ul ul > li.has-sub > a:after, #mobile_menu ul ul > li.has-sub > a:before {
display: none;
}
#mobile_menu #menu-button {
display: block;
padding: 17px;
color: #dddddd;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
}
#mobile_menu .menu-button:after {
position: absolute;
top: 22px;
right: 17px;
display: block;
height: 4px;
width: 20px;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
content: "";
}
#mobile_menu .menu-button:before {
position: absolute;
top: 16px;
right: 17px;
display: block;
height: 2px;
width: 20px;
background: #dddddd;
content: "";
}
#mobile_menu .menu-button.menu-opened:after {
top: 23px;
border: 0;
height: 2px;
width: 15px;
background: #ffffff;
transform: rotate(45deg);
}
#mobile_menu .menu-button.menu-opened:before {
top: 23px;
background: #ffffff;
width: 15px;
transform: rotate(-45deg);
}
#mobile_menu .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 25px;
display: block;
height: 40px;
width: 40px;
cursor: pointer;
}
#mobile_menu .menu li ul.sub-menu li ul.sub-menu a {
padding-left: 50px;
}
#rs-header .row-table .offcanvas-sec ul.offcanvas-icon {
margin-top: 0;
}
#mobile_menu ul > li.menu-minimize > .submenu-button:before {
display: none !important;
}
#mobile_menu ul ul .submenu-button {
height: 34px;
width: 34px;
top: 0;
}
#mobile_menu .submenu-button:before {
content: "\ea4e" !important;
font-family: remixicon !important;
position: absolute;
right: 0;
top: 0px;
font-size: 25px;
color: #091D2D;
text-align: center;
display: block;
}
body.logged-in .sidenav {
top: 30px;
}
body.logged-in .sidenav .nav-link-container {
top: 30px;
}
#fixedmenus ul ul li, #fixedmenus li:hover > ul > li {
height: auto;
}
#fixedmenus ul li a {
width: 100%;
border-bottom: 0;
}
#fixedmenus ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#fixedmenus ul ul li a {
width: 100%;
border-bottom: 0;
padding-left: 25px;
}
#fixedmenus ul ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#fixedmenus ul ul ul li a {
padding-left: 35px;
}
#fixedmenus > ul > li {
float: none;
}
#fixedmenus.align-right ul ul {
position: relative;
left: 0;
width: 100%;
margin: 0;
text-align: left;
}
#fixedmenus > ul > li.has-sub > a:after, #fixedmenus > ul > li.has-sub > a:before {
display: none;
}
#fixedmenus ul ul > li.has-sub > a:after, #fixedmenus ul ul > li.has-sub > a:before {
display: none;
}
#fixedmenus #menu-button {
display: block;
padding: 17px;
color: #dddddd;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
}
#fixedmenus .menu-button:after {
position: absolute;
top: 22px;
right: 17px;
display: block;
height: 4px;
width: 20px;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
content: "";
}
#fixedmenus .menu-button:before {
position: absolute;
top: 16px;
right: 17px;
display: block;
height: 2px;
width: 20px;
background: #dddddd;
content: "";
}
#fixedmenus .menu-button.menu-opened:after {
top: 23px;
border: 0;
height: 2px;
width: 15px;
background: #ffffff;
transform: rotate(45deg);
}
#fixedmenus .menu-button.menu-opened:before {
top: 23px;
background: #ffffff;
width: 15px;
transform: rotate(-45deg);
}
#fixedmenus .submenu-button {
position: absolute;
z-index: 99;
right: 0;
top: 0;
display: block;
height: 40px;
width: 40px;
cursor: pointer;
}
#fixedmenus .menu li ul.sub-menu li ul.sub-menu a {
padding-left: 50px;
}
#rs-header .row-table .offcanvas-sec ul.offcanvas-icon {
margin-top: 0;
}
#fixedmenus ul > li.menu-minimize > .submenu-button:before {
display: none !important;
}
#fixedmenus ul ul .submenu-button {
height: 34px;
width: 34px;
right: 45px;
}
#fixedmenus .submenu-button:after {
position: absolute;
top: 19px;
right: 14px;
width: 12px;
height: 1px;
display: block;
background: #000;
content: "";
}
#fixedmenus ul ul .submenu-button:after {
top: 20px;
right: 7px;
}
#fixedmenus .submenu-button:before {
position: absolute;
top: 14px;
right: 19px;
display: block;
width: 1px;
height: 12px;
background: #000;
content: "";
}
#fixedmenus ul ul .submenu-button:before {
top: 14px;
right: 13px;
}
#fixedmenus .submenu-button.submenu-opened:before {
display: none;
}
.sidenav .menu li ul.sub-menu li a {
padding-left: 40px;
font-size: 20px;
}
.sidenav .menu li ul.sub-menu li a:before {
display: none;
}
.sidenav .widget_nav_menu {
padding: 0 !important;
}
.sidenav p {
font-size: 16px;
line-height: 30px;
}
.sidenav #contact_widget-3 {
margin: 35px 0 50px;
}
.sidenav #text-9 {
padding-top: 20px;
}
.responsive-menus, .sidebarmenu-area.text-right.mobilehum {
display: none !important;
}
.menu-area .navbar ul li > a {
overflow: hidden;
font-weight: 500;
}
ul.sub-menu li a:before, ul.sub-menu ul ul li a:before {
display: none;
}
.rs-breadcrumbs .breadcrumbs-title span > :last-child {
padding-right: 0;
margin-right: 0;
}
.mobile-topnars .rs-address-area .rs-address-list {
display: flex;
margin-top: 18px;
}
.mobile-topnars .rs-address-area .rs-address-list i {
display: block;
}
.mobile-topnars .rs-address-area .rs-address-list i:before {
margin: 0 20px 0 0;
font-size: 25px;
color: #080d41;
position: relative;
top: 4px;
font-weight: 600 !important;
}
.mobile-topnars .rs-address-area .rs-address-list i.flixtaicon-email:before {
font-size: 27px !important;
}
.mobile-topnars .rs-address-area .rs-address-list b {
font-weight: 600;
font-size: 16px;
}
.mobile-topnars .rs-address-area .rs-address-list em {
display: block;
font-style: normal;
line-height: 22px;
font-size: 15px;
}
.close-search {
position: fixed;
right: 50px;
top: 50px;
background: #ffffff;
color: #121933;
width: 55px;
height: 55px;
line-height: 58px;
text-align: center;
cursor: pointer;
border-radius: 50%;
transition: all 0.5s ease;
}
.close-search:before {
font-size: 14px;
position: relative;
top: -2px;
left: 0px;
font-weight: 700;
}
.close-search:hover {
opacity: 0.8;
}
.menu-area .navbar ul li.menu-right .sub-menu li ul, .menu-area .navbar ul li .sub-menu li.menu-right ul {
left: 100% !important;
}
.header-share {
display: inline-block;
margin-right: 10px;
}
.header-share ul {
margin: 0;
text-align: right;
}
.header-share ul li {
display: inline-block;
margin-right: 10px;
line-height: 70px;
height: 70px;
}
.header-share ul li:last-child {
margin-right: 0;
}
.header-share ul li a {
font-size: 16px;
}
.header-share ul li a i {
color: #000;
padding-right: 8px;
}
.header-share ul li a:hover i {
color: #5777ff;
}
.sticky .menu-area .navbar ul li .sub-menu {
top: 100%;
}
.header-transparent .menu-cart-area span.icon-num, .header-style5 .menu-cart-area span.icon-num {
background: #fff;
color: #000;
}
.menu-area .navbar ul li ul li ul.sub-menu {
border: none;
margin-top: -2px;
}
#rs-header .menu-area nav.navbar ul li.mega ul li .sub-menu {
position: relative;
opacity: 1;
transform: scaleY(1);
right: auto !important;
left: auto !important;
padding: 0;
}
nav.nav.navbar {
position: static !important;
}
.menu-area .col-sm-9.menu-responsive {
position: static !important;
}
.menu-area .navbar ul > li.mega > ul.sub-menu .flex-mega {
display: flex;
justify-content: space-between;
}
.page-template-page-single-php #rs-header.header-style8 .menu-area .navbar ul > li:hover a, .page-template-page-single-php #rs-header.header-style8 .menu-area .navbar ul > li.active a {
opacity: 0.8;
} .menu-wrap-off {
position: fixed;
z-index: 999;
width: 100%;
right: 0;
top: 0px;
height: 100%;
background: #ffffff;
padding: 46px 60px 50px 50px;
font-size: 1.15em;
transform: translate3d(480px, 0, 0);
transition: transform 0.4s;
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
max-width: 480px;
overflow-y: auto;
box-shadow: 20px 20px 80px rgba(95, 15, 197, 0.05);
}
.menu-wrap-off .inner-offcan {
margin: 0 auto;
width: 100%;
max-width: 1200px;
padding: 15px 0 0px;
overflow-x: hidden;
overflow-y: auto;
}
.menu-wrap-off .inner-offcan .nav-link-container {
position: absolute;
right: 25px;
top: 25px;
display: block;
z-index: 99;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button {
color: #000;
padding: 15px 11px 16px;
display: flex;
flex-wrap: wrap;
transition: none;
border-radius: 4px;
}
.menu-wrap-off .inner-offcan .nav-link-container .close-button span {
background: #080d41;
margin: 2px 4px;
}
.menu-wrap-off .flixtaicon-cross.closes::before {
color: #0a0a0a;
}
.menu-wrap-off .logo-area {
text-align: left;
display: block;
width: 100%;
padding-bottom: 50px;
}
.nav-link-container #close-button2.close-button span.hamburger1 {
transform: rotate(-45deg) translate(-4px, 4px);
width: 22px;
}
.nav-link-container #close-button2.close-button span.hamburger3 {
transform: rotate(45deg) translate(0px, 0px);
width: 22px;
}
body.logged-in .menu-wrap-off {
padding: 55px 60px 50px 50px;
}
body.logged-in .menu-wrap-off .inner-offcan .nav-link-container {
top: 53px;
}
.off-nav-layer {
position: absolute;
top: 16px;
left: 16px;
z-index: -1;
background: #ffffff;
border-radius: 50%;
transition: 1s;
transform: scale3d(0, 0, 0);
display: block !important;
}
.off-nav-layer.off-open {
transform: scale3d(1, 1, 1);
display: block;
}
.menu-ofcn.off-open {
transform: translate3d(0, 0, 0);
transition: transform 0.8s;
transition-timing-function: ease;
transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}
.inner-offcan {
opacity: 0;
transition: all 0.8s ease;
}
body.on-offcanvas .menu-ofcn.off-open .inner-offcan {
opacity: 1;
}
.off-nav-layer {
background: #fff;
}
.mobile-menu-container ul li.active a {
color: #080d41;
}
.animate-intro-move-x {
animation: move-x2 5s alternate infinite;
-webkit-animation: move-x2 5s alternate infinite;
}
.counter-top-area.clip_enable {
-webkit-clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
}
@keyframes move-x2 {
from {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(-60px, 0, 0);
-webkit-transform: translate3d(-60px, 0, 0);
}
}
@-webkit-keyframes move-x2 {
from {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
to {
transform: translate3d(-60px, 0, 0);
-webkit-transform: translate3d(-60px, 0, 0);
}
}
.list-style {
padding: 0;
margin: 0;
list-style: none;
}
.list-style li {
position: relative;
padding-left: 32px;
margin-bottom: 5px;
}
.list-style li:before {
content: "\f0a9";
font-family: FontAwesome;
position: absolute;
left: 0;
top: 0;
font-size: 20px;
}
.work-card .elementor-widget-wrap .elementor-widget-rs-image {
transition: all 0.3s;
}
.work-card .elementor-widget-wrap:hover .elementor-widget-rs-image {
right: 0 !important;
bottom: 0 !important;
}
.services-btn.icon-after i:before {
margin: 0;
}
ul.list > li .image:before, ul.list > li .image:after {
content: "";
position: absolute;
z-index: -1;
width: 50%;
height: 80%;
max-height: 60px;
box-shadow: 0 15px 40px 5px rgba(0, 0, 0, 0.5);
bottom: 20px;
}
ul.list > li .image:before {
left: 20px;
transform: rotate(-5deg);
}
ul.list > li .image:after {
right: 20px;
transform: rotate(5deg);
}
ul.list > li .image img {
min-width: 100%;
min-height: 150px;
display: block;
max-width: 100%;
height: auto;
border: 1px solid #C0C0C0;
padding: 7px;
background: #080d41;
border-radius: 2px;
}
ul.list > li .content {
color: #303030;
font-size: 16px;
line-height: 28px;
}
ul.list > li .content .title {
text-transform: capitalize;
color: #080d41;
font-weight: 700;
font-size: 26px;
line-height: 36px;
margin-bottom: 5px;
}
.designation {
color: #777;
font-weight: 700;
margin-bottom: 10px;
font-size: 18px;
line-height: 30px;
float: left;
}
.designation i {
margin-right: 10px;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.one-line {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.arrow-up {
border-left-color: transparent;
border-right-color: transparent;
border-top-style: none;
}
.arrow-down {
border-left-color: transparent;
border-right-color: transparent;
border-bottom-style: none;
}
.arrow-right {
border-top-color: transparent;
border-bottom-color: transparent;
border-right-style: none;
}
.arrow-left {
border-top-color: transparent;
border-bottom-color: transparent;
border-left-style: none;
}
.tekone-arrow {
width: 0;
height: 0;
display: inline-block;
vertical-align: middle;
border-color: white;
border-width: 5px;
border-style: solid;
}
.tekone-arrow.up {
border-left-color: transparent;
border-right-color: transparent;
border-top-style: none;
}
.tekone-arrow.down {
border-left-color: transparent;
border-right-color: transparent;
border-bottom-style: none;
}
.tekone-arrow.right {
border-top-color: transparent;
border-bottom-color: transparent;
border-right-style: none;
}
.tekone-arrow.left {
border-top-color: transparent;
border-bottom-color: transparent;
border-left-style: none;
}
.ir {
background-color: transparent;
border: 0;
overflow: hidden; text-indent: -9999px;
}
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
.hidden {
display: none !important;
visibility: hidden;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.invisible {
visibility: hidden;
}
.clearfix {
zoom: 1;
}
.clearfix:before {
content: " "; display: table; }
.clearfix:after {
content: " "; display: table; clear: both;
} @media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after {
content: "";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
content: "";
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group; }
tr {
page-break-inside: avoid;
}
img {
page-break-inside: avoid;
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
} .rs-latest-news .news-normal-block {
padding: 0px;
transition: 0.3s;
background-size: cover !important;
}
.rs-latest-news .news-normal-block .news-img {
margin-bottom: 0px;
padding: 13px 13px 8px;
}
.rs-latest-news .news-normal-block .news-img img {
width: 100%;
}
.rs-latest-news .news-normal-block .news-info {
padding: 50px 30px;
padding-right: 30%;
color: #fff;
}
.rs-latest-news .news-normal-block .news-info a {
color: #fff;
}
.rs-latest-news .news-normal-block .news-info a:hover {
color: #5777ff;
}
.rs-latest-news .news-normal-block .news-info .categories {
font-size: 16px;
margin: 0 0 16px;
}
.rs-latest-news .news-normal-block .news-title {
font-size: 28px;
margin-bottom: 20px;
font-weight: 600 !important;
line-height: 38px !important;
}
.rs-latest-news .news-normal-block .news-title a:hover, .rs-latest-news .news-normal-block .news-title a:focus {
color: #5777ff;
}
.rs-latest-news .news-normal-block .news-desc p {
margin-bottom: 30px;
}
.rs-latest-news .news-normal-block .news-btn a {
display: inline-block;
margin-left: auto;
padding: 4px 20px;
font-size: 13px;
font-weight: 500;
text-decoration: none;
background-color: #5777ff;
color: #fff;
border-radius: 35px;
text-transform: uppercase;
}
.rs-latest-news .news-normal-block .news-btn a:hover {
background-color: #032e42;
}
.rs-latest-news .news-list-block .news-list-item {
transition: 0.3s;
background: #fff;
}
.rs-latest-news .news-list-block .news-list-item:hover {
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.rs-latest-news .news-list-block .news-list-item .news-title {
font-size: 18px !important;
margin-bottom: 10px;
font-weight: 600 !important;
}
.rs-latest-news .news-list-block .news-list-item .news-title a {
color: #212121;
}
.rs-latest-news .news-list-block .news-list-item .news-title a:hover, .rs-latest-news .news-list-block .news-list-item .news-title a:focus {
color: #5777ff;
}
.rs-latest-news .news-list-block .news-list-item .news-desc p {
margin-bottom: 0;
}
.rs-latest-news .news-list-block .news-list-item .categories {
font-size: 14px;
margin: 0 0 10px;
}
.rs-latest-news .news-list-block .news-list-item .categories a {
color: #181818;
}
.rs-latest-news .news-list-block .news-list-item .categories a:hover {
color: #5777ff;
}
.rs-latest-news .news-list-block .news-list-item .news-content {
padding: 20px;
background: #ffffff;
}
.latest-news-slider .news-normal-block {
box-shadow: none !important;
}
.latest-news-slider .slick-arrow {
position: absolute;
z-index: 11;
bottom: 0;
right: -104px;
height: 42px;
width: 42px;
font-size: 0;
border: 0;
background-color: rgba(0, 0, 0, 0.1);
color: #5777ff;
cursor: pointer;
outline: 0;
border-radius: 50%;
transition: 0.3s;
top: auto;
}
.latest-news-slider .slick-arrow:after {
font-family: FontAwesome;
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
font-size: 22px;
color: inherit;
text-indent: 2px;
}
.latest-news-slider .slick-arrow.slick-prev {
left: auto;
}
.latest-news-slider .slick-arrow.slick-prev:after {
content: "\f104";
}
.latest-news-slider .slick-arrow.slick-next {
right: -160px;
}
.latest-news-slider .slick-arrow.slick-next:after {
content: "\f105";
}
.latest-news-slider .slick-arrow:hover {
background-color: #5777ff;
color: #fff !important;
}
.footer-copyright-area .menu-item a.hfe-menu-item:hover {
color: #5777ff;
}
.latest-news-nav .slick-track {
width: 100% !important;
}
.latest-news-nav .slick-slide {
width: calc(100% - 2px) !important;
margin-bottom: 12px;
cursor: pointer;
background-color: #fff;
border: 1px solid rgba(34, 34, 34, 0.1);
padding: 13px;
transition: 0.3s;
}
.latest-news-nav .slick-slide.slick-current, .latest-news-nav .slick-slide:hover {
background-color: #5777ff;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.latest-news-nav .slick-slide.slick-current img, .latest-news-nav .slick-slide:hover img {
opacity: 0.8;
}
.rs-latest-news.style2 .latest-news-nav .slick-track {
width: 100% !important;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide {
width: calc(100% - 2px) !important;
margin-bottom: 12px;
cursor: pointer;
background-color: #fff;
border: 1px solid rgba(34, 34, 34, 0.1);
padding: 13px;
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current, .rs-latest-news.style2 .latest-news-nav .slick-slide:hover {
background: #fff;
border-color: #ccc;
box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}
.rs-latest-news.style2 .latest-news-nav .slick-slide.slick-current img, .rs-latest-news.style2 .latest-news-nav .slick-slide:hover img {
opacity: 0.8;
}
.rs-latest-news.style2 .news-list-block .news-list-item + .news-list-item {
margin-top: 15px;
}
.rs-latest-news.style2 .slick-arrow {
bottom: -95px;
right: -10px;
}
.rs-latest-news.style2 .slick-arrow.slick-next {
right: -65px;
}
.rs-services3 {
overflow: hidden;
padding: 0;
margin: 0;
}
.rs-services3 .col-services10 {
float: right;
width: 80%;
}
.rs-services3 .col-services10 .feature-title {
padding-top: 26px;
margin: 0 0 13px;
font-size: 22px;
}
.rs-services3 .col-services10 .feature-title a {
color: #080d41;
}
.rs-services3 .col-services10 .slick-list {
padding: 0 0 0 25px;
}
.rs-services3.services-right .col-services10 {
float: left;
width: 80%;
}
.rs-services3.services-right .col-services10 .slick-list {
padding: 0 25px 0 0;
}
.rs-services3.services-right .col-services2 {
float: left;
width: 20%;
}
.rs-services3 .col-services2 {
float: left;
width: 20%;
}
.rs-services3 .heading-block {
text-align: center;
}
.rs-services3 .heading-block h4 {
font-size: 16px;
margin: 15px 0;
}
.rs-services3 .slick-vertical .slick-slide {
padding: 0 5px;
}
.rs-services3 .item-thumb img {
border-radius: 0 !important;
cursor: pointer;
}
.rs-services3 .slider-nav {
margin: 0 !important;
}
.rs-services3 .slick-arrow {
display: block;
position: absolute;
top: 10px;
z-index: 9999;
left: 45%;
transform: translateY(-50%);
transform: rotate(90deg);
width: 42px;
height: 42px;
line-height: 42px;
background: #080d41;
color: #fff;
border-radius: 50%;
transition: 0.6s ease all;
opacity: 1;
opacity: 0;
visibility: hidden;
}
.rs-services3 .slick-arrow:after {
top: -2px;
}
.rs-services3 .slick-arrow.slick-next {
bottom: 28px;
top: auto;
}
.rs-services3 .slick-arrow:hover {
background: #5777ff;
color: #080d41;
}
.rs-services3 .col-services2 .slick-arrow, .rs-services3 .col-services2:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.team-grid-style2 .team-item-wrap, .team-slider-style2 .team-item-wrap {
position: relative;
margin-bottom: 35px;
}
.team-grid-style2 .team-item-wrap a, .team-slider-style2 .team-item-wrap a {
text-decoration: none;
}
.team-grid-style2 .team-item-wrap .team-img, .team-slider-style2 .team-item-wrap .team-img {
position: relative;
overflow: hidden;
}
.team-grid-style2 .team-item-wrap .team-img .team-img-sec, .team-slider-style2 .team-item-wrap .team-img .team-img-sec {
position: relative;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text, .team-slider-style2 .team-item-wrap .team-img .wrap-text {
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
padding: 0 40px 12px;
background: #fff;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text .team-desc, .team-slider-style2 .team-item-wrap .team-img .wrap-text .team-desc {
margin-bottom: 0;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text, .team-slider-style2 .team-item-wrap .team-img .normal-text {
width: 100%;
transition: all 0.5s ease 0s;
position: relative;
padding-bottom: 0;
z-index: 1;
margin-bottom: 0;
background: rgba(0, 0, 0, 0.6);
border-radius: 3px 3px 0 0;
padding: 15px 15px 20px;
margin-top: -35px;
position: absolute;
bottom: -50%;
left: 50%;
transform: translateX(-50%);
width: 100%;
transition: 0.4s;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
margin-top: 0 !important;
line-height: 28px !important;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
position: relative;
margin-bottom: 0;
font-size: 18px;
text-transform: capitalize;
z-index: 111;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social, .team-grid-style2 .team-item-wrap .team-img .normal-text .team-name {
color: #ffffff;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-social, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
color: #ffffff;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social a, .team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a {
color: #ffffff;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-social a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a {
color: #ffffff;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social a:hover, .team-grid-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
color: #ccc;
}
.team-slider-style2 .team-item-wrap .team-img .normal-text .team-social a:hover, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name a:hover {
color: #ccc;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-team, .team-slider-style2 .team-item-wrap .team-img .normal-text .cat-team {
color: #ffffff;
line-height: 1.4;
display: block;
margin: 0 0 10px;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-social {
padding-top: 2px;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-social a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-social a {
padding: 0 3px;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .nolink, .team-slider-style2 .team-item-wrap .team-img .normal-text .nolink {
pointer-events: none;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-doctor, .team-slider-style2 .team-item-wrap .team-img .normal-text .cat-doctor {
font-size: 14px;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .cat-doctor a, .team-slider-style2 .team-item-wrap .team-img .normal-text .cat-doctor a {
color: #ffffff;
text-transform: uppercase;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-name, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-name {
margin: 18px 0 4px;
font-weight: 600;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-title {
color: #eee;
font-size: 13px;
font-weight: 400;
padding: 0;
display: block;
text-transform: uppercase;
}
.team-grid-style2 .team-item-wrap .team-img .normal-text .team-title a, .team-slider-style2 .team-item-wrap .team-img .normal-text .team-title a {
color: #eee;
pointer-events: none;
}
.team-grid-style2 .team-item-wrap:hover .team-img .normal-text, .team-slider-style2 .team-item-wrap:hover .team-img .normal-text {
bottom: 0;
}
.team-grid-style2 .team-item-wrap:hover .team-img .team-img-sec:before, .team-slider-style2 .team-item-wrap:hover .team-img .team-img-sec:before {
height: 100%;
}
.team-grid-style2 .appointment-bottom-area, .team-slider-style2 .appointment-bottom-area {
overflow: hidden;
text-align: left;
padding-top: 18px;
padding-bottom: 25px;
}
.team-grid-style2 .appointment-bottom-area .app_details a, .team-grid-style2 .appointment-bottom-area .app_btn a {
position: relative;
color: #fff;
}
.team-slider-style2 .appointment-bottom-area .app_details a, .team-slider-style2 .appointment-bottom-area .app_btn a {
position: relative;
color: #fff;
}
.team-grid-style2 .appointment-bottom-area .app_details:hover a, .team-grid-style2 .appointment-bottom-area .app_btn:hover a {
color: #fff;
opacity: 0.9;
}
.team-slider-style2 .appointment-bottom-area .app_details:hover a, .team-slider-style2 .appointment-bottom-area .app_btn:hover a {
color: #fff;
opacity: 0.9;
}
.team-grid-style2 .appointment-bottom-area .app_details, .team-slider-style2 .appointment-bottom-area .app_details {
margin-top: 10px;
}
.team-grid-style2 .appointment-bottom-area .app_details a, .team-slider-style2 .appointment-bottom-area .app_details a {
color: #303030;
}
.team-grid-style2 .appointment-bottom-area .app_details:hover a, .team-slider-style2 .appointment-bottom-area .app_details:hover a {
color: #5777ff;
}
.team-grid-style2 .appointment-bottom-area .app_details, .team-slider-style2 .appointment-bottom-area .app_details {
float: left;
}
.team-grid-style2 .appointment-bottom-area .app_btn, .team-slider-style2 .appointment-bottom-area .app_btn {
float: right;
}
.icon-button a {
background: #5777ff;
color: #fff;
padding: 3px 17px;
display: inline-block;
font-size: 20px;
margin-bottom: 25px;
border-radius: 18px;
}
.icon-button a:hover {
color: #fff;
background: #080d41;
}
.icon-button a i:before {
font-size: inherit;
}
.blogfull {
box-shadow: 0 8px 6px -6px #eee;
background: #fbfbfb !important;
padding: 30px 40px !important;
}
.blogfull .blog-title {
min-height: 50px;
}
.blogfull .icon-button a {
margin-bottom: 0px;
}
.rs-portfolio.swiper .swiper-button-prev::before, .rs-portfolio.swiper .swiper-button-next::before {
top: 8px;
}
.rsaddon-unique-slider ul.blog-meta li {
position: relative;
padding-right: 15px;
margin-right: 15px;
}
.rsaddon-unique-slider ul.blog-meta li:after {
content: "";
position: absolute;
right: 0;
top: 10px;
height: 4px;
width: 4px;
border-radius: 4px;
background: #080d41;
}
.rsaddon-unique-slider ul.blog-meta li:last-child {
padding-right: 0px;
margin-right: 0px;
}
.rsaddon-unique-slider ul.blog-meta li:last-child:after {
display: none;
}
.rs-blog-grid .rs-addon-slider .blog-item {
padding: 0;
margin: 15px 15px 30px;
}
.rs-blog-grid .rs-addon-slider .blog-item .blog-inner-wrap {
border-radius: 30px;
}
.rsaddon-unique-slider .rs-addon-slider .slick-list {
padding: 0 !important;
}
.rs-portfolio-style6 .portfolio-item .portfolio-image {
overflow: hidden;
}
.rs-portfolio-style6 .portfolio-item img {
transition: 0.4s;
}
.rs-blog-grid .blog-item.default .blog-content p {
padding-bottom: 20px;
}
.wpcf7 p {
margin: 0;
}
.chatbot-submit-btn {
display: inline-block;
position: relative;
}
.chatbot-submit-btn .wpcf7-submit {
border-radius: 30px;
padding-right: 80px;
background: #2547b7;
border: 2px solid #2547b7;
padding: 14px 80px 15px 35px;
font-weight: 500;
text-transform: uppercase;
}
.chatbot-submit-btn:before {
position: absolute;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 55px;
text-align: center;
content: "\f105";
font-family: "FontAwesome";
right: -5px;
z-index: 2;
background: #FFD100;
color: #fff;
}
.chatbot-submit-btn .wpcf7-spinner {
position: absolute;
right: -100px;
top: 15px;
}
.chatbot-submit-btn:hover .wpcf7-submit {
border-color: #FFD100;
background: transparent;
color: #666;
}
.rsaddon-unique-slider .blog-item .blog-inner-wrap {
transition: all 500ms ease;
}
.rsaddon-unique-slider .blog-item .blog-inner-wrap:hover .custom-blog-btn {
opacity: 1;
}
.rsaddon-unique-slider .blog-item .custom-blog-btn {
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
opacity: 0;
position: relative;
}
.rsaddon-unique-slider .blog-item .custom-blog-btn i:before {
margin-left: 0 !important;
}
.rsaddon-unique-slider .blog-content .post-categories {
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
}
.rsaddon-unique-slider .blog-content .post-categories li {
list-style: none;
margin-bottom: 8px;
}
.rsaddon-unique-slider .blog-content .post-categories li a {
font-size: 14px;
}
.rsaddon-unique-slider .blog-content .author-avatar img {
border-radius: 50%;
margin-right: 8px;
}
.rsaddon-unique-slider .blog-content .blog-footer .blog-meta i {
margin-right: 5px;
}
.rsaddon-unique-slider .blog-content .blog-footer .blog-meta date {
text-decoration: underline;
font-weight: 600;
}
.rsaddon-unique-slider .blog-content .custom-blog-btn {
transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
opacity: 0;
position: relative;
}
.rsaddon-unique-slider .blog-content .custom-blog-btn i:before {
margin-left: 0 !important;
}
.rsaddon-unique-slider .blog-content .custom-blog-btn:hover {
opacity: 1;
}
.rsaddon-unique-slider .blog-content .blog-btn-part2 {
position: relative;
z-index: 10;
margin-bottom: 20px;
}
.rs-newsletter-form input[type=email] {
padding: 16px 20px;
width: 80%;
border-width: 0;
}
.widget_mc4wp_form_widget .mc4wp-form-fields {
position: relative;
}
.rs-footer .widget_mc4wp_form_widget {
top: -15px;
}
.team-grid-style3 .team-img, .team-slider-style3 .team-img {
position: relative;
padding: 0;
}
.team-grid-style3 .team-img img, .team-slider-style3 .team-img img {
position: relative;
z-index: 99;
}
.team-grid-style3 .team-img .team-img-sec, .team-slider-style3 .team-img .team-img-sec {
position: relative;
}
.team-grid-style3 .team-img .team-img-sec:before, .team-slider-style3 .team-img .team-img-sec:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #080d41;
opacity: 0.8;
left: 0;
top: 0;
z-index: 100;
opacity: 0;
transition: all 0.3s ease 0s;
}
.team-grid-style3 .team-img .team-img-sec .team-content, .team-slider-style3 .team-img .team-img-sec .team-content {
position: absolute;
display: block;
left: 50%;
width: 100%;
top: 30%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 110;
color: #fff;
padding: 30px;
transition: all 0.3s ease 0s;
height: 100%;
}
.team-grid-style3 .team-img .team-img-sec .team-content .author-text, .team-slider-style3 .team-img .team-img-sec .team-content .author-text {
position: absolute;
bottom: 20px;
left: 30px;
opacity: 0;
visibility: hidden;
transition: 0.4s;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-name, .team-grid-style3 .team-img .team-img-sec .team-content .team-title {
background: #fff;
}
.team-slider-style3 .team-img .team-img-sec .team-content .team-name, .team-slider-style3 .team-img .team-img-sec .team-content .team-title {
background: #fff;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-name, .team-slider-style3 .team-img .team-img-sec .team-content .team-name {
margin-bottom: 0;
font-size: 20px;
display: block;
padding: 0 10px;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-name a, .team-slider-style3 .team-img .team-img-sec .team-content .team-name a {
color: #fff;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-title, .team-slider-style3 .team-img .team-img-sec .team-content .team-title {
color: #fff;
position: relative;
font-size: 14px;
display: inline-block;
padding: 3px 10px;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-title:after, .team-slider-style3 .team-img .team-img-sec .team-content .team-title:after {
position: absolute;
content: "";
width: 170px;
height: 2px;
background: #f2f2f2;
left: 50%;
bottom: 0;
transform: translateX(-50%);
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-social a, .team-slider-style3 .team-img .team-img-sec .team-content .team-social a {
color: #fff;
margin-right: 12px;
font-size: 16px;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:last-child, .team-slider-style3 .team-img .team-img-sec .team-content .team-social a:last-child {
margin-right: 0;
}
.team-grid-style3 .team-img .team-img-sec .team-content .team-social a:hover, .team-slider-style3 .team-img .team-img-sec .team-content .team-social a:hover {
opacity: 0.8;
}
.team-grid-style3 .team-img .team-img-sec:hover .team-content, .team-slider-style3 .team-img .team-img-sec:hover .team-content {
opacity: 1;
}
.team-grid-style3 .team-img .team-img-sec:hover .team-content .author-text, .team-slider-style3 .team-img .team-img-sec:hover .team-content .author-text {
opacity: 1;
visibility: visible;
}
.team-grid-style3 .team-img:after {
top: 0;
}
.team-grid-style3 .team-img:before {
bottom: 0;
}
.team-slider-style4 .team-carousel .team-item {
margin: 20px 15px;
transition: all 0.5s ease;
}
.team-slider-style4 .team-carousel .team-item .team-item-inner {
padding-top: 25px;
padding-bottom: 10px;
}
.team-slider-style4 .team-carousel .team-item:hover {
box-shadow: none;
background: #5777ff;
border-radius: 3px;
}
.team-slider-style4 .team-carousel .team-item:hover .normal-text a, .team-slider-style4 .team-carousel .team-item:hover .normal-text .designation, .team-slider-style4 .team-carousel .team-item:hover .normal-text .social-icons a i {
color: #fff;
}
.nolink {
color: inherit;
pointer-events: none;
}
.rs-team-grid .team-item-wrap {
margin-bottom: 30px;
}
.rs-team-grid.team-style4 .team-item-inner {
padding: 0 30px;
}
.rs-team-grid.team-style4 .team-item-inner img {
border-radius: 50%;
}
.rs-team-grid.team-style4 .normal-text {
text-align: center;
}
.rs-team-grid.team-style4 .normal-text span {
display: block;
font-size: 22px;
padding-top: 20px;
padding-bottom: 4px;
font-weight: 600;
}
.rs-team-grid.team-style4 .normal-text .designation {
font-weight: 400;
text-transform: uppercase;
float: none;
font-size: 14px;
color: #303030;
}
.rs-team-grid.team-style4 .normal-text .designation a {
color: #303030;
pointer-events: none;
}
.rs-team-grid.team-style4 .team-item .social-icons a i {
color: #303030;
font-size: 14px;
padding: 0 6px;
}
.rs-team-grid .team-item {
margin-bottom: 30px;
}
.rs-team-grid.team-grid-style1 .team-item {
box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
}
.rs-team-grid.team-grid-style1 .team-item .team-content span.team-title {
font-weight: 500;
}
.rs-team-grid.team-grid-style1 .team-item img {
opacity: 1;
transition: all 0.3s ease 0s;
}
.rs-team-grid.team-grid-style1 .team-item:hover img {
opacity: 0.7;
}
.rs-team-grid.team-style4 .team-wrapper {
position: relative;
overflow: hidden;
padding-bottom: 95px;
background: #fff;
border-radius: 5px;
}
.rs-team-grid.team-style4 .team-wrapper .team_photo img {
width: 100%;
transition: all 0.7s;
}
.rs-team-grid.team-style4 .team-wrapper .team-title {
font-weight: 400;
text-transform: capitalize;
float: none;
font-size: inherit;
color: #121933;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc {
height: 100px;
width: 100%;
bottom: 0;
position: absolute;
padding: 15px 20px;
color: #444;
text-align: center;
overflow: hidden;
background: #ffffff;
transition: 0.3s all ease;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc:before {
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 0;
background: #5777ff;
transition: 0.4s all ease;
left: 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name {
font-size: 18px;
font-weight: 600;
margin: 5px 0 0;
text-transform: capitalize;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a {
color: #032e42;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name a:hover {
color: #eee;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name .designation {
font-size: 15px;
text-transform: capitalize;
color: #032e42;
float: none;
text-align: center;
font-weight: 500;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social {
bottom: -100px !important;
transition: all 0.3s ease 0s;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a {
font-size: 17px;
display: block;
width: 25px;
height: 25px;
line-height: 25px;
padding: 0px;
border: none;
text-align: center;
color: #fff;
display: inline-block;
transition: all 0.3s ease 0s;
background: transparent !important;
margin-right: 8px;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a:last-child {
margin-right: 0;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .team-social a i {
font-size: 16px;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc {
opacity: 1;
width: 100%;
visibility: visible;
transform: translate(0, 0);
bottom: 0;
height: 130px;
color: #fff;
background: #080d41;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_desc .name a, .rs-team-grid.team-style4 .team-wrapper:hover .team_desc .name .designation {
color: #ffffff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team-title {
display: block;
margin-bottom: 15px;
color: #fff;
}
.rs-team-grid.team-style4 .team-wrapper:hover .team_photo img {
transform: scale(1.1);
}
.rs-team-grid.team-style4 .team-wrapper:hover .team-social {
bottom: 20px !important;
}
.rs-team-grid.team-style5 .team-item {
margin-bottom: 125px;
position: relative;
}
.rs-team-grid.team-style5 .team-item .team-img {
position: relative;
overflow: hidden;
}
.rs-team-grid.team-style5 .team-item .team-img img {
width: 100%;
transform: scale(1.15);
transition: all 0.3s ease 0s;
}
.rs-team-grid.team-style5 .team-item .normal-text {
background: #f7f7f7;
color: #032e42;
padding: 20px;
text-align: center;
z-index: 9;
position: absolute;
z-index: 1;
left: 40px;
bottom: -85px;
background: #fff;
width: calc(100% - 80px);
padding: 20px 20px 25px;
box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
}
.rs-team-grid.team-style5 .team-item .normal-text .designation {
font-size: 14px;
font-weight: 500;
float: none;
color: #121933;
margin-bottom: 0;
text-transform: uppercase;
}
.rs-team-grid.team-style5 .team-item .normal-text .designation a {
color: #121933;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text {
font-size: 14px;
margin-bottom: 0;
color: #777;
position: relative;
z-index: 1;
max-height: 0;
opacity: 0;
line-height: 24px;
padding: 0 20px;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
transform: scaleY(0);
transform-origin: bottom;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text:before {
content: "";
position: absolute;
z-index: 1;
background: #080d41;
top: 0;
left: 50%;
width: 50px;
height: 2px;
margin-left: -25px;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons {
text-align: center;
margin-top: 12px;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a i {
color: #303030;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
background: transparent;
text-align: center;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a:hover i {
background: #5777ff;
color: #fff;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name {
display: block;
font-size: 18px;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a {
color: #080d41;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-name a:hover {
color: #5777ff;
}
.rs-team-grid.team-style5 .team-item .normal-text .person-designation {
font-size: 12px;
color: #032e42;
text-transform: uppercase;
font-weight: normal;
}
.rs-team-grid.team-style5 .team-item:hover .normal-text .team-text {
position: relative;
max-height: 400px;
opacity: 1;
text-align: center;
transform: scaleY(1);
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.rs-team-grid.team-style5 .team-item .overlay-element .social-icons {
margin-top: 5px;
}
.rs-team-grid.team-style5 .team-item .overlay-element .social-icons i {
font-size: 15px;
margin: 0 5px;
}
.rs-team-grid.team-style5 .team-item .team-content {
padding: 10px;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name {
font-size: 20px;
margin-bottom: 4px;
line-height: normal !important;
text-transform: capitalize;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name a {
color: #fff;
}
.rs-team-grid.team-style5 .team-item .team-content h3.team-name a:hover {
opacity: 0.8;
color: #fff !important;
}
.rs-team-grid.team-style5 .team-item .team-content .designation {
font-size: 16px;
font-weight: 500;
}
.rs-team-grid.team-style5 .team-item .team-title {
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
display: block;
color: #121933;
}
.rs-team-grid.team-style5 .team-item .team-desc {
margin-bottom: 0;
padding-top: 12px;
margin-top: 12px;
border-top: 1px solid;
line-height: 22px;
color: #ffffff;
}
.rs-team-grid.team-style5 .team-item:hover .team-img img {
transform: scale(1);
}
.rs-team-grid.team-style5 .team-item:hover .designation {
float: none;
font-size: 13px;
font-weight: 500;
}
.team-grid-style1 .team-item .team-content, .team-slider-style1 .team-item .team-content, .elementor-2333 .elementor-element.elementor-element-8fada60 .team-inner-wrap {
margin-bottom: 0 !important;
}
.clients-grids {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.clients-grids li {
display: inline-block;
}
.clients-grids li a {
display: inline-block;
padding: 10px 20px;
}
.clients-grids.cols-one li {
width: 100%;
}
.clients-grids.cols-two li {
width: 50%;
}
.clients-grids.cols-three li {
width: 33.333%;
}
.clients-grids.cols-four li {
width: 25%;
}
.clients-grids.cols-five li {
width: 20%;
}
.clients-grids.cols-six li {
width: 16.666%;
}
#team-list-style .team-img {
background: #fff;
box-shadow: 0 0 60px rgba(0, 0, 0, 0.04);
}
#team-list-style .team-img .wrap-text {
padding: 30px 20px;
}
#team-list-style .team-name {
margin-bottom: 5px;
text-transform: uppercase;
font-weight: 600 !important;
font-size: 22px;
line-height: 30px;
}
#team-list-style .team-name a {
color: #5777ff;
}
#team-list-style .team-name a:hover {
color: #080d41;
}
#team-list-style .team-title {
font-size: 16px;
font-weight: 500;
display: block;
margin-bottom: 10px;
}
#team-list-style .social-info {
overflow: hidden;
}
#team-list-style .social-info .phone {
float: left;
}
#team-list-style .social-info .phone:first-child {
margin-right: 18px;
}
#team-list-style .social-info .phone a {
color: #303030;
}
#team-list-style .social-info .phone a:hover {
color: #5777ff;
}
#team-list-style .social-info .phone i {
margin-right: 6px;
position: relative;
top: 2px;
}
#team-list-style .social-info .phone i:before {
font-size: 17px;
}
#team-list-style .team-social {
margin-top: 20px;
margin-bottom: 24px;
}
#team-list-style .team-social .social-icon {
margin-right: 13px;
}
#team-list-style .team-social i {
font-size: 16px;
transition: 0.4s;
color: #303030;
text-align: center;
}
#team-list-style .team-social i:hover {
color: #5777ff;
}
.rs-contact-box .address-item.boxstyle2 .address-icon {
width: 40px;
height: 40px;
line-height: 38px;
}
.rs-contact-box .address-item.boxstyle2 .address-icon i {
font-size: 17px;
line-height: 20px;
}
.rs-contact-box .address-item.boxstyle2 .address-icon:before, .rs-contact-box .address-item.boxstyle2 .address-icon:after {
display: none;
}
.rs-contact-box .address-item.boxstyle2 .address-text .text {
display: block;
}
.rs-contact-box .address-item.boxstyle2 .address-text .text .label {
display: block;
} .information-sidebar li.widget {
background: #fff;
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
padding: 20px 20px 40px;
}
.information-sidebar li.widget h2.widget-title {
padding: 15px 20px 30px;
border-radius: 0;
font-size: 20px;
color: #121933;
line-height: 26px !important;
margin: 0px !important;
text-transform: uppercase;
}
.information-sidebar li.widget ul {
padding-left: 0;
margin-left: 20px;
}
.information-sidebar li.widget ul.fa-ul {
padding-left: 0;
margin-left: 20px;
}
.information-sidebar ul, .information-sidebar li {
list-style: none;
}
.information-sidebar .serivce-brochure {
padding: 40px 40px 50px;
border-radius: 0;
background: #5777ff;
margin: -20px -20px -40px !important;
}
.information-sidebar .serivce-brochure .title {
padding: 0px 0px 30px;
border-radius: 0;
font-size: 20px;
color: #ffffff;
line-height: 26px !important;
margin: 0px !important;
text-transform: uppercase;
}
.information-sidebar .serivce-brochure p {
color: #fff;
}
.information-sidebar .widget_nav_menu ul.menu {
margin: 0;
}
.information-sidebar .widget_nav_menu li {
padding: 0;
}
.information-sidebar .widget_nav_menu li + li {
margin-top: 20px;
}
.information-sidebar .widget_nav_menu li a {
color: #303030;
font-size: 16px;
font-weight: 500;
position: relative;
}
.information-sidebar .widget_nav_menu li a:hover {
color: #080d41;
}
.information-sidebar .widget_nav_menu li.current-menu-item a {
color: #080d41;
}
.information-sidebar .widget_nav_menu li:last-child {
margin-bottom: 0;
}
.information-sidebar .widget_contact_widget li {
margin-bottom: 20px;
}
.information-sidebar .widget_contact_widget li:last-child {
margin-bottom: 0;
}
.information-sidebar .widget_contact_widget li a {
color: #303030;
}
.information-sidebar .widget_contact_widget li.address1 {
position: relative;
}
.information-sidebar .widget_contact_widget li.address1 i {
position: absolute;
top: 0;
display: inline-block;
}
.information-sidebar .widget_contact_widget li.address1 span {
margin: -10px 0 0;
display: inline-block;
padding-left: 41px;
}
.information-sidebar .widget_contact_widget i {
font-size: 25px;
padding-right: 23px;
color: #5777ff;
}
.rs-portfolio.col-filter .portfolio-content .portfolio-filter {
text-align: center !important;
}
.rs-portfolio .portfolio-slider .portfolio-item {
position: relative;
margin: 0 15px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories {
position: absolute;
top: 16px;
right: 25px;
z-index: 11;
font-size: 16px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories a {
color: #5777ff;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories a:hover {
color: #5777ff;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title {
position: absolute;
bottom: 16px;
left: 0;
z-index: 11;
width: 100%;
padding: 0 25px;
margin-bottom: 0;
font-size: 18px;
font-weight: 600 !important;
line-height: 30px !important;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title a {
color: #5777ff;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title a:hover {
color: #5777ff;
}
.rs-portfolio.style1 .portfolio-item {
overflow: hidden;
position: relative;
}
.rs-portfolio.style1 .portfolio-item .categories, .rs-portfolio.style1 .portfolio-item .p-title {
position: static;
}
.rs-portfolio.style1 .portfolio-item .categories a, .rs-portfolio.style1 .portfolio-item .p-title a {
color: #fff;
position: relative;
z-index: 10;
transition: 0.4s;
}
.rs-portfolio.style1 .portfolio-item .categories a:hover, .rs-portfolio.style1 .portfolio-item .p-title a:hover {
color: #080d41;
}
.rs-portfolio.style1 .portfolio-item .portfolio-content {
position: absolute;
text-align: center;
width: 100%;
height: 100%;
top: 30%;
left: 0;
transition: 0.4s;
opacity: 0;
visibility: hidden;
}
.rs-portfolio.style1 .portfolio-item:hover .portfolio-content {
top: 0;
opacity: 1;
visibility: visible;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img {
position: relative;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content {
position: absolute;
width: 100%;
visibility: hidden;
transition: 0.4s;
bottom: -50px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories {
top: auto;
bottom: 20px;
left: 25px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories:before {
display: none;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a {
color: #fff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories a:hover {
color: #080d41;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title {
top: auto;
bottom: 52px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a {
color: #fff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content h3.p-title a:hover {
color: #5777ff;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item:hover .portfolio-content {
opacity: 1;
visibility: visible;
bottom: 0;
}
.rs-portfolio.style5 .portfolio-item .portfolio-img-sinlge {
overflow: hidden;
}
.rs-portfolio.style5 .portfolio-item .portfolio-img-sinlge img {
transition: 0.4s;
transform: scale(1);
}
.rs-portfolio.style5 .portfolio-item .portfolio-content {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 15px;
}
.rs-portfolio.style5 .portfolio-item .p-title {
padding: 0;
}
.rs-portfolio.style5 .portfolio-item .categories, .rs-portfolio.style5 .portfolio-item .p-title {
position: static;
}
.rs-portfolio.style5 .portfolio-item .categories {
background: #fbfbfb;
padding: 2px 10px;
}
.rs-portfolio.style5 .portfolio-item:hover .portfolio-img-sinlge img {
transform: scale(1.2);
}
.rs-portfolio.style6 .portfolio-item .portfolio-img-sinlge {
overflow: hidden;
}
.rs-portfolio.style6 .portfolio-item .portfolio-img-sinlge img {
transition: 0.4s;
transform: scale(1);
}
.rs-portfolio.style6 .portfolio-item .portfolio-content {
padding-top: 15px;
}
.rs-portfolio.style6 .portfolio-item .p-title {
padding: 0;
}
.rs-portfolio.style6 .portfolio-item .categories, .rs-portfolio.style6 .portfolio-item .p-title {
position: static;
}
.rs-portfolio.style6 .portfolio-item:hover .portfolio-img-sinlge img {
transform: scale(1.2);
}
.rs-portfolio.gap_no .portfolio-slider .portfolio-item {
margin: 0;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-img {
position: relative;
height: 100vh;
overflow: hidden;
background-position: center top !important;
transition: all 1s ease;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item {
text-align: center;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .categories {
top: auto;
bottom: 50px;
left: 0;
right: 0;
padding: 0 25px;
color: #fff !important;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .categories a {
color: #fff !important;
font-size: 14px;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title {
bottom: 80px;
padding-top: 30px;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a {
color: #fff !important;
position: relative;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item .p-title a:before {
content: "";
width: 2px;
height: 40px;
background: #080d41;
text-align: center;
display: block;
margin: 0px auto;
position: relative;
top: -10px;
transition: 0.4s;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a {
color: #080d41 !important;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .p-title a:before {
height: 100px;
}
.rs-portfolio.vertical-slider.style4 .portfolio-slider .portfolio-item:hover .portfolio-img {
transform: scale(1.04);
}
.rs-project-section.gray-bg {
background: #f7f7fc;
padding: 90px 0 50px;
}
.rs-project-section.gray-bg h3 {
margin-bottom: 50px !important;
}
.rs-project-section .project-item {
position: relative;
overflow: hidden;
z-index: 1;
}
.rs-project-section .project-item .project-content .p-icon, .rs-project-section .project-item .project-content .title {
position: absolute;
z-index: 11;
margin: 0;
}
.rs-project-section .project-item .project-content .p-icon {
visibility: hidden;
transition: all 0.3s ease 0s;
top: -100px;
right: 25px;
text-align: right;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
background: #5777ff;
border-radius: 50%;
}
.rs-project-section .project-item .project-content .p-icon i {
color: #ffffff;
font-size: 15px;
}
.rs-project-section .project-item .project-content .p-icon i:before {
font-size: 15px;
}
.rs-project-section .project-item .project-content .title {
font-size: 18px;
font-weight: 600;
bottom: -100px;
left: 25px;
}
.rs-project-section .project-item .project-content .title span {
font-size: 16px;
font-weight: 400;
padding-bottom: 5px;
display: block;
color: #ffffff;
}
.rs-project-section .project-item .project-content .title a {
color: #ffffff;
}
.rs-project-section .project-item .project-content .title a:hover {
color: #5777ff;
}
.rs-project-section .project-item:hover .project-content .title {
bottom: 20px;
}
.rs-project-section .project-item:hover .project-content .p-icon, .rs-project-section .project-item:hover .project-content .title {
opacity: 1;
visibility: visible;
}
.rs-project-section .project-item:hover .project-content .p-icon {
top: 20px;
}
.rs-project-section .view-project {
margin-top: 60px;
}
.rs-project-section .nav-style .owl-controls .owl-nav {
position: absolute;
left: 17.5%;
}
body.single-services .rs-porfolio-details {
padding: 120px 0 0;
}
.rs-portfolio-style7 .showcase li {
display: inline-block;
vertical-align: top;
padding: 0;
margin: 0 0 0 0;
position: relative;
}
.rs-portfolio-style7 a .showcase-caption {
display: inline-block;
z-index: 2;
color: white;
text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.33);
padding: 20px;
}
.rs-portfolio-style7 .showcase {
margin: 0 auto 0;
display: block;
}
.rs-portfolio-style7 .showcase li:nth-of-type(3n+4) {
clear: left;
}
.rs-portfolio-style7 .showcase-item {
line-height: 1;
z-index: 3;
}
.rs-portfolio-style7 .showcase-item.hover {
z-index: 1;
}
.rs-portfolio-style7 .showcase-item a {
display: block;
padding: 15px 25px 10px 0;
}
.rs-portfolio-style7 .showcase-item img {
position: fixed;
z-index: 1;
opacity: 1;
display: none;
transition: opacity 0.35s, transform 0.35s;
}
.rs-portfolio-style7 .showcase-item a h3 {
position: relative;
z-index: 3;
transition: opacity 0.35s, transform 0.35s;
}
.rs-portfolio-style7 .showcase-item a p {
position: relative;
z-index: 3;
transition: opacity 0.35s, transform 0.35s;
margin: 0 !important;
}
.rs-portfolio-style7 .showcase-item a:hover {
color: white;
background: none;
}
.rs-portfolio-style7 .showcase-item a:hover + img {
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
display: block;
}
.rs-portfolio-style7 .showcase-item h3 {
font-size: 36px;
padding: 0.45em 0.6em 15px 0;
font-weight: 600;
letter-spacing: 0px;
margin: 0;
} @media screen and (max-width: 1023px) {
.showcase {
margin: 0 auto;
}
.showcase-item a img {
border: 0px;
}
} #cl-testimonial.testimonials-area.slider8 .images-testimonial .desc-text .flixtaicon-right-quote:before {
font-size: 50px !important;
}
#cl-testimonial .testimonial-slide7 .slick-track {
padding-bottom: 40px;
}
#cl-testimonial .testimonial-slide7 .single-testimonial {
padding: 0;
background: rgba(11, 43, 167, 0.6) !important;
border-radius: 0;
padding: 40px 45px 46px 146px;
position: relative;
margin: 0 20px;
border-radius: 5px;
color: #fff;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after, #cl-testimonial .testimonial-slide7 .single-testimonial:before {
content: "";
position: absolute;
display: block;
background: transparent;
transition: all 0.2s;
width: 0px;
height: 0px;
z-index: 100;
top: -3px;
border: none !important;
right: 0;
}
#cl-testimonial .testimonial-slide7 .single-testimonial:after {
top: auto;
bottom: 0;
border-bottom: 0 solid;
border-top: 30px solid transparent;
border-bottom-color: #fff;
}
#cl-testimonial .testimonial-slide7 .right-content {
width: 100%;
float: none;
}
#cl-testimonial .testimonial-slide7 .testimonial-left {
width: 100%;
float: none;
}
#cl-testimonial .testimonial-slide7 .testimonial-left img {
border: 2px solid #fff;
}
#cl-testimonial .testimonial-slide7 .right-content {
position: relative;
}
#cl-testimonial .testimonial-slide7 .right-content i {
top: 5px;
padding-right: 0;
position: absolute;
left: -18px;
}
#cl-testimonial .testimonial-slide7 .testimonial-left {
position: absolute;
left: 33px;
top: 50%;
transform: translateY(-50%);
max-width: 100%;
width: auto;
border-radius: 50%;
}
#cl-testimonial .testimonial-slide7 p {
margin: 0;
padding: 0;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li button {
padding: 2px 0;
height: 8px;
border: 1px solid #fff;
}
#cl-testimonial .testimonial-slide7 ul.slick-dots li.slick-active button {
background: #fff;
border-color: #fff !important;
}
#cl-testimonial.testimonials-area.slider8 {
position: relative;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
display: block;
width: 90px !important;
height: 90px !important;
margin: 1em auto;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-radius: 99em;
border: 5px solid #eee;
box-shadow: 0 3px 70px 0 rgb(255, 255, 255) !important;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial .desc-text {
margin: 0;
padding: 80px 0px 40px !important;
text-align: center !important;
font-size: 17px;
line-height: 32px;
max-width: 620px;
margin: 0 auto;
position: relative;
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial .desc-text i {
display: block;
text-align: center;
font-size: 50px;
opacity: 0.3;
margin: 0;
top: 10px;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 .images-testimonial img {
width: 90px;
margin: 0 auto 12px;
box-shadow: 0 20px 68px rgba(34, 34, 34, 0.4);
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav {
width: 230px;
top: 60px;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-list.draggable {
display: none;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev, #cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
opacity: 1;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev {
left: 20px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-prev:after {
font-size: 18px;
content: "\f138";
font-family: flixtaicon;
display: inline-block;
padding-right: 3px;
vertical-align: middle;
position: absolute;
font-weight: normal;
color: #fff;
transform: translateX(-50%);
background: #5777ff;
width: 50px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next {
right: 20px;
}
#cl-testimonial.testimonials-area.slider8 .testimonials-nav .slick-next:after {
font-size: 18px;
content: "\f137";
font-family: flixtaicon;
display: inline-block;
padding-right: 3px;
vertical-align: middle;
position: absolute;
font-weight: normal;
color: #fff;
transform: translateX(-50%);
}
#cl-testimonial.testimonials-area.slider8 .slick-prev {
left: 20px;
}
#cl-testimonial.testimonials-area.slider8 .slick-prev:after {
font-size: 18px;
content: "←";
font-family: "slick";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
position: absolute;
font-weight: normal;
color: #fff;
transform: translateX(-50%);
background: #5777ff;
width: 50px;
height: 50px;
border-radius: 50%;
line-height: 45px;
}
#cl-testimonial.testimonials-area.slider8 .slick-next {
right: 20px;
}
#cl-testimonial.testimonials-area.slider8 .slick-next:after {
font-size: 18px;
font-family: "slick";
content: "→";
display: inline-block;
padding-right: 3px;
vertical-align: middle;
position: absolute;
font-weight: normal;
color: #fff;
transform: translateX(-50%);
background: #5777ff;
width: 50px;
height: 50px;
line-height: 45px;
border-radius: 50%;
}
#cl-testimonial.testimonials-area.slider8 p {
margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author {
text-align: center;
padding: 0px !important;
}
#cl-testimonial.testimonials-area.slider8 ul.author li {
font-size: 20px;
text-transform: uppercase;
font-weight: 500;
}
#cl-testimonial.testimonials-area.slider8 ul.author li.titles-dsignation {
text-transform: capitalize;
font-size: 15px;
padding-top: 0;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial {
padding-left: 20px;
padding-top: 45px;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
position: relative;
max-width: 100%;
text-align: left;
margin: 0 auto !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial i {
font-size: 80px;
position: absolute;
left: -18px;
opacity: 1;
top: -30px;
z-index: -1;
}
#cl-testimonial.testimonials-area.slider8.text-left .images-testimonial ul.author, #cl-testimonial.testimonials-area.slider8.text-left .images-testimonial p {
text-align: left !important;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav {
overflow: hidden;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-list {
float: right;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-track {
width: 100% !important;
float: right;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide {
width: 15px !important;
height: 6px;
border-radius: 3px;
background: #121933;
display: inline-block;
margin: 0 4px;
cursor: pointer;
transition: 0.3s;
}
#cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide:hover, #cl-testimonial.testimonials-area.slider8.text-left .testimonials-nav .slick-slide.slick-current {
background: #5777ff;
}
#cl-testimonial.testimonials-area.slider8:hover .slick-prev {
left: 0px;
}
#cl-testimonial.testimonials-area.slider8:hover .slick-next {
right: 0px;
}
body .rselement-dual-btn {
font-size: 16px;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 ul.cl-author-info li:first-child {
font-size: 16px !important;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .testimonial-item .testimonial-content {
padding: 60px !important;
text-align: center;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .testimonial-item .testimonial-content p {
text-align: center;
font-style: normal !important;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .testimonial-item i {
display: none;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .slick-dots button {
width: 10px;
height: 10px;
padding: 2px;
background: #ccc !important;
border: none !important;
}
#cl-testimonial.cl-testimonial1 .testimonial-slide.slider1 .slick-active button {
background: #080d41 !important;
border: none !important;
}
.cl-testimonial.cl-testimonial9 .content-box {
background: #fff;
padding: 40px;
min-height: 250px;
position: relative;
}
.cl-testimonial.cl-testimonial9 .content-box p {
padding: 0 !important;
margin-bottom: 0 !important;
font-style: normal;
}
.cl-testimonial.cl-testimonial9 .content-box p i {
text-align: left;
}
.cl-testimonial.cl-testimonial9 .content-box:after {
content: "//";
position: absolute;
bottom: -17px;
text-align: center;
left: 40px;
right: auto;
display: block;
font-size: 20px;
color: #080d41;
}
.cl-testimonial.cl-testimonial9 .testimonial-image {
flex: 1;
padding-left: 20px;
}
.cl-testimonial.cl-testimonial9 .testimonial-image img {
border-radius: 50%;
max-width: 90px;
}
.cl-testimonial.cl-testimonial9 .img-box {
display: flex;
flex-wrap: wrap;
margin-top: 35px;
margin-bottom: 30px;
align-content: space-around;
}
.cl-testimonial.cl-testimonial9 i {
display: block;
}
.cl-testimonial.cl-testimonial9 i:before {
font-size: 45px;
color: #080d41;
}
.cl-testimonial.cl-testimonial9 ul.cl-author-info {
flex: 1;
padding-left: 0px !important;
padding-top: 15px !important;
}
.cl-testimonial.cl-testimonial9 .slick-next, .cl-testimonial.cl-testimonial9 .slick-prev {
display: none;
}
.cl-testimonial.cl-testimonial9 .slick-next::after, .cl-testimonial.cl-testimonial9 .slick-prev::after {
background: rgba(0, 0, 0, 0.4) !important;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 50%;
}
.cl-testimonial.cl-testimonial9:hover .slick-next, .cl-testimonial.cl-testimonial9:hover .slick-prev {
display: block;
}
.cl-testimonial.cl-testimonial9 .slick-active button {
background: #080d41 !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content {
box-shadow: none;
padding: 0;
background: transparent !important;
text-align: left !important;
font-size: 24px !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content .quote-arrow .flixtaicon-right-quote {
transform: rotate(180deg) !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content .quote-arrow .flixtaicon-right-quote:before {
font-size: 60px !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content .cl-author-info li:nth-child(2) {
font-size: 18px !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content p, body .cl-testimonial2 .image-testimonial .testimonial-content ul li {
text-align: left !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content:hover {
box-shadow: none !important;
}
body .cl-testimonial2 .image-testimonial .testimonial-content li.ratings img {
margin-top: 5px;
margin-left: 0 !important;
}
body .cl-testimonial2 .slick-dots {
text-align: left !important;
padding-left: 10px !important;
margin-top: -20px !important;
}
body .cl-testimonial2 .slick-dots button {
width: 10px !important;
height: 10px !important;
} .testimonial-slide10.slider9 .slick-dots {
display: none !important;
}
.testimonial-slide10.slider9 .single-testimonial {
overflow: inherit;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 0;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial {
position: relative;
padding-bottom: 100px;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial-image {
width: 70%;
margin-right: auto;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap {
max-width: 380px;
position: absolute;
bottom: 50px;
z-index: 99;
background: #fff;
padding: 40px;
right: 0px;
box-shadow: 0 8px 30px -6px #ccc;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap .content-testimonial {
padding-bottom: 15px;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap .content-testimonial i {
position: absolute !important;
top: 60px !important;
font-size: 150px;
left: 30px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
color: #fff !important;
border-radius: 50%;
padding-right: 0px !important;
z-index: -1;
opacity: 0.2;
}
.testimonial-transparent .image-testimonial {
background: transparent !important;
}
.rs-testi-7 .rs-addon-slider .slick-dots {
bottom: 0;
}
ul.latest_projects {
margin: 0;
padding: 0;
list-style: none;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial {
margin: 0;
border-left: 4px solid #5777ff;
box-shadow: none;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:before {
border-top-color: #5777ff;
border-right-color: #5777ff;
border-right: 30px solid #5777ff;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial:after {
border-top-color: #5777ff;
border-right-color: #5777ff;
border-right: 30px solid #5777ff;
border-top: 30px solid transparent;
border-bottom-color: #5777ff;
}
.testimonial-light #cl-testimonial .testimonial-slide7 .single-testimonial .cl-author-info li:first-child {
font-size: 18px;
color: #080d41;
margin-bottom: 0;
padding-bottom: 0 !important;
line-height: 28px;
margin-top: 5px;
}
.testimonial-light #cl-testimonial .slick-dots {
text-align: right;
bottom: -4px;
}
.testimonial-light #cl-testimonial .slick-dots li button {
background: #fff !important;
border: 1px solid white !important;
}
.light-button #cl-testimonial ul.slick-dots li button {
border: 1px solid #fff !important;
}
.mfp-close-btn-in .mfp-close {
top: 0px;
right: 0px;
text-align: right;
padding-right: 0;
display: inline-block;
text-align: center;
background: #5777ff;
width: 44px;
border-radius: 50%;
font-size: 27px;
}
.rs_button.btn-border {
border-width: 2px;
color: #080d41;
border-style: solid;
border-color: #080d41;
background: transparent;
}
.rs_button.btn-border:hover {
background: #080d41;
color: #ffffff;
}
.rs-btn.btn-center {
text-align: center;
}
.rs-btn.btn-left {
text-align: left;
}
.rs-btn.btn-right {
text-align: right;
}
.rs-btn.style1 a {
display: inline-flex;
align-items: center;
}
.portfolio-filter {
margin-bottom: 20px;
}
.portfolio-filter.filter-center {
text-align: center;
}
.portfolio-filter.filter-right {
text-align: right;
}
.portfolio-filter.filter-left {
text-align: left;
}
.portfolio-filter button {
font-size: 16px;
background: transparent;
color: #121933;
margin: 0 0 30px;
display: inline-block;
padding: 0;
transition: 0.4s;
outline: none;
-webkit-transition: 0.4s;
-ms-transition: 0.4s;
position: relative;
padding: 5px 20px;
border-radius: 30px;
border: 0;
}
.portfolio-filter button:hover, .portfolio-filter button.active {
color: #080d41;
background: transparent;
}
.recent-post-widgets li.show-featured {
float: left;
width: 33.33%;
padding: 0;
}
.rs-vertical-middle {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.rs-vertical-bottom {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
.gutter-no-gap .row {
margin: 0 !important;
}
.gutter-no-gap .row [class*=col-] {
padding: 0 !important;
margin: 0 !important;
}
.rs-sl-social-icons a {
color: #ffffff;
}
.rs-sl-social-icons a:hover {
color: #080d41;
}
.rs-slider * {
outline: none;
}
.rs-slider .slider-item {
background-size: cover;
background-repeat: no-repeat;
}
.rs-slider .slide-description {
max-width: 640px;
}
.rs-slider .slide-description p {
margin-bottom: 0;
font-size: 18px;
}
.rs-slider .slide-title {
font-size: 65px;
line-height: 75px;
font-weight: 700 !important;
}
.rs-slider .slide-content {
max-width: 1250px;
margin: 0 auto;
padding: 150px 0;
position: relative;
}
.rs-slider .slide-content .watermark {
z-index: 5;
position: absolute;
font-size: 200px;
font-weight: 900;
top: 10%;
opacity: 0.1;
}
.rs-slider .slide-content span.number {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: auto;
bottom: 42px;
font-size: 20px;
font-weight: 400;
color: #303030;
}
.rs-slider .slide-content span.number .first {
font-size: 60px;
font-weight: 700;
color: #000;
}
.rs-slider .slide-content .slide-content-wrap {
max-width: 800px;
position: relative;
z-index: 10;
}
.rs-slider .slide-content.center {
text-align: center;
}
.rs-slider .slide-content.center .slide-content-wrap {
display: block;
margin: 0 auto;
}
.rs-slider .slide-content.center .slide-description {
margin-left: auto;
margin-right: auto;
}
.rs-slider .slide-content.right {
text-align: right;
}
.rs-slider .slide-content.right .slide-description {
margin-left: auto;
}
.rs-slider .slide-content.right .slide-content-wrap {
display: block;
margin-left: auto;
}
.rs-slider .slider-button {
margin-top: 48px;
}
.rs-slider .slider-button ul {
margin: 0;
list-style-type: none;
}
.rs-slider .slider-button ul li {
display: inline-block;
}
.rs-slider .slider-button ul li + li {
margin-left: 10px;
}
.rs-slider .slick-arrow {
width: 42px;
height: 42px;
line-height: 42px;
text-align: center;
color: #5777ff;
opacity: 1;
transition: 0.3s all ease;
top: auto;
bottom: 40;
}
.rs-slider .slick-arrow:after {
color: inherit;
top: -2px;
font-family: "flixtaicon";
font-size: 25px;
}
.rs-slider .slick-prev {
right: auto;
left: 45%;
top: auto;
bottom: 40px;
z-index: 1;
}
.rs-slider .slick-prev:after {
font-family: "flixtaicon";
content: "\f111" !important;
color: #000;
text-indent: 4px;
}
.rs-slider .slick-next {
left: auto;
right: 45%;
top: auto;
bottom: 40px;
}
.rs-slider .slick-next:after {
font-family: "flixtaicon";
content: "\f110" !important;
color: #000;
text-indent: -4px;
}
.rs-slider:hover .slick-arrow {
opacity: 1;
}
.rs-slider .readons {
border: 2px solid #000;
color: #000;
padding: 14px 35px;
border-radius: 3px;
font-size: 16px;
font-weight: 500;
}
.rs-slider .readons:hover {
background: #000;
color: #fff;
border: 2px solid #000;
}
.recent-post-widgets li.show-featured {
float: left;
width: 33.33%;
}
.recent-post-widgets li.show-featured .post-img {
padding: 3px;
float: none;
width: auto;
display: block;
}
.recent-post-widgets li.show-featured .post-img img {
width: 100%;
border-radius: 3px;
}
.single-teams .details-tabs-area {
margin-right: 30px;
}
.single-teams .details-tabs-area .team-detail-wrap {
background: #fff;
padding: 25px 50px 30px;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
margin-bottom: 40px;
}
.single-teams .row.btm-row {
align-items: center;
position: relative;
box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
background: #fff;
margin-bottom: 70px;
padding: 40px 0 40px 25px;
}
.single-teams .row.btm-row .col-lg-7.rs-con-info {
position: relative;
}
.single-teams .row.btm-row .col-lg-7.rs-con-info:before {
content: "\f10b";
font-size: 250px;
position: absolute;
right: 130px;
color: #121933;
font-family: "flixtaicon";
height: 100%;
top: 74px;
opacity: 0.02;
}
.single-teams .title-bg-gray {
color: #121933;
padding-bottom: 0px;
margin-bottom: 0;
}
.single-teams .designation-info {
display: block;
color: #5777ff;
margin-top: 0;
padding-bottom: 5px;
text-transform: uppercase;
font-weight: 600;
}
.single-teams .single-title, .single-teams .title-bg-gray {
padding-bottom: 15px;
}
.single-teams .team-skill {
display: block;
margin-bottom: 40px;
}
.single-teams .ps-image img {
border-radius: 0px;
}
.single-teams .short-desc {
margin-bottom: 25px;
padding-right: 50px;
}
.single-teams .ps-informations {
text-align: left;
overflow: hidden;
position: relative;
margin-bottom: 30px;
}
.single-teams .ps-informations h4.single-title {
margin: -8px 0 0px;
font-weight: 600 !important;
font-size: 24px;
color: #fff;
}
.single-teams .ps-informations .designation-info {
font-size: 16px;
font-weight: 500;
}
.single-teams .ps-informations ul {
margin: 0;
padding: 0;
text-align: left;
list-style: none;
font-weight: 500;
}
.single-teams .ps-informations ul li {
border: none !important;
margin: 0;
color: #555;
}
.single-teams .ps-informations ul li span {
width: auto;
color: #555;
}
.single-teams .ps-informations ul li i:before {
margin-left: 0 !important;
font-size: 16px;
}
.single-teams .ps-informations ul li.social-icon {
border: none;
margin-top: 0;
display: inline-block;
padding-top: 0;
}
.single-teams .ps-informations ul li.social-icon i {
line-height: 35px;
width: 30px;
height: 35px;
font-size: 14px;
transition: 0.4s;
}
.single-teams .ps-informations ul li.social-icon i:hover {
color: #080d41;
}
.single-teams .ps-informations ul li.phone, .single-teams .ps-informations ul li.email {
margin: 5px 0 10px;
padding: 0;
display: block;
}
.single-teams .ps-informations ul li.phone a, .single-teams .ps-informations ul li.email a {
color: #555;
}
.single-teams .ps-informations ul li.phone a:hover, .single-teams .ps-informations ul li.email a:hover {
color: #080d41;
}
.single-teams .ps-informations ul li.phone i, .single-teams .ps-informations ul li.email i {
font-size: 16px;
color: #080d41;
margin-right: 10px;
position: relative;
top: 5px;
font-weight: 500;
display: inline-block;
text-align: center;
}
.single-teams .ps-informations ul li.phone i:before, .single-teams .ps-informations ul li.email i:before {
font-size: 20px;
}
.single-teams .ps-informations ul li.phone {
margin-left: 0;
}
.single-teams .ps-informations .social-info {
margin-top: 15px;
margin-left: 0px;
}
.single-teams .ps-informations .social-info a {
color: #555;
}
.single-teams .project-desc {
margin-bottom: 40px;
background: #fff;
overflow: hidden;
padding-right: 55px;
}
.single-teams .project-desc p {
margin-bottom: 18px;
}
.single-teams .project-desc .nav {
margin-left: 0;
background: #f4f7fc;
}
.single-teams .project-desc .nav li {
width: 33.333%;
text-align: center;
}
.single-teams .project-desc .nav li + li {
border-left: 1px solid #ddd;
}
.single-teams .project-desc .nav .nav-link {
position: relative;
overflow: hidden;
font-weight: 600;
font-size: 20px;
padding: 15px 0;
}
.single-teams .project-desc .nav .nav-link:before {
position: absolute;
content: "";
width: 100%;
height: 3px;
background: #5777ff;
bottom: -5px;
left: 0;
transition: 0.4s;
}
.single-teams .project-desc .nav .nav-link.active:before {
bottom: 0;
}
.single-teams .inner-images {
padding: 0 30px 0 0;
}
.single-teams .team-detail-wrap-btm.team-inner {
background: #5777ff;
padding-bottom: 54px;
margin-top: 40px;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title {
color: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner .siderbar-title:before {
background: #fff;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr {
background: none;
}
.single-teams .team-detail-wrap-btm.team-inner tbody tr td {
padding: 8px 0;
color: #fff;
}
.single-teams .team-inner {
padding: 40px 40px 44px;
background: #fff;
box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.single-teams .team-inner h3 {
margin-bottom: 0;
position: relative;
padding-bottom: 6px;
font-size: 20px;
text-transform: capitalize;
}
.single-teams .team-inner h3:before {
content: "";
position: absolute;
background: #5777ff;
height: 2px;
width: 50px;
left: 0;
bottom: 0;
display: block;
z-index: 1;
opacity: 0.5;
}
.single-teams .team-inner ul {
margin: 0;
padding: 0;
list-style: none;
}
.single-teams .team-inner ul li {
display: block;
border-bottom: 1px solid #eee;
padding: 13px 0;
}
.single-teams .team-inner ul li i {
color: #5777ff;
margin-right: 5px;
display: none;
}
.single-teams .team-inner ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.single-teams .doctor-awardss.team-inner {
padding-top: 25px;
}
.single-teams .siderbar-title {
margin: 0 0 30px;
color: #5777ff;
text-transform: capitalize;
}
.single-teams .chevron-right-icon li {
float: left;
width: 50%;
margin: 4px 0;
}
.single-teams h3.title-left-border {
margin-top: 45px;
}
.single-teams .emergency-time {
padding: 40px 15px 32px;
}
.single-teams .emergency-time .emergency-title {
margin: 14px 0 4px;
}
.single-teams .emergency-time i {
color: #5777ff;
}
.single-teams .emergency-time i:before {
font-size: 50px;
}
.single-teams .emergency-time p {
margin-bottom: 0;
}
.single-teams .team-skill {
padding-left: 0;
width: 100%;
overflow: hidden;
position: relative;
margin-top: -20px;
}
.single-teams .team-skill h3 {
font-weight: 500;
margin-bottom: 20px;
}
.single-teams .team-skill .rs-progress {
height: 8px;
border: 1px solid #5777ff;
border-radius: 0;
overflow: visible;
padding: 1px;
background: #fff;
margin-top: 50px;
}
.single-teams .team-skill .rs-progress .progress-bar {
position: relative;
text-align: left;
line-height: 4px;
border-radius: 0;
box-shadow: none;
background-image: linear-gradient(250deg, #080d41 19%, #5777ff 100%);
font-size: 16px;
}
.single-teams .team-skill .rs-progress .progress-bar .pb-label {
position: absolute;
left: 0px;
top: -24px;
color: #303030;
}
.single-teams .team-skill .rs-progress .progress-bar .pb-percent {
position: absolute;
right: -13px;
top: -30px;
padding: 8px 5px;
color: #303030;
}
body .rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon {
width: 50px;
height: 50px;
line-height: 52px;
}
body .rs-portfolio-style2 .portfolio-item .portfolio-content .p-icon i:before {
font-size: 18px;
}
.rs-team.team-slider-style5 .team-item {
padding: 0;
margin: 0 22px 20px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.rs-team.team-slider-style5 .team-item .team-inner-wrap .team-content {
padding: 12px 20px;
}
.ps-navigation {
margin-top: 70px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.ps-navigation ul {
margin: 0 !important;
list-style: none;
}
.ps-navigation ul .prev {
display: inline-block;
text-align: left;
}
.ps-navigation ul .next {
display: inline-block;
text-align: right;
word-break: break-all;
}
.ps-navigation ul a {
text-transform: uppercase;
}
.ps-navigation ul a span {
display: block;
font-weight: normal;
text-transform: capitalize;
}
.ps-navigation ul a span:first-child {
margin-top: 0;
}
.ps-navigation ul a span.pagi-date {
font-size: 13px;
color: #aaa;
line-height: normal;
margin-top: 5px;
}
.ps-navigation ul a:hover {
color: #080d41;
}
.rs-breadcrumbs-meta-elementor {
margin: 0;
display: inline-flex;
justify-content: left;
color: #666666;
align-items: center;
}
.rs-breadcrumbs-meta-elementor li {
color: #666666;
font-size: 17px;
align-items: center;
}
.rs-breadcrumbs-meta-elementor li:before {
display: none;
}
.rs-breadcrumbs-meta-elementor li i {
color: #5777ff;
line-height: 1;
}
.rs-breadcrumbs-meta-elementor li a {
color: #666666;
}
.rs-breadcrumbs-meta-elementor li a:hover {
color: #5777ff;
}
.rs-breadcrumbs-meta-elementor li span {
display: flex;
align-items: center;
}
.single-portfolios .owl-carousel .owl-nav [class*=owl-] {
top: 50%;
}
.single-portfolios .ps-navigation {
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.single-portfolios .ps-navigation ul li a span.next_link {
font-size: 15px;
font-weight: 500;
}
.single-portfolios .ps-navigation ul li a span.link_text {
color: #091D2D;
font-size: 20px;
line-height: 32px;
font-weight: 600;
}
.single-portfolios .owl-stage-outer {
height: auto !important;
margin-bottom: 50px;
} .rs-porfolio-details img.mb-30 {
margin-top: 20px;
}
.rs-porfolio-details .ps-informations {
padding: 40px 30px 46px;
border-radius: 5px;
margin-bottom: 60px;
background-image: linear-gradient(250deg, #080d41 19%, #5777ff 100%);
}
.rs-porfolio-details .ps-informations ul {
margin: 0;
list-style: none;
text-align: left;
padding: 0;
}
.rs-porfolio-details .ps-informations ul li {
color: #fff;
}
.rs-porfolio-details .ps-informations ul li + li {
padding-top: 10px;
margin-top: 10px;
border-top: 1px solid rgba(54, 54, 54, 0.1);
}
.rs-porfolio-details .ps-informations ul li span {
width: 150px;
display: inline-block;
font-weight: 600;
}
.rs-porfolio-details .ps-informations .info-title {
padding-bottom: 10px;
color: #fff;
}
.rs-porfolio-details .widget-title {
font-size: 28px;
margin-bottom: 20px;
}
.rs-porfolio-details .widget_custom_html, .rs-porfolio-details .contact-me-widget {
padding: 60px 30px 40px;
border-radius: 5px;
margin-bottom: 60px;
background-image: linear-gradient(250deg, #0b70e1 19%, #03228f 100%);
}
.rs-porfolio-details .widget_custom_html .sidebar_number, .rs-porfolio-details .widget_custom_html .sidebar_question {
color: #FFFFFF;
}
.rs-porfolio-details .contact-me-widget .sidebar_number, .rs-porfolio-details .contact-me-widget .sidebar_question {
color: #FFFFFF;
}
.rs-porfolio-details .widget_custom_html .sidebar_question, .rs-porfolio-details .contact-me-widget .sidebar_question {
font-size: 24px;
line-height: 42px;
margin-top: 50px;
}
.rs-porfolio-details .widget_custom_html .sidebar_number, .rs-porfolio-details .contact-me-widget .sidebar_number {
font-size: 28px;
margin-top: 27px;
}
.rs-porfolio-details .widget_custom_html .sidebar_number a, .rs-porfolio-details .contact-me-widget .sidebar_number a {
color: #ffffff;
}
.rs-porfolio-details .widget_custom_html .sidebar_number a:hover, .rs-porfolio-details .contact-me-widget .sidebar_number a:hover {
color: #eee;
}
.rs-porfolio-details .rs-contact-box .address-item .address-icon {
background: #fff;
}
.rs-porfolio-details .rs-contact-box .address-item .address-icon:before {
background: #fff;
}
.rs-porfolio-details .rs-contact-box .address-item .address-icon i {
color: #080d41;
}
.rs-porfolio-details #custom_html-5 .rs_button, .rs-porfolio-details #custom_html-5 .brochures-button {
margin-top: 35px;
font-size: 16px;
font-weight: 600;
color: #fff;
padding: 14px 40px 14px 40px;
}
.rs-porfolio-details .brochures-widget .rs_button, .rs-porfolio-details .brochures-widget .brochures-button {
margin-top: 35px;
font-size: 16px;
font-weight: 600;
color: #fff;
padding: 14px 40px 14px 40px;
}
.rs-porfolio-details #custom_html-5 p.brochures-txt, .rs-porfolio-details .brochures-widget p.brochures-txt {
margin: 0;
}
.rs-porfolio-details .information-sidebar .widget_nav_menu li a {
display: block;
border: 2px solid #e8e8e8;
padding: 16px 18px;
transition: all 0.5s ease;
border-radius: 5px;
position: relative;
font-size: 16px;
font-weight: 700;
}
.rs-porfolio-details .information-sidebar .widget_nav_menu li:hover a, .rs-porfolio-details .information-sidebar .widget_nav_menu li.current-menu-item a {
background-image: linear-gradient(250deg, #1273eb 19%, #03228f 100%);
color: #ffffff;
}
.rs-porfolio-details .ps-image {
text-align: center;
margin-bottom: 10px;
}
.rs-porfolio-details .ps-share {
margin-top: 40px;
}
.rs-porfolio-details .ps-share ul {
margin: 0;
}
.rs-porfolio-details .ps-share .share-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 20px;
}
.rs-porfolio-details .ps-share ul li {
display: inline-block;
margin: 0 10px 14px 0;
}
.rs-porfolio-details .ps-share ul li a {
font-size: 20px;
display: block;
width: 50px;
height: 48px;
line-height: 48px;
border: 1px solid #5777ff;
text-align: center;
transition: all 0.3s ease 0s;
}
.rs-porfolio-details .ps-share ul li a:hover {
background-color: #5777ff;
color: #080d41;
}
.rs-porfolio-details .project-desc {
line-height: 30px;
}
.rs-porfolio-details .project-desc p:last-child {
margin-bottom: 0;
}
.rs-porfolio-details .project-desc .ps-title {
margin-bottom: 20px;
}
.rs-porfolio-details .ps-related-project {
margin-top: 50px;
}
.rs-porfolio-details .ps-related-project .ps-related-title {
font-size: 20px;
font-weight: 500;
margin-bottom: 30px;
}
.rs-porfolio-details .ps-related-project .portfolio-item {
margin-bottom: 20px;
}
.rs-porfolio-details .portfolio-carousel .owl-dots {
display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-stage-outer {
height: auto !important;
}
.rs-porfolio-details .portfolio-carousel .owl-nav {
display: none;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-prev {
left: 10px !important;
min-height: 1px;
transition: all 0.5s ease;
}
.rs-porfolio-details .portfolio-carousel .owl-nav .owl-next {
right: 10px !important;
min-height: 1px;
transition: all 0.5s ease;
}
.rs-porfolio-details .portfolio-carousel:hover .owl-nav {
display: block;
}
.rs-porfolio-details .portfolio-carousel .file-list-image img {
border-radius: 5px;
}
.rs-porfolio-details.project-gallery .ps-image-wrap {
margin-top: 60px;
}
.rs-porfolio-details.project-gallery .file-list-image {
margin-bottom: 30px;
position: relative;
background: #000000;
border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image a:hover i {
color: #fff;
}
.rs-porfolio-details.project-gallery .file-list-image img {
transition: 0.3s all ease;
border-radius: 5px;
}
.rs-porfolio-details.project-gallery .file-list-image .p-zoom {
display: inline-block;
font-size: 14px;
color: #fff;
transition: all 0.3s ease 0s;
height: 46px;
line-height: 44px;
width: 46px;
border: 1px solid #ffffff;
border-radius: 50%;
text-align: center;
position: absolute;
left: 50%;
top: 60%;
opacity: 0;
transform: translateY(-50%) translateX(-50%);
transition: 0.3s all ease;
}
.rs-porfolio-details.project-gallery .file-list-image:hover img {
opacity: 0.4;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom {
top: 50%;
opacity: 1;
}
.rs-porfolio-details.project-gallery .file-list-image:hover .p-zoom:hover {
background: #5777ff;
color: #ffffff;
border: 1px solid #080d41;
}
.prelements-blog-grid .pre-blog-item .pre-blog-content {
background: #fff;
} #rs-services-slider {
padding-bottom: 30px;
}
#rs-services-slider .item-thumb {
width: 100%;
padding-right: 16px;
}
#rs-services-slider .item-thumb img {
border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
width: 48%;
display: inline-block;
justify-content: center;
padding: 10px;
float: left;
cursor: pointer;
margin-left: 10px;
margin-bottom: 10px;
}
#rs-services-slider .device-lg .item-thumb .owl-dot, #rs-services-slider .device-sm .item-thumb .owl-dot {
height: 150px;
}
#rs-services-slider .device-xs .item-thumb .owl-dot {
width: 50%;
padding: 10px;
height: 100px;
}
#rs-services-slider .feature-content {
margin-bottom: 12px;
}
#rs-services-slider .img_wrap {
position: relative;
overflow: hidden;
margin-bottom: 24px;
}
#rs-services-slider .img_wrap .feature-title {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
margin: 0;
padding: 33px;
z-index: 9;
color: #fff;
}
#rs-services-slider .img_wrap .feature-title a {
color: #fff;
}
#rs-services-slider .img_wrap .feature-title a:hover {
color: #5777ff;
}
#rs-services-slider .img_wrap a img {
width: 100%;
}
#rs-services-slider .img_wrap:before {
content: "";
position: absolute;
background: #080d41;
left: -60px;
right: 0;
bottom: -80px;
display: block;
height: 192px;
opacity: 0.8;
z-index: 1;
transform: rotate(-3deg);
width: 150%;
}
#rs-services-slider .img_wrap:after {
content: "";
position: absolute;
background: #080d41;
left: -150px;
right: 0;
bottom: -80px;
display: block;
height: 204px;
opacity: 0.8;
z-index: 1;
transform: rotate(-3deg);
width: 150%;
}
#rs-services-slider .item-thumb .owl-dot span {
position: relative;
display: block;
background-size: cover;
background-position: center center;
width: auto;
height: 100%;
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
}
#rs-services-slider .item-thumb .owl-dot.active span, #rs-services-slider .item-thumb .owl-dot:hover span {
opacity: 0.7;
}
#rs-services-slider .menu-carousel .heading-block h4 {
margin-bottom: 7px;
margin-top: 10px;
letter-spacing: 2px;
font-size: 20px;
line-height: 20px;
text-transform: uppercase;
}
#rs-services-slider .menu-carousel .heading-block h4 a {
font-weight: 600;
color: #121933;
transition: 0.2s;
}
#rs-services-slider .menu-carousel .heading-block h4 a:hover {
color: #5777ff;
}
#rs-services-slider .menu-carousel .feature-content {
position: relative;
padding: 16px 0 0;
border-radius: 0 0 5px 0px;
text-align: left;
}
#rs-services-slider .menu-carousel .feature-content .service_details {
padding-top: 36px;
}
#rs-services-slider .menu-carousel .heading-block p {
margin-bottom: 0;
}
#rs-services-slider .menu-carousel .heading-block .readon {
margin-top: 20px;
}
#rs-services-slider .menu-carousel .heading-block .food-info {
color: #BBB;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
font-size: 14px;
}
#rs-services-slider .food-price {
position: absolute;
top: 40px;
right: 50px;
font-size: 20px;
letter-spacing: -1px;
font-weight: 500;
}
#rs-services-slider .menu-carousel .more-link {
margin-top: 35px;
border-bottom: 1px solid #333 !important;
}
#rs-services-slider .more-link {
font-style: normal;
border-bottom: 0;
color: #333;
margin-top: 10px;
font-size: 14px;
}
#rs-services-slider .team-title h4 {
font-size: 15px;
}
#rs-services-slider .team-title span {
font-style: normal;
margin-bottom: 15px;
color: #aaa !important;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
}
#rs-services-slider .entry {
padding: 0;
margin: 0;
border-bottom: 0;
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.08);
}
#rs-services-slider .entry-title {
background-color: #FFF;
padding: 15px;
}
#rs-services-slider .entry-title h2 {
text-transform: none;
font-size: 17px;
font-weight: 500;
letter-spacing: 0;
}
#rs-services-slider .entry-meta {
margin: 8px 0 0;
}
#rs-services-slider .ipost .entry-meta li a {
font-size: 11px;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
color: #999;
}
#rs-services-slider .entry-meta li:before {
content: "·";
opacity: 1;
}
#rs-services-slider .service-button {
margin: 80px 0 80px 15px;
}
#rs-services-slider .device-sm .service-button, #rs-services-slider .device-xs .service-button {
margin: 30px 0 0;
}
#rs-services-slider .clfeatures .cl-ft-item {
border-radius: 5px;
}
#rs-services-slider .clfeatures .cl-ft-item img {
display: block;
margin: 0;
border-radius: 5px;
}
#rs-services-slider .item-thumb .owl-dot {
position: relative;
}
#rs-services-slider .item-thumb .owl-dot:before {
content: "";
position: absolute;
left: 10px;
top: 10px;
z-index: 99;
width: calc(100% - 20px);
height: calc(100% - 20px);
background: rgba(0, 0, 0, 0.8);
transition: all 500ms ease;
opacity: 0;
border-radius: 5px;
}
#rs-services-slider h5.overlay-feature-title {
font-size: 16px;
line-height: 140%;
font-weight: normal;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 9999;
text-align: center;
width: calc(100% - 20px);
transition: all 500ms ease;
opacity: 0;
}
#rs-services-slider h5.overlay-feature-title a {
color: #fff;
pointer-events: none;
}
#rs-services-slider .item-thumb .owl-dot:hover:before, #rs-services-slider .item-thumb .owl-dot.active:before {
opacity: 1;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style {
float: none;
text-align: center;
background: #ffffff;
padding-top: 28px;
padding-bottom: 22px;
border-radius: 3px;
box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.02);
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style:before {
display: none;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
margin-top: 10px;
font-weight: 600;
margin-bottom: 0;
font-size: 16px;
text-transform: uppercase;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content a {
color: #121933;
}
#rs-services-slider .item-thumb .owl-dot.service_icon_style.active .tile-content a, #rs-services-slider .item-thumb .owl-dot.service_icon_style:hover .tile-content a {
color: #032e42;
}
#rs-services-slider .item-thumb .owl-dot:hover h5.overlay-feature-title, #rs-services-slider .item-thumb .owl-dot.active h5.overlay-feature-title {
opacity: 1;
}
#rs-services-slider .services-wrap .services-item {
position: relative;
padding: 0px 25px 65px;
z-index: 10;
}
#rs-services-slider .services-wrap .services-item:after {
content: "";
position: absolute;
left: 0;
z-index: -1;
height: 100%;
width: 100%;
background: #fff;
transition: all 0.3s ease 0s;
top: 50%;
transform: scale(1, 0.9) translateY(-50%);
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
opacity: 0;
}
#rs-services-slider .services-wrap .services-item:hover .services-desc:after {
background: #5777ff;
width: 100px;
}
#rs-services-slider .services-wrap .services-item:hover:after {
opacity: 1;
transform: scale(1, 1) translateY(-50%);
}
#rs-services-slider .services-wrap .services-icon {
position: relative;
display: inline-block;
font-size: 64px;
color: #5777ff;
}
#rs-services-slider .services-wrap .services-title {
font-size: 20px;
margin-top: 35px;
margin-bottom: 25px;
}
#rs-services-slider .services-wrap .services-desc {
position: relative;
}
#rs-services-slider .services-wrap .services-desc:after {
content: "";
position: absolute;
left: 0;
height: 2px;
width: 50px;
bottom: -45px;
background: rgba(0, 0, 0, 0.1);
transition: all 0.3s ease 0s;
}
#rs-services-slider .services-wrap .services-desc p {
margin-bottom: 55px;
}
@media (min-width: 992px) {
#rs-services-slider #header, #rs-services-slider #header-wrap {
z-index: 200;
background-color: transparent !important;
background-repeat: repeat-x;
background-position: center bottom;
background-size: auto 100%;
transition: all 0.5s ease;
}
#rs-services-slider #primary-menu ul li > a {
padding-top: 32px;
padding-bottom: 10px;
}
#rs-services-slider #header.sticky-header #header-wrap {
background-color: transparent !important;
box-shadow: none;
}
#rs-services-slider .slider-caption h2 {
font-size: 76px;
}
#rs-services-slider .food-price {
font-size: 24px;
top: 50px;
right: 60px;
}
} .rs-service-grid .service-item {
position: relative;
}
.rs-service-grid .service-item .service-img {
position: relative;
overflow: hidden;
}
.rs-service-grid .service-item .service-img img {
border-radius: 0;
transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-img:before {
content: "";
position: absolute;
background: #080d41;
left: -73px;
right: 0;
bottom: -28px;
display: block;
height: 155px;
opacity: 0.8;
z-index: 1;
transform: rotate(-8deg);
width: 150%;
transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img:after {
content: "";
position: absolute;
background: #080d41;
left: -73px;
right: 0;
bottom: -28px;
display: block;
height: 136px;
opacity: 0.6;
z-index: 1;
transform: rotate(-8deg);
width: 150%;
transition: all 0.4s ease-in-out;
}
.rs-service-grid .service-item .service-img .p-title {
font-size: 20px;
margin: 0;
position: absolute;
bottom: 0;
left: 0;
right: 0;
text-align: center;
padding: 28px 0;
font-weight: 500;
margin: 0;
z-index: 9;
}
.rs-service-grid .service-item .service-img .p-title a {
color: #fff;
opacity: 1;
}
.rs-service-grid .service-item .service-content {
display: block;
position: absolute;
opacity: 0;
padding: 20px;
color: #fff;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
transition: all 0.4s ease-in-out;
z-index: 9;
}
.rs-service-grid .service-item .service-content .service-excerpt {
padding-top: 0;
}
.rs-service-grid .service-item .service-content .service-excerpt p {
transform: translateY(-100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
transition: all 0.4s ease-in-out;
padding: 0 25px;
}
.rs-service-grid .service-item .service-content:before {
content: "";
position: absolute;
background: #080d41;
left: 0;
right: 0;
bottom: 0;
display: block;
top: 0;
opacity: 0;
z-index: 0;
}
.rs-service-grid .service-item .service-content .service-button {
transform: translateY(100px);
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
transition: all 0.4s linear;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button {
height: 50px;
line-height: 48px;
background: #fff;
border: 2px solid;
border-color: #fff;
color: #080d41;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover {
background: #fff;
padding-right: 55px;
border: 2px solid;
border-color: #080d41;
color: #080d41;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button:hover:before {
right: 35px;
color: #080d41;
}
.rs-service-grid .service-item:hover .service-content {
opacity: 1;
}
.rs-service-grid .service-item:hover .service-content:before {
opacity: 0.8;
}
.rs-service-grid .service-item:hover .service-button {
transform: translateY(0px);
opacity: 1;
}
.rs-service-grid .service-item:hover .service-img h3.p-title {
display: none;
}
.rs-service-grid .service-item:hover .service-img:before, .rs-service-grid .service-item:hover .service-img:after {
opacity: 0;
height: 0;
}
.rs-service-grid .service-item:hover .service-img img {
transform: scale(1.1, 1.1);
}
.rs-service-grid .service-item:hover .service-content .service-excerpt p {
transform: translateY(0px);
opacity: 1;
}
.rs-service-grid.rs-service-style2 .service-item .service-img:before, .rs-service-grid.rs-service-style2 .service-item .service-img:after {
height: 90px;
transform: rotate(0deg);
bottom: 0;
z-index: 0;
}
.rs-service-grid.rs-service-style2 .service-item .service-img h3.p-title {
padding: 20px 0 14px;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
left: 0;
right: 0;
z-index: 99;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four {
position: relative;
overflow: hidden;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.9;
content: "";
position: absolute;
border-radius: 0;
z-index: 0;
transition: 0.4s;   background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(51, 51, 51, 0.5) 70%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333333", endColorstr="#000000333",GradientType=0 ); }
.rs-service-grid.rs-service-stylestyle4 .service-item-four:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.9;
content: "";
position: absolute;
background: transparent;
border-radius: 0;
z-index: 1;
transition: 0.4s;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover:before {
background-color: rgba(0, 0, 0, 0.7);
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content {
padding: 0 20px;
position: absolute;
left: 0;
width: 100%;
z-index: 1;
transition: 0.4s;
bottom: 15px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content .p-title {
margin-bottom: 12px;
font-size: 20px;
width: 100%;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content p {
line-height: 22px;
opacity: 0;
visibility: hidden;
margin-bottom: 0;
height: 0;
transition: 0.4s;
color: #ffffff;
display: block;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content h3 {
color: #fff;
padding: 12px 15px 0;
display: inline-block;
font-size: 18px;
margin: 0;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:after, .rs-service-grid.rs-service-stylestyle4 .service-item-four .service-content:before {
background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content {
bottom: 15px;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content h3 {
color: #fff;
background: transparent;
}
.rs-service-grid.rs-service-stylestyle4 .service-item-four:hover .service-content p {
opacity: 1;
visibility: visible;
height: auto;
}
.rs-service-grid .show_cate_ser {
display: block;
font-size: 14px;
}
.porfolio-sidebar {
margin: 0;
padding: 0;
list-style: none;
}
.porfolio-sidebar li {
margin-bottom: 10px;
width: 100%;
overflow: hidden;
}
.porfolio-sidebar li span {
width: 55%;
font-weight: 700;
float: left;
color: #121933;
font-size: 16px;
}
.box-service .rs-services-default .services-wrap .services-item {
padding: 25px 25px 25px 10px;
transition: all 0.6s ease 0s;
background: #fff;
box-shadow: 0 14px 20px rgba(0, 0, 0, 0.05);
margin-bottom: 30px;
border-radius: 5px;
} .cdev div {
position: absolute;
height: 150px;
width: 150px;
border-radius: 50%;
}
.skillbar-wrap {
position: relative;
height: 150px;
width: 150px;
}
.skillbar-wrap .skill-title {
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
padding-top: 113px;
}
.skillbar-wrap .skill-title:after {
content: "";
position: absolute;
height: 113px;
width: 1px;
border: 1px dashed #080d41;
display: block;
left: 50%;
bottom: 26px;
transform: translateX(-50%);
}
.cdev div span {
position: absolute;
font-size: 25px;
line-height: 105px;
height: 70%;
width: 70%;
left: 15%;
top: 15%;
text-align: center;
border-radius: 50%;
background-color: white;
}
.cdev .background {
background-color: #b3cef6;
}
.cdev .rotate {
clip: rect(0 75px 150px 0);
background-color: #4b86db;
}
.cdev .left {
clip: rect(0 75px 150px 0);
opacity: 1;
background-color: #b3cef6;
}
.cdev .right {
clip: rect(0 75px 150px 0);
transform: rotate(180deg);
opacity: 0;
background-color: #4b86db;
}
@-webkit-keyframes toggle {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes toggle {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .floating-top {
position: relative;
z-index: 1;
} .rs-products-slider .product-item {
background: #fff;
text-align: center;
padding: 0px 0px 30px;
box-shadow: 0 0 150px #eee;
}
.rs-products-slider .product-item h4.product-title {
padding-top: 20px;
margin-bottom: 15px;
}
.rs-products-slider .product-item h4.product-title a {
color: #121933;
}
.rs-products-slider .product-item h4.product-title a:hover {
color: #5777ff;
}
.rs-products-slider .product-item .product-img img {
width: auto;
margin: 0 auto;
}
.rs-products-slider .product-item .product-price {
font-size: 16px;
color: #121933;
}
.rs-products-slider .product-item .product-price ins {
background: transparent !important;
color: #5777ff;
}
.rs-products-slider .product-item .product-btn {
padding-top: 15px;
}
.rs-products-slider .product-item .product-btn a {
padding: 0 30px;
height: 44px;
line-height: 44px;
display: inline-block;
position: relative;
font-size: 17px;
background: #032e42;
font-weight: 500;
border-radius: 0;
color: #fff;
}
.rs-products-slider .product-item .product-btn a:hover {
background: #fff;
}
.rs-products-slider.rs-products-grid .product-item-inner {
padding: 0 0 30px;
background: none;
text-align: center;
margin-bottom: 30px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img {
position: relative;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img img {
width: 100%;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a {
background: none;
font-size: 0;
background: #fff;
border: none;
padding: 0;
position: absolute;
bottom: 25px;
transform: translateY(-200px);
right: 10px;
transition: all 0.5s ease-in-out 0s;
padding: 0;
opacity: 0;
margin: 0;
height: 45px;
width: 45px;
line-height: 45px;
border-radius: 3px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a:before {
color: #121933;
font-size: 27px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a:hover:before {
color: #5777ff;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a.wc-forward {
font-size: 14px;
color: #121933;
padding: 0;
width: 90px;
height: 34px;
line-height: 37px;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a.wc-forward:hover {
background: #5777ff;
color: #fff;
}
.rs-products-slider.rs-products-grid .product-item-inner .product-img .product-btn a.added {
display: none;
}
.rs-products-slider.rs-products-grid .product-item-inner ins {
background: none;
}
.rs-products-slider.rs-products-grid .product-item {
background: none;
text-align: center;
padding: 0 15px;
box-shadow: none;
}
.rs-products-slider.rs-products-grid .product-item h4.product-title {
margin-bottom: 5px;
}
.rs-products-slider.rs-products-grid .product-item:hover .product-img .product-btn a {
transform: translateY(0);
opacity: 1;
}
.wp-block-button__link {
background: #5777ff !important;
padding: 0.467em 1.333em !important;
}
.wp-block-button {
margin-bottom: 20px !important;
}
.wp-block-button__link {
border-radius: 6px !important;
}
.is-style-outline {
color: #5777ff !important;
}
.is-style-outline a {
background: transparent !important;
border-color: #5777ff !important;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
padding: 0 40px 40px;
}
.rs-search-form-area {
margin: -66px 0 90px;
padding: 35px 40px;
list-style: none;
display: flex;
justify-content: space-between;
box-shadow: 0px 70px 99px rgba(0, 0, 0, 0.08);
border-radius: 10px;
background: #fff;
position: relative;
z-index: 1;
align-items: center;
}
.rs-search-form-area:before {
left: 20px;
right: 20px;
z-index: -1;
bottom: -10px;
height: 100%;
opacity: 0.5;
content: "";
position: absolute;
border-radius: 12px;
background-color: #ffffff;
-webkit-box-shadow: 0px 70px 90px rgba(0, 0, 0, 0.08);
box-shadow: 0px 70px 90px rgba(0, 0, 0, 0.08);
}
.rs-search-form-area li.rs-input-serch-only {
width: 30%;
}
.rs-search-form-area li.rs-input-serch-only {
position: relative;
z-index: 11;
}
.rs-search-form-area li.rs-input-serch-only i {
position: absolute;
top: 16px;
z-index: 11;
line-height: 20px;
left: 0;
font-size: 25px;
}
.rs-search-form-area li.rs-input-serch-only input[type=text] {
padding: 15px 20px 15px 40px;
}
.rs-search-form-area li.rs-input-serch-only input[type=text]::-webkit-input-placeholder { color: rgba(48, 48, 48, 0.8784313725);
opacity: 1;
}
.rs-search-form-area li.rs-input-serch-only input[type=text]:-ms-input-placeholder { color: rgba(48, 48, 48, 0.8784313725);
opacity: 1;
}
.rs-search-form-area li.rs-input-serch-only input[type=text]::placeholder {
color: rgba(48, 48, 48, 0.8784313725);
opacity: 1;
}
.rs-search-form-area li.rs-input-btn {
margin-left: 50px;
width: 20%;
}
.rs-search-form-area li.rs-input-serch.select-service-category {
border-left: 1px solid rgba(51, 51, 51, 0.1411764706);
position: relative;
}
.rs-search-form-area li.rs-input-serch.select-service-category::before {
content: "\ed70";
position: absolute;
font-family: "remixicon" !important;
left: 30px;
top: 11px;
transition: 0.4s;
z-index: 3;
font-size: 22px;
}
.rs-search-form-area li.rs-input-serch.select-service-category::after {
content: "\ea4e";
position: absolute;
font-family: "remixicon" !important;
right: -5px;
top: 12px;
transition: 0.4s;
z-index: 3;
pointer-events: none;
font-size: 23px;
}
.rs-search-form-area li.rs-input-serch.select-service-category select {
padding: 15px 20px 15px 70px;
background: none;
}
.rs-search-form-area select,
.rs-search-form-area input[type=submit],
.rs-search-form-area input[type=text] {
margin-bottom: 0;
border: 0;
appearance: none;
}
.rs-search-form-area select:valid {
color: rgba(48, 48, 48, 0.8784313725);
}
.rs-search-form-area input[type=submit] {
width: 100%;
border-radius: 10px;
padding: 22px 20px;
font-size: 18px;
background: #5777ff;
}
.rs-service-areas .service-item .service-item-inner {
border-radius: 10px;
border: 1px solid rgba(51, 51, 51, 0.0392156863);
box-shadow: 0 0 25px rgba(153, 153, 153, 0.0509803922);
margin-bottom: 25px;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb {
position: relative;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb img {
border-radius: 10px 10px 0 0;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb .rs-service-categorys {
position: absolute;
bottom: -25px;
left: 35px;
}
.rs-service-areas .service-item .service-item-inner .rs-service-thumb .rs-service-categorys a {
background: #5777ff;
color: #ffffff;
font-size: 16px;
padding: 5px 16px;
margin: 0 8px 8px 0;
border-radius: 5px;
display: inline-block;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text {
padding: 35px 35px 35px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-categorys {
margin-bottom: 6px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-categorys a {
background: #5777ff;
color: #ffffff;
font-size: 16px;
padding: 5px 16px;
margin: 0 8px 8px 0;
border-radius: 5px;
display: inline-block;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul {
margin: 10px 0 0;
padding: 0;
list-style: none;
display: inline-flex;
font-size: 16px;
line-height: 18px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul li i:before {
font-size: 18px;
color: #5777ff;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul li.rs-service-location {
margin-left: 36px;
position: relative;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text ul li.rs-service-location::before {
content: "";
position: absolute;
left: -17px;
width: 1px;
height: 11px;
background: rgba(0, 0, 0, 0.2392156863);
top: 7px;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-title {
font-size: 22px;
line-height: 1.6;
margin: 0;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-title a {
color: #091D2D;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-service-title a:hover {
color: #5777ff;
}
.rs-service-areas .service-item .service-item-inner .service-normal-text .rs-custom-excerpt {
font-size: 16px;
margin-top: 18px;
}
.rs-service-areas .service-item .service-item-inner.rs-thumb .service-normal-text {
padding: 40px 35px 35px;
} .partner-carousel .partner-item {
width: 100px;
display: block;
margin: 0 auto;
}
.partner-carousel .partner-item img {
opacity: 0.3;
}
.partner-carousel .partner-item:hover img {
opacity: 1;
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2, .wp-block-cover-text a {
color: #fff !important;
}
.rs-pricing-table-btn span {
display: block;
font-size: 12px;
}
.rs-timeline {
position: relative;
}
.rs-timeline:before {
content: "";
position: absolute;
height: 100%;
width: 3px;
left: 50%;
margin: 1px;
border: 2px dashed #032e42;
transform: translateX(-50%);
}
.rs-timeline ul {
margin: 0;
padding: 0;
}
.rs-timeline ul li {
margin-bottom: 50px;
list-style-type: none;
display: flex;
flex-direction: row;
}
.rs-timeline ul li .content {
padding: 0 20px;
width: 50%;
}
.rs-timeline ul li .content h3 {
padding: 12px 20px 8px;
background-color: #bb0b0b;
margin-bottom: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.rs-timeline ul li .content h3 a {
color: #fff;
}
.rs-timeline ul li .content h3 a:hover {
opacity: 0.85;
}
.rs-timeline ul li .content p {
padding: 30px;
background-color: #FBFBFB;
margin-top: 0;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.rs-timeline ul li .date {
padding: 0 20px;
width: 50%;
}
.rs-timeline ul li .date h4 {
background-color: #032E42;
padding: 8px 20px 6px;
border-radius: 10px;
color: #fff;
display: inline-block;
}
.rs-timeline .point {
min-width: 20px;
height: 20px;
background-color: #bb0b0b;
border-radius: 100%;
z-index: 2;
border: 3px #333333 solid;
position: relative;
left: 1px;
}
.rs-timeline ul li:nth-child(odd) .content {
padding-left: 0;
}
.rs-timeline ul li:nth-child(odd) .date {
padding-right: 0;
}
.rs-timeline ul li:nth-child(even) {
flex-direction: row-reverse;
}
.rs-timeline ul li:nth-child(even) .content {
padding-right: 0;
}
.rs-timeline ul li:nth-child(even) .date {
padding-left: 0;
}
.rs-timeline ul li:nth-child(even) .date h4 {
float: right;
}
.rs-timeline ul li p, .rs-timeline ul li:last-child {
margin-bottom: 0;
}
.bs-sidebar .widget_product_search input[type=search] {
height: 44px;
padding: 8px 15px;
border-radius: 5px;
width: 100%;
position: relative;
border: 1px solid #ddd;
}
.bs-sidebar .widget_product_search button {
position: absolute;
right: 0;
top: 0;
color: #fff;
}
.bs-sidebar .widget_product_search button:hover {
opacity: 0.95;
}
.woocommerce div.product form.cart .group_table td {
padding: 25px 20px;
border: none;
border-bottom: 1px solid #E6E6E6;
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
padding: 25px 18px 25px 0px;
width: 180px;
}
.woocommerce-checkout table.shop_table td {
padding: 20px 12px;
}
.woocommerce-checkout .ps-navigation form.woocommerce-checkout h3 {
font-weight: 600;
}
#ship-to-different-address .woocommerce-form__label .input-checkbox {
margin: 11px 0 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 10px 45px !important;
}
.woocommerce-grouped-product-list .quantity .qty {
margin-bottom: 0 !important;
border-radius: 0 !important;
}
.grouped_form .single_add_to_cart_button {
margin-top: 15px !important;
}
.grouped_form .woocommerce-Price-amount {
font-weight: 700;
color: #5d5d5d;
}
.grouped_form td ins {
padding: 0;
}
.grouped_form del .woocommerce-Price-amount {
font-weight: 600;
color: #666666;
display: block;
line-height: 16px;
}
.grouped_form .woocommerce-grouped-product-list-item__label a {
color: #121933 !important;
font-weight: 700;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: 1;
display: inline-block;
font-size: 15px;
font-weight: 700;
color: #303030;
}
.woocommerce ul.products li.product .price {
float: right;
clear: right;
}
.woocommerce-product-details__short-description p {
margin-bottom: 26px;
}
.woocommerce div.product .product_meta {
font-size: 13px;
}
.woocommerce div.product .product_meta .posted_in {
display: block;
font-weight: 700;
}
.woocommerce div.product form.grouped_form table {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
}
.woocommerce div.product form.grouped_form table td {
border: none !important;
}
.woocommerce div.product form.grouped_form button {
margin-left: 0 !important;
}
.woocommerce div.product form.grouped_form .group_table tr:first-child td {
padding-top: 30px;
}
.woocommerce div.product form.grouped_form .group_table tr:last-child td {
padding-bottom: 30px;
}
.woocommerce div.product form.grouped_form .group_table td {
padding: 10px 20px;
}
.woocommerce div.product form.grouped_form .group_table td:first-child {
padding: 10px 18px 10px 0px;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
display: flex;
align-items: center;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del {
margin-right: 8px;
opacity: 0.5;
}
.woocommerce .woocommerce-form-login .form-row {
margin-bottom: 16px;
}
.woocommerce .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox, .woocommerce .woocommerce-form-login .form-row .woocommerce-form-login__submit {
margin-top: 8px;
}
.woocommerce ul.products li.product {
text-align: center;
}
.woocommerce-page ul.products li.product {
text-align: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
font-weight: 500;
background: transparent;
color: #5777ff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
background: transparent;
color: #5777ff;
}
body .woocommerce-pagination ul {
border-color: #f2f2f2 !important;
border-radius: 3px;
border-width: 1px !important;
border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li {
border: none !important;
padding: 2px 16px !important;
margin: 14px 0 !important;
border-right: 1px solid #E6E6E6 !important;
}
body .woocommerce-pagination ul li:last-child {
border-right: 0 !important;
}
body .woocommerce-pagination ul li a.page-numbers, body .woocommerce-pagination ul li span {
text-align: center;
font-size: 18px;
padding: 0;
font-weight: 500;
border: none;
color: #505050;
outline: none;
text-align: center;
font-size: 18px !important;
padding: 0 !important;
display: block;
margin-left: -1px;
outline: none !important;
background: transparent !important;
}
ul.products .star-rating {
width: 66px;
margin: 2px auto 5px !important;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before {
color: #5777ff !important;
}
.woocommerce a.added_to_cart {
padding-top: 15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #080d41;
}
.woocommerce .related .products li .add_to_cart_button, .woocommerce .related .products li a.product_type_grouped {
display: none;
}
.woocommerce #commentform {
max-width: 650px;
}
.woocommerce #commentform .comment-form-author label, .woocommerce #commentform .comment-form-email label {
min-width: 60px;
}
.woocommerce #commentform .comment-form-author input, .woocommerce #commentform .comment-form-email input {
width: 100%;
}
.woocommerce #commentform .comment-form-comment textarea {
margin-bottom: 0;
}
.woocommerce #review_form #respond p {
margin: 5px 0 20px;
}
.woocommerce .cart_totals h2 {
border-bottom: 1px solid #E6E6E6;
padding-bottom: 17px;
margin-bottom: 0;
font-size: 17px;
font-weight: 600;
color: #303030;
}
.woocommerce .cart_totals table.shop_table {
border: none;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
padding: 30px 10px;
font-weight: 600;
}
.woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-checkout #payment .wc_payment_methods {
padding-left: 0 !important;
padding-right: 0 !important;
}
.woocommerce-checkout #payment .place-order {
padding-left: 0 !important;
padding-right: 0 !important;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
.woocommerce-checkout #payment .payment_box {
background-color: #f9f9f9 !important;
}
.woocommerce-checkout #payment .payment_box:before {
border: 1em solid #f9f9f9 !important;
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #f9f9f9 !important;
}
.woocommerce-shipping-fields h3 {
margin-bottom: 10px;
}
.price_slider_wrapper .price_slider {
margin-bottom: 25px !important;
}
.price_slider_wrapper .price_slider_amount button {
padding: 11px 30px;
z-index: 1;
position: relative;
font-size: 12px !important;
}
.price_slider_wrapper .price_slider_amount .price_label {
top: 4px;
position: relative;
}
.woocommerce ul.products {
margin-bottom: 0 !important;
}
.woocommerce ul.products li {
padding: 0 0 32px !important;
position: relative !important;
overflow: hidden;
text-align: center;
transition: all 0.3s ease 0s;
background: transparent;
border-radius: 0px;
}
.woocommerce ul.products li img {
margin-bottom: 0 !important;
position: relative;
width: 100% !important;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
font-size: 16px !important;
padding-bottom: 6px !important;
font-family: "Urbanist", sans-serif !important;
float: left;
padding: 0 !important;
line-height: 25px;
}
.woocommerce ul.products li .woocommerce-loop-product__title a {
color: #121933;
}
.woocommerce ul.products li .woocommerce-loop-product__title a:hover {
color: #080d41;
}
.woocommerce ul.products li a.fa, .woocommerce ul.products li .glyph-icon {
background: #080d41 !important;
border: none !important;
font-size: 30px;
padding: 0 !important;
margin: 0 !important;
height: 45px !important;
width: 45px !important;
line-height: 45px !important;
color: #fff;
}
.woocommerce ul.products li a.fa:before, .woocommerce ul.products li .glyph-icon:before {
font-size: 23px;
color: #121933;
margin: 0 !important;
}
.woocommerce ul.products li .added_to_cart {
width: 100% !important;
padding: 0 20px;
background: none !important;
border-radius: 5px !important;
background: #fff !important;
color: #212121 !important;
}
.woocommerce ul.products li .button {
margin-top: 5px !important;
margin-left: 15px;
margin-right: 15px;
}
.woocommerce ul.products li:hover {
background: transparent;
}
.woocommerce ul.products li:hover a.button, .woocommerce ul.products li:hover .wc-forward {
border: 2px solid;
border-color: #080d41;
background: #fff;
color: #080d41;
}
.woocommerce ul.products li ul li {
background: none;
border-radius: 0;
}
.single.single-product .breadcrumbs-title {
max-width: 500px;
}
.related .star-rating::beforee {
top: 50% !important;
right: 50% !important;
transform: translate(50%, -50%);
}
.woocommerce .star-rating span::before {
color: #5777ff;
} .menu-cart-area {
float: right;
position: relative;
padding-left: 25px;
padding-top: 44px;
padding-bottom: 44px;
top: 0;
}
.menu-cart-area .cart-icon-total-products {
font-size: 13px;
line-height: 20px;
background-color: #fff;
position: absolute;
right: 0;
font-size: 14px;
top: 100%;
width: 278px;
z-index: 10000;
opacity: 0;
transform: scaleY(0);
transform-origin: 0 0 0;
transition: all 0.2s ease 0s;
box-shadow: 0 0 15px #eee;
border-radius: 3px;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart {
margin-bottom: 0px;
padding: 25px 10px 0;
}
.menu-cart-area .cart-icon-total-products .widget_shopping_cart .quantity {
border: none;
padding: 3px 0 0 0;
display: block;
}
.menu-cart-area .woocommerce-mini-cart__empty-message {
text-align: center;
text-transform: uppercase;
color: #121933;
position: relative;
padding-top: 50px;
}
.menu-cart-area .woocommerce-mini-cart__empty-message:before {
position: absolute;
content: "\f290";
color: #121933;
left: 50%;
transform: translateX(-50%);
bottom: 42px;
font: normal normal normal 14px/1 FontAwesome;
font-size: 24px;
font-style: normal;
}
.menu-cart-area .widget_shopping_cart .cart_list li {
padding: 20px 30px;
border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.menu-cart-area .widget_shopping_cart .cart_list li a {
color: #303030;
}
.menu-cart-area .widget_shopping_cart .cart_list li a img {
width: 40px;
}
.menu-cart-area .widget_shopping_cart .cart_list li .quantity {
color: #121933;
}
.menu-cart-area .widget_shopping_cart .cart_list li a.remove {
color: #121933;
top: 19px;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child {
padding-top: 0;
}
.menu-cart-area .widget_shopping_cart .cart_list li:first-child a.remove {
top: 0px;
}
.menu-cart-area .widget_shopping_cart .total {
padding: 29px 0 0;
text-align: center;
border-top: none;
}
.menu-cart-area i {
cursor: pointer;
color: #28406d;
font-size: 18px;
}
.menu-cart-area i:before {
font-size: 18px;
}
.menu-cart-area:hover .cart-icon-total-products {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
.menu-cart-area span.icon-num {
border-radius: 50%;
font-size: 11px;
line-height: 18px;
min-height: 18px;
min-width: 18px;
top: 50%;
transform: translateY(-50%);
position: absolute;
text-align: center;
margin-top: -12px;
right: -2px;
}
.menu-cart-area .woocommerce-mini-cart__buttons {
text-align: center;
}
.menu-cart-area .button.wc-forward {
padding: 9px 20px;
font-size: 12px;
} .woocommerce ul.products.single-product-page {
padding: 100px 0 0;
}
.woocommerce ul.products li.product {
padding: 0;
position: relative;
overflow: hidden;
text-align: center;
transition: all 0.3s ease 0s;
margin-bottom: 0;
}
.woocommerce ul.products li.product .triangle_left {
width: 0;
height: 0;
border-top: 70px solid transparent;
border-right: 140px solid #5777ff;
border-bottom: 70px solid transparent;
position: absolute;
top: -75px;
left: -117px;
transform: rotate(48deg);
opacity: 0;
}
.woocommerce ul.products li.product:hover {
background: transparent;
}
.woocommerce ul.products li.product:hover .triangle_left {
opacity: 1;
}
.woocommerce ul.products li.product:hover h3 a {
color: #5777ff;
}
.woocommerce ul.products li.product:hover .add-to-cart {
background: #5777ff;
color: #fff !important;
}
.woocommerce ul.products li.product:hover .images-product .overley {
opacity: 1;
transform: scaleY(1);
bottom: 0;
}
.woocommerce ul.products li.product .images-product {
position: relative;
overflow: hidden;
margin-bottom: 15px;
padding: 0;
}
.woocommerce ul.products li.product .images-product a {
display: block;
}
.woocommerce ul.products li.product .images-product a img {
transition: all 0.3s ease-out;
width: 100%;
}
.woocommerce ul.products li.product .images-product .overley {
position: absolute;
left: 0;
right: 0;
text-align: center;
width: 100%;
background: transparent;
bottom: -50px;
transform: scaleY(0);
transform-origin: 0 1 0;
opacity: 0;
transition: all 0.3s ease 0s;
padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details {
padding: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4 {
margin-bottom: 10px;
padding-bottom: 10px;
color: #ffffff;
font-size: 18px;
position: relative;
}
.woocommerce ul.products li.product .images-product .overley .winners-details h4:after {
display: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul {
padding: 0;
margin: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li {
display: block;
margin: 0 !important;
padding: 0 !important;
vertical-align: top;
border: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a {
color: #fff;
text-transform: capitalize;
text-decoration: none;
border-radius: 0px;
line-height: 33px;
border: none;
text-align: center;
transition: all 0.3s ease 0s;
padding: 5px 20px;
background: #080d41;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a:hover {
background: #5777ff;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i {
font-size: 16px;
margin: 0;
transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li a i:hover {
color: #5777ff;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li .yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info ul li:hover {
background: none;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p {
margin-bottom: 5px;
color: #ffffff;
font-size: 13px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details p i {
color: #ffffff;
margin-right: 8px;
}
.woocommerce ul.products li.product h4 {
margin-bottom: 10px !important;
margin-left: 0;
font-weight: 700;
}
.woocommerce ul.products li.product h4 a {
color: #121933;
transition: all 0.3s ease 0s;
font-size: 20px;
margin: 0;
}
.woocommerce ul.products li.product h4 a:hover {
color: #5777ff;
}
.woocommerce ul.products li.product .price-details ul {
margin: 0;
padding: 0;
text-align: center;
}
.woocommerce ul.products li.product .price-details ul li {
display: block;
}
.woocommerce ul.products li.product .price-details ul li:first-child {
font-weight: 600;
font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li:first-child del {
margin-right: 5px;
font-weight: 400;
font-size: 15px;
}
.woocommerce ul.products li.product .price-details ul li .add-to-cart {
border: 1px solid #5777ff;
padding: 8px 18px;
color: #121933;
font-size: 15px;
font-weight: 600;
display: inline-block;
margin-top: 15px;
}
.woocommerce ul.products .topbar-area {
overflow: hidden;
padding-bottom: 54px;
}
.woocommerce ul.products .topbar-area .showing-Short .seclec-box {
float: right;
}
.woocommerce ul.products .topbar-area .showing-result ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.woocommerce ul.products .topbar-area .showing-result ul li {
display: inline-block;
font-weight: 400;
color: #303030;
margin-right: 0;
font-size: 14px;
height: 25px;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group {
margin: 0;
}
.woocommerce ul.products .topbar-area .showing-result ul li .form-group.seclect-box select.form-control {
display: inline-block;
border: 0;
background: transparent;
border-radius: 0px;
}
.woocommerce ul.products .pagination {
margin-top: 0;
}
.woocommerce-shop .main-contain #content {
padding-bottom: 110px;
}
.woocommerce.single-product form.cart .button {
border: none !important;
}
.woocommerce-cart .main-contain #content {
padding-bottom: 100px !important;
}
.woocommerce .loader:before {
display: none;
}
.woocommerce .quantity input[type=number]::-webkit-input-placeholder { color: #363636 !important;
opacity: 1;
}
.woocommerce .quantity input[type=number]::-moz-placeholder { color: #363636 !important;
opacity: 1;
}
.woocommerce .quantity input[type=number]:-ms-input-placeholder { color: #363636 !important;
opacity: 1;
}
.woocommerce .quantity input[type=number]:-moz-placeholder { color: #363636 !important;
opacity: 1;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #5d5d5d !important;
font-size: 16px !important;
font-weight: 600;
}
.woocommerce ul.products li.product .price {
color: #5d5d5d !important;
font-size: 16px !important;
font-weight: 600;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
color: #5d5d5d !important;
font-size: 16px;
font-weight: 600;
}
.woocommerce ul.products li.product .price ins {
color: #5d5d5d !important;
font-size: 16px;
font-weight: 600;
}
.woocommerce .quantity {
border: 2px solid #e6e6e6;
border-radius: 5px;
}
.woocommerce .quantity .qty {
height: 45px !important;
width: 50px;
appearance: textfield;
-webkit-appearance: none;
-moz-appearance: textfield;
margin-bottom: 0;
padding: 8px 0;
border-left: 2px solid #e6e6e6;
border-right: 2px solid #e6e6e6;
border-radius: 0 !important;
}
.woocommerce .quantity .qty_button {
border: none;
background: none;
box-shadow: none;
color: #212121;
font-size: 20px;
padding: 0px 17px;
position: relative;
top: 1px;
line-height: 28px;
left: -2px;
}
.woocommerce .quantity .qty_button.minus {
font-size: 30px;
top: 6px;
}
.woocommerce .quantity .qty_button:hover {
border: none;
background: none !important;
box-shadow: none;
}
.woocommerce input[type=number] {
border: 0;
}
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button {
display: none;
margin: 0;
}
body.woocommerce ins {
background: none !important;
}
body.woocommerce .panel {
border: none;
box-shadow: none;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav {
padding: 15px 0 0 !important;
text-align: center;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li {
float: none !important;
display: inline-block;
}
body.woocommerce .woocommerce-product-gallery ol.flex-control-nav li img {
width: 98%;
display: inline-block;
margin-bottom: 10px !important;
}
.woocommerce-variation-price {
margin-bottom: 30px;
}
.woocommerce table.shop_attributes td {
font-style: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
font-size: 16px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews h2, .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--reviews .comment-reply-title {
font-size: 15px;
font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: 1px solid #fbfbfb;
background-color: #fbfbfb;
margin-right: 8px;
border-radius: 0;
border: none !important;
}
.woocommerce div.product .product_meta .posted_in a {
color: #303030;
}
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
font-size: 18px;
margin-right: 12px;
border-radius: 0px;
margin-left: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
transition: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #080d41;
color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
background: #080d41;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
color: #fff;
}
.woocommerce table th {
background: transparent;
}
.single-product #tab-additional_information h2 {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding-left: 0;
border-radius: 5px 0 0 0;
padding-top: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
box-shadow: -2px 2px 0 #f0f0f0;
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom: 1px solid #f0f0f0;
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
border: 1px solid #f0f0f0;
display: none;
}
.woocommerce-form-login .woocommerce-Button {
margin-right: 12px !important;
}
.woocommerce .woocommerce-ordering {
margin: 0 0 2em;
}
.woocommerce .woocommerce-result-count {
margin-top: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #ddd !important;
}
.woocommerce a.remove {
margin: 0 auto;
color: #121933 !important;
line-height: 27px;
border: 1px solid #ddd;
font-weight: 300 !important;
font-size: 1.1em;
height: 1.5em;
width: 1.5em;
}
input[type=text], input[type=number], input[type=email], input[type=url] {
position: relative;
z-index: 1;
}
select, input[type=password] {
position: relative;
z-index: 1;
}
.woocommerce-cart table.cart .product-thumbnail img {
width: 80px !important;
}
.woocommerce-cart table.cart .product-name a {
color: #303030;
}
.woocommerce-cart table.cart .product-name a:hover {
color: #121933;
text-decoration: underline !important;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
color: #303030;
}
.woocommerce-checkout .woocommerce form .form-row {
margin: 0 0 15px;
}
.woocommerce button.button:disabled {
opacity: 0.8 !important;
background: #f0f0f0;
}
.coupon input#coupon_code {
width: 320px !important;
border-radius: 5px;
height: 48px !important;
margin-right: 20px;
text-align: left !important;
padding-left: 22px;
}
.coupon ::-webkit-input-placeholder { color: #121933 !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.coupon ::-moz-placeholder { color: #121933 !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.coupon :-ms-input-placeholder { color: #121933 !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.coupon :-moz-placeholder { color: #121933 !important;
font-size: 14px !important;
font-weight: 500 !important;
}
.product_meta span {
font-weight: 600;
}
.product_meta span.tagged_as {
display: block;
}
.product_meta span a {
font-weight: 400;
}
.single-product .bs-info, .single-product .bs-img {
display: none;
}
.single-product .bs-desc {
margin-top: 0px !important;
}
.single-product div.product p.price {
margin-bottom: 8px;
font-size: 30px !important;
}
.single-product div.product p.price ins, .single-product div.product p.price bdi {
font-size: 30px;
}
.single-product div.product form.cart {
border-bottom: 1px solid rgba(62, 62, 62, 0.1);
margin-bottom: 20px;
padding-bottom: 29px;
}
.woocommerce-message, .woocommerce-error, .woocommerce-info {
border-top-color: #032e42;
}
.woocommerce-message {
border-top-color: #032e42;
}
.woocommerce-message::before {
color: #032e42;
}
.woocommerce-info::before {
color: #032e42;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text {
width: 110px;
height: 40px;
text-align: center;
}
.woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
width: 110px;
height: 40px;
text-align: center;
}
.select2-container--default .select2-selection--single {
border: 1px solid #ccc;
border-radius: 0px;
height: 40px;
line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 48px;
}
.flixta-social-custom .elementor-widget-container .elementor-social-icon:hover i {
color: #5777ff;
}
.hfe-layout-vertical .right-arrow-style2 ul .menu-item a:after {
color: #5777ff;
}
input[type=tel] {
padding: 10px 14px;
border: none;
outline: none;
width: 100%;
height: 50px;
border: 1px solid rgba(54, 54, 54, 0.1);
}
.woocommerce-form__label span {
padding-left: 5px;
}
.woocommerce-form__label .input-checkbox {
margin: 7px 0 0 !important;
}
body.woocommerce-page .main-contain input[type=text], body.woocommerce-page .main-contain input[type=password], body.woocommerce-page .main-contain input[type=email] {
border: 1px solid rgba(54, 54, 54, 0.1);
height: 48px;
border-radius: 5px;
}
body.woocommerce-page .select2-container--default .select2-selection--single {
border: 1px solid rgba(54, 54, 54, 0.1);
height: 48px;
border-radius: 5px;
}
body.woocommerce-page .woocommerce form .form-row.woocommerce-validated .select2-container, body.woocommerce-page .woocommerce form .form-row.woocommerce-validated input.input-text, body.woocommerce-page .woocommerce form .form-row.woocommerce-validated select {
border: 1px solid rgba(54, 54, 54, 0.1);
height: 48px;
border-radius: 5px;
}
body.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #303030;
opacity: 0.5;
}
.woocommerce-cart-form table.shop_table {
border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td, .woocommerce-cart-form table.shop_table th {
padding: 25px;
text-align: center;
}
.woocommerce-cart-form table.shop_table .quantity {
border-radius: 5px;
padding: 0 0px;
margin: 0 auto;
width: 160px;
}
.woocommerce-cart-form table.shop_table .quantity .qty_button {
top: 1px;
padding: 0px 16px;
}
.woocommerce-cart-form table.shop_table .quantity .qty {
width: 50px;
border-radius: 0 !important;
}
.woocommerce table.shop_table {
border-collapse: collapse !important;
}
.woocommerce table.shop_table tbody th {
font-weight: 600;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals {
padding-top: 40px;
}
.woocommerce-page .cart-collaterals .cart_totals {
padding-top: 40px;
}
.woocommerce div.product form.cart .variations select {
padding: 5px 2px;
}
.cart_totals h2 {
text-transform: capitalize;
}
.cart_totals table.shop_table th, .cart_totals table.shop_table td {
padding: 20px;
}
.woocommerce-tabs h2, .related.products h2 {
font-size: 20px;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
font-size: 25px !important;
line-height: 25px !important;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 50px !important;
}
.cart-collaterals th, .cart-collaterals td {
border: none !important;
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.cart-collaterals tr:last-child td, .cart-collaterals tr:last-child th {
border-bottom: none !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: 100%;
}
.woocommerce .form-row {
display: block;
}
.woocommerce.single-product form.cart .button {
margin-left: 10px;
}
.woocommerce .add_to_cart_button {
transition: 0.3s ease all;
}
.woocommerce .add_to_cart_button:after {
font-size: inherit !important;
vertical-align: initial !important;
}
.woocommerce .add_to_cart_button.added {
display: none !important;
opacity: 0;
}
.woocommerce .add_to_cart_button.loading {
padding-right: 40px !important;
}
.woocommerce .add_to_cart_button.loading:after {
top: 12px !important;
right: 15px !important;
font-size: inherit !important;
}
.woocommerce button[disabled] {
color: #fff;
height: 48px;
padding: 0 35px !important;
}
.woocommerce button[disabled]:hover {
color: #080d41;
}
.woocommerce form .rs-wrap-coupon {
overflow: hidden;
}
.woocommerce form .rs-wrap-coupon p {
width: 49%;
}
.woocommerce-info .showcoupon {
font-weight: 600;
}
.woocommerce table.shop_table th {
border: none;
font-size: 18px;
font-weight: 600;
background: transparent;
color: #121933;
}
.woocommerce table.shop_table td {
border-bottom: none;
border-left: none;
border-right: none;
border-top: 1px solid #E6E6E6;
}
h3#order_review_heading {
margin-top: 60px;
padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -8px;
}
#order_review {
padding: 0 15px;
}
textarea.input-text {
border: 1px solid #ccc;
}
.button.yith-wcqv-button, .post-type-archive .learn-press-courses .course .course-title {
display: none !important;
}
.woocommerce span.onsale {
background: #080d41 !important;
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
padding: 0 !important;
right: 10px !important;
margin: 0 !important;
top: 10px !important;
z-index: 1;
font-weight: 500;
color: #fff;
}
.woocommerce-info {
border-top-color: #5777ff;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
padding: 3px 15px !important;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
background: #f0f0f0;
margin: 0 0 15px;
border-radius: 2px;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 10px 20px;
color: #303030;
display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
background: #080d41;
}
.woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-MyAccount-navigation ul li:hover a {
color: #fff;
}
form.woocommerce-EditAccountForm fieldset {
margin-bottom: 40px;
margin-top: 30px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 1px solid rgba(54, 54, 54, 0.1) !important;
border-radius: 5px;
}
.woocommerce-input-wrapper #order_comments, #order_comments {
border: 1px solid rgba(54, 54, 54, 0.1) !important;
border-radius: 5px;
}
.woocommerce-js ul.products li img {
width: auto;
max-width: 100%;
}
.woocommerce-account .woocommerce form.login {
margin-bottom: 0;
}
.single-product.woocommerce span.onsale {
left: 10px !important;
}
#order_comments {
border: 1px solid rgba(54, 54, 54, 0.1) !important;
}
.prelements-heading .title-inner .sub-text {
font-family: "Urbanist", sans-serif;
} .page-error {
position: relative;
display: table;
width: 100%;
height: 100vh;
background-repeat: no-repeat !important;
background-size: cover !important;
background: #fff;
background-position: center center !important;
}
.page-error #content {
padding-bottom: 60px !important;
}
.page-error .container {
position: fixed;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
}
.page-error .content-area {
position: relative;
z-index: 101;
margin: 0 auto;
text-align: center;
}
.page-error .content-area h1.page-title {
color: #00204A;
font-size: 100px;
margin-bottom: 30px;
margin-top: 0px;
}
.page-error .content-area h2 {
color: #091D2D;
font-size: 35px;
font-weight: 700 !important;
margin: 0 auto 40px;
max-width: 550px;
line-height: 50px;
}
.page-error .content-area h2 span {
display: block;
font-size: 250px;
line-height: 270px;
color: #5777ff;
font-weight: 700;
color: #5777ff;
}
.page-error.enable__text_left .content-area {
text-align: left;
}
.page-error .bs-sidebar {
max-width: 400px;
margin: 0 auto;
padding-bottom: 20px;
padding: 10px 0 35px;
}
.page-error .flixtaicon-right-arrow:before {
padding-left: 5px;
}
.page-error.coming-soon {
height: 100vh;
background: #101010;
}
.page-error.coming-soon .content-area h3 {
font-size: 30px;
margin-top: 40px;
margin-bottom: 60px;
display: block;
}
.page-error.coming-soon .content-area h3 span {
font-size: 80px;
text-shadow: unset;
text-transform: uppercase;
line-height: 90px;
padding-bottom: 20px;
letter-spacing: 5px;
display: block;
font-weight: 900 !important;
}
.page-error.coming-soon .countdown-inner {
width: 600px;
margin: 0 auto;
max-width: 100%;
}
.page-error.coming-soon .countdown-inner .time_circles {
position: relative;
justify-content: center;
align-items: center;
}
.page-error.coming-soon .countdown-inner .time_circles canvas {
opacity: 0;
display: none;
}
.page-error.coming-soon .countdown-inner .time_circles div {
color: #ffffff;
font-size: 36px;
font-weight: 600;
padding-top: 25px;
width: 120px !important;
height: 120px !important;
display: grid;
align-items: center;
margin: 0 auto;
border-radius: 100%;
border: 5px solid #ffffff;
background: #5777ff;
box-shadow: 0 0 52px rgba(0, 0, 0, 0.3);
display: inline-block;
margin: 0 12px;
}
.page-error.coming-soon .countdown-inner .time_circles div:first-child {
padding-left: 0;
}
.page-error.coming-soon .countdown-inner .time_circles div:last-child {
margin-right: 0;
}
.page-error.coming-soon .countdown-inner .time_circles div span, .page-error.coming-soon .countdown-inner .time_circles div h4 {
color: #ffffff;
}
.page-error.coming-soon .countdown-inner .time_circles div span {
line-height: 1;
font-size: 55px;
display: block;
}
.page-error.coming-soon .countdown-inner .time_circles div h4 {
margin: 0;
font-weight: 400 !important;
text-transform: uppercase;
}
.page-error.coming-soon .follow-us-sbuscribe p {
color: #ffffff;
font-size: 30px;
padding-top: 50px;
font-weight: 500;
margin-bottom: 5px;
}
.page-error.coming-soon .follow-us-sbuscribe ul {
list-style: none;
margin: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li {
display: inline-block;
margin-right: 18px;
}
.page-error.coming-soon .follow-us-sbuscribe ul li:last-child {
margin-right: 0;
}
.page-error.coming-soon .follow-us-sbuscribe ul li a {
width: 45px;
height: 45px;
line-height: 35px;
border-radius: 50%;
padding: 0;
color: #ffffff;
}
.page-error.coming-soon .follow-us-sbuscribe ul li a:hover {
opacity: 0.9;
}
.page-error.coming-soon .follow-us-sbuscribe ul li i {
line-height: 45px;
font-size: 18px;
} .header-logo-skew {
position: relative;
overflow: hidden;
z-index: 10;
}
.header-logo-skew::before {
content: "";
position: absolute;
width: 80px;
height: 100%;
right: -44px;
background: #ffffff;
transform: skew(-22deg);
pointer-events: none;
left: auto;
border-left: 15px solid #5777ff;
}
.fold {
position: relative;
background: #ffca1b;
}
.fold::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-style: solid;
border-width: 0 0 30px 30px;
border-color: #0dcd87 #eee;
transition: all ease 0.5s;
}
@media (max-width: 1024px) {
.fold::before {
border-width: 0 0 20px 20px;
}
}
.fold:hover::before {
border-width: 0 0 50px 50px;
border-color: #0dcd87 #eee;
}
@media (max-width: 1024px) {
.fold:hover::before {
border-width: 0 0 30px 30px;
}
}
.rectangle {
position: relative;
}
.rectangle:after {
position: absolute;
content: "";
height: 120px;
width: 1px;
background: #404c51;
right: -20px;
top: 50%;
transform: translateY(-50%);
}
.orange {
color: #080d41;
}
span.yellow {
color: #5777ff;
}
.overflow-show {
overflow: visible !important;
}
input[type=checkbox], input[type=radio] {
margin-right: 8px;
vertical-align: text-top;
}
.sticky .menu-area {
padding: 0;
}
.alignleft, .alignright {
margin-bottom: 26px;
}
.vertical-middle {
display: table;
width: 100%;
height: 100%;
}
.vertical-middle .vertical-middle-cell {
display: table-cell;
vertical-align: middle;
}
.display-table {
display: table;
height: 100%;
width: 100%;
}
.display-table-cell {
display: table-cell;
vertical-align: middle;
}
.bs-sidebar .wp-block-group__inner-container ul.wp-block-categories-list.wp-block-categories {
margin-top: 45px;
}
.bs-sidebar .wp-block-categories-list.wp-block-categories h2 {
margin-top: 45px;
}
mark, ins, kbd {
background: #080d41;
color: #fff;
padding: 0 4px;
}
code {
background: #080d41;
color: #fff !important;
}
button, html input[type=button] {
color: #fff;
padding: 17px 30px;
font-size: 14px;
text-transform: capitalize;
outline: none;
transition: all 0.5s ease;
background: #080d41;
position: relative;
border: none;
}
input[type=reset], input[type=submit] {
color: #fff;
padding: 17px 30px;
font-size: 14px;
text-transform: capitalize;
outline: none;
transition: all 0.5s ease;
background: #080d41;
position: relative;
border: none;
}
.mb-30 {
margin-bottom: 30px;
}
.top-float {
float: left;
}
button:hover, html input[type=button]:hover {
background: #5777ff;
color: #ffffff;
}
input[type=reset]:hover {
background: #5777ff;
color: #ffffff;
}
#content {
padding-top: 120px;
padding-bottom: 120px;
}
body.page-template-service-area-php #content {
padding-top: 0px;
}
body.search-results #content {
padding-top: 120px;
padding-bottom: 200px;
}
.main-contain .rs-porfolio-details #content {
padding-bottom: 110px;
}
.main-contain .page-error #content {
padding-top: 60px;
}
.post-password-required input[type=submit] {
margin-left: -4px;
padding: 11px 20px;
}
input[type=text], input[type=number], input[type=password] {
color: #303030;
width: 100%;
max-width: 100%;
opacity: 1;
}
textarea {
color: #303030;
width: 100%;
max-width: 100%;
opacity: 1;
}
input[type=email] {
color: #303030;
width: 100%;
max-width: 100%;
opacity: 1;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
textarea::-webkit-input-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
input[type=email]::-webkit-input-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
textarea::-moz-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
input[type=email]::-moz-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
textarea:-ms-input-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
input[type=email]:-ms-input-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
textarea:-moz-placeholder, input[type=email]:-moz-placeholder { color: rgba(68, 68, 68, 0.4784313725);
opacity: 1;
}
select {
color: #303030;
cursor: pointer;
}
select:valid {
color: #303030;
} a {
color: #5777ff;
}
a:hover, a:focus, a:active {
color: #080d41;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
}
.wp-block-calendar tfoot a {
color: #5777ff;
}
.wp-block-calendar tfoot a:hover {
color: #080d41;
} .rs-particle-banner {
width: 100%;
position: relative;
}
.rs-particle-banner .particle-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.rs-particle-banner .particle-content .banner_title {
display: inline-block;
margin-bottom: 25px;
font-size: 65px;
position: relative;
z-index: 9;
color: #444;
line-height: 70px;
}
.rs-particle-banner .particle-content .banner-button {
margin-top: 20px;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon:not(.border):hover {
background: transparent;
border-color: #fff !important;
color: #fff !important;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon.border {
border-color: #fff !important;
color: #fff !important;
}
.rs-particle-banner .particle-content .banner-button.btn-light .readon.border:hover {
border-color: #5777ff !important;
}
.rs-particle-banner .particle-content .banner-button a:hover {
opacity: 0.8;
}
.rs-particle-banner .particle-content .banner-introtext {
display: block;
font-size: 16px;
line-height: 22px;
padding-bottom: 25px;
}
.rs-particle-banner ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.rs-particle-banner ul li {
display: inline-block;
margin: 0 25px 25px 0;
}
.rs-particle-banner .arrow-btn {
width: 26px;
height: 55px;
bottom: 0%;
left: 50%;
z-index: 2;
text-align: center;
position: absolute;
border: 1px solid #999;
border-radius: 20px;
transform: translate(-50%, -50%);
}
.rs-particle-banner .arrow-btn i {
color: #999;
font-size: 22px;
line-height: 80px;
-webkit-animation: bounce 2s infinite;
animation: bounce 2s infinite;
transition: 0.4s;
-webkit-transition: 0.4s;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
.rs-particle-banner .arrow-btn i:hover {
-webkit-animation: none;
animation: none;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transform: translate3d(0, -15px, 0);
}
90% {
transform: translate3d(0, -4px, 0);
}
}
.rs-hotspots {
position: relative;
}
.rs-hotspots .rs-hotspot-item {
position: absolute;
width: 25px;
}
.rs-hotspots .rs-hotspot-item .rs-hots-figure {
min-width: 350px;
text-align: left;
color: #000;
position: absolute;
bottom: 0;
left: 8px;
transition: all 0.4s ease;
z-index: 999;
opacity: 0;
background: #ffffff;
padding: 30px;
border-radius: 5px;
transition: all 500ms ease;
transform: translate3d(-50%, -70px, 0);
visibility: hidden;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.rs-hotspots .rs-hotspot-item .rs-hots-figure .pre-title .title {
margin: 0 0 10px;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.rs-hotspots .rs-hotspot-item .rs-hots-figure .hotspot-desc p {
margin: 0;
font-size: 15px;
color: #565656;
}
.rs-hotspots .rs-hotspot-item .rs-hots-figure:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 12px solid #ffffff;
top: 100%;
right: 0;
margin: 0 auto;
}
.rs-hotspots .rs-hotspot-item.hotspot__1 {
left: 20%;
top: 10%;
}
.rs-hotspots .rs-hotspot-item.hotspot__2 {
left: 30%;
top: 40%;
}
.rs-hotspots .rs-hotspot-item.hotspot__3 {
left: 30%;
top: 50%;
}
.rs-hotspots .rs-hotspot-item.hotspot__4 {
left: 40%;
top: 10%;
}
.rs-hotspots .rs-hotspot-item.hotspot__5 {
left: 40%;
top: 50%;
}
.rs-hotspots .rs-hotspot-item.hotspot__6 {
left: 30%;
top: 60%;
}
.rs-hotspots .rs-hotspot-item.hotspot__7 {
left: 20%;
top: 70%;
}
.rs-hotspots .rs-hotspot-item.hotspot__8 {
left: 30%;
top: 50%;
}
.rs-hotspots .rs-hotspot-item.hotspot__9 {
left: 90%;
top: 80%;
}
.rs-hotspots .rs-hotspot-item.hotspot__10 {
left: 30%;
top: 50%;
}
.rs-hotspots .rs-hotspot-item:hover .rs-hots-figure {
opacity: 1;
transform: translate3d(-50%, -35px, 0);
visibility: visible;
}
.rs-hotspots .pre-circle-ripple {
position: relative;
cursor: pointer;
}
.rs-hotspots .pre-circle-ripple:before {
content: "";
position: absolute;
top: 10px;
left: 10px;
height: 30px;
width: 30px;
border-radius: 50%;
background: #5777ff;
-webkit-animation: pulse-border 1500ms ease-out infinite;
animation: pulse-border 1500ms ease-out infinite;
transform-origin: center center;
z-index: 1;
}
.rs-hotspots .pre-circle-ripple:after {
content: "";
position: absolute;
top: 3px;
left: 3px;
height: 14px;
width: 14px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.7607843137);
z-index: 9;
border: 3px solid #5777ff;
}
.rs-hotspots .mobile_item {
display: none;
position: absolute;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
width: 100%;
max-width: 280px;
color: #000;
background: #ffffff;
padding: 30px;
border-radius: 5px;
transition: all 500ms ease;
opacity: 0;
visibility: hidden;
z-index: 10;
pointer-events: none;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.rs-hotspots .mobile_item .remove-icon {
border: 1px solid #d5d5d5;
width: 30px;
height: 30px;
display: flex;
align-items: center;
margin: 0 auto 10px;
justify-content: center;
text-align: center;
border-radius: 50%;
}
.rs-hotspots .mobile_item .pre-title .title {
margin: 0 0 10px;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.rs-hotspots .mobile_item .hotspot-desc p {
margin: 0;
font-size: 15px;
color: #565656;
}
.rs-hotspots .mobile_item.active {
top: 50%;
opacity: 1;
visibility: visible;
pointer-events: unset;
}
@media screen and (max-width: 767px) {
.rs-hotspots .desktop_item .rs-hots-figure {
display: none;
}
.rs-hotspots .mobile_item {
display: block;
}
} .ceo-founder p {
font-weight: 500;
color: #121933;
}
.sticky-logo {
display: none;
}
.sticky .logo-area {
display: none;
}
.sticky .logo-area.sticky-logo {
display: block;
}
.owl-carousel {
padding-top: 0;
}
.owl-carousel .owl-nav {
right: 0;
}
.owl-carousel .owl-nav [class*=owl-] {
font-size: 0;
width: 42px;
height: 42px;
line-height: 42px;
background: #080d41;
color: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: 0.6s ease all;
opacity: 0;
visibility: hidden;
}
.owl-carousel .owl-nav [class*=owl-]:before {
font-family: flixtaicon;
position: absolute;
font-size: 20px;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.owl-carousel .owl-nav [class*=owl-].owl-prev {
left: 0;
}
.owl-carousel .owl-nav [class*=owl-].owl-prev:before {
content: "\f112";
}
.owl-carousel .owl-nav [class*=owl-].owl-next {
right: 0;
}
.owl-carousel .owl-nav [class*=owl-].owl-next:before {
content: "\f113";
margin-left: 2px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
background: #5777ff;
color: #fff;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
opacity: 1;
visibility: visible;
}
.owl-carousel:hover .owl-nav [class*=owl-].owl-prev {
left: -60px;
}
.owl-carousel:hover .owl-nav [class*=owl-].owl-next {
right: -60px;
}
.owl-carousel .partner-item a img {
width: auto;
margin: 0 auto;
}
.blog .rs-blog .blog-item .blog-img .blog-meta,
.archive .rs-blog .blog-item .blog-img .blog-meta {
position: absolute;
top: 25px;
left: 27px;
right: auto;
z-index: 99;
bottom: auto;
width: auto;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate {
overflow: hidden;
list-style: none;
margin: 0px;
padding: 4px 19px 4px 16px;
position: relative;
font-size: 15px;
display: inline-flex;
align-items: center;
background: #5777ff;
border-radius: 5px;
flex-wrap: wrap;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li {
float: none;
color: #fff;
line-height: 24px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li a,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li a {
color: #fff;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i {
margin-right: 4px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i::before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i::before {
font-size: 16px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line:before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line:before {
font-size: 17px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-calendar-line,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-calendar-line {
position: relative;
top: 3px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li i.ri-user-4-line {
top: 3px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li {
position: relative;
margin-left: 26px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li::before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li + li::before {
content: "";
position: absolute;
left: -13px;
top: 10px;
height: 8px;
width: 1px;
background: #fff;
transform: rotate(22deg);
}
.blog .rs-blog .blog-item .blog-img .blog-meta .btm-cate li.rs___tag::before,
.archive .rs-blog .blog-item .blog-img .blog-meta .btm-cate li.rs___tag::before {
content: "";
position: absolute;
left: -13px;
top: 10px;
height: 8px;
width: 1px;
background: #fff;
transform: rotate(22deg);
}
.widget.widget_custom_html {
position: relative;
}
.rs_sidebar_cta img {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
border-radius: 5px;
}
.rs_sidebar_cta .rs_sidebar_cta_content {
position: relative;
z-index: 1;
color: #fff;
}
.rs_sidebar_cta .rs_sidebar_cta_content h3 {
color: #fff;
margin: 0;
font-size: 40px;
font-weight: 700;
line-height: 50px;
}
.rs_sidebar_cta .rs_sidebar_cta_content p {
color: #fff;
margin: 15px 0 35px;
font-size: 16px;
font-weight: 500;
max-width: 150px;
line-height: 23px;
}
.rs_sidebar_cta .rs_sidebar_cta_content a.cta_btn {
background: #fff;
font-size: 16px;
font-weight: 600;
color: #1A73E9;
padding: 12px 26px 12px 24px;
border-radius: 10px;
display: inline-block;
}
.rs_sidebar_cta .rs_sidebar_cta_content a.cta_btn:hover {
opacity: 0.9;
}
.sidenav {
width: 100%;
}
.sidenav .widget-title {
color: #19082D !important;
font-size: 25px !important;
line-height: 35px;
font-weight: 500 !important;
position: relative;
}
.sidenav .offcanvas_logo {
padding-bottom: 40px;
}
.sidenav .rs-innner-offcanvas-contents .widget {
border-bottom: 1px solid rgba(62, 62, 62, 0.1);
margin-bottom: 45px;
padding-bottom: 24px;
}
.sidenav .rs-innner-offcanvas-contents .widget:last-child {
border-bottom: none;
}
.sidenav .rs-innner-offcanvas-contents .widget p {
opacity: 0.8;
}
.sidenav .rs-innner-offcanvas-contents .widget ul.fa-ul li span {
font-size: 20px;
color: #19082D;
font-weight: 400;
}
.sidenav .rs-innner-offcanvas-contents .widget ul.fa-ul li span em {
display: block;
font-style: normal;
font-size: 14px;
font-weight: 500;
color: #3E3E3E;
}
.sidenav .rs-innner-offcanvas-contents .widget ul.fa-ul li span a {
font-size: 20px;
color: #19082D;
font-weight: 400;
}
.sidenav .rs-innner-offcanvas-contents .widget .footer_social {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.sidenav .rs-innner-offcanvas-contents .widget .footer_social li a {
background: #f4f3f4;
color: #626262;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
border-radius: 7px;
margin-right: 15px;
margin-bottom: 15px;
}
.sidenav .rs-innner-offcanvas-contents .widget .footer_social li a:hover {
background: #080d41;
color: #fff;
}
.sidenav .widget {
padding: 0;
}
.sidenav .widget .widget-title {
font-size: 26px;
color: #fff;
margin-bottom: 28px;
}
.sidenav .widget .search-form .search-input {
height: 42px;
background: rgba(255, 255, 255, 0.1);
border-color: rgba(255, 255, 255, 0.3) !important;
color: #fff;
font-size: 14px;
outline: none;
}
.sidenav .widget .search-form .search-input::-webkit-input-placeholder { color: #fff;
}
.sidenav .widget .search-form .search-input::-moz-placeholder { color: #fff;
}
.sidenav .widget .search-form .search-input:-ms-input-placeholder { color: #fff;
}
.sidenav .widget .search-form .search-input:-moz-placeholder { color: #fff;
}
.sidenav .widget .search-form button {
padding: 8px 12px;
color: #fff;
background: transparent !important;
transition: 0.3s ease all;
}
.sidenav .widget .search-form button:hover {
opacity: 0.7;
}
.sidenav .fa-ul {
margin-left: 0;
text-align: left;
font-size: 15px;
}
.sidenav .fa-ul li {
padding: 5px 0 20px;
display: flex;
align-items: center;
}
.sidenav .fa-ul li:last-child {
padding-bottom: 0;
}
.sidenav .fa-ul li i {
width: 42px;
height: 42px;
border-radius: 50%;
background: #080d41;
line-height: 45px;
text-align: center;
margin-right: 15px;
}
.sidenav .fa-ul li i:before {
font-size: 16px;
margin-left: 0 !important;
color: #fff;
}
.sidenav .fa-ul li i.flixtaicon-email {
position: relative;
top: 1px;
}
.sidenav .fa-ul li.phone_li i {
line-height: 48px;
}
.sidenav .fa-ul li.address1 {
padding-left: 58px;
padding-top: 0;
font-size: 18px;
margin-bottom: 4px;
}
.sidenav .fa-ul li.address1 i {
position: absolute;
top: 3px;
left: 0;
}
.sidenav .offcanvas_social {
margin-left: 0;
list-style-type: none;
padding-bottom: 0;
margin: 50px 0 0;
}
.sidenav .offcanvas_social li {
display: inline-block;
}
.sidenav .offcanvas_social li a {
transition: all 0.35s;
-moz-transition: all 0.35s;
-ms-transition: all 0.35s;
float: left;
margin-right: 0;
}
.sidenav .offcanvas_social li a i {
font-size: 15px;
color: #0a0a0a;
margin: 0 8px 0 0;
text-align: center;
border: 1px solid rgba(0, 0, 0, 0.06);
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 0px;
transition: 0.4s;
}
.sidenav .offcanvas_social li a i:hover {
background: #080d41;
border-color: #080d41;
color: #fff;
}
.sidenav .offcanvas_social li:last-child a {
margin-right: 0;
}
.sidenav .nav-close-menu-li {
margin: 0;
padding-bottom: 30px;
text-align: right;
}
.sidenav .nav-close-menu-li a {
font-size: 0;
text-align: center;
display: inline-block;
border: 2px solid #fff;
width: 36px;
height: 36px;
line-height: 36px;
border-radius: 100%;
margin-right: 10px;
position: relative;
}
.sidenav .nav-close-menu-li a:after {
content: "";
position: absolute;
width: 2px;
height: 14px;
background-color: #fff;
top: 9px;
}
.sidenav .nav-close-menu-li a:before {
content: "";
position: absolute;
width: 2px;
height: 14px;
background-color: #fff;
top: 9px;
transform: rotate(45deg);
}
.sidenav .nav-close-menu-li a:after {
transform: rotate(-45deg);
}
.sidenav .nav-close-menu-li a:hover {
background: #fff;
color: #000;
border-color: #fff;
}
.sidenav .nav-close-menu-li a:hover:after, .sidenav .nav-close-menu-li a:hover:before {
background-color: #5777ff;
}
.sidenav .widget_nav_menu ul {
padding: 0;
margin: 0;
text-align: left;
}
.sidenav .widget_nav_menu ul li {
list-style: none;
border: none !important;
margin-left: 0;
padding: 0;
position: relative;
}
.sidenav .widget_nav_menu ul li a {
font-size: 15px;
display: block;
color: #091D2D;
line-height: 45px;
font-weight: 500 !important;
}
.sidenav .widget_nav_menu ul li a:hover {
color: #5777ff;
}
.sidenav .widget_nav_menu ul li:before {
display: none;
}
.sidenav .widget_nav_menu ul li ul li a {
text-transform: capitalize;
padding: 10px 0;
line-height: 24px;
}
.sidenav .bs-search button {
padding: 5px 11px;
}
.sidenav li.nav-link-container {
color: #080d41;
text-align: center;
display: block;
border-radius: 30px;
height: 40px;
right: 15px;
width: 40px;
top: 5px;
position: absolute;
transition: transform 0.5s ease;
}
.sidenav li.nav-link-container:hover a {
display: block;
}
.sidenav li.nav-link-container a {
display: block;
background: none !important;
}
.sidenav li.nav-link-container a span {
background: #5777ff !important;
height: 3px;
width: 25px;
}
.sidenav li.nav-link-container .nav-menu-link {
padding: 13px 15px 15px 10px !important;
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger1 {
transform: rotate(-45deg) translate(-5px, 5px);
}
.sidenav li.nav-link-container .nav-menu-link span.hamburger3 {
transform: rotate(45deg) translate(0px, 0px);
}
.bs-sidebar .widget_search button {
font-size: 0;
}
.bs-sidebar .widget_search button i {
display: none;
}
.fa-ul {
list-style: none;
}
.mobile-menu-container .nav-close-menu-li {
padding-top: 50px;
}
.mobile-menu-container .nav-close-menu-li a {
padding: 0;
}
.mobile-menu-container ul {
padding-left: 0;
margin: 0;
text-align: left;
}
.mobile-menu-container ul li {
list-style: none;
border: none !important;
margin-left: 0;
padding: 0;
}
.mobile-menu-container ul li a {
font-size: 15px;
padding: 12px 0;
display: block;
color: #222;
border-bottom: none;
}
.mobile-menu-container ul li a:hover {
opacity: 0.9;
}
.mobile-menu-container ul li:before {
display: none;
}
.nav-active-menu-container {
transform: translate(0);
}
.testimonial2 .image-wrap.center-yes {
justify-content: center;
display: flex;
flex-wrap: nowrap;
}
.content--teb-area {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.content--teb-area .content--left-area {
flex: 0 0 50%;
padding-left: 40px;
}
.content--teb-area .content--left-area .rs-btn {
margin-top: 40px;
}
.content--teb-area .content--left-area ul.check-lists {
margin: 35px 0 0 0;
}
.content--teb-area .image--right-area {
flex: 0 0 50%;
}
.content--teb-area.full-sec {
display: block;
}
.content--teb-area.full-sec .content--left-area {
padding-right: 0;
}
.prelements-heading .pre-heading-line {
height: 5px;
width: 90px;
background: #080d41;
margin: 0px;
position: relative;
border-radius: 30px;
}
.prelements-heading .pre-heading-line:before {
content: "";
position: absolute;
left: 0;
top: -2.7px;
height: 10px;
width: 10px;
border-radius: 50%;
background: #5777ff;
-webkit-animation-duration: 3s;
animation-duration: 3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-name: pre-move-dot;
animation-name: pre-move-dot;
}
.prelements-heading.center .pre-heading-line {
margin: 20px auto;
}
.prelements-heading.center .sub-text .pre-heading-line {
margin: 0 auto 20px;
}
.prelements-heading.right .pre-heading-line {
margin-left: auto;
margin-right: 0;
}
.prelements-heading .title-inner .title.h2 {
font-size: 36px;
font-weight: 500;
}
.gradient_color .title .cd-headline p {
background-color: transparent;
background-image: linear-gradient(80deg, #D6A700 0%, #7D16FF 100%);
}
@-webkit-keyframes pre-move-dot {
from {
transform: translateX(0);
}
to {
transform: translateX(88px);
}
}
@keyframes pre-move-dot {
from {
transform: translateX(0);
}
to {
transform: translateX(88px);
}
}
.rs-portfolio-style6 .portfolio-item .portfolio-content:before {
border-radius: 0;
}
.pre-heading-line1 {
position: relative;
}
.prelements-heading.left .pre-heading-line1 {
position: relative;
margin-left: 44px;
margin-top: 20px;
}
.prelements-heading.left .pre-heading-line1:before, .prelements-heading.left .pre-heading-line1:after {
left: 0;
}
.prelements-gradient-heading .title-inner .title, .prelements-gradient-heading .title-inner span.subtitle {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.not__hover:hover .elementor-widget-wrap:hover .services-style1, .not__hover:not(:hover) .elementor-widget-wrap .services-style1.rs_active {
background: #fff;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.07);
}
.rs-btn a {
cursor: pointer;
display: inline-block;
position: relative;
transition: all 0.4s;
padding: 16px 35px;
font-weight: 700;
z-index: 1;
border-radius: 3px;
color: #ffffff;
background: #D2C007;
}
.rs-btn a i {
transition: all 0.4s;
}
.rs-btn a:hover {
background: #D2C007;
}
.rs-btn.style1 a {
position: relative;
overflow: hidden;
}
.rs-btn.style1 a:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: "";
color: #000 !important;
background: #fff;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.rs-btn.style1 a:hover a {
color: #5777ff;
}
.rs-btn.style1 a:hover:before {
left: 0%;
right: auto;
width: 100%;
}
.rs-btn.style3 i {
position: relative;
left: 25px;
}
.rs-btn.style6 a {
position: relative;
display: inline-flex;
align-items: center;
}
.rs-btn.gradient_color .rs_button .btn_text {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-color: transparent;
background-image: linear-gradient(80deg, #d6a700 0%, #7d16ff 100%);
}
.header-btn .header-btn-wrapper {
display: inline-block;
}
.popup-text-video svg {
display: block;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.prelements-heading .sub-text .pre-heading-line {
display: block;
}
.popup-text-video svg {
position: absolute;
transition: 0.5s;
bottom: -12px;
width: 112px;
}
.popup-text-video:hover svg {
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
-webkit-animation: expand2 2s;
animation: expand2 2s;
}
@-webkit-keyframes expand2 {
from {
width: 0;
}
to {
width: 112px;
}
}
@keyframes expand2 {
from {
width: 0;
}
to {
width: 112px;
}
}
.services-btn svg {
position: relative;
transition: 0.5s;
top: 0px;
}
.blog-btn svg {
position: relative;
transition: 0.5s;
top: 2px;
left: 2px;
}
.blog-btn:hover svg {
top: -1px;
}
.anim10 {
transition: all 500ms ease;
transform: translateY(0px);
}
.anim10:hover {
transform: translateY(-10px);
}
.prelements-heading.center .sub-text .pre-heading-line1 {
top: -22px;
padding-right: 0;
max-width: 120px;
margin: 0 auto;
display: block;
}
.prelements-heading.right .sub-text .pre-heading-line1 {
top: -10px;
padding-left: 75px;
padding-right: 0;
float: right;
clear: right;
}
.prelements-heading.right .sub-text .pre-heading-line {
display: block;
top: 10px;
float: right;
clear: left;
margin-left: 25px;
margin-right: 0px;
}
.prelements-heading.left .sub-text .pre-heading-line {
display: block;
top: 10px;
float: left;
clear: left;
margin-right: 25px;
}
.prelements-heading.right .pre-heading-line1 {
position: relative;
margin-left: 44px;
margin-top: 20px;
}
.prelements-heading.right .pre-heading-line1:before, .prelements-heading.right .pre-heading-line1:after {
right: 0;
left: auto;
}
.prelements-heading.right .sub-text .pre-heading-line1:after {
margin-right: 25px;
margin-left: 0;
}
.elementor-widget-container:hover .pre-heading-line1:before {
width: 65px;
margin-left: -5px;
background: #080d41;
}
.rs__custom_slider_btn .rs_button {
padding: 14px 45px 14px 35px;
}
.rs__custom_slider_btn .rs-btn.style3 a i {
margin-left: 10px !important;
}
.elementor-widget-container:hover .pre-heading-line1:after {
width: 12px;
margin-left: 35px;
background: #080d41;
}
.elementor-widget-container:hover .prelements-heading.right .sub-text .pre-heading-line1:before {
margin-right: -14px;
margin-left: 0;
}
.elementor-widget-container:hover .prelements-heading.right .sub-text .pre-heading-line1:after {
margin-right: 0px;
}
.sub-text .pre-heading-line1 {
top: -13px;
padding-right: 75px;
}
#rs-header.header-transparent .menu-sticky.sticky ul.offcanvas-icon.sidenav .nav-link-container span {
background: #fff !important;
}
#rs-header .menu-area .navbar ul .menu-item:not(.mega) ul li ul.sub-menu, #rs-header .menu-area .navbar ul .page_item:not(.mega) ul li ul.sub-menu {
position: absolute;
left: 100%;
top: 0px;
opacity: 0;
transform: translateY(20px);
visibility: hidden;
}
#rs-header .menu-area .navbar ul .menu-item:not(.mega) ul > li:hover > ul.sub-menu, #rs-header .menu-area .navbar ul .page_item:not(.mega) ul > li:hover > ul.sub-menu {
opacity: 1;
transform: translateY(0px);
visibility: visible;
}
.secondarycolor {
color: #080d41;
}
#rs-header .menu-area .navbar ul li.three-col ul > li {
width: 33.33%;
}
#rs-header .menu-area .navbar ul li.four-col ul > li {
width: 25%;
}
.transparent_header {
position: absolute;
}
.transparent_header .menu-area .navbar ul > li > a:after {
background: #fff;
}
.transparent_header .sticky .navbar ul > li > a:after {
background: #5777ff;
}
.default_header .menu-area .navbar ul > li > a:after {
background: #5777ff;
}
.customrev .rev-btn i {
position: absolute;
top: 50%;
right: 26px;
transition: all 0.3s;
transform: translateY(-50%);
opacity: 1;
font-size: 16px;
}
.customrev .rev-btn:hover i {
opacity: 1;
right: 18px;
}
.space15 .elementor-accordion-item {
margin-bottom: 20px !important;
}
.elementor-widget-rs-logo .slick-track {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.mc4wp-form-fields input[type=submit] {
border-radius: 4px 4px 4px 4px;
position: absolute;
background-color: #1C3651;
color: #fff;
font-size: 18px;
font-weight: 500;
width: 157px;
height: 60px;
z-index: 1;
right: 5px;
top: 5px;
}
.mc4wp-form-fields input[type=email] {
border-radius: 6px 6px 6px 6px;
border-style: solid;
border-width: 2px 2px 2px 2px;
height: 70px;
border-color: rgba(21, 42, 64, 0.1411764706);
background-color: transparent;
color: rgba(28, 54, 81, 0.7019607843);
width: 100%;
max-width: 100%;
opacity: 1;
} .rs-breadcrumbs {
background: #f9faff;
}
.rs-breadcrumbs.text-center .breadcrumbs-inner {
max-width: 600px;
margin: 0 auto;
}
.rs-breadcrumbs.text-center .breadcrumbs-meta, .rs-breadcrumbs.text-center .breadcrumbs-title {
justify-content: center;
}
.rs-breadcrumbs.text-center .breadcrumbs-inner .page-title {
text-align: left;
}
.rs-breadcrumbs.text-right .breadcrumbs-meta, .rs-breadcrumbs.text-right .breadcrumbs-title {
justify-content: right;
}
.rs-breadcrumbs.text-right .breadcrumbs-inner .page-title {
text-align: right;
}
.rs-breadcrumbs .breadcrumbs-inner {
padding: 120px 0 120px;
position: relative;
margin: 0 auto;
text-align: center;
}
.rs-breadcrumbs .breadcrumbs-inner p {
font-weight: 500;
color: #091D2D;
max-width: 600px;
margin: 18px auto 0;
}
.rs-breadcrumbs .breadcrumbs-inner .banner-desc {
margin-top: 10px;
margin-bottom: 10px;
color: #091D2D;
text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories {
padding: 0 0 8px 0;
}
.rs-breadcrumbs .breadcrumbs-inner .cate-single .post-categories a {
background: #fbfbfb;
color: #fff !important;
padding: 6px 19px 5px;
border-radius: 5px;
font-size: 13px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta {
padding-left: 0;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li {
margin-right: 13px;
font-size: 13px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i {
margin-right: 3px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li i:before {
font-size: 14px;
font-weight: 600;
}
.rs-breadcrumbs .container-fluid {
padding-left: 70px;
padding-right: 70px;
}
.rs-breadcrumbs .breadcrumbs-single {
background-size: cover;
}
.rs-breadcrumbs .trail-browse {
display: none !important;
}
.rs-breadcrumbs .trail-items li {
position: relative;
}
.rs-breadcrumbs .trail-items li a {
padding-right: 20px;
}
.rs-breadcrumbs .trail-items li::after {
right: 0px;
position: absolute;
padding: 0;
content: "\f147";
font-family: flixtaicon;
font-style: normal;
font-weight: 300;
display: block !important;
top: 0;
}
.rs-breadcrumbs .trail-items li.trail-end::after {
display: none !important;
}
.rs-breadcrumbs .page-title {
margin: 0 auto !important;
padding-bottom: 0px !important;
color: #091D2D;
font-size: 65px;
position: relative;
}
.rs-breadcrumbs h6.intro-title {
color: #19082D;
}
.rs-breadcrumbs .breadcrumbs {
text-align: center;
}
.rs-breadcrumbs .trail-items li::after {
font-size: 12px;
}
.rs-breadcrumbs ul {
display: inline-block;
margin: 0px;
}
.rs-breadcrumbs ul li {
color: #666666;
display: inline-block;
font-size: 17px;
}
.rs-breadcrumbs ul li a {
padding: 0 8px;
color: #666666;
}
.rs-breadcrumbs ul li a:hover {
color: #5777ff;
}
.rs-breadcrumbs ul li.trail-begin a {
position: relative;
display: inline-block;
padding-left: 0;
}
.rs-breadcrumbs ul li.trail-begin a:hover {
opacity: 0.7;
}
.rs-breadcrumbs ul li.trail-end {
padding-left: 8px;
}
.rs-breadcrumbs.porfolio-details {
position: relative;
}
.rs-breadcrumbs .breadcrumbs-meta {
display: inline-flex;
align-items: center;
justify-content: left;
margin-top: 20px;
}
.rs-breadcrumbs .breadcrumbs-meta li {
margin-right: 30px;
display: flex;
align-items: center;
color: #666666;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby {
display: flex;
align-items: center;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .avatar {
margin-right: 15px;
border-radius: 50%;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .info {
color: #666666;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .info .name {
margin: 0;
color: #666666;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .info .designation {
font-weight: 300;
}
.rs-breadcrumbs .breadcrumbs-meta li .single-posts-meta li {
padding-right: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li .fi.fi-rr-book {
position: relative;
top: 2px;
margin-right: 1px;
color: #5777ff !important;
}
.rs-breadcrumbs .breadcrumbs-meta li .title {
color: #666666;
margin: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li a {
color: #666666;
}
.rs-breadcrumbs .breadcrumbs-meta li a:hover {
color: #5777ff;
}
.rs-breadcrumbs .breadcrumbs-meta li span {
display: flex;
align-items: center;
}
.rs-breadcrumbs .breadcrumbs-meta li span i {
margin-right: 2px;
position: relative;
color: #5777ff !important;
}
.rs-breadcrumbs .breadcrumbs-meta li span svg {
width: 18px;
position: relative;
margin-right: 5px;
color: #5777ff;
}
.rs-breadcrumbs .breadcrumbs-meta li span svg.feather-calendar {
width: 17px;
}
.rs-breadcrumbs .breadcrumbs-meta li span svg.feather-message-square {
top: 0px;
}
.rs-breadcrumbs .breadcrumbs-meta li:last-child {
margin: 0;
}
.rs-breadcrumbs .breadcrumbs-meta li svg.feather-file {
width: 17px;
position: relative;
top: -1px;
margin-right: 5px;
color: #5777ff;
}
.mc4wp-form-fields input[type=email]::-webkit-input-placeholder { color: #999;
}
.mc4wp-form-fields input[type=email]::-moz-placeholder { color: #999;
}
.mc4wp-form-fields input[type=email]:-ms-input-placeholder { color: #999;
}
.mc4wp-form-fields input[type=email]:-moz-placeholder { color: #999;
}
.entry-content .page-links {
padding-top: 30px;
}
.comment-reply-title {
font-size: 24px;
font-weight: 700;
margin-top: 14px;
}
.page .comments-title {
font-size: 24px;
font-weight: 700;
}
.single-post .bs-sidebar h2 {
margin-top: 0;
}
.home5__brl__0 .elementor-accordion-item {
border-left: 0 !important;
border-right: 0 !important;
margin: 22px 0;
background: #fff;
}
.home5__brl__0 .elementor-accordion-item .elementor-tab-title.elementor-active {
background: #4caf50 !important;
}
.rs-innner-offcanvas-contents .widget_text {
font-size: 15px;
line-height: 1.8;
}
.recent-widget .show-featured .post-img img {
border-radius: 1px;
}
.format-aside .single-content-full .bs-desc {
margin-top: 0;
}
.close5 {
background: #28406d;
color: #fff;
border-radius: 50%;
}
.home1-contact input.wpcf7-text, .home1-contact select, .home1-contact textarea {
background: #080d41;
border: none;
color: #fff;
width: 100%;
margin-bottom: 30px;
outline: none;
}
.home1-contact input[type=submit] {
background: #080d41;
width: 100%;
font-size: 16px;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: -7px;
border-radius: 0;
}
.home1-contact input.wpcf7-text {
height: 55px;
}
.home1-contact textarea {
height: 170px;
}
.home1-contact input[type=text]::-webkit-input-placeholder, .home1-contact textarea::-webkit-input-placeholder { color: #fff;
opacity: 1;
}
.home1-contact input[type=email]::-webkit-input-placeholder { color: #fff;
opacity: 1;
}
.home1-contact input[type=text]::-moz-placeholder { color: #fff;
opacity: 1;
}
.home1-contact textarea::-moz-placeholder { color: #fff;
opacity: 1;
}
.home1-contact input[type=email]::-moz-placeholder { color: #fff;
opacity: 1;
}
.home1-contact input[type=text]:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.home1-contact textarea:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.home1-contact input[type=email]:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.home1-contact input[type=text]:-moz-placeholder { color: #fff;
opacity: 1;
}
.home1-contact textarea:-moz-placeholder, .home1-contact input[type=email]:-moz-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input.wpcf7-text, .dark-contact select, .dark-contact textarea {
background: transparent;
border: none;
border-bottom: 2px solid #999;
color: #fff;
width: 100%;
margin-bottom: 30px;
outline: none;
padding-left: 0;
}
.dark-contact input[type=submit] {
background: #080d41;
width: 100%;
font-size: 14px;
text-transform: uppercase;
border-radius: 0;
border-color: #080d41;
padding: 12px 30px;
}
.dark-contact input[type=submit]:hover {
border-color: #080d41;
background: transparent;
color: #fff;
}
.dark-contact input.wpcf7-text {
height: 55px;
}
.dark-contact textarea {
height: 120px;
}
.dark-contact input[type=text]::-webkit-input-placeholder, .dark-contact textarea::-webkit-input-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input[type=email]::-webkit-input-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input[type=text]::-moz-placeholder { color: #fff;
opacity: 1;
}
.dark-contact textarea::-moz-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input[type=email]::-moz-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input[type=text]:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.dark-contact textarea:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input[type=email]:-ms-input-placeholder { color: #fff;
opacity: 1;
}
.dark-contact input[type=text]:-moz-placeholder { color: #fff;
opacity: 1;
}
.dark-contact textarea:-moz-placeholder, .dark-contact input[type=email]:-moz-placeholder { color: #fff;
opacity: 1;
}
.footer-top-contact .rs-contact {
color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text h3 {
color: #fff;
font-weight: 500;
}
.footer-top-contact .rs-contact .contact-address .address-text a {
color: #fff;
}
.footer-top-contact .rs-contact .contact-address .address-text a:hover {
color: #5777ff;
}
.rs-portfolio-style7 .showcase-item img {
-webkit-animation: scale-up-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
animation: scale-up-center 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes scale-up-center {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
@keyframes scale-up-center {
0% {
transform: scale(0.5);
}
100% {
transform: scale(1);
}
}
.subscribe-form p {
text-align: center;
margin: 0 auto;
}
.subscribe-form .mc4wp-form-fields {
margin: 0 auto;
}
.subscribe-form input {
display: inline-block;
height: 70px;
line-height: 70px;
padding: 0 30px;
}
.subscribe-form input[type=email] {
width: 70%;
border-radius: 30px 0 0 30px;
}
.subscribe-form input[type=submit] {
border-radius: 0 30px 30px 0;
position: relative;
}
.subscribe-form .signup-post {
display: none;
}
.request-a-services .Services {
position: relative;
width: 100%;
display: block;
}
.request-a-services .Services select {
display: none; }
.request-a-services .select-selected {
background-color: #fff;
}
.request-a-services .select-items div {
color: #7A7A7A;
padding: 10px 20px;
border: 1px solid #f1f1f1;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 50px;
transition: 0.3s;
}
.request-a-services .select-selected {
color: #7A7A7A;
padding: 10px 20px;
border: 1px solid #f1f1f1;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 50px;
transition: 0.3s;
padding: 16px 20px 16px 20px;
}
.request-a-services .select-items {
position: absolute;
background-color: transparent;
top: 100%;
left: 0;
right: 0;
z-index: 99;
}
.request-a-services .select-items div {
background: #fff;
border-radius: 0;
}
.request-a-services .select-hide {
display: none;
}
.request-a-services .select-items div:hover, .request-a-services .same-as-selected {
background-color: #f1f1f1;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
margin-right: 10px;
} #pre-load {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
margin-top: 0px;
top: 0px;
z-index: 999999;
}
.loader .loader-container {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border: 3px solid #ebebec;
border-radius: 50%;
}
.loader .loader-container:before {
position: absolute;
content: "";
display: block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
border-top: 3px solid #080d41;
border-radius: 50%;
animation: loaderspin 1.8s infinite ease-in-out;
-webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.rs-slider-scrolldown {
transform: rotate(90deg);
}
.rs-slider-scrolldown a {
color: #fff;
transition: 0.4s;
}
.rs-slider-scrolldown a:hover {
color: #19082D;
}
.loader .loader-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80px;
text-align: center;
}
.loader .loader-icon img {
-webkit-animation: loaderpulse alternate 900ms infinite;
animation: loaderpulse alternate 900ms infinite;
width: 40px;
}
@keyframes loaderspin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
@-webkit-keyframes loaderspin {
0% {
transform: translate(-50%, -50%) rotate(0deg);
}
100% {
transform: translate(-50%, -50%) rotate(360deg);
}
}
@-webkit-keyframes loaderpulse {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
@keyframes loaderpulse {
0% {
transform: scale(1);
}
100% {
transform: scale(1.2);
}
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border {
background: #fff;
text-align: center !important;
line-height: 65px !important;
width: 65px !important;
height: 65px !important;
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border i {
color: #fd4a36;
}
.slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border:after, .slider-v-btn .rs-video.style2 .rs-icon-inners .animate-border .popup-border:before {
border-color: #fff;
} #braintech-load {
background-color: #fff;
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
margin-top: 0px;
top: 0px;
z-index: 999999;
}
#braintech-load img {
position: absolute;
top: 50%;
left: 50%;
padding: 15px;
transform: translate(-50%, -50%);
}
.loader-braintech {
position: absolute;
width: 75px;
height: 100px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.spinner {
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
background-color: #080d41;
border-radius: 100%;
-webkit-animation: sk-scaleout 1s infinite ease-in-out;
animation: sk-scaleout 1s infinite ease-in-out;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.spinner_inner-image {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -50%);
}
@-webkit-keyframes sk-scaleout {
0% {
-webkit-transform: scale(0);
}
100% {
-webkit-transform: scale(1.1);
opacity: 0;
}
}
@keyframes sk-scaleout {
0% {
transform: scale(0);
}
100% {
transform: scale(1.1);
opacity: 0;
}
}
.flixtaicon-cross.closes:before {
color: #ffffff;
margin: 0;
font-size: 20px;
font-weight: 700;
}
.sidenav .widget_nav_menu ul li.mega {
position: relative !important;
}
.max1000 .slick-list {
max-width: 1000px !important;
margin: 0 auto !important;
}
.artificial-price-plan .rs-pricing-table-features-list li i {
background: transparent;
}
@-webkit-keyframes braintech-loader-anim {
0% {
opacity: 1;
transform: scale(0.1);
}
70% {
opacity: 0.5;
transform: scale(1);
}
95% {
opacity: 0;
}
}
@keyframes braintech-loader-anim {
0% {
opacity: 1;
transform: scale(0.1);
}
70% {
opacity: 0.5;
transform: scale(1);
}
95% {
opacity: 0;
}
}
@-webkit-keyframes anim {
from {
left: -100%;
}
to {
left: 100%;
}
}
@keyframes anim {
from {
left: -100%;
}
to {
left: 100%;
}
}
.zin-1 .rs-animation-shape-image .middle-image {
z-index: -1 !important;
}
.rs-cenermore .testimonial-item {
transition: 0.4s;
}
.rs-cenermore .testimonial-item:not(.slick-center) {
opacity: 0.7;
}
.rsaddon-unique-slider .rs-addon-slider .slick-arrow {
width: 50px;
height: 50px;
border-radius: 60px;
line-height: 50px;
border: 1px solid #fff;
opacity: 0;
transition: 0.4s;
}
.rsaddon-unique-slider .rs-addon-slider .slick-arrow:before {
content: "\ea60";
font-family: "remixicon" !important;
line-height: 50px;
font-size: 28px;
}
.rsaddon-unique-slider .rs-addon-slider .slick-prev {
left: 10px;
}
.rsaddon-unique-slider .rs-addon-slider .slick-next {
right: 10px;
}
.rsaddon-unique-slider .rs-addon-slider .slick-next:before {
content: "\ea6c";
}
.rsaddon-unique-slider .rs-addon-slider:hover .slick-arrow {
opacity: 1;
}
.rsaddon-unique-slider .rs-addon-slider:hover .slick-prev {
left: -75px;
}
.rsaddon-unique-slider .rs-addon-slider:hover .slick-next {
right: -75px;
}
.rs-portfolio-slider.rs-portfolio-style3.rs-custom .slick-prev {
visibility: visible;
opacity: 1;
left: 0;
border: 1px solid #fff;
}
.rs-portfolio-slider.rs-portfolio-style3.rs-custom .slick-prev:before {
line-height: 45px;
}
.rs-portfolio-slider.rs-portfolio-style3.rs-custom .slick-next {
visibility: visible;
opacity: 1;
right: 0;
border: 1px solid #fff;
}
.rs-portfolio-slider.rs-portfolio-style3.rs-custom .slick-next:before {
line-height: 45px;
}
.rs-logo-grid.style2tws .cols .logo-title {
position: relative;
}
.rs-logo-grid.style2tws .cols .logo-title:before {
content: "";
position: absolute;
top: 0;
left: 50%;
height: 40px;
width: 1px;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.1294117647);
transition: all 0.25s ease;
}
.rs-logo-grid.style2tws .cols .logo-title:after {
content: "";
position: absolute;
top: 40px;
left: 50.3%;
height: 12px;
border-radius: 50%;
width: 12px;
transform: translateX(-50%);
background-color: rgba(255, 255, 255, 0.1294117647);
transition: all 0.25s ease;
}
.rs-addon-slider .slick-next:before {
content: "\f114";
font-size: 23px;
color: #080d41;
margin: 0;
display: inline-block;
text-align: center;
}
.rs-addon-slider .slick-prev:before {
content: "\f115";
font-size: 23px;
color: #080d41;
margin: 0;
display: inline-block;
text-align: center;
}
.rs-gradient-yes .rs-counter-list .count-number span {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(90deg, #080d41 10%, #5777ff 100%);
}
.rs-counter-list .count-text span.rs-counter {
position: relative;
z-index: 2;
}
.rs-counter-list .count-text span.rs-counter:after {
content: "";
height: 8px;
position: absolute;
bottom: 12px;
right: 0;
left: 0px;
transition: all 0.3s ease;
z-index: -1;
}
.rsaddon-unique-slider .rs-addon-slider .slick-list .rs-grid-figure .logo-img {
text-align: center;
}
.breadcrumbs-inner .page-title {
position: relative;
z-index: 2;
}
.cd-title {
position: relative;
height: 160px;
text-align: center;
}
.cd-intro {
width: 90%;
max-width: 768px;
text-align: center;
}
.cd-words-wrapper {
display: inline-block;
position: relative;
text-align: left;
margin-left: 10px;
}
.cd-words-wrapper p {
display: inline-block;
position: absolute;
left: 0;
top: 0;
}
.cd-words-wrapper p.is-visible {
position: relative;
}
.no-js .cd-words-wrapper p {
opacity: 0;
}
.no-js .cd-words-wrapper p.is-visible {
opacity: 1;
}
.plumber-contact-form textarea {
margin-bottom: 8px !important;
}
.plumber-contact-form .wpcf7-submit {
top: 12px;
}
.blog-btn i, .rs-btn .rs_button i {
transition: all 0.4s;
}
.blog-btn i:before, .rs-btn .rs_button i:before {
font-size: 17px;
margin: 0;
position: relative;
top: 3px;
}
.bs-sidebar .widget_search button:hover, .bs-sidebar .bs-search button:hover {
color: #515261;
}
.rs__about .elementor-accordion-item, .rs__accor .elementor-accordion-item {
box-shadow: 0px 0px 50px 0 rgba(0, 0, 1, 0.05);
margin-bottom: 25px;
border-radius: 30px;
background: #fff;
}
.rs__about .elementor-accordion-item .elementor-tab-title, .rs__about .elementor-accordion-item .elementor-tab-content {
background: none !important;
}
.rs__accor .elementor-accordion-item .elementor-tab-title, .rs__accor .elementor-accordion-item .elementor-tab-content {
background: none !important;
}
.rs__about .elementor-accordion-item {
margin-bottom: 15px;
border-radius: 0px;
}
.rs__accor .elementor-accordion-icon {
margin-top: 10px;
} .cd-headline.rotate-1 .cd-words-wrapper {
perspective: 300px;
}
.cd-headline.rotate-1 p {
opacity: 0;
transform-origin: 50% 100%;
transform: rotateX(180deg);
}
.cd-headline.rotate-1 p.is-visible {
opacity: 1;
transform: rotateX(0deg);
-webkit-animation: cd-rotate-1-in 1.2s;
animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 p.is-hidden {
transform: rotateX(180deg);
-webkit-animation: cd-rotate-1-out 1.2s;
animation: cd-rotate-1-out 1.2s;
}
.cd-headline.type .cd-words-wrapper {
overflow: hidden;
}
.cd-headline.type .cd-words-wrapper::after { content: "";
position: absolute;
right: 0;
top: 50%;
bottom: auto;
transform: translateY(-50%);
height: 80%;
width: 1px;
background-color: #aebcb9;
}
@-webkit-keyframes cd-rotate-1-in {
0% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
35% {
-webkit-transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(360deg);
opacity: 1;
}
}
@keyframes cd-rotate-1-in {
0% {
transform: rotateX(180deg);
opacity: 0;
}
35% {
transform: rotateX(120deg);
opacity: 0;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(360deg);
opacity: 1;
}
}
@-webkit-keyframes cd-rotate-1-out {
0% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
35% {
-webkit-transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
-webkit-transform: rotateX(180deg);
opacity: 0;
}
}
@keyframes cd-rotate-1-out {
0% {
transform: rotateX(0deg);
opacity: 1;
}
35% {
transform: rotateX(-40deg);
opacity: 1;
}
65% {
opacity: 0;
}
100% {
transform: rotateX(180deg);
opacity: 0;
}
} .nicescroll-rails {
z-index: 999 !important;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
-webkit-animation: cd-pulse 1s infinite;
animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected {
background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.selected::after {
visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected p {
color: #0d0d0d;
}
.cd-headline.type p {
visibility: hidden;
}
.cd-headline.type p.is-visible {
visibility: visible;
}
.cd-headline.type i {
position: absolute;
visibility: hidden;
}
.cd-headline.type i.in {
position: relative;
visibility: visible;
}
.cd-headline.rotate-2 .cd-words-wrapper {
perspective: 300px;
}
.cd-headline.rotate-2 i, .cd-headline.rotate-2 em {
display: inline-block;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.cd-headline.rotate-2 b {
opacity: 0;
}
.cd-headline.rotate-2 i {
transform-style: preserve-3d;
transform: translateZ(-20px) rotateX(90deg);
opacity: 0;
}
@-webkit-keyframes cd-pulse {
0% {
-webkit-transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
-webkit-transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
-webkit-transform: translateY(-50%) scale(0);
opacity: 0;
}
}
@keyframes cd-pulse {
0% {
transform: translateY(-50%) scale(1);
opacity: 1;
}
40% {
transform: translateY(-50%) scale(0.9);
opacity: 0;
}
100% {
transform: translateY(-50%) scale(0);
opacity: 0;
}
} .is-visible .cd-headline.rotate-2 i {
opacity: 1;
}
.cd-headline.rotate-2 i.in {
-webkit-animation: cd-rotate-2-in 0.4s forwards;
animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
-webkit-animation: cd-rotate-2-out 0.4s forwards;
animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
transform: rotateX(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
transform: scale(1);
}
.has-blue-background-color {
background-color: #20599e !important;
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
0% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0deg);
}
}
@keyframes cd-rotate-2-in {
0% {
opacity: 0;
transform: translateZ(-20px) rotateX(90deg);
}
60% {
opacity: 1;
transform: translateZ(-20px) rotateX(-10deg);
}
100% {
opacity: 1;
transform: translateZ(-20px) rotateX(0deg);
}
}
@-webkit-keyframes cd-rotate-2-out {
0% {
opacity: 1;
-webkit-transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-20px) rotateX(-90deg);
}
}
@keyframes cd-rotate-2-out {
0% {
opacity: 1;
transform: translateZ(-20px) rotateX(0);
}
60% {
opacity: 0;
transform: translateZ(-20px) rotateX(-100deg);
}
100% {
opacity: 0;
transform: translateZ(-20px) rotateX(-90deg);
}
} .cd-headline.loading-bar span {
display: inline-block;
padding: 0.2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper::after { content: "";
position: absolute;
left: 0;
bottom: 0;
height: 3px;
width: 0;
background: #0096a7;
z-index: 2;
transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
width: 100%;
transition: width 3s;
}
.cd-headline.loading-bar p {
top: 0.2em;
opacity: 0;
transition: opacity 0.3s;
}
.cd-headline.loading-bar p.is-visible {
opacity: 1;
top: 0;
}
.cd-headline.slide span {
display: inline-block;
padding: 0.2em 0;
}
.cd-headline.slide .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.slide p {
opacity: 0;
top: 0.2em;
}
.cd-headline.slide p.is-visible {
top: 0;
opacity: 1;
-webkit-animation: slide-in 0.6s;
animation: slide-in 0.6s;
}
.cd-headline.slide p.is-hidden {
-webkit-animation: slide-out 0.6s;
animation: slide-out 0.6s;
}
.cd-headline.clip span {
display: inline-block;
padding: 0.2em 0;
}
.cd-headline.clip .cd-words-wrapper {
overflow: hidden;
vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after { content: "";
position: absolute;
top: 0;
right: 0;
width: 2px;
height: 100%;
background-color: #aebcb9;
}
.cd-headline.clip p {
opacity: 0;
margin-bottom: 0;
}
.cd-headline.clip p.is-visible {
opacity: 1;
}
.cd-headline.zoom .cd-words-wrapper {
perspective: 300px;
}
.cd-headline.zoom p {
opacity: 0;
}
.cd-headline.zoom p.is-visible {
opacity: 1;
-webkit-animation: zoom-in 0.8s;
animation: zoom-in 0.8s;
}
.cd-headline.zoom p.is-hidden {
-webkit-animation: zoom-out 0.8s;
animation: zoom-out 0.8s;
}
.rs--goole__map {
margin-top: 40px;
}  .service_single_wrap .widget_nav_menu .widget-title {
margin-bottom: 37px !important;
}
.service_single_wrap .widget_nav_menu ul li:first-child {
padding-top: 12px;
margin-top: 12px;
}
.service_single_wrap .widget_nav_menu ul li {
background: #fafafa;
border: none;
padding: 12px 20px;
margin-top: 12px;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.service_single_wrap .widget_nav_menu ul li:hover {
background: #337ccf;
}
.service_single_wrap .widget_nav_menu ul li a {
position: relative;
display: block;
}
.service_single_wrap .widget_nav_menu ul li:hover a {
color: #fff;
}
.service_single_wrap .widget_nav_menu ul li a:after {
position: absolute;
content: "";
opacity: 1 !important;
visibility: visible;
height: 2px;
width: 7px;
right: 6px;
top: 50% !important;
transform: translateY(-50%) !important;
background: #606060;
transition: unset !important;
}
.service_single_wrap .widget_nav_menu ul li a:before {
position: absolute;
content: "";
font-family: unset !important;
right: 0px;
left: unset;
opacity: 1 !important;
visibility: visible;
font-size: 18px;
transition: unset !important;
top: 50% !important;
transform: translateY(-50%) !important;
border-left: 6px solid #606060;
border-bottom: 6px solid transparent;
border-right: 0 solid transparent;
border-top: 6px solid transparent;
}
.service_single_wrap .widget_nav_menu ul li:hover a:after {
background: #fff;
}
.service_single_wrap .widget_nav_menu ul li:hover a::before {
border-left-color: #fff;
}
.service-cta-box .service-cta-content > h3 {
color: #fff;
font-size: 20px;
line-height: 32px;
font-weight: 700 !important;
position: relative;
z-index: 1;
padding: 20px 20px;
text-align: center;
background: #337ccf;
border-radius: 4px 4px 0 0;
margin: 0 !important;
}
.rs-single-service-area .widget_custom_html {
padding: 0;
background: transparent;
}
.service-cta-box .service-cta-content .cta-content {
background: #fff;
padding: 30px;
border-radius: 0 0 4px 4px;
}
.service-cta-box .service-cta-content .cta-content p {
font-size: 16px;
}
.service-cta-content .cta-content .cta-contact-box {
display: flex;
align-items: center;
}
.service-cta-content .cta-content .cta-contact-box .icon {
width: 40px;
margin-right: 15px;
}
.service-cta-content .cta-content .cta-contact-box .content {
display: flex;
flex-direction: column;
}
.service-cta-content .cta-content .cta-contact-box .content span {
font-size: 15px;
font-weight: 500;
color: #7A7A7A;
}
.service-cta-content .cta-content .cta-contact-box .content a {
font-size: 20px;
font-weight: 600;
color: #071230;
} @-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateY(20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes slide-in {
0% {
opacity: 0;
transform: translateY(-100%);
}
60% {
opacity: 1;
transform: translateY(20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
@-webkit-keyframes slide-out {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
60% {
opacity: 0;
-webkit-transform: translateY(120%);
}
100% {
opacity: 0;
-webkit-transform: translateY(100%);
}
}
@keyframes slide-out {
0% {
opacity: 1;
transform: translateY(0);
}
60% {
opacity: 0;
transform: translateY(120%);
}
100% {
opacity: 0;
transform: translateY(100%);
}
}  @-webkit-keyframes zoom-in {
0% {
opacity: 0;
-webkit-transform: translateZ(100px);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
}
}
@keyframes zoom-in {
0% {
opacity: 0;
transform: translateZ(100px);
}
100% {
opacity: 1;
transform: translateZ(0);
}
}
@-webkit-keyframes zoom-out {
0% {
opacity: 1;
-webkit-transform: translateZ(0);
}
100% {
opacity: 0;
-webkit-transform: translateZ(-100px);
}
}
@keyframes zoom-out {
0% {
opacity: 1;
transform: translateZ(0);
}
100% {
opacity: 0;
transform: translateZ(-100px);
}
} .cd-headline.rotate-3 .cd-words-wrapper {
perspective: 300px;
}
.cd-headline.rotate-3 p {
opacity: 0;
}
.cd-headline.rotate-3 i {
display: inline-block;
transform: rotateY(180deg);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
transform: rotateY(0deg);
}
.cd-headline.rotate-3 i.in {
-webkit-animation: cd-rotate-3-in 0.6s forwards;
animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
-webkit-animation: cd-rotate-3-out 0.6s forwards;
animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
transform: rotateY(0deg);
opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
0% {
-webkit-transform: rotateY(180deg);
}
100% {
-webkit-transform: rotateY(0deg);
}
}
@keyframes cd-rotate-3-in {
0% {
transform: rotateY(180deg);
}
100% {
transform: rotateY(0deg);
}
}
@-webkit-keyframes cd-rotate-3-out {
0% {
-webkit-transform: rotateY(0);
}
100% {
-webkit-transform: rotateY(-180deg);
}
}
@keyframes cd-rotate-3-out {
0% {
transform: rotateY(0);
}
100% {
transform: rotateY(-180deg);
}
} .cd-headline.scale p {
opacity: 0;
}
.cd-headline.scale i {
display: inline-block;
opacity: 0;
transform: scale(0);
}
.is-visible .cd-headline.scale i {
opacity: 1;
}
.cd-headline.scale i.in {
-webkit-animation: scale-up 0.6s forwards;
animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
-webkit-animation: scale-down 0.6s forwards;
animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
transform: scale(1);
opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
opacity: 1;
}
@-webkit-keyframes scale-up {
0% {
-webkit-transform: scale(0);
opacity: 0;
}
60% {
-webkit-transform: scale(1.2);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes scale-up {
0% {
transform: scale(0);
opacity: 0;
}
60% {
transform: scale(1.2);
opacity: 1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes scale-down {
0% {
-webkit-transform: scale(1);
opacity: 1;
}
60% {
-webkit-transform: scale(0);
opacity: 0;
}
}
@keyframes scale-down {
0% {
transform: scale(1);
opacity: 1;
}
60% {
transform: scale(0);
opacity: 0;
}
} .cd-headline.push p {
opacity: 0;
}
.cd-headline.push p.is-visible {
opacity: 1;
-webkit-animation: push-in 0.6s;
animation: push-in 0.6s;
}
.cd-headline.push p.is-hidden {
-webkit-animation: push-out 0.6s;
animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%);
}
60% {
opacity: 1;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes push-in {
0% {
opacity: 0;
transform: translateX(-100%);
}
60% {
opacity: 1;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
@-webkit-keyframes push-out {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
60% {
opacity: 0;
-webkit-transform: translateX(110%);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%);
}
}
@keyframes push-out {
0% {
opacity: 1;
transform: translateX(0);
}
60% {
opacity: 0;
transform: translateX(110%);
}
100% {
opacity: 0;
transform: translateX(100%);
}
}
.clip-path--faq {
clip-path: polygon(0 0, 50% 30%, 100% 0, 100% 100%, 0 100%);
}
.window-banner-btn svg {
transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
transition: 0.5s;
}
.window-banner-btn:hover svg {
transform: translate3d(8px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
transform-style: preserve-3d;
}
.window-banner-btn:hover svg path {
fill: #5777ff;
}
@media (max-width: 656px) {
.window-banner-btn svg {
width: 11px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.flixta--search--form .rs_stickys_form.search-form {
top: 210% !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.flixta--search--form-plumbing .rs_stickys_form.search-form {
top: 188% !important;
}
}
@media (min-width: 1367px) and (max-width: 1724px) {
#car-phone-contact .rs-contact-box {
margin-bottom: 35px;
}
} .rs-portfolio-single-sidebar {
padding-left: 50px;
}
.rs-portfolio-single-sidebar .widget_nav_menu {
padding: 30px 40px;
border-radius: 2px;
background: #fff;
}
.rs-portfolio-single-sidebar .widget_nav_menu .widget-title {
color: #000;
font-size: 28px;
font-style: normal;
line-height: 32px; }
.rs-portfolio-single-sidebar .widget_nav_menu ul {
margin: 0px;
list-style: none;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li {
min-width: 100%;
margin-bottom: 12px;
position: relative;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a {
display: block;
color: #606060;
padding: 14px 20px 14px 25px;
font-size: 16px;
font-weight: 600;
line-height: 29px;
background-color: #E7FBF4;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a::before {
display: block;
position: absolute;
-webkit-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
content: "\ea6c";
font-family: remixicon !important;
right: 25px;
left: auto;
opacity: 1 !important;
visibility: visible;
font-size: 18px;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a:hover {
color: #ffffff;
background: #5777ff;
}
.rs-portfolio-single-sidebar .widget_nav_menu ul li a:hover::before {
transform: translateX(3px) !important;
}
.rs-portfolio-widget-inner {
padding: 265px 30px 30px 30px;
position: relative;
}
.rs-portfolio-widget-inner .watermark {
content: "";
position: absolute;
right: 30px;
top: 30px;
padding: 11px 10px 11px 10px;
transform: rotate(180deg);
background-color: #FFFFFF;
font-size: 15px;
font-weight: 600;
line-height: 15px;
color: #606060;
margin: 0px 0px 0px 0px !important;
writing-mode: vertical-rl;
}
.rs-portfolio-call-to-action {
position: relative;
background-size: cover !important;
background-repeat: no-repeat !important;
margin-top: 20px;
margin-bottom: 0px;
border-radius: 2px;
}
.rs-portfolio-call-to-action::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
border-radius: 2px;
background: linear-gradient(180deg, rgba(10, 14, 46, 0) 42.65%, rgb(9, 24, 27) 84.23%);
}
.rs-portfolio-call-to-action .title-inner .title {
font-size: 24px;
line-height: 30px;
color: #FFFFFF;
margin: 0px 0px 25px 0px !important;
}
.rs-portfolio-call-to-action .address-icon {
display: flex;
align-items: center;
justify-content: center;
width: 60px;
min-width: 60px;
max-width: 60px;
height: 60px;
line-height: 58px !important;
margin: 0px 0px 0px 0px;
border: 2px solid rgba(235, 238, 240, 0.4784313725);
border-radius: 50%;
}
.rs-portfolio-call-to-action .description p {
color: #FFFFFF;
}
.rs-portfolio-call-to-action .call-action-info {
display: flex;
align-items: center;
gap: 15px;
font-weight: 600;
}
.rs-portfolio-call-to-action .call-action-info:hover .address-icon {
background-color: #091D2D;
}
.rs-portfolio-call-to-action .call-action-info:hover .address-icon i {
animation: vibrate 0.4s infinite;
}
.rs-portfolio-call-to-action .call-action-info .phone a {
font-size: 24px;
color: #fff;
font-weight: 600;
position: relative;
}
.rs-portfolio-call-to-action .call-action-info .phone a::after {
position: absolute;
content: "";
background: #fff;
width: 0;
height: 2px;
bottom: -2px;
left: auto;
right: 0;
transition: width 0.3s;
}
.rs-portfolio-call-to-action .call-action-info .phone a:hover::after {
width: 100%;
left: 0;
right: auto;
}
.rs-portfolio-call-to-action .call-action-info .phone p {
margin: 0;
color: rgba(255, 255, 255, 0.9490196078);
}
.rs-portfolio-call-to-action .call-action-info .address-icon i {
font-size: 24px;
color: #fff;
font-weight: 400;
}
.form-btn-area {
display: inline-block;
}
.form-btn-area svg {
transition: all 0.3s ease 0s;
}
.form-btn-area:hover svg {
transform: rotate(45deg);
}
svg path {
transition: all 0.3s ease 0s;
}
.rs-blog-dark blockquote::before {
opacity: 0.1;
}@-webkit-keyframes sticky-animation {
0% {
opacity: 0;
-webkit-transform: translateY(-100%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes sticky-animation {
0% {
opacity: 0;
transform: translateY(-100%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @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;
}
}
@-webkit-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;
}
} .head-move {
animation-name: head-move;
-webkit-animation-name: head-move;
animation-duration: 4s;
-webkit-animation-duration: 4s;
animation-direction: linear;
-webkit-animation-direction: linear;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes head-move {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
25% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
50% {
transform: translate3d(0, 0, 0) rotate(-2deg);
-webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
}
75% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
100% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes head-move {
0% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
25% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
50% {
transform: translate3d(0, 0, 0) rotate(-2deg);
-webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
}
75% {
transform: translate3d(5px, 0, 0) rotate(4deg);
-webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
}
100% {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
} .spine {
animation: spine 30s infinite linear;
-webkit-animation: spine 30s infinite linear;
}
@keyframes spine {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
}
}
@-webkit-keyframes spine {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(359deg);
-webkit-transform: rotate(359deg);
}
} .spine2 {
animation: spine2 30s infinite linear;
-webkit-animation: spine2 30s infinite linear;
}
@keyframes spine2 {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(-359deg);
-webkit-transform: rotate(-359deg);
}
}
@-webkit-keyframes spine2 {
from {
transform: rotate(0);
-webkit-transform: rotate(0);
}
to {
transform: rotate(-359deg);
-webkit-transform: rotate(-359deg);
}
} .spine3 {
animation: spine3 2s infinite alternate;
-webkit-animation: spine3 2s infinite alternate;
}
@keyframes spine3 {
from {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
to {
transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
}
}
@-webkit-keyframes spine3 {
from {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
to {
transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
}
} .scale-anim {
animation: scale 1s infinite alternate;
-webkit-animation: scale 1s infinite alternate;
}
@keyframes scale {
from {
transform: scale(0.9);
-webkit-transform: scale(0.9);
}
to {
transform: scale(1.08);
-webkit-transform: scale(1.08);
}
}
@-webkit-keyframes scale {
from {
transform: scale(0.9);
-webkit-transform: scale(0.9);
}
to {
transform: scale(1.08);
-webkit-transform: scale(1.08);
}
}
.scale2 {
animation: scale2 1s infinite alternate;
-webkit-animation: scale2 1s infinite alternate;
}
@keyframes scale2 {
from {
transform: scale(1);
-webkit-transform: scale(1);
}
to {
transform: scale(1.07);
-webkit-transform: scale(1.07);
}
}
@-webkit-keyframes scale2 {
from {
transform: scale(1);
-webkit-transform: scale(1);
}
to {
transform: scale(1.07);
-webkit-transform: scale(1.07);
}
} .flash {
width: 290px;
height: 110px;
background: linear-gradient(0, rgba(255,255,255,0.7), transparent);
-webkit-clip-path: polygon(13% 0, 82% 0, 66% 100%, 30% 100%);
clip-path: polygon(13% 0, 82% 0, 66% 100%, 30% 100%);
animation: flash 1s infinite alternate;
-webkit-animation: flash 1s infinite alternate;
}
@keyframes flash {
from {
opacity: 0;
}
to {
opacity: 0.8;
}
}
@-webkit-keyframes flash {
from {
opacity: 0;
}
to {
opacity: 0.8;
}
} @keyframes pendulum {
from {
transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
}
to {
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
}
}
@-webkit-keyframes pendulum {
from {
transform: rotate(-8deg);
-webkit-transform: rotate(-8deg);
}
to {
transform: rotate(10deg);
-webkit-transform: rotate(10deg);
}
} @keyframes y-anim1 {
from {
transform: translateY(0);
-webkit-transform: translateY(0);
}
from {
transform: translateY(60px);
-webkit-transform: translateY(60px);
}
}
@-webkit-keyframes y-anim1 {
from {
transform: translateY(0);
-webkit-transform: translateY(0);
}
from {
transform: translateY(60px);
-webkit-transform: translateY(60px);
}
}
@keyframes y-anim2 {
from {
transform: translateY(0);
-webkit-transform: translateY(0);
}
from {
transform: translateY(130px);
-webkit-transform: translateY(130px);
}
}
@-webkit-keyframes y-anim2 {
from {
transform: translateY(0);
-webkit-transform: translateY(0);
}
from {
transform: translateY(130px);
-webkit-transform: translateY(130px);
}
}
@keyframes x-anim1 {
from {
transform: translateX(0);
-webkit-transform: translateX(0);
}
from {
transform: translateX(170px);
-webkit-transform: translateX(170px);
}
}
@-webkit-keyframes x-anim1 {
from {
transform: translateX(0);
-webkit-transform: translateX(0);
}
from {
transform: translateX(170px);
-webkit-transform: translateX(170px);
}
}
.x-anim2 {
animation: x-anim2 2s alternate infinite;
-webkit-animation: x-anim2 2s alternate infinite;
}
@keyframes x-anim2 {
from {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
}
@-webkit-keyframes x-anim2 {
from {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
}
.x-anim3 {
animation: x-anim3 2s alternate infinite;
-webkit-animation: x-anim3 2s alternate infinite;
}
@keyframes x-anim3 {
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
from {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
}
@-webkit-keyframes x-anim3 {
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
from {
transform: translateX(-20px);
-webkit-transform: translateX(-20px);
}
} @keyframes up-down {
from {
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
}
to {
transform: translateY(505px);
-webkit-transform: translateY(505px);
}
}
@-webkit-keyframes up-down {
from {
transform: translateY(-5px);
-webkit-transform: translateY(-5px);
}
to {
transform: translateY(505px);
-webkit-transform: translateY(505px);
}
} .rs-testimonial.style1 .icon-part .social-links li:nth-child(4) {
animation: move-y 3s alternate infinite;
-webkit-animation: move-y 3s alternate infinite;
}
@keyframes move-y {
from {
-webkit-transform: translate3d(0,-10px,0);
}
to {
-webkit-transform: translate3d(0,10px,0);
}
}
@-webkit-keyframes move-y {
from {
-webkit-transform: translate3d(0,-10px,0);
}
to {
-webkit-transform: translate3d(0,10px,0);
}
}
.move-y2 {
animation: move-y2 3s alternate infinite;
-webkit-animation: move-y2 3s alternate infinite;
}
@keyframes move-y2 {
from {
-webkit-transform: translate3d(0,-50px,0);
}
to {
-webkit-transform: translate3d(0,50px,0);
}
}
@-webkit-keyframes move-y2 {
from {
-webkit-transform: translate3d(0,-50px,0);
}
to {
-webkit-transform: translate3d(0,50px,0);
}
}
.rs-testimonial.style1 .icon-part .social-links li:nth-child(5) {
animation: move-x 2s alternate infinite;
-webkit-animation: move-x 2s alternate infinite;
}
@keyframes move-x {
from {
-webkit-transform: translate3d(-10px,0,0);
}
to {
-webkit-transform: translate3d(10px,0,0);
}
}
@-webkit-keyframes move-x {
from {
-webkit-transform: translate3d(-10px,0,0);
}
to {
-webkit-transform: translate3d(10px,0,0);
}
}
.move-x2 {
animation: move-x2 3s alternate infinite;
-webkit-animation: move-x2 3s alternate infinite;
}
@keyframes move-x2 {
from {
-webkit-transform: translate3d(-50px,0,0);
}
to {
-webkit-transform: translate3d(50px,0,0);
}
}
@-webkit-keyframes move-x2 {
from {
-webkit-transform: translate3d(-50px,0,0);
}
to {
-webkit-transform: translate3d(50px,0,0);
}
}
.rs-testimonial.style1 .icon-part .social-links li:nth-child(3) {
animation: move--y 3s alternate infinite;
-webkit-animation: move--y 3s alternate infinite;
}
@keyframes move--y {
from {
-webkit-transform: translate3d(0,10px,-10px);
}
to {
-webkit-transform: translate3d(0,0,0);
}
}
@-webkit-keyframes move--y {
from {
-webkit-transform: translate3d(0,10px,-10px);
}
to {
-webkit-transform: translate3d(0,0,0);
}
}
.rs-testimonial.style1 .icon-part .social-links li:nth-child(2) {
animation: move-xy 2s alternate infinite;
-webkit-animation: move-xy 2s alternate infinite;
}
@keyframes move-xy {
from {
-webkit-transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(15px,10px,0);
}
}
@-webkit-keyframes move-xy {
from {
-webkit-transform: translate3d(0,0,0);
}
to {
-webkit-transform: translate3d(15px,10px,0);
}
}
.rs-testimonial.style1 .icon-part .social-links li:nth-child(1) a {
animation: move-yx 3s alternate infinite;
-webkit-animation: move-yx 3s alternate infinite;
}
@keyframes move-yx {
from {
-webkit-transform: translate3d(15px,10px,0);
}
to {
-webkit-transform: translate3d(0,0,0);
}
}
@-webkit-keyframes move-yx {
from {
-webkit-transform: translate3d(15px,10px,0);
}
to {
-webkit-transform: translate3d(0,0,0);
}
} .xsx-anim2 {
animation: xsx-anim2 2s alternate infinite;
-webkit-animation: xsx-anim2 2s alternate infinite;
}
@keyframes xsx-anim2 {
from {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
}
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
}
@-webkit-keyframes x-anim2 {
from {
transform: translateX(-200px);
-webkit-transform: translateX(-200px);
}
from {
transform: translateX(20px);
-webkit-transform: translateX(20px);
}
}
 @keyframes waving-line{
0% {
background-position: 0 0;
}
100% {
background-position: -200px 0;
}
}
@-webkit-keyframes waving-line {
0% {
background-position: 0 0;
}
100% {
background-position: -200px 0;
}
}
@-moz-document url-prefix() {
body span.select__rs .wpcf7-form-control:not(.wpcf7-submit){
text-indent: 25px !important;
}
}
#rs-header .header-inner.sticky .menu-area > div{
margin-top: 0 !important;
}
#rs-header .logo-area a img, .rs-footer .footer-logo-wrap img{
image-rendering: -webkit-optimize-contrast;
}
.z-index-10{
z-index: 10;
}
.menu-area .navbar ul li.right-sub .sub-menu li ul {
left: 100% !important;
}
.rs-addon-services.services-style5:after,
.rs-addon-services.services-style5:before,
.rs-blog-grid .blog-item.blog_style_2.slick-slide:after,
.rs-blog-grid .blog-item.blog_style_2.slick-slide:before{
border-radius: 100px 100px 0 0px / 75px 75px 0 0;
}
.menu-cart-area a{
position: relative;
}
.rsw-count{
position: absolute;
top: -12px;
width: 23px;
height: 23px;
background: #000;
text-align: center;
border-radius: 50%;
font-style: normal;
right: -18px;
font-size: 15px;
display: block;
line-height: 23px;
color: #fff;
}
#rs-header.main-menu-icon-hide .menu-area .navbar ul > li.menu-item-has-children > a::before{
display: none;
}
#rs-header.main-menu-icon-hide .menu-area .navbar ul > li.menu-item-has-children > a::after{
display: none;
}
#rs-header.main-menu-icon-hide .menu-area .navbar ul > li.menu-item-has-children > a {
margin-right: 10px;
}
#rs-header .menu-area .navbar ul > li.mega.col2 > ul{
max-width: 500px;
}
.menu-area .navbar ul li.mega.col2 ul.sub-menu {
min-width: 130px;
}
.clients_image_size .rs-addon-services .services-part .services-icon img{
width: 100%;
height: 100%;
}
.z-index{
z-index: 1;
}
.portfolio-bottom-gallery{
position: relative;
bottom: -1px;
}
.gray-map iframe{
filter: brightness( 98% ) contrast( 71% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg);
}
.map-line-0 > div{
line-height: 0;
}
.wpcf7 textarea{
outline: none;
} .search_icons{
position: relative;
}
header.absolute-position{
position: absolute !important;
z-index: 999 !important;
width: 100%;
}
header.sticky_header{
position: fixed !important;
z-index: 999 !important;
width: 100%;
}
header.sticky_top{
top: 0;
}
header.sticky_header.rs___sticky{
top: 0;
-webkit-animation: rs__slide_top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
animation: rs__slide_top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
body.logged-in header.sticky_header.rs___sticky{
top: 30px;
}
.wpcf7-form-control.wpcf7-select{
appearance: none !important;
-webkit-appearance: none !important;
-moz-appearance: none !important; 
}
em.select-full{
position: relative;
display:block;
font-style: normal;
}
em.select-full:after{
content: "\EA4E";
position: absolute;
font-family: 'remixicon' !important;
right: 18px;
top: 50%;
transform: translateY(-75%);
margin: 0;
z-index: 9;
pointer-events: none;
font-size: 23px;
}
@-webkit-keyframes rs__slide_top {
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes rs__slide_top {
0% {
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
} @media only screen and (min-width: 1024px) {
ul.sub-menu {
background: #fff;
}
}
@media only screen and (min-width: 992px) {
header .elementor-widget,
header .elementor-column,
header .elementor-widget-wrap,
.menu-area li.menu-item.rs-mega-menu,
.hfe-nav-menu li.menu-item.rs-mega-menu{
position: unset;
}
.col-cell.header-quote{
display: none;
}
.rs_slider_btn5 .rs_button {
padding: 20px 35px 20px 35px !important;
border-radius: 0 !important;
}
.hfe-nav-menu li.menu-item.rs-mega-menu ul .sub-arrow{
display: none !important;
}
.menu-area .navbar ul li ul.sub-menu li:hover a::before {
transform: rotate(-90deg);
top: 9px;
}
.menu-area li.menu-item.rs-mega-menu ul.sub-menu,
.hfe-nav-menu ul > li.menu-item.rs-mega-menu > ul.sub-menu{
display: flex;
width: 99.9%;
flex-wrap: wrap;
overflow: hidden;
visibility: hidden;
margin: 0 auto;
left: 0;
right: 0;
justify-content: space-between;
}
.hfe-nav-menu.mega_columns2 li.menu-item.rs-mega-menu > ul.sub-menu > li.menu-item{
flex: 0 0 50%;
max-width: 50%;
}
.hfe-nav-menu.mega_columns3 li.menu-item.rs-mega-menu > ul.sub-menu > li.menu-item{
flex: 0 0 33.333%;
max-width: 33.333%;
}
.hfe-nav-menu.mega_columns4 li.menu-item.rs-mega-menu > ul.sub-menu > li.menu-item{
flex: 0 0 25%;
max-width: 25%;
}
.hfe-nav-menu.mega_columns5 li.menu-item.rs-mega-menu > ul.sub-menu > li.menu-item{
flex: 0 0 20%;
max-width: 20%;
}
.hfe-nav-menu li.menu-item.rs-mega-menu .sub-menu {
min-width: fit-content;
}
.hfe-nav-menu .menu-item-has-children.rs-mega-menu .sub-menu::before{
display: none;
}
.menu-area li.menu-item.rs-mega-menu:hover ul.sub-menu,
.hfe-nav-menu li.menu-item.rs-mega-menu:hover ul.sub-menu{
visibility: visible;
}
.menu-area li.menu-item.rs-mega-menu ul.sub-menu li ul.sub-menu li,
.hfe-nav-menu li.menu-item.rs-mega-menu ul.sub-menu li ul.sub-menu li{
width: 100%;
}
.menu-area .menu-item.rs-mega-menu .menu-item-has-children .sub-menu,
.hfe-nav-menu .menu-item.rs-mega-menu .menu-item-has-children .sub-menu {
left: 0;
position: relative !important;
opacity: 1;
}
.menu-area li.menu-item.rs-mega-menu ul.sub-menu li ul.sub-menu,
.hfe-nav-menu li.menu-item.rs-mega-menu ul.sub-menu li ul.sub-menu{
display: block;
transform: translateY(0);
padding: 0;
}
#rs-header .menu-area .menu-item.rs-mega-menu .sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item.rs-mega-menu .sub-menu{
box-shadow: none;
}
#rs-header .menu-area .navbar ul .menu-item.rs-mega-menu ul li ul.sub-menu, 
#rs-header .menu-area .navbar ul .page_item.rs-mega-menu ul li ul.sub-menu {
position: absolute;
left: 0;
top: 0;
opacity: 1;
transform: translateY(0px);
visibility: hidden;
}
#rs-header .menu-area .navbar ul .menu-item.rs-mega-menu:hover ul li ul.sub-menu, 
#rs-header .menu-area .navbar ul .page_item.rs-mega-menu:hover ul li ul.sub-menu {
visibility: visible;
}
#rs-header .menu-area .navbar ul > li.menu-item-has-children.rs-mega-menu  a::before,
#rs-header .menu-area .navbar ul > li.menu-item-has-children.rs-mega-menu > a::before{
display: none !important;
}
.menu-area .navbar ul li.rs-mega-menu .sub-menu::before {
display: none;
}
}
@media only screen and (min-width: 1300px) {
.container{
max-width: 1348px;
width: 100%;
}
}
@media only screen and (max-width: 1680px) {
.sidenav .widget_nav_menu ul li a {
font-size: 30px;
padding: 11px 0;
}
#mobile_menu .submenu-button {
top: 14px;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content {
padding-left: 100px;
padding-top: 0;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content .widget.widget_contact_widget {
padding-top: 0;
}
.page-template-full-page .rs-portfolio.style2 .slick-list{
max-width: 800px;
margin: 0 auto;
}
.rs-appscreenshot .swiper-container .intro {
font-size: 87px;
right: 18px;
top: 40px;
}
#content .rs-pricing-slider.swiper-container {
left: 0;
}
}
@media only screen and (max-width: 1512px) {
.elementor-container {
flex-wrap: wrap !important;
}
}
@media only screen and (max-width: 1300px) {
#rs-header .container {
max-width: 1195px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 1023px) {
}
@media only screen and (max-width: 1550px) and (min-width: 1200px)  {
.rs-cta .style2 .title-wrap .exp-title {
font-size: 42px !important;
}
.rs-blog .blog-slider .blog-meta .blog-title {
font-size: 20px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc .services-title {
font-size: 18px;
}
#rs-header.header-transparent .menu-area .navbar ul li {
padding-left: 8px;
padding-right: 8px;
}
}
@media (min-width: 1367px) and (max-width: 1600px) {
.moving-search .rs_stickys_form.search-form{
top: 175% !important;
}
}
@media only screen and (min-width: 1367px) and (max-width: 1600px){
.nav-rs-painting-header-menu .hfe-nav-menu a.hfe-menu-item{
padding:25px 15px 25px 15px;
}
}
@media only screen and (max-width: 1366px) {
.rs-event-grid .events-inner-item .content-part .rs___meta li + li {
padding-left: 0;
}
.rs-event-grid .events-inner-item .content-part .rs___meta{
display: block;
}
.rs-event-grid .events-inner-item .content-part .rs___meta li i {
padding: 3px;
}
}
@media only screen and (max-width: 1600px) and (min-width: 1025px)  {
.slidertop .slidertop-area .services-style-2 .services-wrap .services-item .services-icon img {
height: 30px;
}
.slidertop .slidertop-area .services-style-2.services-left .services-wrap .services-item .services-icon {
width: 30px;
}
.slidertop .slidertop-area .services-style-2.services-left .services-wrap .services-item .services-title2{
margin: 0;
line-height: 22px;
}
.slidertop .slidertop-area .services-style-2.services-left .services-wrap .services-item .services-title2 a{
font-size: 13px !important;
}
}
@media only screen and (max-width: 1366px) and (min-width: 1025px)  {
.banner-content_2 .rs-heading .title-inner .title{
font-size: 70px !important;
}
}
@media only screen and (max-width: 1199px) and (min-width: 1025px)  {
body .ipade-pr-30 > div{
padding-right: 30px !important;
}
body .ipade-mt-40{
margin-top: -40px !important;
}
body .home-four-boxes .elementor-widget-container{
padding: 15px 12px 15px 16px !important;
}
body .home-four-boxes .rs-addon-services .services-part .services-text{
padding: 0px 4px 0px 4px !important;
}
} @media only screen and (max-width: 1440px) {
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title {
min-width: 252px;
}
#rs-header.header-style-4 .logo-section:before{
width: 15%;
}
.rs__banner__slider .slick-prev {
left: 42%;
}
.rs__banner__slider .slick-next {
right: 42%;
}
.rs__banner__slider .grid-item .inner-container .slide-image img.rs__banner_shap {
height: 550px;
}
.rs__banner__slider .grid-item .inner-container .slide-image img:not(.rs__banner_shap) {
max-width: 700px;
}
.rs__banner__slider .grid-item .rs-slide .slide-img .slide_des .watermark{
color: #400f10;
}
.rs__banner__slider .grid-item .inner-container .slide-image img:not(.rs__banner_shap) {
right: 8%;
}
#rs-contact .contact-info-one .rs-contact .contact-address .address-item .address-text{
padding-left: 6px;
}
#rs-header.header-transparent .menu-area .navbar ul li {
padding-left: 8px;
padding-right: 8px;
}
#rs-header .container-fluid {
padding-left: 50px !important;
padding-right: 50px !important;
}
#rs-header.header-transparent .menu-area .navbar ul li a {
font-size: 13px;
}
.menu-area .navbar ul li.mega ul.sub-menu {
min-width: 200px;
}
.menu-area .navbar ul li.sub-menu-left.menu-item ul.sub-menu li ul {
left: -100% !important;
top: 0 !important;
}
.page-error .content-area h3 span {
font-size: 200px;
margin: 0 0 20px;
}
.rs-contact .contact-address .address-item .address-icon i{
font-size: 45px;
}
.rs-heading.style10 .title-inner .title{
top: 70px;
}
.rs-work-flow .flow-wrap .flow-common.flow-icon-right .icon-wrap,
.rs-work-flow .flow-wrap .flow-common.flow-icon-left .icon-wrap {
width: 120px;
height: 120px;
line-height: 117px;
}
.rs-work-flow .flow-wrap .flow-common.flow-icon-right .icon-wrap img,
.rs-work-flow .flow-wrap .flow-common.flow-icon-left .icon-wrap img {
width: 85px;
height: 85px;
line-height: 85px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-left {
padding-left: 20px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .empty-space-left {
width: 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .empty-space-right {
width: 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-right {
padding-right: 20px;
}
.rs-work-flow .flow-wrap .flow-common.flow-right .content .title,
.rs-work-flow .flow-wrap .flow-common.flow-left .content .title {
font-size: 18px;
}
.rs-features .sec-title.pl-45 {
padding-left: 0;
}
.rs-about .social-wrap {
width: 530px;
height: 530px;
}
.listing-style li {
padding-left: 35px;
}
.rs-about .social-wrap .center-icon {
width: 250px;
height: 250px;
line-height: 250px;
}
.rs-about .social-wrap .center-icon i::before {
font-size: 135px;
}
.rs-about .social-wrap .social-links li:nth-child(6) a {
width: 115px;
height: 115px;
line-height: 115px;
font-size: 50px;
}
.rs-about .social-wrap .social-links li:nth-child(2) a {
width: 90px;
height: 90px;
line-height: 90px;
}
.rs-about .social-wrap .social-links li:nth-child(5) a {
width: 100px;
height: 100px;
line-height: 100px;
font-size: 50px;
}
.rs-about .social-wrap .social-links li:nth-child(3) {
right: 16px;
bottom: 64px;
}
.rs-about .social-wrap .social-links li:nth-child(4) {
bottom: -37px;
left: 228px;
}
.rs-appscreenshot .swiper-container {
margin: 0 auto;
padding: 80px 15px 80px 13px;
}
.rs-appscreenshot .swiper-container .swiper-wrapper .swiper-slide img {
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.rs-appscreenshot .circle-shape {
left: 284px;
}
.rs-appscreenshot .swiper-container .swiper-slide-active {
margin-right: 40px !important;
}
} @media only screen and (max-width: 1366px) {
.hidden-laptop {
display: none !important;
}
.counter-top-area.style1.left .counter-icon img{
width: 46px;
}
.request-a-services .submit-btn:before {
right: 14px;
top: 11px;
}
.rs-services-slider.service-style-6 .rs-service-slider .service-title-holder {
right: 40px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content .portfolio-inner{
padding-left: 20px;
padding-right: 20px;
}
#rs-header.header-style-6 .container-fluid {
padding-left: 40px;
padding-right: 40px; 
} #rs-header.header-style-6 .menu-area .menu_one {
padding-left: 60px;
}
.rs-heading.style10 .title-inner .title{
top: 0;
white-space: inherit;
}
.rs-addon-services.services-style5 .services-part .normarl-text-area .icon-image{
padding: 15px;
}
.rs-addon-services.services-style5 .services-part .normarl-text-area {
padding-left: 20px;
}
.rs-addon-services.services-style5 .services-part .icon_top {
margin-bottom: 10px;
}
body .rs_position_static{
position: static !important;
}
.rs-heading.style11 .title-inner,
.rs-heading.style10 .title-inner{
transform: inherit;
transform-origin: inherit;
}
.rs-heading.style11{
text-align: left !important;  
}
.footer-1{
padding-left: 35px;
}
body .rs-footer, .rs-footer h3, body .rs-footer a, body .rs-footer .fa-ul li a,
body .rs-footer .widget.widget_nav_menu ul li a{
font-size: 14px;
}
.rs-footer .fa-ul li i{
width: 30px;
height: 30px;
line-height: 35px;
}
.rs-footer .fa-ul li{
padding: 0px 0px 25px 40px;
}
.rs-footer .fa-ul li i:before{
font-size: 16px;
}
.rs-footer .fa-ul li i.flixtaicon-email:before{
font-size: 19px;
margin-left: 0;
}
.rs-footer .footer-logo-wrap{
margin-top: 0;
}
.rs-footer .footer-logo-wrap{
margin-bottom: 36px;
}
#rs-header.rs-header_8 .rs-middel-header .row-table{
display: block;
}
#rs-header.rs-header_8 .header-inner:not(.sticky) .header-logo {
justify-content: center;
margin-bottom: 25px;
}
#rs-header.rs-header_8 .rs-address-area .info-icon{
left: 0;
}
#rs-header.rs-header_8 .rs-address-area{
padding-left: 50px;
}
} @media only screen and (max-width: 1199px) {
body #rs-newsletter-subscribe .text-right input[type=email] {
max-width: 70%;
padding-left: 15px;
}
.dividers__on.dividers__shape_rihgt:after{
display: none;
}
#rs-header.header-style7 .btn_quote {
margin-left: 20px;
}
.rs-slider-videos .popup-videos {
font-size: 15px;
}
.rs__banner__slider .grid-item .inner-container .slide-image img.rs__banner_shap {
height: 350px;
}
.rs__banner__slider .grid-item .inner-container .slide-image img:not(.rs__banner_shap) {
max-width: 540px;
}
.rs__banner__slider .grid-item .rs-slide .slide-img .slide_des .title{
font-size: 80px;
line-height: 90px;
}
.rs__banner__slider .grid-item .rs-slide .slide-img .slide_des .watermark{
color: #400f10;
}
.rs__banner__slider .grid-item .rs-slide .slide-img .slide_des .description br{
display: none;
}
.rs__banner__slider .grid-item .rs-slide .slide-img .slide_des .watermark {
font-size: 100px;
top: 200px;
}
.pricing-wrapper {
margin-left: 12px;
margin-right: 12px;
}
.rs-slider-videos .popup-videos em{
padding: 15px 21px !important;
width: 56px;
height: 52px;
}
.rs__custom_slider_btn .rs_button {
padding: 14px 45px 16px 35px !important;
}
.rs-blog-grid .blog-item .blog-content .blog-meta,
#rs-header.header-style5 .toolbar-area .opening {
padding-right: 0;
}
#rs-header.header-style7 .menu-area .navbar ul > li > a{
margin-right: 4px;
}
.header-style-6 .menu-area .navbar ul > li.menu-item-has-children > a{
margin-right: 0;
}
.rs-blog-grid .blog-item .blog-content .blog-meta,
.rs-footer .fa-ul li,
.col-lg-3.footer-2 section,
.col-lg-3.footer-1 section {
padding-left: 0;
}
.rs-footer .footer-top .footer-3 {
padding-left: 15px;
}
.rs-footer ul.footer_social li a {
width: 32px;
height: 32px;
line-height: 36px;
}
#rs-header .btn_quote a {
height: 60px;
line-height: 56px;
padding: 0 30px;
}
.rs-footer .footer-top h3.footer-title {
margin-bottom: 30px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title {
left: 25px;
}
#rs-header.rs_header_7 .rs-full-menuarea {
margin-bottom: 0;
}
#rs-header.header-style-6 .container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.team-grid-style1 .team-item .team-content, 
.team-slider-style1 .team-item .team-content {
padding: 20px 20px 17px;
}
.team-grid-style1 .team-content .plus_team i.fi-rr-share, 
.team-slider-style1 .team-content .plus_team i.fi-rr-share {
right: 15px;
}
#rs-header.header-style-6 .menu-area .menu_one {
padding-left: 30px;
}
#content .rs-pricing-slider.swiper-container .swiper-slide .test-it {
height: 360px;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it {
height: 520px !important;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-next .test-it {
height: 420px !important;
}
#content .rs-pricing-slider.swiper-container .swiper-prev {
left: 62%;
}
#content .rs-pricing-slider.swiper-container .swiper-slide .test-it {
border-radius: 25px !important;
left: -55px;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it {
border-radius: 40px !important;
}
.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner .p-title{
font-size: 16px;
}
.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner{
min-width: 250px;
transform: translateX(-50%);
left: 50%;
}
.subscribe-form input[type="email"] {
width: 65%;
}
.rs-heading .title-inner .title{
font-size: 30px;
line-height: 40px;
}
.rs-about-me-title.rs-heading .title-inner .title{
font-size: 20px;
}
.rs-banner-title_1.rs-heading .title-inner .title{
font-size: 40px;
}
.rs-banner-title_2.rs-heading .title-inner .title{
font-size: 24px;
}
.sidenav .menu > li.menu-item-has-children:before {
left: 100%;
}
.rs-banner-title_3.rs-heading .title-inner .title{
font-size: 20px;
}
body #rs-header.header-style5.main-menu-center .row-table .menu-responsive {
margin-right: 0;
}
.rs-cta .style2 .title-wrap .exp-title{
font-size: 34px !important;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul{
margin: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li .contact-inf,
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li i{
float: none;
display: block;
text-align: left;
}
.bookappointments .rs-heading h2 {
font-size: 30px;
}
.bookappointments .appointment-medical .col-md-6{
width: 100%;
float: none;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.header-style-4 .menu-area .navbar ul li {
padding-left: 12px;
padding-right: 12px;
}
body .mainhome-video .rs-video-2{
margin-top: -268px !important;
margin-left: -380px !important;
}
.testimonial-slide10.slider9 .single-testimonial .image-testimonial .testimonial10-content-wrap {
bottom: 0px;
}
.rs-cta .description br,
#rs-header.header-transparent .btn_quote{
display: none;
}
.mid-border .rs-counter-list .count-text:after {
right: -38px;
}
.mid-border .rs-counter-list .count-text:before {
left: -41px;
}
.rs-portfolio-style2 .portfolio-item .portfolio-img .read_more {
padding: 7px 25px;
}
#rs-header .container-fluid {
padding-left: 20px;
padding-right: 20px;
}
.rs-dual-heading .first_title{
margin-top: 6px;
}
#slider-form-area .form-area h2.title{
font-size: 26px;
}
.rs-cta .cta-wrap.style1 [class*="col-"] {
padding: 0 15px;
}
.rs-blog .blog-slider .blog-meta .blog-title {
font-size: 16px;
font-weight: 700;
}
#consulting-service .rs-services1 .services-item .services-icon {
width: 55px;
height: 55px;
line-height: 50px;
}
.menu-area .navbar ul li ul.sub-menu {
min-width: 250px;
}
.rs-services-default .services-wrap .services-item .services-title
#rs-header .toolbar-area .toolbar-contact ul li {
margin-right: 10px;
}
.rs-team-grid.team-style5 .team-item .normal-text{
left: 10px;
background: #fff;
width: calc(100% - 20px);
}
#rs-services-slider .item-thumb .owl-dot {
width: 47%;
}
.counter-top-area.style1.left .counter-icon img {
width: 40px;
}
.counter-top-area.style1.left .counter-icon{
margin-right: 5px;
}
.counter-top-area.style1.left .count-text .count-number{
margin: 0 !important;
}
.style-bg .counter-top-area {
padding: 38px 0 30px;
}
#about-consulting .left-half{
padding: 40px 0;
}
#why-choose-us.consulting-choose .rs-services1 .services-wrap .services-item .services-desc {
width: 80%;
}
#why-choose-us.consulting-choose .rs-services1 .services-wrap .services-item .services-icon {
width: 20%;
}
#consulting-service .rs-services1 .services-item .services-icon i {
width: 55px;
font-size: 25px;
}
.rs-blog-details .author-block .author-desc {
width: 78%;
padding-left: 20px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc {
padding-right: 0;
width: auto;
}
.rs-service-grid .service-item .service-content {
padding: 15px;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
padding-top: 8px;
}
.sec-title-all .title-sec-left h3{
font-size: 28px;
}
#rs-header .menu-responsive .sidebarmenu-area{
padding-left: 10px;
} #rs-header.header-style1 .menu-area .navbar ul > li.menu-item-has-children > a:before {
right: 0 !important;
}
.menu-area .navbar ul li ul.sub-menu li a {
padding: 8px 20px;
}
.header-style1 .menu-offcanvas {
width: 19.666667%;
}
#rs-header.header-style-5 .menu-area .navbar ul > li.menu-item-has-children > a {
padding: 0 11px;
} .rs-we-works .rs-work-box {
padding: 35px 0;
max-width: 220px;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
top: 80px;
}
#rs-services-slider .slick-arrow{
left: 45% !important;
}
.services-style-2 .services-wrap .services-item .services-desc {
padding: 0 15px;
}
.rs-counter-list h4,
.rs-portfolio-style2 .portfolio-item .portfolio-content h4{
font-size: 16px;
}
.single-teams .ps-image .ps-informations {
padding: 15px 10px;
}
.services-style-2 .services-wrap .services-item .services-desc .services-title2 a{
font-size: 14px !important;
}
#rs-contact .contact-address.style3 .address-item .address-icon {
margin-right: 0;
}
.contact-info1 > div{
padding-right: 3% !important;
padding-left: 30px !important;
}
#rs-contact .contact-address .address-item {
padding-left: 0px;
}
#rs-contact .contact-address.style3 .address-item .address-icon i {
font-size: 30px;
}
#rs-contact .contact-address .address-item .address-text,
#rs-contact .contact-address .address-item .address-text a{
font-size: 13px;
word-break: break-word;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text, 
.team-slider-style2 .team-item-wrap .team-img .wrap-text {
padding-left: 20px;
padding-right: 20px;
}
.counterhome2 .counter-top-area.style1.left .count-text h3 span {
font-size: 15px !important;
}
.counterhome2 .counter-top-area.style1.left .count-text h3{
margin-bottom: 0 !important;
}
h3#order_review_heading,
.woocommerce-checkout .checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
font-size: 24px;
} 
.information-sidebar li.widget ul.fa-ul, .information-sidebar li.widget ul {
margin-left: 10px;
}	
.information-sidebar li.widget h2.widget-title{
padding-left: 10px;
padding-right: 10px;
}
.header-style1 .menu-area .navbar ul li{
padding-left: 7px !important;
padding-right: 7px !important;
}
#rs-header.header-style1 .btn_quote a{
padding-left: 16px;
padding-right: 16px;
}
.blogfull .blog-title{
min-height: auto;
}
#rs-header .toolbar-area .toolbar-contact ul li {
margin-right: 10px;
padding-right: 10px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
margin-left: 10px;
}
.rs-blog-grid .blog-item .blog-content h3.blog-name {
font-size: 18px;;
line-height: 1.6 !important;
}
#rs-header.header-style1 .toolbar-area .toolbar-contact ul li{
margin-right: 0;
}
#rs-header.header-style1 .toolbar-area .toolbar-contact ul li:last-child{
padding-right: 0;
}
#rs-header.header-style1 .toolbar-area .toolbar-contact ul li a {
margin-right: 10px;
padding-right: 15px;
}
.rs-work-flow {
padding: 0;
}
.rs-work-flow .flow-wrap {
display: inherit;
align-items: unset;
}
.rs-work-flow .flow-wrap .flow-common.flow-left {
width: 100%;
max-width: 400px;
text-align: center;
margin: 0 auto;
border-style: none dashed dashed dashed;
border-radius: 0 0 30px 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-left .content {
text-align: center;
padding: 80px 0;
border-radius: 0 0 30px 30px;
margin: 0 30px 30px 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-right .content .title,
.rs-work-flow .flow-wrap .flow-common.flow-left .content .title {
font-size: 22px;
}
.rs-work-flow .flow-wrap .flow-common.flow-left::after {
right: 50%;
top: unset;
bottom: -10px;
transform: translateX(50%);
}
.rs-work-flow .flow-wrap .flow-common.flow-icon-right,
.rs-work-flow .flow-wrap .flow-common.flow-icon-left {
width: 15%;
margin: 0 auto;
padding: 30px 0;
}
.rs-work-flow .flow-wrap .flow-common.flow-icon-right::after,
.rs-work-flow .flow-wrap .flow-common.flow-icon-left::after {
position: absolute;
content: '';
top: 0;
transform: translateX(-50%);
left: 50%;
width: 1px;
height: 100%;
background-position: top;
background-size: 1px 11px;
background-repeat: repeat-y;
background-image: linear-gradient(to top, #e2b500 61%, transparent 0%);
}
.rs-work-flow .flow-wrap .flow-common.flow-right {
width: 100%;
max-width: 400px;
text-align: center;
margin: 0 auto;
border-style: dashed dashed none dashed;
border-radius: 30px 30px 0 0;
}
.rs-work-flow .flow-wrap .flow-common.flow-right .content {
text-align: center;
padding: 80px 0;
border-radius: 30px 30px 0 0;
margin: 30px 30px 0 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-right::after {
left: 50%;
top: -10px;
transform: translateX(-50%);
}
.rs-work-flow .flow-wrap .flow-common.flow-center {
width: 80%;
margin: 0 auto;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .empty-space-left {
width: 70px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-left {
padding-left: 70px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .empty-space-right {
width: 70px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-right {
padding-right: 70px;
}
.rs-appscreenshot .swiper-container .swiper-slide-active {
margin-right: 30px !important;
}
.rs-appscreenshot .swiper-container .swiper-wrapper .swiper-slide img {
max-width: 100% !important;
}
.rs-appscreenshot .swiper-container .intro {
top: 15px;
}
.rs-testimonial-nav-style2 .item.slick-center .author-inner {
margin-left: 0;
}
ul#rs-hover-tabs-nav {
width: 45%;
}
#rs-hover-tabs-content {
width: 55%;
}
}
@media only screen and (max-width: 1024px) {
.rs-portfolio-single-sidebar .widget_nav_menu {
padding: 30px 30px;
}
header ul.hfe-nav-menu{
background: #fff;
}
.single-portfolios #content {
padding-top: 80px;
padding-bottom: 80px;
}
.rs-portfolio-single-sidebar {
padding-left: 10px;
padding-top: 50px;
padding-right: 10px;
}
.single-portfolios .rs-blog-details {
padding-left: 10px;
padding-right: 10px;
}
.fullwidth-services-box.overflow-visible.slidertop{
margin-top: 120px !important;
}
.fullwidth-services-box .services-style-2 {
background: rgba(2, 27, 121, 0.9);
}
.rs-addon-services.services-style1 .services-part .services-text .service-inner.button_inner {
padding: 20px 15px;
}
body .swiper .swiper-button-prev, 
body .swiper .swiper-button-next {
top: 40px;
}
.md-bg-hidden{
background-image: unset !important;
}
.rs-addon-services.services-style4 .services-part {
display: flex;
align-items: center;
}
.rs-addon-services.services-style1 .services-part .services-text .services-btn-part{
display: none;
}
.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i {
right: 8px;
}
.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
border: none;
}
.hfe-nav-menu-icon svg {
position: relative;
top: -2px;
}
.hfe-nav-menu-icon {
padding: 8px 13px !important;
}
}
@media only screen and (max-width: 1240px) {
.rs-addon-services-tab-hovereffect {
flex-wrap: wrap;
}
.rs-addon-services-tab-hovereffect .services-inner {
flex: 48%;
flex-grow: 1;
}
.rs-addon-services-tab-hovereffect .services-inner:last-child {
max-width: 500px;
margin: 0 auto;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.rs-servic-home9 .rs-addon-services.services-style4 .services-part{
display: block !important;
}
.rs-servic-home9 .rs-addon-services.services-style4 .services-part .services-text{
padding: 15px 0 0 !important;
}
.rwd-table td,.rwd-table th {
font-size: 15px;
}
}
@media only screen and (max-width: 767px) {
.rs-addon-services-tab {
flex-wrap: wrap;
}
.rs-addon-services-tab .services-tab-inner {
flex: 45%;
align-items: center;
justify-content: center;
}
.rs-footer-recent-post .prelements-blog-grid .col-lg-12 {
width: 100%;
}
#rs-header .rs-mega-menu ul.sub-menu li > a{
padding-left: 20px;
}
.pre-blog-style1 .pre-blog-item {
margin-top: 20px;
}
.rs-addon-services-hover-effect .services-tab-inner::before{
display: none;
}
.rs-addon-services-hover-effect .services-tab-inner {
display: block;
width: 100%;
will-change: unset;
}
.rs-addon-services-hover-effect .services-tab-inner.active .content_part .title{
text-decoration: none;
}
.rs-addon-services-hover-effect .services-tab-inner .content_part {
writing-mode: unset;
transform: rotate(0deg);
}
} @media only screen and (max-width: 1280px) { .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu{
left: unset;
right: 100%;
}
} @media only screen and (min-width: 992px) and (max-width: 1280px) {
.bs-sidebar .widget.widget_nav_menu ul li{
padding-left: 7px !important
}
.bs-sidebar #wp-calendar th, .bs-sidebar #wp-calendar td {
padding: 2px;
text-align: center;
}
#rs-header .toolbar-area .opening em {
padding-right: 7px;
}
#rs-header.header-style5 .toolbar-area .opening {
margin-right: 0;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul li {
margin-right: 12px;
padding-right: 10px;
}
#rs-header .toolbar-area .toolbar-contact ul li, 
#rs-header .toolbar-area a, 
body #rs-header .toolbar-area .toolbar-sl-share ul li,
body #rs-header .toolbar-area .toolbar-contact ul li, body #rs-header .toolbar-area a{
font-size: 13px;
}
#rs-header.header-style8.header-style9 .rs-full-menuarea #primary-menu-single > li > a {
font-size: 14px;
margin-right: 0;
}
#rs-services-slider .slick-arrow{
left: 45% !important;
}
.header-style-3.header-style-three .menu-area .navbar ul > li.menu-item-has-children > a{
margin-right: 0;
}
.menu-area .navbar ul li > a, .sidenav .widget_nav_menu ul li a {
font-size: 12px;
}
body .rs-addon-services .serial_number {
left: 138px !important;
}
.page-template-page-single #rs-header.rs_header_7 .rs-full-menuarea .container{
padding-left: 10px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.counter-top-area .count-number h3 {
margin: 0;
}
.single-teams .ps-image .ps-informations ul li span {
width: 90px;
}
.single-teams .ps-informations ul li span {
font-size: 14px;
}
.single-teams .ps-informations ul li {
font-size: 13px;
}
.rs-porfolio-details .ps-informations ul li + li {
padding-top: 0;
}
#rs-header.header-style-4 .header-inner .logo-section .toolbar-contact-style4 ul li{
padding-top: 8px;
padding-bottom: 8px;
}
.rs-footer h3, .rs-footer .footer-top h3.footer-title {
font-size: 16px !important;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"]{
font-size: 11px;
}
.rs-footer .footer-top .mc4wp-form-fields input[type="email"]{
padding-left: 10px;
}
.rs-footer .footer1, .rs-footer .footer2 {
padding-right: 20px;
}
.rs-blog .post-meta.date-meta, .rs-blog .blog-item span.author{
font-size: 12px;
}
.rs-blog .post-meta.date-meta{
margin-right: 12px;
}
.single-header .menu-area .navbar ul ul li + li, .header-transparent .menu-area .navbar ul ul li + li{
padding: 0;
}
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title{
font-size: 18px;
}
.dynamic-sidebar{
padding-left: 15px;
}
.padding-left-sidebar .dynamic-sidebar{
padding-right: 15px;
}
.team-grid-style2 .appointment-bottom-area .app_details{
margin: 0 0 20px;
}
.team-grid-style2 .appointment-bottom-area .app_btn,
.team-grid-style2 .appointment-bottom-area .app_details{
float: none;
}
.counter-top-area.style1.left .count-text h3{
line-height: 24px !important;
}
#rs-header.header-style-4 .logo-section .times-sec:after {
border-bottom: 110px solid #030749;
}
.services-style-10.process-inner .title{
padding-left: 10px;
padding-right: 10px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-icon{
padding-right: 10px;
}
.information-sidebar .serivce-brochure{
padding-left: 20px;
padding-right: 20px;
}
#content .bs-sidebar .recent-post-widget .show-featured .post-desc a{
font-size: 14px !important;
}
.show-featured .post-img {
width: 80px;
}
.rs-blog-grid .bottom-shadow1 {
padding: 20px;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
line-height: 28px !important;
font-size: 18px;
}
.menu-area .navbar ul li a{
padding-left: 5px;
padding-right: 12px;
}
#rs-header.header-style5 .sticky_search i:before{
margin-left: 0;
}
} @media only screen and (min-width: 992px) {
.header-style-3 .sticky .logo-section,
.menu-area .mobile-menu-link, 
.menu-area .mobile-menu-container,
.header-style1 .sticky .menu-middle,
.header-style-4 .sticky .logo-section {
display: none;
}
.menu-wrap-off .inner-offcan {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 95px;
padding: 0;
border-radius: 50%;
border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin: 0 0 0 115px;
}
.sidenav .rs-innner-offcanvas-contents{
padding-right: 10px;
}
body.body-left-space{
padding-left:270px;
}	
body.body-left-space #braintech-load{
left: 0;
}
#rs-header.rs-header_8 .rs-full-menuarea .menu-single-menu-container > ul > li:first-child,
#rs-header.rs-header_8 .rs-full-menuarea .menu-single-menu-container > ul > li:first-child > a{
padding-left: 0;
}
.rs-porfolio-details .information-sidebar,
.rs-porfolio-details .ps-informations{
margin-left: 20px;
}
.services-des-content{
padding-left: 45px;
}
#page .header-style1 .sticky .menu-area {
padding: 0;
}
#page .header-style1 .sticky .menu_one {
top: 0;
}
.padding-left-sidebar .left-sidebar {
order: 2;
}
.rs-wrap-summery{
overflow: hidden;
display: flex;
align-items: center;
}
.rs-wrap-summery .woocommerce-product-gallery.images{
padding-right: 40px;
}
.padding-full-layout-left .col-lg-8.full-layout-left{
order: 2;
}
.padding-full-layout-left .dynamic-sidebar{
padding: 0px 20px 20px 0;
}
body.blog .padding-full-layout-left .blog-item, 
body.archive .padding-full-layout-left .blog-item {
box-shadow: -15px 15px 30px rgba(0, 0, 1, 0.05);
}
.padding-left-sidebar .col-md-3, .padding-full-layout-left .col-md-3, .padding-full-layout-left{
overflow: hidden;
}
.mobile-menus{
display: none;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
#rs-services-slider .item-thumb .owl-dot.service_icon_style .tile-content {
font-size: 11px;
}
.time-listing li span{
float: none;
}
.main-contain .mptt-shortcode-wrapper{
overflow: auto;
}
.rs-footer .col-lg-4.footer-2,
.footer-top .footer-1{
padding-left:15px;
}
.footer-top .footer-0{
padding-right:40px;
}
.rs-col-6{
width: 50% !important;
}
.footer-top .col-lg-3{
width: 50%;
flex: 0 0 50%;
max-width: 50%;
}
#rs-footer .footer-top .container{
max-width: 720px;
}	
#rs-footer .footer-bottom .container{
max-width: 720px;
}
.rs-footer .footer-bottom .widget_nav_menu ul li a {
padding: 0px 12px 0 18px !important;
}
.pagination-area{
margin-bottom: 50px;
}
.container {
max-width: 100%;
}
#about-history-tabs ul.tabs-list_content li {
float: none;
width: 100%;
}
.services-style-5 .services-desc, 
.services-style-5 .services-item {
width: 110px;
height: 110px;
}
.two-col-full{
width: 100% !important;
float: none !important;
}
.services-style-5 .services-item .icon_bg {
padding-top: 20px;
}
.services-style-2 .services-wrap .services-item .services-desc {
padding: 0 8px;
}
.services-style-5 .services-item .icon_bg img {
max-width: 68px;
}
.services-style-5 .services-desc .services-title,
.services-style-5 .services-item .services-title {
line-height: 55px !important;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
padding-top: 0;
}
.rs-service-grid .service-item .service-content .service-excerpt p {
line-height: 20px;
margin-bottom: 10px;
padding: 0;
}
.rs-service-grid .service-item .service-content {
padding: 12px 4px 0;
}
.rs-service-grid .service-item .service-content .service-button .readon.rs_button {
padding: 0 20px;
font-size: 13px;
height: 35px;
line-height: 35px;
}
.rs-services .services-style-9 .services-wrap {
padding: 60px 16px 35px 16px;
}
.single-mp-event .rs-team-grid.team-style5 .team-item .normal-text .person-name,
.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title a{
font-size: 15px !important;
}
.single-mp-event .table-background tr, 
.single-mp-event .table-background td, 
.single-mp-event .table-background th{
padding-left: 5px;
padding-right: 5px;
}
.footer-bottom .footer-menu-right{
float: none;
}
.footer-bottom #footer-menu {
text-align: center;
}
.footer-bottom #footer-menu li,
.single-teams .ps-image .ps-informations ul li span {
display: block;
}
.counter-top-area .count-number h3{
margin-bottom: 26px;
}
#rs-contact .contact-address .address-item .address-icon {
height: 55px;
width: 55px;
line-height: 55px;
}
#rs-contact .contact-address .address-item .address-icon i {
font-size: 36px;
}
#rs-contact .contact-address .address-item .address-icon {
margin-right: 0;
}
.servies-one .rs-services .service-inner{
padding-left: 15px !important;
padding-right: 15px !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .mptt-inner-event-content a.event-title,
.servies-one .rs-services .service-inner .services-title a{
font-size: 15px !important;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot{
font-size: 12px;
}
.servies-one .rs-services .service-inner .services-title a{		
line-height: 24px !important;
}
.servies-one .rs-services .service-inner p{
font-size: 13px !important;
}
.services-style-2.services-left .services-wrap .services-item .services-desc {
width: 75%;
}
} @media only screen and (max-width: 991px) {
#page #rs-header.header-style9 .rs-full-menuarea {
padding: 12px 0;
}
.hfe-page-title .elementor-heading-title {
min-width: auto !important;
}
body.page-template-page-single #rs-header.header-style8.rs_header_7 .col-cell.menu-responsive{
width: auto;
}
.rs__banner__slider .grid-item .rs-slide .slide-img .slide_des .watermark{
width: 100%;
}
#rs-header.header-style5 ul.offcanvas-icon .nav-link-container {
margin-left: 0;
}
.rs_header_7 ul.offcanvas-icon .nav-link-container a,
.rs_header_6 ul.offcanvas-icon .nav-link-container a {
padding-top: 22px;
padding-bottom: 22px;
}
.rs__banner__slider .grid-item .inner-container .slide-image img.rs__banner_shap{
display: none;
}
.hfe-nav-menu > li.menu-item.rs-mega-menu > ul.sub-menu{
padding: 0 !important;
}
.hfe-nav-menu .menu-item-has-children.rs-mega-menu .sub-menu::before{
display: none !important;
}
.rs__banner__slider .grid-item .inner-container .slide-image img:not(.rs__banner_shap) {
position: relative;
top: 0;
right: 0;
transform: translateY(0);
}
.rs_header_7 ul.offcanvas-icon{
margin-left: 10px;
}
#rs-header.main-menu-leftfull .header-logo {
flex: unset;
}
.rs__banner__slider .grid-item .inner-container {
display: block;
}
.rs__banner__slider .grid-item .inner-container .content-left,
.rs__banner__slider .grid-item .inner-container .slide-image{
flex: 0 0 100%;
max-width: 100%;
}
.footer-bottom .rows{
flex-direction: column;
}
.woocommerce .woocommerce-grouped-product-list-item__quantity .quantity .qty_button {
padding: 0px 4px;
}
.woocommerce .woocommerce-grouped-product-list-item__quantity .quantity .qty {
width: 30px;
}
.woocommerce div.product form.cart .group_table td:first-child{
width: 118px;
}
#rs-header.rs_header_6{
position: static;
}
body #mobile_menu ul ul .submenu-button {
top: 5px;
}
.full-blog-content .btm-cate{
flex-wrap: wrap;
}
.rs-portfolio-style3 .portfolio-item .p-icon{ }
.rs-portfolio-style3 .portfolio-item .portfolio-content .portfolio-inner {
padding-top: 7px;
padding-bottom: 7px;
}
.rs-breadcrumbs .breadcrumbs-meta li{
display: block;
}
#rs-header.header-style1 .toolbar-area{
border-radius: 0;
}
.rs-footer .widget ul.footer_social{
padding-bottom: 20px;
}
.rs-footer .copy2 ul.footer_social{
padding-top: 20px !important;
padding-bottom: 0;
}
.rs-footer .footer-top {
padding-bottom: 40px;
}
.rs-footer .widget{
overflow: unset;
}
.footer-bottom .copy1{
order: 3;
padding-top: 0;
}
.has-mobile-logo{
display: none !important;
}
.rs-footer .footer-top.footer-tp-border .container h3.footer-title {
padding-bottom: 0;
margin-bottom: 30px;
}
.single-teams .inner-images {
padding: 0;
}
.rs-footer .col-lg-4.footer-2{
padding-left: 15px;
}
.mobile-menu-container div ul li a{
border: none;
}
body #rs-header.header-style8 .rs-full-menuarea{
background: #fff !important;
}
body.logged-in .menu-wrap-off, .menu-wrap-off{
padding: 55px 35px 50px 35px;
}
body.page-template-page-single .mobile-menu-container ul li a,
body.body.page-template-page-single2 .mobile-menu-container ul li a{
color: #fff;
}
.rs-working-process .process-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.rs-working-process{
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.rs-working-process .process-wrap .mark-img {
right: -85px;
}
.rs-working-process .process-wrap .number {
font-size: 70px;
right: 20px;
}
.rs_header_7 .rs-middel-header,
.rs_header_6 .rs-middel-header,
.rs-header_8 .rs-middel-header,
.rs-appscreenshot .swiper-container .intro,
.rs-working-process .process-wrap:nth-child(4n) .mark-img,
.rs-working-process .process-wrap:nth-child(2n) .mark-img{
display: none;
}
body.page-template-page-single2 .sidenav .sub-menu, body.page-template-page-single .sidenav .sub-menu{
display: block;
}
body.page-template-page-single2 .mobile-menu-container, 
body.page-template-page-single .mobile-menu-container{
overflow-x: hidden;
overflow-y: auto;
}
.rs__banner__slider .slick-prev, .rs__banner__slider .slick-next, .rs__banner__slider .rs-slide span.number{
display: none !important;
}
.rs__banner__slider .rs-slide .slide-img .slide_des .watermark{
right: auto;
left: 20px;
}
.single-teams .row.btm-row {
margin-left: 5px;
padding: 17px 0 0 0;
margin-right: 5px;
}
.rs__banner__slider .rs-slide .slide-img .slide_des .description br{
display: none;
}
#rs-header.header-style8 .rs-middel-header .row-table .header-logo{
display: none;
}
.single-teams .short-desc{
padding-right: 0;
}
.single-teams .project-desc{
padding-right: 0;
}
.single-teams .ps-image{
padding-bottom: 45px;
}
.menu-wrap-off .inner-offcan .nav-link-container {
right: 25px;
}
.breadcrumbs-inner p br{
display: none;
}
#content .rs-pricing-slider.swiper-container {
margin: 0;
}
#content .rs-pricing-slider.swiper-container .swiper-next,
#content .rs-pricing-slider.swiper-container .swiper-prev {
bottom: 0;
}
.header-style9.header-style8 .sidebarmenu-area{
display: none !important;
}
.header-style9.header-style8 .sidebarmenu-area.mobilehum{
display: block !important;
}
#content .rs-pricing-slider.swiper-container .swiper-next {
left: 53%;
}
#content .rs-pricing-slider.swiper-container .swiper-prev {
left: 61%;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it::after {
bottom: 109px;
}
.page-template-page-single2.logged-in .header-inner:not(.sticky) .nav-container,
.page-template-page-single.logged-in .header-inner:not(.sticky) .nav-container{
margin-top: 30px;
}
.rs-footer .footer-2 .widget_text{
padding-left: 0;
}
.menu-area .navbar ul li > a, .sidenav .widget_nav_menu ul li a{
font-size: 17px;
}
#rs-header.header-style8 ul.offcanvas-icon .nav-link-container a {
margin-top: 0;
margin-bottom: 0;
}
body.page-template-page-single2 .header-style-three .sidenav,
body.page-template-page-single .header-style-three .sidenav 
{
padding: 60px 0 0;
}
.footer-subscribe{
padding-top: 20px;
}
body.page-template-page-single2 .header-inner.menu-sticky.sticky .mobile-menu-container ul,
body.page-template-page-single .header-inner.menu-sticky.sticky .mobile-menu-container ul 
{
padding-top: 32px;
}
body.page-template-page-single2-php #rs-header.header-style-6 .box-layout .row-table .col-cell.last-cls,
body.page-template-page-single-php #rs-header.header-style-6 .box-layout .row-table .col-cell.last-cls
{
display: none;
}	
#rs-header.header-style1 .menu-area, 
#rs-header.header-style5 .menu-area {
padding-bottom: 15px;
padding-top: 15px;
}
body.page-template-page-single .mobile-menu-container.nav-active-menu-container,
body.page-template-page-single2 .mobile-menu-container.nav-active-menu-container {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
body .sidenav #mobile_menu .widget_nav_menu ul li a{
border-bottom: 1px solid rgb(201 201 201 / 19%);
}
body .sidenav #mobile_menu .widget_nav_menu ul li:last-child a{
border-bottom: none;
}
#rs-header.header-style7 .toolbar-area::after{
display: none;
}
#rs-header.header-style8 .sidebarmenu-area.mobilehums{
display: block;
}
.single-header.header-style8 .mobile-logos{
display: block;
}
.single-header.header-style8 .mobile-logos a{
color: #fff !important;
}
#rs-header.header-style8 .rs-full-menuarea .sidebarmenu-search .sticky_search i:before{
color: #101010;
}
#rs-header.header-style8 .header-inner {
bottom: 0;
}
body.page-template-page-single2-php #rs-header.header-style8 .mobile-menu-container.nav-active-menu-container .nav-link-container .nav-menu-link span,
body.page-template-page-single-php #rs-header.header-style8 .mobile-menu-container.nav-active-menu-container .nav-link-container .nav-menu-link span
{
background: #000 !important;
}
body #rs-newsletter-subscribe .col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
body #rs-newsletter-subscribe .newsletter-title{
margin-bottom: 20px;
text-align: center;
}
body #rs-newsletter-subscribe .newsletter-title{
margin-bottom: 30px !important;
}
body #rs-newsletter-subscribe .text-right input[type=email]{
max-width: 100%;
width: 100%;
}
.single-teams .ps-image img{
width: 100%;
}
body #rs-newsletter-subscribe .text-right input[type=submit]{
border-radius: 0 5px 5px 0;
}
body #rs-newsletter-subscribe .text-right{
max-width: 635px;
margin: 0 auto;
}
#mobile_menu .hash-has-sub span.submenu-button{
width: 100%;
cursor: pointer;
top: 0;
height: 50px;
}
#mobile_menu ul ul .hash-has-sub .submenu-button{
height: 36px !important;
}
#mobile_menu .hash-has-sub span.submenu-button:before{
top: 20px;
}
#mobile_menu .hash-has-sub span.submenu-button:after{
top: 25px;
}
#mobile_menu ul ul .hash-has-sub span.submenu-button:before{
top: 20px;
}
#mobile_menu ul ul .hash-has-sub span.submenu-button:after{
top: 25px;
}
#rs-header.header-style-6 .sidebarmenu-area {
top: 0;
}
.main-contain #content {
padding-top: 80px;
padding-bottom: 80px;
}
.single-portfolios .main-contain #content{
padding-bottom: 90px;
}
#rs-header.fixed-menu .header-inner {
width: auto;
flex-wrap: unset;
height: auto;
}
#mobile_menu .submenu-button {
top: 11px;
}
.rs-innner-offcanvas-contents{
display: none;
}
.cd-words-wrapper{
margin-left: 0;
}
.footer-subscribe .newsletter-title {
font-size: 26px;
}
.sidenav.offcanvas-icon .rs-offcanvas-inner-left {
max-width: 100%;
}
.sidenav.offcanvas-icon .rs-offcanvas-inner-left{
height: auto;
padding-top: 60px;
}
#mobile_menu ul ul .submenu-button {
top: -3px;
}
#mobile_menu .submenu-button:after{
background: #0a0a0a;
}
.rs-portfolio-style7 .showcase-item img{
position: absolute !important;
}
#mobile_menu .submenu-button::after {
right: 14px;
width: 12px;
}
#mobile_menu ul ul .submenu-button::after {
right: 14px;
}
#mobile_menu .submenu-button {
top: 5px;
}
body .mainhome-video .rs-video-2 {
margin-top: -268px !important;
margin-left: -370px !important;
}
.rs-heading .title-inner .title span.watermark{
font-size: 150px;
}
#rs-header.fixed-menu {
width: 100%;
max-width: 100%;
position: unset;
height: auto;
}
#rs-header.fixed-menu .header-inner {
padding: 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.menu-wrap-off .inner-offcan {
padding: 0;
}
.sidenav p,
.sidenav .fa-ul li.address1,
.sidenav.offcanvas-icon .rs-offcanvas-right a{
font-size: 16px;
}
#menu-offcanvas, .widget.icon-list ul.menu{
display: none !important;
}
.sidenav .menu li ul.sub-menu li a {
font-size: 15px;
}
.sidenav .widget_nav_menu ul li a:hover {
color: #48C98F;
}
.sidenav .widget_nav_menu ul li ul li a {
line-height: 30px;
}
body .sidebarmenu-area.mobilehum{
display: none !important;
}
body.single-services .rs-porfolio-details{
padding-top: 100px;
}
body .rs-particle-banner{
background: transparent !important;
}
body .rs-particle-banner .particle-content-wrap{
padding-top: 0 !important;
}
body.single-teams .main-contain #content{
padding-bottom: 40px !important;
padding-top: 80px !important;
}	
.rs-banner-title_1.rs-heading .title-inner .title {
font-size: 30px;
}
.rs-banner-title_2.rs-heading .title-inner .title {
font-size: 22px;
}
.rs-services-default .services-item.img-left .services-icon {
width: 110px;
}
.single-product .main-contain #content{
padding-bottom: 15px;
}
.woocommerce-cart .main-contain #content{
padding-bottom: 70px !important;
}
.menu-cart-area {
padding-top: 20px !important;
padding-bottom: 20px !important;
margin-right: 15px;
}
.sec-banner-home6 .common-text-shadow,
.sec-banner-home6 .rs-btn2{
text-align: center !important; 
}
.rs-blog-details .widget-area .bs-sidebar.dynamic-sidebar{
padding-bottom: 0;
}
.rs-heading .title-inner .title span.watermark-animate {
font-size: 120px;
}
.coupon input#coupon_code {
width: 250px !important;
}
.single-portfolios .project-desc {
padding-right: 0;
}
#rs-header.header-style-4 .sidebarmenu-search{
padding: 0;
}
body .header-quote .sidebarmenu-area.text-right{
display: none !important;
}
#rs-header.rs_header_7 .sidebarmenu-area.mobilehum,
#rs-header.rs_header_6 .sidebarmenu-area.mobilehum,
#rs-header.rs-header_8 .sidebarmenu-area.mobilehum,
body .header-quote .sidebarmenu-area.mobilehum{
display: block !important;
}
.home2contact{
margin-left: 15px;
margin-right: 15px;
}
.counter-top-area.style1.left{
padding-bottom: 0;
}
.sidenav .widget_nav_menu ul li a {
font-size: 16px;
padding: 10px 0;
line-height: 30px;
}
.sidenav .menu > li.menu-item-has-children::before {
top: 15px;
font-size: 20px !important;
}
.sidenav.offcanvas-icon .rs-offcanvas-right .rs-innner-offcanvas-content {
padding-left: 0;
padding-top: 0;
}
.sidenav.offcanvas-icon .rs-offcanvas-right {
border: none;
}
.off-nav-layer{
border-radius: 0;
}
.construction-process3{
margin-top: -50px;
}
.rs-footer ul.recent-post-widgets{
max-width: 300px;
}
.menu-wrap-off{
overflow-x: hidden;
}
.sidebarmenu-area.mobilehum{
display: none !important;
}
.menu-wrap-off{
overflow-y: auto;
top: 0;
}
#rs-header.header-style-4 .header-inner.sticky{
padding: 5px 0 10px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table {
width: 100%;
overflow-x: auto;
}
.dynamic-sidebar {
margin-top: 50px;
}
.close-search {
right: 25px;
top: 25px;
}
body .bg-right{
background-size: cover !important;
}
body.logged-in .close-search {
right: 30px;
top: 50px;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper{
margin-bottom: 0;
}
.page-template-doctor-search .searh-form-data input{
margin: 30px 0;
}
.rs-heading h2 {
font-size: 32px;
}
.rs-btn.btn-right{
text-align: left;
}
.process-inner .process-item,
#rs-header.header-style-4 .header-inner .logo-section{
display: block;
}
#rs-header.header-style-3.header-style-three .menu_one{
padding: 10px 30px;
}
.bookappointments .rs-heading h2 {
font-size: 20px;
line-height: 28px;
}
.bookappointments .submit-btn .wpcf7-submit {
padding: 16px;
padding-right: 56px;
font-size: 15px;
}
.bookappointments .submit-btn i{
right: 16px;
}
#rs-header.header-style-3 .header-inner.sticky{
top: 0;
}
.bookappointments .submit-btn:hover i{
right: 12px;
}
.search-results .widget-area {
margin-top: 70px;
}
#rs-header .container-fluid {
padding-left: 20px;
padding-right: 20px;
}
body.single-services .rs-porfolio-details #sidebar-services{
padding-left: 15px !important;
padding-right: 15px !important;
}
.rs-breadcrumbs .page-title {
font-size: 40px !important;
line-height: 50px !important;
}
#rs-header.header-style-3 .header-inner .box-layout {
margin-top: 0;
padding-left: 15px;
padding-right: 15px;
border-radius: 0;
max-width: 100%;
}
.process-inner:hover,
.process-inner.active, 
.process-inner,
#rs-header.header-style5 .toolbar-area .toolbar-sl-share {
margin-top: 0;
}
.process-inner:hover,
.process-inner.active, 
#rs-header.header-style-3 .toolbar-area .container2{
margin-bottom: 0;
}
.rs-contact .contact-address .address-item .address-icon i{
margin-left: 0;
}
#rs-header.header-style-3 .header-inner.sticky{
position: relative;
}
.rs-contact .contact-address .address-item .address-icon{
text-align: left;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .nav-link-container .nav-menu-link span{
background: #4a4a4a;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .sticky_search, #rs-header.header-style-3.header-style-2 .sticky-wrapper .menu-cart-area i{
color: #4a4a4a;
}
#rs-header.header-style-3.header-style-three .header-inner .menu-responsive,
#rs-header.header-style-3.header-style-three .header-inner .menu-responsive.menu-responsive-one-page,
.mid-border .rs-counter-list .count-text:before, 
.mid-border .rs-counter-list .count-text:after {
display: none !important;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc {
width: 70%;
}
#rs-header .menu-responsive .sidebarmenu-area.off-border-left{
margin-left: 0;
}
#rs-header.header-transparent .menu-cart-area{
margin-right: 30px;
}
.rs-cta .title-wrap .eta-subtitle {
font-size: 16px !important;
}
#rs-header.header-style-4 .menu-sticky.sticky .menu-area,
.home1-boxes4 .services-style-2 .services-wrap .services-item .services-desc{
padding: 0;
}
#rs-header.header-style-3 .mobile-menu-link a {
position: relative;	
}
#rs-services-slider .item-thumb .owl-dot {
width: 46%;
}
#slider-form-area .form-area {
margin: 70px auto 0;
float: none;
max-width: 600px;
}
body #rs-header.header-transparent .menu-area .navbar ul > li.current_page_item > a, 
body #rs-header.header-transparent .menu-area .navbar ul > li.current-menu-ancestor > a, 
body #rs-header.header-style-4 .menu-area .menu > li.current_page_item > a, 
body #rs-header.header-style-4 .menu-area .menu > li.current-menu-ancestor > a, 
body #rs-header.header-style5 .header-inner .menu-area .navbar ul > li.current-menu-ancestor > a{
color: #28406d !important;
}
body .blog-gap{
padding-top: 90px !important;
}
#rs-header.header-transparent .nav-link-container .nav-menu-link span{
background: #fff;
}
#rs-header.header-style-4 .menu-area .menu li:hover a{
color: #28406d !important;
}
#rs-header.header-style-4 .menu-area .menu li a{
color: #222 !important;
}
.hidden-md,
.rs-video-2.Style2 .video-circle1,
.rs-video-2.Style2 .video-circle2{
display: none !important;
}
#rs-header.header-style-3 .sidebarmenu-area{
top: 0;
}
.woocommerce ul.products li .woocommerce-loop-product__title {
font-size: 16px !important;
}
.rs-team-grid.team-style5 .team-item .normal-text .social-icons a i {
font-size: 12px;
width: 30px;
height: 30px;
line-height: 30px;
}	
.rs-services-style3{
padding: 20px 15px;
}
.portfolio-filter button{
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.rs-team-grid .team-grid-style3{
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.three-col-service .rs-services1 .services-wrap .services-item {
padding-bottom: 15px;
}
.three-col-service .rs-services1 .services-wrap .services-item .services-desc,
.three-col-service .rs-services1 .services-wrap .services-item .services-icon,
.three-col-service .rs-services1.services-right .services-wrap .services-item .services-desc{
float: none !important;
width: 100% !important;
}
.three-col-service .rs-services1 .services-icon{
margin-bottom: 15px;
}
.three-col-service .rs-services1 .services-wrap .services-item .services-icon i{
margin: 0 auto;
}
.three-col-service .rs-services1 .services-wrap .services-item .services-desc{
padding-left: 0 !important;
text-align: center;
}
#rs-header.header-style-3.header-style-three .header-inner .row-table .header-logo{
padding: 0;
}
#rs-header.header-style-3.header-style-three .sidebarmenu-area,
.three-col-service .rs-services1 .services-wrap .services-item{
display: block !important;
}
.three-col-service .service-feature{
padding: 50px 0 55px;
}
.three-col-service .rs-services1.services-right .services-wrap .services-item .services-icon i{
margin: 0 auto;
}
.three-col-service .rs-services1.services-right .services-wrap .services-item .services-desc{
text-align: center;
}
.style-bg .counter-top-area {
padding: 38px 0 0px;
}
.style-bg .counter-top-area .count-number h3 {
margin: 0 0 30px;
}
.single-header .nav-link-container{
right: 0;
}
#rs-header.header-style-3.header-style-three .menu-area .container{
max-width: 100%;
}
#rs-header.header-style-3 .sidebarmenu-search{
margin-left: 24px;
margin-right: 25px;
padding-bottom: 0;
padding-top: 0;
}
#rs-header .sidebarmenu-search .sticky_search{
padding: 21px 0;
}
#rs-header.header-style-4 .header-quote{
padding-right: 50px;
}
#rs-header.header-style-4 .menu-cart-area{
margin-right: 0;
}
#rs-header.header-style-4 .sidebarmenu-search{
margin-left: 14px;
margin-right: 14px;
}
.rs-heading h2 br,
.toolbar-sl-share,
.rs-cta .description br,
.navbar-menu #single-menu,
.rs-heading .description p br,
.home2services .rs-btn.btn-left,
#rs-header.header-style1 .btn_quote,
#rs-header.rs-header_8 .btn_quote,
.header-style-4 .sticky .logo-section,
.header-style-4 .toolbar-contact-style4,
#rs-header.header-transparent .btn_quote,
.mobile-menu-container .social-icon-responsive,
#rs-header.header-style-4 .row-table .times-sec,
#rs-header .menu-responsive .sidebarmenu-search,
#rs-header.header-style-3 .toolbar-contact-style4{
display: none;
}
#rs-header.header-style-4 .menu-area {
padding: 0;
}
#rs-header.header-style-4 .header-inner .logo-section {
padding: 0;
float: left;
}
header.header-style-4 .menu-area .menu-responsive .mobile-menu-link {
top: 40px;
z-index: 11;
}
.single .ps-navigation .link_text {
font-size: 14px;
font-weight: 500;
}
#rs-header.header-style5 .logo-area {
line-height: 40px;
}
#rs-header.header-style5 .toolbar-area .toolbar-contact ul li {
padding: 0 !important;
}
#rs-header.header-style5  .menu-area .mobile-menu-link, .menu-area .mobile-menu-container{
right: 0;
left: auto;
z-index: 9999;
}
.header-style3 .nav-link-container .nav-menu-link span{
background: #28406d;
}
#why-choose-us.consulting-choose{
padding: 40px 0 60px !important;
}
.header-style3 .table_row .menu-responsive .mobile-menu-link{
right: 84px;
}
#consulting-service .rs-services1 .services-item {
padding: 15px;
text-align: center;
}
.header-style3 .table_row{
display: table;
margin: 0 auto;
position: relative;
width: 100%;
}	
.header-style3 .table_row .header-logo{
padding-top: 0 !important;
display: table-cell;
vertical-align: middle;
text-align: left !important;
}
.header-style3 .table_row .menu-responsive{
float: left;
display: table-cell;
vertical-align: middle;
}
#why-choose-us.consulting-choose .rs-heading h2 {
text-align: left;
}
#about-consulting .left-half{
padding: 60px 0;
}
#rs-header.header-transparent .sidenav li.nav-link-container .nav-menu-link {
padding: 13px 15px 15px 10px !important;
}
.footer-bottom #footer-menu li{
display: inline-block !important;
}
.footer-bottom #footer-menu li:first-child a{
padding-left: 0;
}
.header-style1 .sticky .menu-area {
background: #fff;
}
.sidenav.nav-active-menu-container{
box-shadow: none;
}
.mobile-menu-container ul.sidenav.nav-active-menu-container{
padding: 70px 0 0;
}
#rs-header.style2 .menu-responsive .nav-link-container .nav-menu-link span {
background: #fff;
}
#rs-header.style2.transparent-dark .menu-responsive .nav-link-container .nav-menu-link span{
background: #222;
}
.sidenav{
padding:0;
width: auto;
}	
ul.sidenav .menu > li.menu-item-has-children::before{
right: 14px;
}
.sidenav li.nav-link-container{
top: 24px !important;
float: none !important;
text-align: right;
}
#full-sections.full-sections-startup{
padding-top: 30px !important;
padding-bottom: 100px !important;
}
#map-overlay .rs-contact {
max-width: 100%;
margin: 0;
position: relative;
width: 100%;
left: 0;
right: 0;
}
.rs-footer .col-lg-4.footer-2{
padding-left: 15px;
}
#map-overlay .rs-heading {
padding: 100px 0 0;
}
.mobile-menu-link a{
display: block;
float: right;
}	
body.page-template-page-single2 .mobile-menu-link a,
body.page-template-page-single .mobile-menu-link a
{
width: 35px;
}
body.page-template-page-single2 .menu-area .navbar,
body.page-template-page-single .menu-area .navbar
{
margin-right: 0;
}
body.page-template-page-single2 .nav-link-container .nav-menu-link span,
body.page-template-page-single .nav-link-container .nav-menu-link span
{
float: right;
}
body.page-template-page-single2 .sidenav li.nav-link-container a,
body.page-template-page-single .sidenav li.nav-link-container a 
{
width: 34px;
margin-left: 0px;
position: relative;
z-index: 1;
padding: 0 !important;
}
body.page-template-page-single2 .sidenav li.nav-link-container,
body.page-template-page-single .sidenav li.nav-link-container
{
height: auto;
width: auto;
}
#rs-header.header-style8 .rs-middel-header{
padding-top: 25px;
padding-bottom: 20px;
}
body.page-template-page-single2 .sidenav li.nav-link-container,
body.page-template-page-single .sidenav li.nav-link-container
{
padding: 12px;
}
body.page-template-page-single2 .sidenav li.nav-link-container .nav-menu-link,
body.page-template-page-single .sidenav li.nav-link-container .nav-menu-link
{
overflow: hidden;
}
body.page-template-page-single2 .sidenav li.nav-link-container a span,
body.page-template-page-single .sidenav li.nav-link-container a span 
{
height: 5px;
width: 5px;
}
.header-style-5 .mobile-menu{
display: block;
}
.header-style-5 .desktop-menu{
display: none;
}
body #rs-header.header-style1 .menu-area .sidenav .nav-link-container .nav-menu-link{
padding: 9px 0 0 11px;
}
.header-style1 .sidenav li.nav-link-container {
padding: 8px 10px 10px 10px;
}
.header-style-5 .mobile-menu-link{
top: 40px;
}
.footer-bottom .footer-menu-right{
float: none;
}
.rs-cta .style1 .exp-title,
.footer-bottom #footer-menu,
.rs-cta .style1 .text-right,
.rs-cta .style2 .text-right,
.rs-cta .style1 .vertical-middle{
text-align: center !important;
}
.rs-cta .cta-wrap.style1 a.readon{
font-size: 12px;
}
.rs-footer .footer-top .mc4wp-form-fields {
max-width: 280px;
}
.rs-footer .footer-top .widget_nav_menu .menu li{
padding-left: 0;
padding-bottom: 0;
}
.footer-bottom #footer-menu li {
display: block;
}
.header-style-5 .mobile-menu-link a.nav-menu-link{
height: 16px;
display: block;
}
.header-style-5 .sidenav .nav-link-container{
display: block;
}
.header-style-5 .sidenav .nav-link-container a{
padding: 0;
border: none;
}
#overlay-white.rev_slider .tp-revslider-slidesli{
position: relative;
}
#overlay-white.rev_slider .tp-revslider-slidesli:after{
content: "";
position: absolute;
background: rgba(255,255,255,.45);
top: 0;
bottom: 0;
right: 0;
width: 100%;
z-index: 1 !important;
display: block !important;
}
.header-style-5 .sticky .logo-area{
display: block;
}
#rs-header.header-style1 .toolbar-area .toolbar-contact ul li {
padding: 10px 6px 0px !important;
}
.header-style1 .menu-middle [class*="col-"] {
width: 100%;
float: none;
text-align: center;
}
#rs-about.services-section-seo {
padding-bottom: 198px !important;
}
#video-section-seo #right-content {
width: 50%;
}
#rs-testimonial.layer-testimonial {
padding-bottom: 0 !important;
}
.header-style-4 .sidenav a.nav-menu-link{
padding: 0;
border: none;
}
.team-gird .team-style2:nth-child(n+3) {
display: none;
}
.header-style1 .logo-area{
position: relative !important;
float: none;
width: 100%;
}
.rs-services1.services-right .services-wrap .services-item .services-desc,
.rs-services1.services-left.border_style .services-wrap .services-item .services-desc{
width: calc(100% - 60px);
}
.rs-services1.services-right .services-wrap .services-item .services-icon,
.rs-services1.services-left.border_style .services-wrap .services-item .services-icon{
width: 60px;
}
.rs-services1.services-right .services-wrap .services-item .services-icon i,
.rs-services1.services-left.border_style .services-wrap .services-item .services-icon i{
height: 60px;
width: 60px;
font-size: 28px;
line-height: 50px;
}
.rs-services1 .services-wrap .services-item .services-desc .services-title{
line-height: 28px !important;
}
.apoints-sec form p,
.header-style1 .get-quote ul{
margin: 0;
}
.header-style1 .mobile-menu-container .sidenav .nav-link-container .nav-menu-link{
padding: 0;
border: none;
}
.header-style6 .mobile-menu-container .nav-link-container .nav-menu-link{
height: 16px;
display: block;
}
.header-style6 .mobile-menu-container .sidenav .nav-link-container .nav-menu-link{
padding: 0;
border: none;
height: 16px;
display: block;
}
#rs-header.header-style6 .sidenav .nav-link-container {
right: 13px;
}
#rs-header.header-style-4 .sidenav.nav-active-menu-container .nav-link-container.nav-inactive-menu-link-container {
right: 12px;
}
.header-style-5 .sidenav .nav-link-container {
right: 11px;
}
#rs-services-slider .image-carousel {
padding-bottom: 70px;
}
#rs-services-slider .owl-nav.disabled{
position: absolute;
display: block;
left: 50%;
transform: translateX(-50%);
right: auto;
bottom: 0;
top: auto;
}
#rs-services-slider .owl-nav.disabled > div {
font-size: 0;
display: inline-block;
position: relative;
transition: all 0.3s ease 0s;
border-radius: 5px;
cursor: pointer;
}
#rs-services-slider .owl-nav.disabled > div.owl-prev {
margin-right: 10px;
}
#rs-services-slider .owl-nav.disabled > div.owl-next {
margin-left: 10px;
}
#rs-services-slider .owl-nav.disabled > div:before {
font-family: FontAwesome;
content: "\f104";
display: inline-block;
padding-left: 3px;
vertical-align: middle;
position: absolute;
font-size: 22px;
font-weight: normal;
color: #fff;
top: 0;
transform: translateX(-50%);
}
#rs-services-slider .owl-nav.disabled .owl-prev:before {
left: 20px;
}
#rs-services-slider .owl-nav.disabled .owl-next:before {
left: 20px;
content: "\f105" !important;
}
.header-style1 .menu-area .get-quote .quote-button {
line-height: 50px;
float: none !important;
}
.header-style1 .menu-offcanvas {
width: 30%
}
#slider-form-area .form-area h2.title {
font-size: 20px;
}
.mc4wp-form{
margin-left: 0;
}
#right-content{
width: 100%;
float: none;
}
#content #home-reservation .quick-contact {
width: 50%;
}
#rs-header .toolbar-area .toolbar-contact ul li {
border: 0 !important;
padding: 8px 6px 0px !important;
margin-right: 10px;
}
#rs-header.header-style7.mainsmenu .toolbar-area .toolbar-contact ul li{
padding: 0px !important;
}  
#rs-header.header-style-3 .toolbar-area .toolbar-contact ul li {
padding: 0px 6px 0px !important;
}
.width-70{
width: 100%;
}
#rs-header .toolbar-area .toolbar-sl-share {
margin-top: 10px;
float: none !important;
}
#rs-header.header-style1 .toolbar-area .toolbar-sl-share {
margin-top: 0px;
float: none !important;
}
#rs-header.header-style1 .toolbar-area .toolbar-contact ul li{
padding: 0 !important;
}
#rs-header.header-style1 .toolbar-area .toolbar-sl-share ul{
padding-top: 10px;
}
#rs-header.header-style1 .toolbar-area .toolbar-sl-share li {
border: 0 !important;
padding: 00 !important;
}
#rs-header .toolbar-area .toolbar-sl-share li {
display: inline-block !important;
float: none !important;
}
#rs-header.header-style6 .header-logo .logo-area a {
line-height: 70px;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell {
display: block;
vertical-align: initial;
}
#rs-header .toolbar-area .toolbar-sl-share li {
border: 0 !important;
padding: 0px 6px 0 !important;
}
#rs-header .toolbar-area .toolbar-sl-share ul, 
#rs-header .toolbar-area .toolbar-contact ul {
text-align: center;
}
.rs-team .team-gird .team-style4 .inner .box-section, 
.rs-team .team-gird .team-style4 .inner .image-section {
width: 100%;
float: none;
}
.rs-team .team-gird .team-style4 .inner .box-section .team-content {
padding: 30px;
}
.shape1:after, 
.shape2:after, 
.shape3:after, 
.shape4:after, 
.shape5:after,
#repeat_shape_bg {
display: none !important;
}
.menu-area .mobile-menu-link, 
.menu-area .mobile-menu-container {
display: block;
}
.faq-section img{
margin-bottom: 30px !important;
}
.rs-cta .cta-wrap .button-wrap, 
.rs-cta .style2 .button-wrap{
margin-top: 30px;
display: block;
} 
.header-style-4 .menu_one,
.header-style-3 .menu_one{
position: relative;
}
#rs-header.header-style-3 .header-inner .logo-section{
padding: 0;
position: absolute;
background: #fff;
width: 100%;
}
#rs-header.header-style-3.header-style-three .header-inner .logo-section{
background: none;
}	
#rs-header.header-style-3.header-style-2 .header-inner.sticky .logo-area{
margin-top: 0;
}
#rs-header.header-style-3 .header-inner.sticky .logo-section{
float: none;
width: 100%;
}
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner .box-layout{
background: #fff;
}	
#rs-header.header-style-3.header-style-2 .sticky-wrapper .header-inner.sticky .box-layout{
float: none;
width: 100%;
}
#rs-header.header-style-3.header-style-2 .logo-area{
margin-top: 6px;
}
.rs-breadcrumbs{
clear: both;
}
#rs-header.header-style-three .sticky .nav-menu-link span{
background: #4a4a4a;
}
#rs-header.header-style-three .sticky_search i,
#rs-header.header-style-three .menu-cart-area i{
color: #fff;
}
.menu-area #primary-menu-single {
display: block;
}
.menu-area .navbar ul li{
height: 60px;
line-height: 60px;
display: block;
text-align: left;
}
.menu-main-menu-single-container{
width: 100%;
padding: 0;
background: #50d2c2;
}
.navbar-header{
float: none;
margin-top: 8px;
}
#rs-header .menu-area .navbar ul li:hover a::after, 
#rs-header .menu-area .navbar ul li.active a::after{
display: none;
}
.menu-area .navbar ul li ul.sub-menu {
min-width: 100%;
display: none;
}
.sec-title-all {
margin-bottom: 35px;
}
#contact-address .rs-heading {
padding-top: 50px !important;
}
#ratings {
padding-bottom: 70px !important;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social .social-icon {
width: 32px;
height: 32px;
line-height: 32px;
margin-right: 0px;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
margin-top: 37px;
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell p {
display: none;
}
#banner-page-team,
.rs-cta .style2 .title-wrap{
padding: 0 !important;
}
#rs-cta {
padding: 60px 0 74px 0;
}
#blog-home {
padding-top: 90px !important;
padding-bottom: 100px !important;
}
.rs-team:not(.team-slider-default) .team-item .team-content {
padding: 15px;
}
.rs-team .team-item .team-social {
bottom: 25px;
}
.menu-area .navbar ul li ul.sub-menu li{
background: rgba(255, 255, 255, 0.3);
}
.navbar-menu #primary-menu-single{
display: none;
}
.sec-title-all .title-sec-left {
font-size: 30px;
font-weight: normal;
text-align: center;
float: none;
width: 100%;
}
.sec-title-all .description {
float: none;
text-align: center;
width: 100%;
line-height: 25px;
padding-top: 50px;
}
.sec-title-all .title-sec-left:before {
content: "";
position: absolute;
height: 3px;
bottom: -17px;
width: 100px;
top: auto;
right: auto;
}
#contact-address {
max-width: initial; 
border-radius: 0; 
}
.rs-services1 .services-icon {
display: block;
float: none;
width: 100%;
text-align: center;
margin-bottom: 22px;
}
.rs-services1 .services-desc {
float: none;
text-align: center;
width: 100%;
}
.rs-services1 .services-title{
margin-top: 12px;
}
.rs-services1 .services-item{
padding: 25px 20px 25px 20px;
}
#rs-cta h2{
font-size: 34px !important;
}
#blog-home .blog-meta .blog-title {
font-size: 16px;
line-height: 23px !important;
}
span.author {
margin-left: 6px;
}
.single-teams .project-desc,
.single-teams .details-tabs-area,
.rs-blog .blog-item .blog-meta .blog-lc > div:first-child {
margin-right: 0;
}
.rs-blog .blog-item .blog-meta .blog-lc > div:first-child {
margin-right: 0;
font-size: 10px;
}
#contact-address {
position: relative;
left: 0;
right: 0;
bottom: 0;
}
#map {
padding-bottom: 0 !important;  
overflow: hidden;
}
#rs-header.header-style-3 .box-layout{
position: static;
}
.header-style1 .toolbar-contact-style4 {
display: none;
} body .rs-banner-section{
padding: 86px 0 90px !important;
}
body .rs-we-works{
padding-bottom: 100px !important
}
.team-slider-style2 .team-item-wrap .team-content .display-table .display-table-cell .team-social {
top: 240px;
}
.rs-banner-section .banner-text h2 {
font-size: 36px;
margin: 0 0 10px;
}
.rs-banner-section .banner-text h1 {
font-size: 45px !important;
}
.rs-porfolio-details h3.info-title,
.rs-porfolio-details .project-desc .project-title{
margin-bottom: 15px;
}
.rs-porfolio-details .project-desc .project-title{
font-size: 26px;
}
.rs-porfolio-details .project-desc h3,
.rs-porfolio-details h3.info-title,
.rs-services-style3 .services-item .services-desc .services-title,
.services-style-2 .services-wrap .services-item .services-desc .services-title2{
font-size: 20px;
}
#rs-header.header-style3 .table_row .col-cell {
width: 100%;
}
#rs-header.header-style3 .menu-area .mobile-menu-link, .menu-area .mobile-menu-container {
padding-right: 0;
z-index: 999;
}
.woocommerce table.shop_table_responsive tr td.product-quantity:before{
padding-top: 8px;
}
.default-contact-page > div,
#rs-contact .contact-2-info > div{
width: 100%;
}
.dynamic-sidebar,
.padding-left-sidebar .dynamic-sidebar{
margin-right: 0;
margin-left: 0;
}
.rs-blog-details .widget-area {
padding-top: 60px;
}
.subscribe-text .mc4wp-form input[type="submit"],
#sidebar-services .widget.widget_nav_menu ul li{
padding-left: 20px;
padding-right: 20px;
}
.subscribe-text .title{
font-size: 24px;
}
.subscribe-text .mc4wp-form .subscribe-title{
font-size: 30px;
}
.rs-footer .widget{
max-width: 100%;
}
#rs-footer{
background-position: top center !important;
}
.rs-addon-services.services-style8 .services-part.image-align-left {
display: block;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs {
margin: 30px;
padding: 30px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .testimonial-contents .image-wrap img {
margin-left: 0;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-prev {
left: 0;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-next {
right: 0;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .slick-list {
padding-top: 0;
}
#rs-header .header-inner .menu-area div.container {
margin-top: 0 !important;
}
.elementor-widget-container .portfolio-filter {
margin-bottom: 60px;
}
.elementor-widget-container .portfolio-filter button + button {
margin-left: 10px;
}
.elementor-widget-container .portfolio-filter button {
padding-top: 5px;
padding-bottom: 5px;
}
.rstab-main.vertical_2 {
display: flex;
align-items: unset;
flex-direction: column;
}
.rstab-main.vertical_2 .tab-content {
order: 2;
width: 100%;
}
.rstab-main.vertical_2 .tab-content .tab-image img {
padding: 0;
}
.rstab-main.vertical_2 ul.nav {
width: 80%;
margin: 0 auto 30px;
}
.rstab-main.vertical_2 ul.nav li {
margin: 0;
}
.rs-hover-tabs{
display: block;
}
#rs-hover-tabs-content,
ul#rs-hover-tabs-nav {
width: 100%;
}
body.single-post .bs-sidebar{
padding-left: 0;
margin-top: 0;
}
.widget_medvillsocialiconwi_widget .widget-title{
margin-bottom: 15px;
}
}
@media only screen and (max-width: 1200px){
.rs-animated-heading .title-inner .title .cd-headline{
display: block !important;
}
}
@media only screen and (max-width: 1200px){
.prelements-blog-grid .pre-blog-item .pre-blog-content .pre-blog-meta {
}
} @media only screen and (max-width: 767px) {
.bs-sidebar ul.footer_social li {
padding: 0 4px 5px 0;
}
.rs-portfolio-style4 .portfolio-item .portfolio-four-logo{
padding: 8px 12px !important;
}
.rs-portfolio-style4 .portfolio-item .portfolio-four-logo a{
font-size: 16px !important;
font-weight: 500 !important;
}
.rs-portfolio-slider.rs-portfolio-style8 .portfolio-content img{
width: 100%;
}
.prelements-blog-grid .pre-blog-item .blog-inner-wrap.pre-thum-left {
display: block;
}
.woocommerce .quantity .qty_button {
left: 0;
}
.rs-footer .footer-top .footer-3,
.rs-footer .footer-top .footer-0 {
width: 100%;
}
#rs-header .btn_signin,
#rs-header .btn_quote{
display: none;
}
.hfe-page-title .rs-breadcrumbs-meta-elementor {
align-items: start;
}
.footer-top-bg-shape {
clip-path: unset!important;
}
.hfe-copyright-wrapper {
text-align: center;
}
#rs-header.header-style5 .col-cell.header-logo {
top: 0;
}
.woocommerce-page .woocommerce-message{
display: block;
}
.rs-footer .footer-top .rs-footer-btn {
height: 55px;
line-height: 46px;
padding: 0 20px;
}
.nav.navbar.copyright-menu-sec{
padding: 0;
}
.rstab-main ul.nav li a,
.content--teb-area,
.rs-blog-grid .blog-item.blog_grid_style .blog-inner-wrap{
display: block;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content,
.rs-blog-grid .blog-item.blog_grid_style .image-wrap{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.rs-blog-grid .blog-item.blog_grid_style .blog-content {
padding: 30px 0 0;
}
.rs-blog-grid .blog-item.blog_grid_style .post-categories a{
margin-bottom: 20px;
}
.rs-blog-grid .blog-item.blog_grid_style {
padding-bottom: 30px;
margin-bottom: 35px;
}
#rs-header.rs_header_7 .rs-full-menuarea .container,
#rs-header.rs_header_6 .rs-full-menuarea .container {
padding-left: 15px;
}
.rs-advantage-column .elementor-col-20{
width: 33.333%;
}
.rs-footer .fa-ul li {
padding-bottom: 20px;
}
.rs-footer .footer-top.footer-tp-border .container h3.footer-title {
padding-bottom: 15px;
margin-bottom: 15px;
}
#rs-header.rs_header_7 .btn_quote a,
#rs-header.rs_header_6 .btn_quote a {
padding-left: 15px;
padding-right: 15px;
}
.content--teb-area .content--left-area{
padding-right: 0 !important;
}
.rs-portfolio-style2 .portfolio-item .portfolio-content .p-title {
left: 20px;
}
.rs-animated-heading .title > span,
.rs-team-slider .team-slider-default,
.elementor-widget-container .portfolio-filter button{
display: block;
}
body .rs-left-text-fixed, 
body .rs-social-iocns,
.team-slider-default .rs-slide-nav{
display: none;
}
.team-slider-default .slider-for {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.rs-footer .footer-top {
padding: 70px 0 5px;
}
.rs-addon-accordion .ui-accordion-header .elementor-accordion-icon {
margin-top: -7px;
}
#rs-header.header-style1 .toolbar-area .toolbar-contact ul li a {
margin-right: 0;
padding-right: 0;
}
.elementor-widget-container .portfolio-filter button {
display: block;
width: 100%;
max-width: 200px;
margin: 0 auto;
}
.elementor-widget-container .portfolio-filter button + button {
margin-top: 20px;
margin-left: auto;
}
.content--teb-area .image--right-area{
margin-top: 35px;
}
.rstab-main ul.nav li{
margin-right: 0 !important;
}
.rstab-main.no_item_menu ul.nav{
display: block;
}
.rs-testimonial .testimonial-item .testimonial-information{
padding-left: 0;
}
.single-teams .row.btm-row .col-lg-7.rs-con-info {
padding-top: 0px;
}
.single-teams .project-desc{
padding-right: 0;
}
.footer-1 {
max-width: 100%;
flex: 0 0 100%;
}
.footer-2 {
padding-left: 15px;
flex: 0 0 100%;
max-width: 100%;
}
body.page-template-page-single #rs-header.header-style8 ul.offcanvas-icon .nav-link-container a {
max-width: 46px;
}
.single-teams .ps-image{
padding-bottom: 45px;
}
.comments-area .comment-list li.comment #respond {
padding-left: 30px;
}
.comments-area p.comment-form-author{
margin-bottom: 0px !important;
}
.single-teams .single-title, 
.single-teams .title-bg-gray {
font-size: 26px;
}
.rs-ptc-120 > div{
padding-top: 120px;
} 
.rs-newsletter-area .submit-btn .wpcf7-submit {
width: 100%;
margin-top: 20px;
}
.rs-newsletter-area .rs-newsletter-btn {
position: static;
}
.page-error .content-area h2 span {
font-size: 110px;
line-height: 100px;
margin: 0 0 20px;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-next .test-it {
left: -15px !important;
}
#content .rs-pricing-slider.swiper-container .swiper-slide .test-it {
max-width: 100% !important;
left: -25px;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it {
width: 150%;
max-width: 150% !important;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-next .test-it {
width: 130%;
max-width: 130% !important;
}
#content .rs-pricing-slider.swiper-container .swiper-next {
left: 56%;
}
#content .rs-pricing-slider.swiper-container .swiper-prev {
left: 66%;
}
#rs-circle-area > div{
max-width: 350px;
margin: auto;
}
.rs-appscreenshot .swiper-pagination-bullet {
background: #fff;
}
.rs-appscreenshot .swiper-container .swiper-pagination {
bottom: 70px;
}
.rs-appscreenshot .swiper-container {
padding: 80px 15px 110px 13px;
}
body .rs-porfolio-detail.single-team-item .project-desc{
padding-left: 0px;
padding-right: 0px;
}
.rs-blog-grid .blog-item .blog-inner-wrap {
box-shadow: 0 4px 15px rgb(12,89,219,0.09);
}
#rs-year-experience .elementor-element-populated .elementor-widget-counter{
left: 0;
}
.page-error .error-404.not-found .page-content {
padding: 20px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs {
display: block;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .item-content {
padding-left: 0;
margin-top: 20px;
}
.rs-contact-box-custom .rs-contact-box .address-item .address-text {
margin-top: 5px;
}
.page-error .content-area h2 span {
line-height: 75px;
}
.page-template-page-single2 #rs-header.single-header.header-style8 .sticky-wrapper,
.page-template-page-single #rs-header.single-header.header-style8 .sticky-wrapper
{
height: auto !important;
}
.rs-working-process .process-wrap {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.rs-testimonial .rs-addon-slider .slick-dots{
bottom: 0;
}
.rs-addon-slider.rs-portfolio-style3 .slick-dots {
bottom: -50px;
}
#rs-header.header-style8 .rs-middel-header{
display: none;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
margin-right: 8px;
padding-right: 10px;
}
#rs-header .toolbar-area .toolbar-contact ul li{
margin-right: 0;
}
.footer-bottom .container {
padding: 15px 0;
}
.rs-portfolio-style4 .rs-portfolio4 .portfolio-item .portfolio-inner {
min-width: 350px;
}
#rs-header .toolbar-area .toolbar-contact ul li {
line-height: 30px;
}
.rs-footer .footer-bottom .widget_nav_menu ul{
justify-content: center;
}
.rs-portfolio.swiper .swiper-button-prev, 
.rs-portfolio.swiper .swiper-button-next{
right: auto;
left: 0;
}
.rs-portfolio.swiper .swiper-button-next{
left: 50px;
}
.footer-subscribe input[type="email"]{
width: 100%;
}
.rs-portfolio-slider.slider-style-5 .rs-portfolio4 .portfolio-item .portfolio-inner {
padding: 12px 0;
}
#rs-header.header-style8 .rs-address-area {
padding-left: 0px;
border: none !important;
}
#rs-header.header-style8 .rs-address-area .info-icon {
position: relative;
top: 0;
left: 0;
transform: translateY(0);
}
.rs-addon-services-tab-hovereffect .services-inner:last-child {
max-width: 100%;
}
#rs-header.header-style8 .rs-middel-header {
padding-top: 10px;
padding-bottom: 12px;
}
.page-error.coming-soon section.error-404 .page-content{
height: 780px;
overflow-y: auto;
padding: 100px 0;
}
.rsaddon-unique-slider .rs-addon-slider .slick-list{
padding-top: 0;
}
#rs-header.header-style-3 .rs-contact-location,
.rs-testimonial-dots-style2 .slick-slide.slick-center:before{
display: none;
}
.page-error .readon {
font-size: 14px;
padding: 15px 28px;
}
.rs-video .popup-videos{
width: 70px;
height: 70px;
line-height: 80px;
}
.mobile-hidden,	
.rs-heading .description br{
display: none !important;
}
.blog-item.no-thumbs .categories{
padding-left: 20px;
}
.rs-footer .footer_social{
margin-top: 0px;
margin-bottom: 15px;
}
ul.footer_social li{
height: 35px;
line-height: 35px;
}
.full-blog-content .btm-cate li{
margin-bottom: 5px;
}
.counter-top-area .count-number::after{
left: 0;
right: 0;
margin: 0 auto;
}
.brnone br{
display: none;
}
.footer-mobile-gap{
margin-bottom: 80px !important;
}
.rs-portfolio-style7 .showcase li{
display: block;
}
.rs-heading .title-inner .title span.watermark {
font-size: 110px;
}
.footer-subscribe .subscribe-bg .text-right{
text-align: center !important;
}
.rs-heading .title-inner .sub-text, 
.rs-dual-heading .title-inner .sub-text{
margin-bottom: 0;
}
.rs-heading .title-inner .title, 
.rs-dual-heading .title-inner .title{
margin-bottom: 10px;
}
.rs-addon-services.services-style6{
max-width: 400px;
margin: 0 auto;
}
.mobcs-pt0 .rs-services1.services-left .services-item{
padding-bottom: 0;
}
.footer-1{
padding-left: 15px;
}
.rs-footer .fa-ul{
padding-right: 0;
}
.rs-addon-slider .team-item{
padding-left: 0;
padding-right: 0;
}
.woocommerce-page #payment #place_order{
margin-bottom: 0;
}
body .sec-banner-home6{
min-height: auto !important;
padding: 62px 0 100px;
}
.rs-pricing-table-body .rs-pricing-table-features-list.right_position{
max-width: 300px;
margin: 0 auto !important;
}
.footer-subscribe .newsletter-title {
text-align: center;
margin-bottom: 20px;
}
.rs-services-default .services-wrap .services-item{
margin-bottom: 0;
}
.rs-portfolio-style7 .showcase-item h3{
font-size: 30px;
}
.counter-top-area.content-left {
text-align: center;
}
.footer-bottom .text-right,
.footer-subscribe .text-right{
text-align: center !important;
}
.rs-team-grid.team-style5 .team-item .normal-text .team-text{
padding-left: 0;
padding-right: 0;
}
.single-post .single-posts-meta {
padding-left: 0px;
padding-right:0px;
}
.contact-page2 {
padding: 40px;
}
body .mainhome-video .rs-video-2 {
margin-top: 0px !important;
margin-left: 0px !important;
position: relative;
top: -300px;
}
.page-error.coming-soon .countdown-inner .time_circles div {
padding-top: 20px;
width: 100px !important;
height: 100px !important;
}
.page-error.coming-soon .content-area h3{
margin-top: 20px;
}
.not-found-bg .content-area h3 span {
font-size: 80px;
line-height: 80px;
text-shadow: 10px 0 0 rgba(0,0,0,.3);
}
.page-error.coming-soon .content-area h3 span {
font-size: 45px;
line-height: 60px;
padding-bottom: 10px;
}
.rs-heading.rs-banner-text .title-inner .title{
font-size: 40px !important;
line-height: 50px !important;
}
.rs-heading.style11 .title span.watermark {
font-size: 140px;
}
.clients-grids.cols-five li {
width: 33.333%;
}
h3#order_review_heading, 
.woocommerce-checkout .checkout .woocommerce-billing-fields h3, 
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
font-size: 20px;
}
.coupon input#coupon_code {
width: 210px !important;
}
.rs-porfolio-details .project-desc .alignright{
float: none;
margin-left: 0;
width: 100%;
}
.rs-counter-main-home{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.footer-subscribe input[type="email"]{
max-width: 100%;
}	
.rs-counter-home4.rs-counter-main-home .counter-top-area.content-left{
text-align: center;
}
.rs-footer .container-fluid{
padding-left: 15px;
padding-right: 15px;
}
.footer-style-1 .footer-logo{
display: block;
}
.footer-style-1 .footer-logo,
.footer-bottom .copyright {
text-align: center !important;
}
.rs-footer .footer1, .rs-footer .footer2 {
padding-right: 15px;
}
.footer-bottom .copyright {
margin-bottom: 0px;
}
#rs-footer .footer-bottom .copy1 {
order: 2;
}
.rs-heading .title-inner .title {
font-size: 28px;
}
.google-maps{
margin-top: 100px !important;
}
.showcase-logo{
overflow: hidden;
}
.showcase-logo > div {
width: 25%;
float: left;
}
.single-teams .ps-informations{
padding: 20px 20px 0px 0px;
}
.page-error .content-area h3 span {
font-size: 140px;
margin: 0 0 0px;
}
#rs-header .sticky_form {
width: 90%;
}
.rs-blog-details .single-content-full .alignleft,
.rs-blog-details .single-content-full .alignright{
float: none;
width: 100%;
display: block;
}
.rs-header-title.header-right .title{
text-align: left;
}
.why-choose.responsive2col .counter-top-area.style1{
padding-left: 0 !important;
}	
.fullwidth-services-box .services-style-2 {
margin-bottom: 40px;
}
.mptt-shortcode-wrapper .mptt-select {
width: 100%;
}
#rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {
padding-top: 180px;
padding-bottom: 120px;
}
.details-tabs-area .team-detail-wrap .list-content{
overflow-x: auto;
}
.table-background tr, 
.table-background td, 
.table-background th {
padding-top: 5px;
padding-bottom: 5px;
}
#services-single-design > div {
padding-left: 15px !important;
}
body .home1services-style{
margin-top: 0 !important;
}
body .resposive-pd-btm{
padding-bottom: 50px !important;
}
.rs-cta .style1 .title-wrap .exp-title, .rs-cta .style2 .title-wrap .exp-title{
font-size: 28px !important;
}
.home1services-style .rs-services .services-style-9 .services-wrap{
margin-top: 0;
}
.servies-one .rs-services .services-style-7 {
padding-left: 0 !important;
}
.ptr-60{
padding-top: 50px !important;
}
.single-teams .ps-informations h2.single-title{
margin-top: 40px;
}
.contact-form1 > div{
padding-top: 0 !important;
padding-right: 15px !important;
padding-left: 15px !important;
}
.mmb-30{
margin-bottom: 30px;
}
.mmb-40{
margin-bottom: 40px;
}
body .home1-boxes4{
margin-top: 0 !important;
}
body .margintop0{
margin-top: 10px !important;
}
.bookappointments{
border-radius: 0;
margin-top: 65px;
}
.rs-services .service-inner.services-style-7{
padding-top: 25px !important;
padding-bottom: 0 !important;
}
.rs-cta .cta-wrap.style1 [class*="col-"] {
padding: 0 15px;
width: 100%;
max-width: 100%;
flex: 0 0 100%;
text-align: center;
}
.rs-cta .style1 .title-wrap .exp-title, .rs-cta .style2 .title-wrap .exp-title{
text-align: center;
}
body .bg-bottom{
padding-bottom: 150px !important;
}
.rs-heading.about-award{
padding-right: 15px !important;
}
.about-award p img{
width: 25%;
}
.blog .blog-item.style1 .blogfull {
padding: 35px 20px 20px;
}
body .mpt-45{
padding-top: 45px !important;
}
.full_imgvideo > div{
min-height: 400px;
}
.rs-footer ul li {
padding: 0 0 6px 0;
}
#rs-services-slider .item-thumb .owl-dot {
width: 48%;
}
#rs-services-slider .item-thumb {
padding-right: 0;
}
.overlap-form .wpcf7{
margin-bottom: 50px;
}
.mpl15 > div{
padding-left: 15px !important;
}
#rs-contact .contact-address.style2 .address-item{
margin-bottom: 0;
padding-right: 0;
padding-left: 0;
}
.page .main-contain .bs-sidebar{
padding-top: 0;
}
.contact-sec.personal .contact > div {
padding-right: 15px !important;
}
#rs-contact .contact-address.style2 {
display: block;
}
.rs-porfolio-details .ps-image-wrap{
margin-bottom: 15px;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner {
padding: 200px 0 50px;
min-height: 300px;
}
#full-image-bg{
background: #f4f7fc !important;
padding-top: 45px !important;
}
.single-teams .ps-informations .info-title {
font-size: 24px !important;
margin-bottom: 18px;
}
.counter_style9 .counter-top-area{
padding-top: 0;
}
body.single-post .bs-sidebar{
padding-top: 0px;
padding-left: 0;
}
#rs-services-slider .slick-arrow{
display: none !important;
}
.rs-heading.big .title-inner h2 {
font-size: 28px;
}
.main-contain .client-section{
padding: 45px 0 35px !important;
}
.single-teams .ps-image img,
.border-image > div{
width: 100%;
}
.rs-services1.services-right .services-wrap .services-item .services-icon {
float: left;
}
.rs-services1.services-right .services-wrap .services-item .services-desc {
padding-right: 0;
padding-left: 15px;
text-align: left;
}
.our-speciality .rs-services1.services-left.border_style:last-child,
.our-speciality .rs-services1.services-left.border_style:last-child .services-icon{
margin-bottom: 0;
}
.rs-services1.services-left.border_style{
overflow: hidden;
}
.menu-sticky.sticky{
position: static;
}
.main-contain .about-video{
padding-top: 60px !important;
padding-bottom: 70px !important;
}
.main-contain .about-video .rs-video-2 {
padding: 60px 0;
}
.about-video .rs-heading{
padding-top: 0 !important;
}
#best-quality-advice .tab-bg > div{
padding-top: 100px !important;
}
.testimonial-light .right-testimonials > div,
.contact2 > div,
.mpl-15{
padding-left: 15px !important;
}
.rs-cta.text-left{
margin-top: 40px;
}
ul.index li.active a{
font-size: 30px;
}
ul.index li{
width: 135px;
}
ul.index li:after{
left: 50%;
transform: translateX(-50%);
}
.content-wrap{
display: block;
}
.content-wrap .col-left{
margin-bottom: 40px;
}
.cdev div {
height: 130px;
width: 130px;
}
.cdev div span{
line-height: 91px;
}
.skillbar-wrap {
height: 130px;
width: 130px;
}
.content-wrap .col-left,
.content-wrap .col-right{
width: 100%;
padding: 0;
}
.single-teams .ps-informations-right{
padding-top: 20px;
}
.single-teams .ps-informations-right,
.rs-cta .style2{
padding-left: 0 !important;
}
#mobile-trnasparent-bg{
background: transparent !important;
}
.rs-working-process .process-wrap .mark-img,
#rs-header.header-style5 .toolbar-sl-share{
display: none;
}
.rs-working-process .process-wrap .number {
right: 50px;
}
.rs-working-process .process-wrap:nth-child(3n) {
margin-top: 70px;
}
#rs-header.header-style5 .logo-area{
float: none;
}
.rs-heading.style3 .description {
padding-left: 0;
padding-top: 40px;
}
.style-bg .counter-top-area .count-number h3 {
margin: 0 0 5px;
}
.style-bg .counter-top-area{
box-shadow: none;
}
.style-bg .counter-top-area {
padding: 80px 0 64px;
max-width: 330px;
margin: 0 auto;
}
.rs-service-grid.rs-service-style2 .service-item .service-content .service-excerpt {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}
body .home2-video-section > div {
padding-left: 15px !important;
margin-top: 40px !important;
}
body .home2-testimonial{
padding-top: 30px !important;
padding-bottom: 50px !important;
}
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
border-top: 1px solid #ccc;
}
#content #home-reservation .quick-contact {
padding-right: 12px !important;
padding-left: 15px !important;
width: 100% !important;
max-width: 100%;
margin-top: 40px;
}
.slider-bg-btn {
font-size: 14px !important;
}
#why-choose-us.consulting-choose .rs-services1 .services-wrap .services-item .services-icon {
width: 60px;
display: inline-block;
float: left;
}
#why-choose-us.consulting-choose .rs-services1 .services-wrap .services-item .services-desc {
text-align: left;
float: left;
padding-left: 23px;
width: 85%;
}
.header-style1 .menu-responsive{
margin: 0 auto !important;
padding: 0;
}
#rs-header.header-style6 .nav-link-container {
right: 0;
}
#video-section.gym-video .rs-video-2{
margin-bottom: 50px;
}
.rs-blog-details #reply-title::before {
right: 0;
margin: 0 auto;
}
#map-overlay .rs-contact .contact-address .address-item {
padding: 10px 0;
}
#map-overlay .rs-contact {
padding: 70px 0 50px;
}
.rs-blog-details .author-block .author-img {
float: none;
width: 100%;
}
.rs-blog-details .author-block .author-desc {
width: 100%;
padding: 35px 0 0;
text-align: center;
}
.rs-blog-details .author-block .author-title::after{
left: 0;
right: 0;
}
#rs-header.header-transparent .sticky .nav-link-container {
top: 20px !important;
}
.comments-area .comment-list li.comment ol.children li {
margin-left: 0;
}
.comments-area .comment-list li.comment .comment-author img{
float: none;
border-radius: 5px;
display: block;
margin: 0;
padding:0 0 20px;
position: static;
}
.comments-area .comment-list li.comment .comment-author b {
float: none;
border-radius: 5px;
display: block;
margin: 0 auto;
padding:0;
}
.comments-area .comment-list li.comment .reply {
padding-left: 0;
margin-top: 0;
text-align: left;
}
.comments-area ol.children {
padding: 0;
margin: 0;
}
.comments-area .comment-list li.comment ol.children li{
padding: 0;
}
.comments-area .comment-list li.comment .comment-metadata {
margin-left: 0;
margin-top: 0;
}
.comment-full{
text-align: left;
}
.comments-area .comment-list li.comment .comment-content{
padding: 0;
}
#rs-header.style2 .nav-link-container {
top: 14px;
}
#rs-header.header-transparent .sidenav .nav-link-container{
top: 14px !important;
}
#rs-header.header-style6 .col-sm-3.header-logo{
float: left;
}
#rs-header.header-style6 .logo-area {
position: relative;
float: none;
}
#rs-header.header-style6 .menu-responsive{
float: right;
}
#rs-header.style2 .logo-area {
line-height: 70px;
}
#rs-header.style2 .sticky .logo-area {
line-height: 60px;
}
#rs-header.header-transparent .sticky .nav-link-container{
top: 30px !important;
}
#video-section-seo #right-content {
max-width: initial;
width: 100%;
}
.slider-bg-btn {
padding: 9px 20px !important;
}
.header-style1 .menu_one{
max-width: 600px;
margin: 0 auto;
}
#rs-cta .contact_box:first-child {
margin-bottom: 25px;
}
.counter-top-area {
background-size: contain;
background-position: center center;
}
#rs-testimonial.layer-testimonial #rs-accordion {
padding-top: 70px !important;
}
.header-style1 .menu_one .navbar{
border-radius: 0px !important
}
#rs-header .logo-area{
margin-right: 0;
}
.faq-section img{
margin-right: 0 !important;
}
.team-gird .team-style1 .team-item .team-item-inner {
text-align: center;
}
#content .counter-style-1 #counter-bg{
padding: 30px 0 61px !important;
}
.quick-contact .rs-heading{
margin-bottom: 0;
}
.counter-style-1 #counter-bg .counter-top-area .rs-counter-list {
padding: 0;
}
.counter-style-1 #counter-bg.white::before{
border-radius: 0 !important;
}
#content .quick-contact {
padding-right: 0 !important;
}
.contact-address.style2 {
display: block;
}
.contact-address.style2 .address-item .address-icon::after {
display: block;
}
.contact-address.style2 .address-item {
padding-right: 0px;
width: 100%;
}
.subscribe-text .mc4wp-form .subscribe-title{
margin-top: 30px;
}
.rs-heading h3 {
font-size: 28px;
}
.contact-address .address-item .address-icon::after {
height: 35px;
top: 30px;
}
#features {
padding-bottom: 56px !important;
}
#ratings h3 {
margin-bottom: 30px;
}
.testimonials-area .images-testimonial p{
max-width: 100%;
}
#rs-cta h2{
text-align: center !important;
margin-bottom: 25px;
text-transform: uppercase;
}
#rs-cta p{
margin: 0;
color: #fff;
font-size: 15px;
}
.rs-video .title-dsc h4{
font-size: 24px;
}
.sec-title-all .title-sec-left h3{
font-size: 28px;
}
.contact-form {
padding: 15px 0px 0px 0px;
}
#contact-address #contact-form-title h3 {
padding: 70px 0 24px 0;
text-align: center;
}
.achievement .rs-counter-list {
padding: 20px;
}
#achievement {
padding-bottom: 56px !important;
}
#rs-header .toolbar-area .toolbar-contact {
text-align: center;
padding: 10px 0;
}
#rs-header .toolbar-area .toolbar-sl-share ul {
text-align: center;
margin-top: 15px;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a {
width: 42px;
height: 42px;
line-height: 42px;
background: rgba(255, 255, 255, 0.1);
text-align: center;
border-radius: 50%;
}
#rs-header .toolbar-area .toolbar-sl-share ul li a:hover {
background: rgba(255, 255, 255, 0.2);
}
#rs-header .toolbar-area .toolbar-sl-share ul li + li {
margin-left: 11px;
}
#rs-cta h2 {
font-size: 28px !important;
}
.comments-area .comment-list li.comment .comment-body {
margin-bottom: 28px;
}
.comments-area .comment-list li.comment {
padding: 0px;
margin: 0;
border: none;
box-shadow: none;
}
.comments-area .comment-list li.comment .comment-content p {
margin-bottom: 8px;
}
.comments-area .comment-list li.comment .comment-content p {
margin-bottom: 8px;
}
.comments-area .comment-list li.comment .comment-content {
margin-top: 15px;
}
.archive-post h3.blog-title {
margin-top: 15px;
margin-bottom: 0px !important;
}	
#contact-address p.description{
padding: 0 15px;
}	
.rs-breadcrumbs .page-title, 
.rs-breadcrumbs .breadcrumbs {
float: none;
}
.rs-breadcrumbs .breadcrumbs {
margin-top: 8px;
}
.rs-heading h2:after{
display: none;
}
.rs-heading h2{
font-size: 25px;
line-height: 36px;
}
.rs-team .team-style1{
padding: 0;
}
.rs-about-features{
overflow-x: hidden;
}
.single .tag-line a{
margin-bottom: 7px;
}
.single .rs-breadcrumbs-meta-elementor .tag-line a {
margin: 0;
}
.rs-banner-section .banner-text h1 {
font-size: 35px !important;
}
.rs-banner-section .banner-text h2 {
font-size: 26px;
margin: 0 0 0;
}
.services-style-5{
margin-bottom: 70px;
}
.services-style-2{
margin-bottom: 10px;
}
.sidenav.nav-active-menu-container .offcanvas_social li a{
padding: 20px 0 0 16px;
}
.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title, 
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title{
font-size: 22px;
}
.blog .rs-blog .blog-img .categories, 
.archive .rs-blog .blog-img .categories, 
.blog .blog .blog-img .categories, 
.archive .blog .blog-img .categories {
left: 20px;
}
.blog .rs-blog .blog-item, 
.archive .rs-blog .blog-item{
margin-bottom: 50px;
}
.blog-page .dynamic-sidebar{
margin-top: 60px;
}
.comments-area .comment-list li.comment .comment-body{
padding-left: 0;
}
.team-grid-style1 .team-item .team-content1 h3.team-name, 
.team-slider-style1 .team-item .team-content1 h3.team-name,
.rs-team-grid.team-style5 .team-item .normal-text .person-name {
font-size: 18px;
}
.rs-team-grid.team-style4 .team-wrapper .team_desc .name{
font-size: 17px;
}
.rs-cta .description{
font-size: 15px !important;
}
.counter-top-area.style1.left .count-text h3{
line-height: 24px !important;
}
.counter-top-area.style1.left .count-text h3 span{
font-size: 15px !important;
}
#rs-contact .rs-col-6{
width: 100%;
float: none;
}
.subscribe-form input {
padding: 0 17px;
}
.banner-content_2 .description{
padding-right: 170px;
}
.mobile-fixing .rs-testimonial .testimonial-item .testimonial-information {
padding-left: 10px;
}
.rs-logo-grid .logo-grid-item.pre-last-row{
border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.rs-logo-grid .logo-grid-item.pre-last {
border-top: 1px solid rgba(0, 0, 0, 0.04);
border-right: 1px solid rgba(0, 0, 0, 0.04);
}	
.rs-testimonial4 .testimonial-item{
display: block !important;
}
.rs-testimonial4 .testimonial-contents {
flex: 0 0 100%;
max-width: 100%;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-left {
padding-left: 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .empty-space-left {
width: 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-right {
padding-right: 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .empty-space-right {
width: 30px;
}
.rs-work-flow .flow-wrap .flow-common.flow-icon-right,
.rs-work-flow .flow-wrap .flow-common.flow-icon-left,
.rs-work-flow .flow-wrap .flow-common.flow-center .center-line {
display: none;
}
.rs-work-flow .flow-wrap .flow-common.flow-right {
margin: 70px auto 0;
}
.rs-work-flow .flow-wrap .flow-common.flow-left {
margin: 0 auto 70px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-left li:nth-child(2),
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-right li:nth-child(2) {
margin-top: 157px;
margin-bottom: 157px;
}
.rs-about .social-wrap {
width: 400px;
height: 400px;
}
.rs-about .social-wrap .social-links li:nth-child(5) {
bottom: 43px;
left: -5px;
}
.rs-about .social-wrap .social-links li:nth-child(4) {
left: 130px;
}
.rs-about .social-wrap .social-links li:nth-child(3) {
right: 33px;
bottom: 10px;
}
.rs-about .social-wrap .social-links li:nth-child(2) {
right: -42px;
top: 173px;
}
.rs-about .social-wrap .social-links li:nth-child(7) {
left: 70px;
top: -21px;
}
.rs-about .social-wrap .social-links li:nth-child(1) {
right: 48px;
}
.rs-about .social-wrap .social-links li:nth-child(6) {
left: -30px;
top: 109px;
}
.rs-about .social-wrap .center-icon {
width: 220px;
height: 220px;
line-height: 220px;
}
.rs-about .social-wrap .social-links li a {
width: 80px !important;
height: 80px !important;
line-height: 80px !important;
font-size: 30px !important;
}
.rs_button_style5:before{
top: 14px;
width: 22px;
height: 22px;
}
.rs-timeline ul li .date h4,
.rs-timeline ul li .content h3 {
font-size: 16px;
line-height: 1.35;
}
.rs-testimonial-nav-style2 {
margin-left: 15px;
}
.rs-addon-services-tab .services-tab-inner {
flex: 100%;
align-items: center;
justify-content: center;
}
}
@media only screen and (max-width: 800px) {
.rwd-table {
border: 0;
}
.rwd-table tbody {
display: flex;
}
.rwd-table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.rwd-table tbody tr {
display: flex;
flex-direction: column;
}
.rwd-table tr { display: block;
margin-bottom: 0px;
width: 50%;
}
.rs-price-table-list.style-2 .rs-pricing-list table .rwd-heading-part td {
border-bottom: 1px solid #ebbf23;
}
.rs-price-table-list.style-2 .rs-pricing-list table tr td {
padding-left: 40px!important; height: 130px;
display: flex;
align-items: center;
}
.rs-price-table-list.style-2 .rs-pricing-list table tr th {
border-bottom: 1px solid #e7e2e2;
}
.rwd-table td,.rwd-table th {
border-bottom: 0px solid #ddd; 
display: block;
font-size: .8em; }
.rwd-table td::before { content: attr(data-label);
float: left;
font-weight: bold;
text-transform: uppercase;
}
.rwd-table td:last-child {
border-bottom: 1px solid #CFCFC9; 
}
.rwd-table .rwd-contact {
width: 100%;
}
}
@media only screen and (max-width: 590px) {	
.woocommerce-page .woocommerce-message .button {
margin-left: 20px;
}
.rs-portfolio-style8 .portfolio-item .portfolio-content{
display: block;
}
.prelements-heading .description br{
display: none;
}
.rs__banner__slider .grid-item .inner-container .slide-image img:not(.rs__banner_shap) {
max-width: 400px;
}
.rs__banner__slider .rs-slide .slide-img {
padding: 200px 0 80px;
}
.rs-breadcrumbs .breadcrumbs-meta li {
margin-right: 10px;
}
.woocommerce .woocommerce-checkout .col2-set .col-1, 
.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-1, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2{
padding-left: 0;
padding-right: 0;
}
.woocommerce form .rs-wrap-coupon p {
width: 100%;
float: none;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .avatar img{
height: 40px;
}
.rs-breadcrumbs ul li,
.rs-breadcrumbs .breadcrumbs-meta li span{
font-size: 12px;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby .avatar{
margin-right: 7px;
}
.full-blog-content .btm-cate .fa-folder-o:before {
content: "\f114";
position: relative;
top: -3px;
}
.rs-portfolio-style3 .portfolio-item .portfolio-content {
padding: 15px 20px;
}
.rs-footer .footer-top .mc4wp-form-fields{
max-width: 100%;
}
body.page-template-page-single2 .mobile-menu-container,
body.page-template-page-single .mobile-menu-container
{
width: 260px;
}
.testimonial-slide10.slider9 .single-testimonial{
padding-right: 0;
}
.banner-content_2 .description{
padding-right: 0;
}
.submit-btn {
margin: 0 !important;
}
.rs-video-2{
margin-top: 30px;
}
#rs-contact .contact-address,
#rs-contact .contact-address.style2 .address-text{
text-align: center;
}
.rs-team-grid .team-grid-style3{
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
[class*="rs-portfolio-"] .grid-item {
width: 100%;
float: none;
}
.owl-navigation-yes .owl-nav, 
#blog-home .owl-navigation-yes .owl-nav {
display: none !important;
}
#rs-contact .contact-address .address-item {
display: block;
padding-left: 0;
padding-right: 0;
}
[class*="rs-portfolio-"] .grid-item.slick-slide{
float: left;
}
#rs-contact .contact-address .address-item .address-icon{
display: block;
float: none;
margin: 0 auto;
}
#rs-contact .contact-address.style2 .address-item .address-icon{
margin: 0 auto 15px !important;
}
.rs-banner .banner-content .banner_title {
font-size: 36px;
line-height: 46px;
}
.coupon input#coupon_code {
display: block;
float: none;
margin: 0 auto;
width: 100% !important;
}
.coupon .button{
float: none !important;
margin: 12px auto 0 !important;
width: 100% !important;
}
.woocommerce ul.products[class*="columns-"] li.product:nth-child(2n), .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n),
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
float: none;
clear: both !important;
width: 100%;
margin: 0;
}
.rs-portfolio.style2 .portfolio-slider img,
.rs-team img,
#rs-contact .contact-address.style2 .address-item{
width: 100%;
}
.rs-contact .contact-address .address-item .address-text h3.contact-title{
margin-top: 10px;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text, 
.team-slider-style2 .team-item-wrap .team-img .wrap-text{
padding-left: 12px;
padding-right: 12px;
}
.rs-blog-details .comments-title {
margin-bottom: 20px;
text-align: left;
}
.details-tabs-area .table-background{
width: 100%;
overflow-x: auto;
}
.woocommerce span.onsale {
right: 67px !important;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info {
right: 70px;
}
.rs-timeline ul li .content p {
padding: 15px;
}
} @media only screen and (max-width: 575px) {
.rs-team-grid .team-item-wrap{
margin-bottom: 40px;
}
.footer-bottom .copyright p {
line-height: 26px;
}
.btm-cate{
font-size: 14px;
}
.btm-cate li + li {
margin-left: 18px;
}
.hfe-page-title {
min-width: auto;
}
.dividers__on.dividers_shape_left:before{
width: 56%;
}
.blog .rs-blog .blog-item .full-blog-content, .archive .rs-blog .blog-item .full-blog-content {
padding: 30px 25px 34px 25px;
}
.blog .rs-blog .blog-item .blog-img .blog-meta, .archive .rs-blog .blog-item .blog-img .blog-meta {
left: 25px;
}
.page-error.coming-soon .countdown-inner .time_circles div {
margin: 0 10px 20px;
}
.page-error.coming-soon .countdown-inner .time_circles div:last-child{
margin-right: 10px;
}
#rs-header.header-style5 .btn_quote,
#rs-header.header-style7 .btn_quote,
#rs-header.header-style-6 .rs-contact-location{
display: none;
}
.request-a-services .submit-btn{
margin-top: 30px !important;
}
#rs-header.header-style5 .menu-cart-area{
margin-right: 0;
}
ul.check-lists2 li:last-child {
margin-bottom: 0;
}
#page #rs-header.header-style9 .rs-full-menuarea .rs-contact-info a {
font-size: 14px;
}
#rs-header.header-style5 ul.offcanvas-icon .nav-link-container{
margin-left: 0;
}
.rs-testimonial-dots-style2 .slick-list {
padding: 0px 40px !important;
}
.testimonial-slider2 .rs-testimonial-dots-style2 .slick-list { 
padding: 0px!important;
}
.rs-work-flow .flow-wrap .flow-common.flow-center {
width: 93%;
}
#content div.swiper-container.rs-pricing-slider .swiper-slide-prev .test-it{
width: 100%;
max-width: 100% !important;
left: 0;
height: 395px;
}
#content div.swiper-container.rs-pricing-slider .swiper-slide-next, 
#content div.swiper-container.rs-pricing-slider .swiper-slide-prev{
opacity: 0;
}
.rs-blog-grid .blog-item.transparent .blog-inner-wrap .image-wrap img {
min-height: 430px;
}
#content .rs-pricing-slider.swiper-container {
position: relative;
right: unset;
padding-top: 0; 
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
padding-left: 0; 
}
#content .rs-pricing-slider.swiper-container .swiper-slide .test-it,
#content .rs-pricing-slider.swiper-container .swiper-slide-next .test-it,
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it {
width: 100% !important;
box-shadow: none !important;
border-radius: 0 !important;
max-width: 100% !important;
text-align: center;
}
#content .rs-pricing-slider.swiper-container .swiper-slide .test-it img,
#content .rs-pricing-slider.swiper-container .swiper-slide-next .test-it img,
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it img {
max-width: 300px;
margin: 0 auto;
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
border-radius: 40px;
}
#content .rs-pricing-slider.swiper-container .swiper-slide-active .test-it::after {
left: 122px;
}
#content .rs-pricing-slider.swiper-container .swiper-prev {
left: 51%;
}
#content .rs-pricing-slider.swiper-container .swiper-next {
left: unset;
right: 51%;
}
#content div.swiper-container.rs-pricing-slider .swiper-next{
left: 40%;
}
#content div.swiper-container.rs-pricing-slider .swiper-prev {
left: 52%;
}
.bs-sidebar .recent-post-widget .post-desc span{
margin: 15px 0 0;
}
} @media only screen and (max-width: 480px) {
blockquote{
font-size: 16px;
}
.blog .rs-blog .blog-item .blog-img::before, .archive .rs-blog .blog-item .blog-img:before {
height: 70%;
}
.btm-cate{
flex-wrap: wrap;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price del {
margin-right: 0;
}
.rs__banner__slider .grid-item .inner-container .slide-image img:not(.rs__banner_shap) {
max-width: 330px;
}
.woocommerce div.product form.grouped_form .group_table td.woocommerce-grouped-product-list-item__price {
display: block;
}
.woocommerce div.product form.grouped_form .group_table td {
padding: 10px;
}
.elementor-widget-container .portfolio-filter button {
display: block;
margin: 0 auto 12px !important;
}
.woocommerce-page .woocommerce-message .button {
margin-left: 20px;
}
.woocommerce-page .woocommerce-message {
font-size: 13px;
}
.elementor-widget-container .portfolio-filter button:last-child {
margin-bottom: 0 !important;
}
.rs-advantage-column .elementor-col-20{
width: 50%;
}
.rs-portfolio.swiper {
padding-top: 95px;
}
.rsaddon-unique-slider ul.blog-meta li.admin:after {
right: -14px;
}
.rsaddon-unique-slider ul.blog-meta li {
margin-right: 26px;
}
.single-post .rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-meta li:nth-child(3){
line-height: 0;
}
.single-post .rs-breadcrumbs .page-title:before{
margin: 0;
}
.rs-blog-grid .blog-item .blog-content{
padding-left: 0;
padding-right: 0;
}
.rs-blog-grid .blog-item .blog-content .blog-meta {
margin: 4px auto 20px;
padding: 0px 0px 10px;
}
.rstab-main.vertical_2 ul.nav {
width: 100%;
}
.full-blog-content .btm-cate{
display: block;
}
.menu-wrap-off{
max-width: 300px;
}
.full-blog-content .btm-cate li {
margin: 0;
float: none;
}
.btm-cate li + li::before{
display: none;
}
.page-error.coming-soon .content-area h3{
font-size: 18px;
}
.page-error .content-area h2{
font-size: 25px;
line-height: 40px;
}
.page-error .content-area h2 {
margin-top: 40px;
}
.page-error .readon {
font-size: 14px;
padding: 14px 20px;
}
.rs-footer .footer-bottom .widget_nav_menu ul li a:before{
left: -2px;
}
.rs-footer .footer-bottom .widget_nav_menu ul li a {
padding: 0px 10px 0px 10px !important;
font-size: 14px !important;
}
#scrollUp {
bottom: 10px;
right: 10px;
}
.page-error.coming-soon .content-area h3{
margin-bottom: 30px;
line-height: 1.4 !important;
}
.rs-heading.style11 .title span.watermark {
font-size: 100px;
}
#rs-header .toolbar-area .toolbar-contact ul li a {
margin-right: 0;
padding-right: 0;
border: none !important;
}
blockquote{
padding-left: 20px;
padding-right: 20px;
}
body #rs-newsletter-subscribe .text-right input[type=submit]{
padding-left: 20px;
padding-right: 20px;
}
.rs-portfolio-style7 .showcase-item h3{
font-size: 24px;
}
.rs-blog-grid.rsaddon-unique-slider .default .image-wrap .date {
padding: 2px 10px;
}
body .mainhome-video .rs-video-2 {
top: -200px;
}
body #rs-newsletter-subscribe .newsletter-title{
font-size: 28px;
}
.rs-blog-grid .blog-item .blog-content h3.blog-name {
font-size: 16px;
}
.rs-working-process .process-wrap .number {
right: 0;
font-size: 50px;
}
.page-error .content-area h2 span {
font-size: 80px;
line-height: 80px;
margin-bottom: 0;
}
#rs-header .toolbar-area .toolbar-contact ul li{
margin-right: 0;
display: block;
line-height: 1.8;
}
.rs-portfolio .portfolio-slider .portfolio-item .p-title{
padding-left: 15px;
padding-right: 15px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs {
margin: 0;
padding: 30px 15px;
}
.rs-testimonial .rs-addon-slider.sliders-restimon3 .testimonial-items .inrs .testimonial-contents .image-wrap img {
height: 200px;
max-width: 200px;
width: 200px;
}
.rs-portfolio.style2 .portfolio-slider .portfolio-item .portfolio-img .portfolio-content .categories{
left: 15px;
}
.page-error .content-area h2{
margin-bottom: 20px;
}
.rs-heading .title-inner .title span.watermark {
font-size: 70px;
}
.rs-banner-title_1.rs-heading .title-inner .title {
font-size: 25px;
}
.rs-banner-title_2.rs-heading .title-inner .title {
font-size: 20px;
margin-bottom: 10px;
}
.rs-banner-title_3.rs-heading .title-inner .title {
font-size: 18px;
}
.single-post .rs-blog-details .single-content-full ul {
margin-left: 20px;
}
.single h2{
font-size: 20px;
line-height: 30px;
}
.woocommerce span.onsale {
right: 40px !important;
}
#rs-header.rs-header_8 .rs-full-menuarea .sidebarmenu-search .sticky_search {
padding-right: 0;
}
#rs-header.rs-header_8 .btn_quote{
min-width: 137px;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info {
right: 40px;
}
#rs-header.rs-header_8 .btn_quote a{
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
}
.rs-header_8#rs-header .container-fluid{
padding-right: 0;
}
.subscribe-form input {
height: 60px;
line-height: 60px;
font-size: 14px;
padding: 0 15px;
}
.subscribe-form input[type="email"] {
width: 60%;
}
.menu-wrap-off{
overflow-x: hidden;
}
.menu-cart-area .cart-icon-total-products{
right: -100px;
}
.rs-heading.rs-banner-text.style11.text-center .title-inner::before {
bottom: 10px;
}
.mobile-menu-link {
top: 32px;
}
.clients-grids.cols-five li {
width: 50%;
}
.rs-contact .contact-address .address-item .address-text {
padding-left: 15px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price .rs-pricing-table-price-tag {
font-size: 20px;
}
.elementor-widget-rsprice .elementor-widget-container .rs-pricing-table-price .rs-pricing-table-price-tag:after {
top: 38px;
}
.rs-heading.rs-banner-text .title-inner .title {
font-size: 26px !important;
line-height: 36px !important;
}
.footer-subscribe .newsletter-title,
.woocommerce-checkout .woocommerce-additional-fields h3{
font-size: 24px;
}
.rs-heading .title-inner .title span.watermark-animate {
font-size: 90px;
}
.rs-services .services-style-7.services-left .services-wrap .services-item{
display: block;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-desc,
.rs-services .services-style-7.services-left .services-wrap .services-item .services-icon{
width: 100%;
}
.rs-services .services-style-7.services-left .services-wrap .services-item .services-icon{
padding-right: 0;
margin-bottom: 8px;
}
.testimonial-slide10.slider9 .single-testimonial{
padding-left: 0;
}
.rs-breadcrumbs .text-left .breadcrumbs-inner,
.rs-breadcrumbs .text-right .breadcrumbs-inner{
text-align: left;
}
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-meta li,
.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-meta li{
display: block;
margin: 0 0 6px;
}
.rs-breadcrumbs .breadcrumbs-meta li .postedby,
.rs-breadcrumbs .breadcrumbs-meta{
display: block;
}
.page-error .content-area h3 span {
font-size: 100px;
line-height: 120px;
}
.rs-xs-12{
width: 100% !important;
float: none !important;
}
.single .rs-blog-details .ps-navigation li i{
top: 0px;
}
.page-error .content-area h3{
font-size: 24px;
}
.single .ps-navigation .link_text i{
margin-top: 4px;
}
.showcase-logo > div{
width: 50%;
}
.slick-dotted.slick-slider,
.rs-heading .title-inner .sub-text {
margin-bottom: 0;
}
.rs-heading.style12 .title-inner .sub-text{
margin-bottom: 15px;
}
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count,
.time-listing li span{
float: none;
}	
.subscribe-text .mc4wp-form input[type="submit"],
.subscribe-text .mc4wp-form input[type="email"]{
padding-top: 12px;
padding-bottom: 12px;
}
.woocommerce .woocommerce-ordering, 
.woocommerce .woocommerce-result-count,
.subscribe-text .mc4wp-form input[type="email"]{
text-align: center;
}
.rs-footer .recent-post-widget .show-featured .post-desc a{
font-size: 15px;
}
.rs-heading h2 {
font-size: 20px;
line-height: 30px;
}
.testimonials-slider8 > div,
.blog .blog-item.style1 .blogfull,
.rs-blog .blog-item.style1 .blogfull, 
.rs-blog-details .blog-item.style1 .blogfull{
padding-left: 15px !important;
padding-right: 15px !important;
}
.single-teams .team-inner,
.department-grid-style .inner-sec.no .department-desc{
padding-left: 15px;
padding-right: 15px;
}
.rs-porfolio-details .ps-informations ul{
padding-left: 10px;
padding-right: 10px;
font-size: 14px;
}
.full-blog-content .view-comments {
float: none;
padding-top: 20px;
}
.full-blog-content .blog-button {
float: none;
}
.single-teams .chevron-right-icon li{
float: none;
width: 100%;
}
ul.mptt-navigation-tabs li {
padding: 18px 15px !important;
}	
#rs-services-slider .item-thumb .owl-dot {
width: 100%;
margin-left: 0;
}
#rs-services-slider .item-thumb{
padding-right: 0;
}
.rs-blog-grid .bottom-shadow1 {
padding: 20px 20px 30px;
}
.rs-heading .title-inner .title {
line-height: 40px;
}
.rs-blog-grid.rs-blog .blog-meta .blog-title {
line-height: 26px !important;
}
.rs-banner-section .banner-text p,
.rs-heading .title-inner .sub-text
{
font-size: 15px !important;
}
.rs-blog-details h4,.rs-porfolio-details h3,.rs-cta .style1 .title-wrap .exp-title,.rs-blog-grid.rs-blog .blog-meta .blog-title,
.rs-portfolio-style5 .portfolio-item .portfolio-content h4,.rs-services-default .services-wrap .services-item .services-title,
.rs-services-default .services-wrap .services-item .services-title,.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title{
font-size: 18px;
}
.rs-heading h3,	.rs-project-section.gray-bg h3,	.rs-blog-details .comments-title,.subscribe-text .mc4wp-form .subscribe-title,
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title,.rs-services .services-style-9 .services-wrap .services-item .services-desc .services-title{
font-size: 20px;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
line-height: 20px !important;
}
.blog .rs-blog .blog-item .full-blog-content .title-wrap .blog-title, 
.archive .rs-blog .blog-item .full-blog-content .title-wrap .blog-title{
line-height: 28px !important;
}
.rs-blog-details h3,.single-product .summary.entry-summary h1.product_title.entry-title{
font-size: 18px !important;
}
.rs-blog-details h3{
line-height: 28px !important;
}
.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{
font-size: 18px !important;
}
ul.check-icon.two-call{
column-count: 1;
margin-left: 0;
}
.rs-heading h3{
line-height: 30px !important;
}
.rs-heading .description {
font-size: 15px;
line-height: 26px;
}
.rs-blog-details .comments-title {
line-height: 30px;
}
.rs-heading.style3 .description {
padding-top: 32px;
}
.rs-heading.style3 .description:after{
top: 0;
}
#rs-header.rs_header_7 .btn_quote,
#rs-header.rs_header_6 .btn_quote,
#rs-header.header-style9 .row-table .menu-responsive,
.rs-blog-details .ps-navigation ul li a span.link_text{
display: none;
}
#rs-header.rs_header_7 .rs-full-menuarea .container,
#rs-header.rs_header_6 .rs-full-menuarea .container {
padding-right: 15px;
}
.transparent_head .rs-breadcrumbs .breadcrumbs-inner {
padding: 165px 0 50px;
min-height: 270px;
}
.team-grid-style3 .team-img, .team-slider-style3 .team-img {
padding: 15px;
}
.rs-services3 .col-services10,
#about-history-tabs ul.tabs-list_content li,
.rs-services3.services-right .col-services10 {
float: none;
width: 100%;
}
#page #rs-header.header-style9 .rs-full-menuarea .btn_quote a{
font-size: 14px;
padding: 5px 10px;
}
#rs-header .btn_quote {
margin-left: 15px;
}
.rs-services3 .col-services2{display: none;}
#rs-services-slider .feature-content {margin-bottom: 0px;}
.rs-services3 .col-services10 .slick-list{padding: 0;}
.information-sidebar ul{margin-left: 20px;
}
.team-grid-style2 .team-item-wrap .team-img .wrap-text, 
.team-slider-style2 .team-item-wrap .team-img .wrap-text {
padding: 0 14px 12px;
}
.rs-breadcrumbs .breadcrumbs-inner .bs-meta li{
font-size: 12px;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-prev {
left: -5px;
}
.owl-carousel:hover .owl-nav [class*="owl-"].owl-next {
right: -5px;
}
ul.index li.active a{
font-size: 30px;
}
.style-bg .counter-top-area {
padding: 55px 0 30px;
max-width: 262px;
}
ul.index li{
width: 110px;
}
.designation {
margin-bottom: 3px;
font-size: 18px;
line-height: 30px;
float: none;
}
.content-wrap .date {
margin-left: 0;
padding-bottom: 7px;
display: block;
}
.content-wrap .col-left {
margin-bottom: 26px;
}
.cdev div {
height: 80px;
width: 80px;
}
.skillbar-wrap .skill-title {
padding-top: 101px;
}
.cdev div span{
line-height: 63px;
font-size: 20px;
}
.skillbar-wrap {
height: 90px;
width: 90px;
}
.rs-footer .footer-top .widget_nav_menu .menu li{
float: none;
width: 100%;
}
.footer-bottom #footer-menu li a {
padding: 0 8px 0 8px;
position: relative;
}
.footer-bottom #footer-menu li:first-child a{
padding-left: 0;
}
#rs-cta h2 {
font-size: 25px !important;
line-height: 38px !important;
}
#rs-cta.gym-cta ul li {
display: block;
list-style-type: none;
margin-right: 0 !important;
margin-bottom: 20px;
}
.header-style1 .menu_one{
top: 15px;
}
.header-style1 .logo-area img {
margin-top: 0px;
}
.header-style1 .menu-offcanvas {
width: 36%;
}
.single-portfolios .ps-navigation{
margin: 0;
margin-top: 40px;
}
.rs-blog .blog-item .blog-meta .blog-date {
margin-bottom: 0;
}
.rs-banner-section .banner-text h1 {
font-size: 22px !important;
line-height: 26px;
margin: 0 0 10px;
}
.rs-porfolio-details h3{
margin-bottom: 15px;
}
.rs-banner-section .banner-text .readon {
text-transform: uppercase;
margin: 0 10px;
padding: 10px;
font-size: 14px;
}
.header-style3 .table_row .menu-responsive .mobile-menu-link {
right: 0;
top: 18px;
}
.rs-portfolio .portfolio-slider .portfolio-item .categories{
font-size: 14px;
}
.single-portfolios .ps-navigation  .link_text{
display: none;
}
.single-teams .ps-image .ps-informations ul li span {
width: 90px;
}
.single-teams .ps-informations ul li span {
font-size: 14px;
}
.single-teams .ps-informations ul li {
font-size: 13px;
}
.woocommerce.single-product form.cart .button{
padding-left: 14px;
padding-right: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0px 20px !important;
font-size: 15px;
}
.coupon input#coupon_code {
width: 100% !important;
}
.single .ps-navigation .next_link i{
margin-top: 3px;
}
.woocommerce table.shop_table_responsive tr td.product-quantity:before{
padding-left: 0;
}
.woocommerce-cart-form table.shop_table .quantity{
margin-right: 0;
}
.team-grid-style2 .appointment-bottom-area .app_details{
margin: 0 0 20px;
}
.team-grid-style2 .appointment-bottom-area .app_btn,
.team-grid-style2 .appointment-bottom-area .app_details{
float: none;
}
.contact-page2 {
padding-left: 20px;
padding-right: 20px;
}
.sidenav .menu li ul.sub-menu li a{
padding-left: 20px;
}
.sidenav .menu > li > .sub-menu li ul > li a{
padding-left: 40px;
}
.rs-about .social-wrap {
width: 290px;
height: 290px;
}
.rs-about .social-wrap .social-links li a {
width: 50px !important;
height: 50px !important;
line-height: 50px !important;
font-size: 20px !important;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-left li{
padding-left: 24px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-right li{
padding-right: 24px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-left {
padding-left: 20px;
}
.rs-work-flow .flow-wrap .flow-common.flow-center .flowlist-right {
padding-right: 20px;
}
.rs-about .social-wrap .center-icon {
width: 180px;
height: 180px;
line-height: 180px;
}
.rs-about .social-wrap .center-icon i::before {
font-size: 104px;
}
.rs-about .social-wrap {
width: 250px;
height: 250px;
}
.rs-about .social-wrap .social-links li:nth-child(1) {
right: 24px;
}
.rs-about .social-wrap .social-links li:nth-child(6) {
left: -25px;
top: 85px;
}
.rs-about .social-wrap .social-links li:nth-child(5) {
bottom: 30px;
left: -5px;
}
.rs-about .social-wrap .social-links li:nth-child(2) {
right: -24px;
top: 95px;
}
.rs-about .social-wrap .social-links li:nth-child(3) {
right: 10px;
bottom: 10px;
}
.rs-about .social-wrap .social-links li:nth-child(4) {
left: 85px;
bottom: -24px;
}
.app_newsletter .rs-newsletter-form input[type="submit"] {
position: static;
padding: 15px 45px;
width: 100%;
}
#rs-header.header-style8.header-style9 .rs-full-menuarea .rs-rightbar-menu .rs-contact-info{
display: none;
}
#page #rs-header.header-style9 .rs-full-menuarea {
padding: 16px 0;
}
.rs-breadcrumbs .breadcrumbs-inner, 
#rs-header.header-style-3 .rs-breadcrumbs .breadcrumbs-inner {
padding-top: 180px !important;
padding-bottom: 120px !important;
}
.rs-timeline ul li .date {
padding: 0 10px;
}
.rs-timeline ul li .content {
padding: 0 13px;
}
}
.rs-portfolio-style1 .portfolio-item .bg-overlay{
width: -webkit-calc(100% - 50px);
width: calc(100% - 50px);
height: -webkit-calc(100% - 50px);
height: calc(100% - 50px);
}
@media only screen and (max-width: 400px) {
.woocommerce .woocommerce-grouped-product-list-item__quantity .quantity .qty_button {
padding: 0;
}
.btm-cate{
display: block;
}
.btm-cate li + li {
position: relative;
margin-left: 0;
}
}
@media only screen and (max-width: 360px) {
.woocommerce span.onsale {
right: 10px !important;
}
.woocommerce ul.products li.product .images-product .overley .winners-details .product-info {
right: 10px;
}
.rs-testimonial-dots-style2 .slick-list {
padding: 0 20px !important;
}
} @media only screen and (max-width: 320px) {
.footer-bottom #footer-menu li a {
padding: 0 6px 0 14px;
position: relative;
}
} @media only screen and (max-width: 880px){
.rs-service-search-form{
margin-top: 10px;
}
.rs-service-search-form .search-wrap{
margin-top: 0;
}
.rs-portfolio-style6 .portfolio-item {
flex-wrap: wrap;
}
}
@media only screen and (max-width: 767px){
.rs-service-search-form .search-wrap{
flex-wrap: wrap;
justify-content: center;
}
.comments-area p.comment-form-email,
.comments-area p.comment-form-author{
float: none;
width: 100%;
padding-right: 0;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon:after{
display: none;
}
.service-item-area .service-item:hover:before{
transform: scale(1.6);
}
.rs-portfolio-widget-inner {
padding: 265px 20px 30px 20px;
}
.rs-portfolio-call-to-action .call-action-info .phone a {
font-size: 19px;
}
.rs-testimonial .testimonial-items.testimonial-style5 .testimonial-item {
flex-direction: column;
align-items: flex-start;
}
} @media only screen and (min-width: 1367px) and (max-width: 1480px){
.header-menu-call .rs-contact-box{
display: none;
}
}
@media (min-width: 1367px) and (max-width: 1600px) {
.single-header > .hfe-nav-menu > a.hfe-menu-item, .single-header >  .hfe-nav-menu > a.hfe-sub-menu-item{
padding:25px 15px 25px 15px;
} .single-header .elementor-element.rs-responsve-not .hfe-nav-menu nav > ul > li > .hfe-has-submenu-container > a, 
.single-header .elementor-element.rs-responsve-not .hfe-nav-menu nav > ul > li > a{
padding:2px 18px 25px 18px !important;
font-size: 15px !important;
}
.video-icon-position-mac {
left: 15% !important;
}
.video-image-position-mac {
left: -50px !important;
}
.rs-banner-dev .main-image-layer .elementor-widget-container {
margin: 0 !important;
}
.rs-banner-dev .dev-text-layer {
left: -16px !important;
bottom: 435px !important;
}
.rs-banner-dev .dev-text-layer .rs-image img {
max-width: 530px !important;
}
}
@media (min-width: 1367px) and (max-width: 1550px) {
.rs-banner-dev .scroll-down-btn {
right: 0 !important;
}
}
@media (min-width: 1367px) and (max-width: 1483px) {
.rs-banner-dev .available-note {
display: none;
}
}
@media only screen and (max-width: 880px){
.rs-service-search-form{
margin-top: 10px;
}
.rs-service-search-form .search-wrap{
margin-top: 0;
} 
}
@media only screen and (max-width: 767px){
.rs-service-search-form .search-wrap{
flex-wrap: wrap;
justify-content: center;
}
.rs-circle-service-box .service-icons-wrapper .rs-icon:after{
display: none;
}
.service-item-area .service-item:hover:before{
transform: scale(1.6);
}
.rs-addon-services.style10 .services-inner .content_part .title-number-part{
justify-content: center;
}
}
@media only screen and (max-width: 767px) {
.timeline-alter .timeline-item .left-part {
text-align: left;
padding-left: 25px;
}
}
@media only screen and (max-width: 767px) {
.timeline-alter {
padding-left: 35px;
}
.timeline-alter .timeline-item {
position: relative;
display: block;
}
.timeline-alter .timeline-item .item-period {
margin: -3px 0 0;
}
.timeline-alter .timeline-item .divider {
left: 0;
}
.timeline-alter .timeline-item .right-part {
width: 100%;
display: block;
padding-left: 35px;
padding-right: 0;
}
.timeline-alter .timeline-item .divider {
width: unset;
}
}
@media (max-width: 1024px) {
.prelements-heading .title-inner span.sub-text {
font-size: 16px;
}
} @media (max-width: 767px) {
.rs_newsletterstyle2 .mc4wp-form-fields {
flex-direction: column;
}
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
.rs-event-grid .events-inner-item .content-part .rs___meta li + li {
padding-left: 0px;
}
.rs-event-grid .events-inner-item .content-part .rs___meta {
display: block
}
}
@media (min-width: 1367px) and (max-width: 1750px) {
.rs-banner-editor .banner-title-1  .prelements-heading .title-inner .title{
font-size: 48px !important;
}
.rs-banner-editor .banner-title-2  .prelements-heading .title-inner .title{
font-size: 48px !important;
line-height: 30px !important;
}
.rs-banner-editor .banner-title-3  .rs-animated-heading .title-inner .title{
font-size: 48px !important;
}
.rs-banner-editor .banner-title-3  .rs-animated-heading .title-inner .title .cd-headline p{
font-size: 48px !important;
}
}article,  aside,  details,  figcaption,  figure,  footer,  header,  main,  menu,  nav,  section,  summary {
display: block; 
}
audio,  canvas,  progress,  video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],  template {
display: none;
}
a {
background-color: transparent;
}
a:active,  a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,  strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,  sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
table th a:hover{
color: #fff;
}
pre {
overflow: auto;
}
code,  kbd,  pre,  samp {
font-family: monospace, monospace;
font-size: 1em;
}
.woocommerce .is-shop-hide{
display: none;
}
.home5-arrow .rs-addon-slider .slick-dots li{
float: left;
}
.home5-arrow .rs-addon-slider .slick-dots{
padding-left: 36px;
bottom: -100px;
}
button {
overflow: visible;
}
button,  select {
text-transform: none;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],  html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,  input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="password"]{
border: 1px solid #ddd;
border-radius: 5px 0 0 5px;
}
.post-password-required input[type="submit"]{
padding: 18px 20px 17px !important;
border-radius: 0 5px 5px 0;
}
.page .comments-area{
padding-top: 50px;
clear:both;
}
.rs-blog-details .comment-respond label {
display: none !important;
}
input[type="checkbox"],  input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,  input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
label {
font-weight: 600;
}
td,  th {
padding:5px 10px;
border:1px solid #ccc;
}
.owl-stage {
display: -webkit-box;
display: -moz-box;
display: -ms-box;
display: box;
}
.rs-footer .widget.widget_recent_comments ul li{
margin-bottom: 5px;
color: #fff;
}
.rs-footer .widget.widget_recent_comments ul li a{
font-weight: 500;
}
.comments-area .comment-list li.comment:last-child .comment-full {
border-bottom: none;
padding-bottom: 0;
}
.comment-list .pingback, .comment-list .trackback {
padding: 30px;
margin-bottom: 30px;
border-radius: 5px;
background: #fdfdfd;
} h1,  h2,  h3,  h4,  h5,  h6 {
clear: both;
}
dfn,  cite,  em,  i {
font-style: italic;
}
blockquote {
margin: 40px 0;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,  kbd,  tt,  var {
font-size: 15px;
}
abbr,  acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,  ins {	
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,  *:before,  *:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,  blockquote:after,  q:before,  q:after {
content: "";
}
blockquote,  q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol, ol ol, ol ul, ul ol, ul ul {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
padding: 0
}
li > ul,  li > ol {
margin-bottom: 0;
margin-left: 1.5em
}
dt {
font-weight: bold;
padding-bottom: 5px;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} .address .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
display: block !important;	
margin:0 auto;
}
.full-blog-content .blog-title a,
.rs-breadcrumbs .page-title{
word-break: break-word;
} .menu-toggle,  .main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,  .site-main .posts-navigation,  .site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,  .posts-navigation .nav-previous,  .post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,  .posts-navigation .nav-next,  .post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}
#wp-calendar th,
#wp-calendar td{
padding: 5px;
text-align: center;	
}
.bs-sidebar .widget-title a.rsswidget{
color: #0a0a0a;
}
.bs-sidebar .widget_rss ul li:first-child{
border-top:0;
padding-top: 0;
margin-top: 0;
}
.rs-footer .widget_archive option{
color: #000;
}
.rs-footer .widget select{
color: #003b40;
background: #F6F7F9;
}
.rs-footer .rssSummary,
.rs-footer .cite{
font-size: 12px;
}
.rs-footer .widget_rss li{
margin-bottom: 7px;
}
body.home.blog .blog-img img{
width: auto !important;
}
.single .bs-img img{
width: 100% !important;
border-radius: 2px;
}
.bs-sidebar ul li ul{
margin-left: 10px;
}
.rs--google-map-wrap {
display: flex;
gap: 30px;
margin-top: 30px;
}
.rs--google-map-wrap .rs--goole__map{
margin: 0;
}
.rs--google-map-wrap .rs--goole__map,
.rs--google-map-wrap .rs--time-repeat{
flex: 0 0 48%;
}
.rs--google-map-wrap .rs--time-repeat ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #fff;
padding: 20px 30px 20px;
}
.rs--google-map-wrap .rs--time-repeat ul li{
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
}
.rs--google-map-wrap .rs--time-repeat ul li+li{
border-top: 1px solid #dee2e6;
}
.rs--google-map-wrap .rs--time-repeat ul li span{
font-size: 16px;
}
.rs--google-map-wrap .rs--time-repeat ul li span.opening_day{
font-weight: 500;
color: #071230;
}
.rs--google-map-wrap.rs-full-wrap-map .rs--goole__map,
.rs--google-map-wrap.rs-full-wrap-time .rs--time-repeat {
flex: 0 0 100%;
} .alignleft {
display: inline;
float: left;
margin-right: 2.4em;
}
.alignright {
display: inline;
float: right;
margin-left: 2.4em;
clear: right;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.rs-blog-details .bs-desc .wp-block-cover{
margin-top: 8px;
}
.wp-block-calendar .wp-calendar-nav{
padding-bottom: 25px;
}
.wp-block-calendar table th {
background: #00204a;
}
.wp-block-archives select, .wp-block-categories select {
border-right: 13px solid #e9e9ed;
} .clear:before,  .clear:after,  .entry-content:before,  .entry-content:after,  .comment-content:before,  .comment-content:after,  .site-header:before,  .site-header:after,  .site-content:before,  .site-content:after,  .site-footer:before,  .site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear-fix, .clear:after,  .entry-content:after,  .comment-content:after,  .site-header:after,  .site-content:after,  .site-footer:after {
clear: both;
} .widget {
margin: 0 0 2em;
} .widget select {
max-width: 100%;
width:100%;
padding: 15px;
}
.bs-sidebar .widget select {
border: none;
border-right: 15px solid #fff;
box-shadow: 0 0 1px #333333cf;
}
.rs-footer .widget select {
border-right: 15px solid #F6F7F9;
} .price-style3,  .cl-pricetable-wrap {
padding-bottom: 0px !important
}
.style1 .cl-pricetable-wrap {
padding-bottom: 60px !important
}
.page_title_single h3 {
padding-top: 70px;
}
.slidernews input[type="submit"]{
font-size: 16px;
}  .sticky {
display: block;
}
.rs-about .about-exp .exp-desc {
color: #666;
}
.updated:not(.published) {
display: none;
}
span.author {
text-transform: capitalize;
margin-left: 20px;
}
.archive .page-header {
margin-bottom: 35px;
}
.archive-post {
margin-bottom: 10px;
overflow: hidden;
}
.archive-post h3.blog-title {
margin-bottom: 7px;
font-size:22px !important;
}
.archive-post .blog-meta {
padding-bottom: 15px;
}
.fbc-page .fbc-wrap .fbc-items {
background: rgba(0, 0, 0, 0.5) !important
}
.fbc-page .fbc-wrap .fbc-items li a {
color: #4caf50 !important
}
.fbc-items li.active span {
color: #fff !important
}
.search .page-title {	
padding-bottom:20px;
margin-bottom:0px;
}
.search .entry-header h2{
margin-bottom: 10px !important;
font-size: 22px !important
}
.search .pagination-area{
padding-top: 0;
}
.sticky_form {
display:none
}
.gallery-item {
display: inline-block;
text-align: left;
vertical-align: top;
margin: 0 0 1.5em;
padding: 0 1em 0 0;
width: 50%;
}
.bs-sidebar .recent-post-widget .show-featured .post-desc{
padding:0;
}
select{
width: 100%;
}
.insurancetype{
position:relative;	
}
.insurancetype:before{
content: "";
position: absolute;
right: 16px;
top: 0;
display:block;
pointer-events: none;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid #fff;
}
.subscribe_hide .footer-top{
padding-top: 80px;
}
.subscribes .newsletter-title{
display: none;
}
.subscribes .col-md-6{
flex: 0 0 100%;
max-width: 100%;
}
.subscribes .mc4wp-form-fields{
max-width: 500px;
margin: 0 auto;
}
.subscribes input[type="submit"]{
position: absolute;
right: 21px;
height: 45px;
top: 5px;
padding: 0 30px;
}
.border-radious-icon .icon-area img{
position: relative;
top: 20px;
}
.left-radious .services-icon{
border-radius: 100%;
}
.subscribes input[type="email"]{
height: 55px;
border: none;
box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.rs-portfolio-style1 .portfolio-item .portfolio-content{
z-index: 1;
}
ul.footer_social > li > a {
border-radius: 3px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,  .entry-content .wp-smiley,  .comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,  iframe,  object {
max-width: 100%;
} img.default-logo, img.footer-logo-light{
height: 32px;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
font-size: 13px;
font-style: italic;
}
#rs-header .menu-area .quote-padding{
padding-right: 160px;
}
.fowh2 .rs-heading .title-inner .title{
font-weight: 500 !important;
}
.mfp-bottom-bar .mfp-title .gallery-title-wrap{
display: none;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11111%;
}
.rs-newsletter-form.right-arrow .mc4wp-form-fields .subscribe_btn{
display: inline-block;
}
.gallery-caption {
display: block;
}
.tab-text {
display: none;
}
.rs-testimonial .testi-item:hover .testi-img:before {
width: 80%;
height: 80%;
opacity: 0;
}
.testi-item {
position: relative;
}
.top50{
position: relative;
top: -50px;
}
.testi-img:before {
background: rgba(0, 0, 0, 0.8);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.testi-item.slick-current {
opacity: 1;
}
.header-styl-5 .bs-search input{
width:60%;
float:right;
}
#map iframe{
height: 800px;
border: none;
width: 100%;
}
.header-logo .logo-area h1.site-title a{
line-height: 45px !important
}
.link-clear{
clear: both;
display: block;
padding-top: 15px;
}
li.pingback, li.trackback{
line-height: 30px;	
}
.pingback .comment-body a,
.trackback .comment-body a{
display: block;
font-weight: bold;
font-size: 18px;
}
.pingback .comment-body span.edit-link a,
.trackback .comment-body span.edit-link a{
font-weight: normal !important;
font-size:14px !important;
}
.wp-block-cover, .wp-block-cover-image{
margin-bottom: 25px;
}
.single-content-full .gallery-item .gallery-caption{
padding:8px 15px 0;
}
.wp-block-gallery{
margin-bottom: 26px;
}
.rs-footer .widget.widget_recent_comments ul li a{
word-break: break-all;
}
.single-rselements_pro .col-lg-4.sticky-sidebar, .single-rselements_pro .single-posts-meta{
display:none !important
}
.single-rselements_pro .rs-blog-details .col-lg-8{
width:100% !important
}
#rs-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul > li
#rs-header.header-style1 .header-inner.stuck.sticky .menu-area .navbar ul > li {
padding-top: 24px;
padding-bottom: 24px;
}
#rs-header .menu-sticky.sticky ul.offcanvas-icon .nav-link-container a {
margin-top: 0;
margin-bottom: 0;
}
.rs-addon-services .services-icon.icon_animation i:after{
border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}
.comment-reply-title small{
padding-left: 7px;
}
.page .entry-content .page-links{
padding-top: 7px;
} .modal-btn {
position: fixed;
top: 50%;
transform: translateY(-50%);
text-align: center;
z-index: 10;
right: 0;
left: auto;
}
.modal-btn ul {
list-style: none;
padding: 0;
margin: 0;
padding: 8px 0;
box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
border-radius: 5px 0 0 5px;
background: #fff;
}
.modal-btn ul li {
margin: 4px 0;
}
.modal-btn ul li a {
width: 40px;
text-align: center;
display: inline-block;
color: #101010;
position: relative;
}
.modal-btn ul li a span {
position: absolute;
background-color: #222;
color: #fff;
white-space: nowrap;
padding: 0 12px;
font-size: 13px;
top: 0;
right: 100%;
margin-right: 12px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s linear 0ms;
-khtml-transition: all .3s linear 0ms;
-moz-transition: all .3s linear 0ms;
-ms-transition: all .3s linear 0ms;
-o-transition: all .3s linear 0ms;
transition: all .3s linear 0ms;
}
.modal-btn ul li a span:before {
content: '';
border-color: #222;
border-style: solid;
border-color: transparent transparent transparent #222;
border-width: 6px;
position: absolute;
top: 50%;
right: -12px;
-webkit-transform: translate(0, -50%);
-khtml-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-o-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.modal-btn ul li a:hover span {
opacity: 1;
visibility: visible;
}
.bs-desc .wp-block-button__link{
color: #fff !important;
}
.bs-desc .is-style-outline .wp-block-button__link{
color: #010D14 !important;
} .rs-header-red-color .prelements-heading .description span{
color: #ec5284;
}
.rs-iconbox-area .box-inner .text-area .iconbox-title {
margin: 5px 0px 0 10px;
} .header-quote .expand-btn-inner {
display: flex;
align-items: center;
justify-content: space-between;
}
.header-quote .expand-btn-inner ul {
display: flex;
align-items: center;
margin: 0;
list-style: none;
}
.header-quote .expand-btn-inner ul .btn-signin .signin-button {
font-size: 16px;
background: transparent;
height: 60px;
line-height: 62px;
padding: 0 37px;
color: #fff;
font-weight: 600;
display: inline-block;
border-radius: 50px;
border: 1px solid transparent;
overflow: hidden;
position: relative;
}
.header-quote .expand-btn-inner ul .btn-signin .signin-button .sign-text i {
font-weight: 400;
margin-right: 5px;
font-family: 'remixicon' !important;
}
.header-quote .expand-btn-inner ul .btn-signin .signin-button:hover {
color: #DBD6D6;
}
.header-quote .expand-btn-inner ul .btn-quote a {
font-size: 16px;
background: transparent;
line-height: 32px;
padding: 10px 35px;
border-radius: 70px;
color: #fff;
font-weight: 600;
display: inline-block;
position: relative;
border: 1.5px solid #fff;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
overflow: hidden;
}
.header-quote .expand-btn-inner ul .btn-quote a:hover {
color: #da573a;
background: #fff;
}
.rs-header-sticky .rs___default-logo{
display: none;
}
.rs___sticky-logo{
display: none;
}
.rs-header-sticky .rs___sticky-logo{
display: block;
}
.rs--meta_service-single-bs-img{
position: relative;
margin-bottom:15px;
}
.rs--meta_service-single.btm-cate{
padding: 7px 19px 5px 16px;
}
.service-pagination-area .nav-links{
justify-content: center;
}
.single-portfolios .ps-navigation ul li a span {
line-height: 20px;
}
.rs--team-radious-0 .team-grid-style7 .team-item .team-inner-wrap .team-content,
.rs--team-radious-0 .team-grid-style7 .team-item.image-hover-style .image-wrap img{
border-radius: 0 !important;
}
.service-pagination-area.pagination-area {
padding-top: 15px;
}
body.single-rs-service-area .ps-navigation .next i,
body.single-rs-service-area .ps-navigation .prev i {
top: -6px;
font-size: 20px;
}
.rs--meta_service-single-bs-img .blog-meta{
position: absolute;
bottom: -19px;
top: auto;
left: 30px;
right: 30px;
z-index: 99;
}
.btm-cate-service {
overflow: hidden;
list-style: none;
margin: 0px;
padding: 6px 19px 8px 16px;
position: relative;
font-size: 15px;
display: inline-flex;
align-items: center;
background: #fff;
border-radius: 5px;
flex-wrap: wrap;
}
.btm-cate-service li {
float: none;
color: #6D6D6D;
line-height: 24px;
}
.btm-cate-service li a {
color: #6D6D6D;
}
.btm-cate-service li i {
margin-right: 4px;
}
.btm-cate-service li i::before {
font-size: 16px;
}
.btm-cate-service li i.ri-user-4-line:before {
font-size: 17px;
}
.btm-cate-service li i.ri-calendar-line {
position: relative;
top: 3px;
}
.btm-cate-service li i.ri-user-4-line {
top: 3px;
}
.btm-cate-service li + li {
position: relative;
margin-left: 26px;
}
.btm-cate-service li + li::before {
content: "";
position: absolute;
left: -13px;
top: 10px;
height: 8px;
width: 1px;
background: #6D6D6D;
transform: rotate(22deg);
}
.btm-cate-service li.rs___tag::before {
content: "";
position: absolute;
left: -13px;
top: 10px;
height: 8px;
width: 1px;
background: #6D6D6D;
transform: rotate(22deg);
} .rs-counter-carparner .counter-top-area .rs-counter-list .count-text {
display: flex;
align-items: center;
}
.rs-counter-carparner .counter-top-area .rs-counter-list .count-text .title {
margin: 0px 0px 0px 10px!important;
}
.rs-contact-box2 .rs-contact-box .address-item {
display: flex;
margin-bottom: 0;
}
.footer-carpenter .fluentform .ff_btn_style  i{
font-size: 24px;
}
.footer-carpenter .fluentform .ff_btn_style  {
border-radius: 0;
}
.footer-carpenter .rs-fluent-form .wpf_has_custom_css.ff-btn-submit  {
padding: 11px 15px 11px 12px;
}
.footer-carpenter .subscribe-form-custom .ff-t-column-2 .subscribe-btn {
right: 16px;
top: 0px;
border-radius: 0;
}
.rs-add-sticky {
position: fixed;
background-color: #fff;
padding: 12px;
border-radius: 5px;
box-shadow: 10px 0 20px rgb(221 221 221 / 41%);
left: 0;
top: 220px;
z-index: 9999;
transition: all 0.5s ease;
}
.rs-add-sticky .social-hover-text{
display: none;
}
.rs-social-menu.rs-add-sticky ul li {
margin: 5px 0px 5px 0px !important;
}
.rs-social-menu.rs-add-sticky ul li a svg {
width: 16px;
height: 16px;
}
.rs-social-menu.rs-add-sticky ul li a {
width: 36px !important;
height: 36px !important;
line-height: 30px !important;
} input.wp-block-search__input#wp-block-search__input-1 {
background-color:#fff!important;
}
input.wp-block-search__input#wp-block-search__input-1::placeholder {
color:#cecece!important;
} .page-numbers {
color:#fff!important;
}
.next.page-numbers {
border-color:#fff!important;
}
.prev.page-numbers {
border-color:#fff!important;
} div.grecaptcha-badge{
display:none!important;
box-shadow:none!important;
}
.grecaptcha-badge {
visibility: hidden !important;
}