.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.react-heading,
.rs-dual-heading {
position: relative;
}
.react-heading.title-border-yes .title,
.rs-dual-heading.title-border-yes .title {
border-bottom: 1px solid #F1F1F1;
padding-bottom: 20px;
}
.react-heading .title-inner,
.rs-dual-heading .title-inner {
position: relative;
z-index: 1;
}
.react-heading .title-inner .sub-text,
.rs-dual-heading .title-inner .sub-text {
margin: 0 0 16px;
display: block;
color: #df0a0a;
font-size: 16px;
line-height: 16px;
font-family: "Red Hat Display", sans-serif;
font-weight: 600;
z-index: 1;
}
.react-heading .title-inner .sub-text.title-upper,
.rs-dual-heading .title-inner .sub-text.title-upper {
text-transform: uppercase;
}
.react-heading .title-inner.yes .title,
.rs-dual-heading .title-inner.yes .title {
color: rgba(0, 0, 0, 0.5);
line-height: 1;
color: #333;
-webkit-text-stroke: 1px white;
-webkit-text-fill-color: transparent;
}
.react-heading .title-inner .title,
.rs-dual-heading .title-inner .title {
color: #1C2539;
margin-bottom: 15px;
margin-top: 0;
z-index: 1;
}
.react-heading .title-inner .title.title-upper,
.rs-dual-heading .title-inner .title.title-upper {
text-transform: uppercase;
}
.react-heading .title-inner .title span,
.rs-dual-heading .title-inner .title span {
font-weight: 100;
position: relative;
z-index: 1;
}
.react-heading.default span.watermark,
.rs-dual-heading.default span.watermark {
top: -48px;
}
.react-heading span.watermark,
.rs-dual-heading span.watermark {
line-height: 0.8;
color: #ffffff;
background-color: #000;
background-size: 100% 100%;
-webkit-background-clip: text;
-webkit-text-stroke: 0.5px transparent;
font-size: 150px;
opacity: 0.29;
position: absolute;
left: 0px;
top: -25px;
right: 0;
font-family: "Red Hat Display", sans-serif;
font-weight: 900;
}
.react-heading .rt-button a,
.rs-dual-heading .rt-button a {
color: #ffffff;
display: inline-block;
padding: 18px 20px;
transition: all 0.3s ease 0s;
}
.react-heading.big .title-inner h2,
.rs-dual-heading.big .title-inner h2 {
font-size: 36px;
line-height: 44px;
}
.react-heading.big .description p,
.rs-dual-heading.big .description p {
font-size: 20px;
line-height: 32px;
}
.react-heading.style4 .title-inner .title,
.rs-dual-heading.style4 .title-inner .title {
margin-bottom: 8px;
}
.react-heading.style4 .title-inner .title-img,
.rs-dual-heading.style4 .title-inner .title-img {
margin-bottom: 12px;
}
.react-heading.style5 .sub-text,
.rs-dual-heading.style5 .sub-text {
display: inline-block;
}
.react-heading.style2,
.rs-dual-heading.style2 {
position: relative;
padding-bottom: 15px;
}
.react-heading.style2:after,
.rs-dual-heading.style2:after {
content: "";
position: absolute;
background: #040404;
width: 60px;
height: 2px;
left: 0;
bottom: 0;
z-index: 1;
transition: all 0.3s ease 0s;
}
.react-heading.style2.center:after,
.rs-dual-heading.style2.center:after {
transform: translateX(-50%);
left: 50%;
}
.react-heading.style2.right:after,
.rs-dual-heading.style2.right:after {
left: auto;
right: 0;
}
.react-heading.style2 h2,
.rs-dual-heading.style2 h2 {
margin-bottom: 12px;
}
.react-heading.style2 .description p,
.rs-dual-heading.style2 .description p {
margin-bottom: 12px;
}
.react-heading.style2.Lite:after,
.rs-dual-heading.style2.Lite:after {
background: #fff !important;
}
.react-heading.style3,
.rs-dual-heading.style3 {
position: relative;
padding-bottom: 12px;
}
.react-heading.style3 h2,
.rs-dual-heading.style3 h2 {
margin-bottom: 12px;
}
.react-heading.style3 .description,
.rs-dual-heading.style3 .description {
position: relative;
padding-left: 80px;
}
.react-heading.style3 .description:after,
.rs-dual-heading.style3 .description:after {
content: "";
position: absolute;
border: 0;
width: 60px;
height: 2px;
background: #df0a0a;
z-index: 9;
margin-left: 0;
left: 0;
top: 14px;
}
.react-heading.style3 .description p,
.rs-dual-heading.style3 .description p {
margin-bottom: 12px;
}
.react-heading.style3.Lite .description:after,
.rs-dual-heading.style3.Lite .description:after {
background: #fff !important;
}
.react-heading.style1,
.rs-dual-heading.style1 {
position: relative;
padding-bottom: 12px;
}
.react-heading.style1 h2,
.rs-dual-heading.style1 h2 {
margin-bottom: 12px;
}
.react-heading.style1 .description,
.rs-dual-heading.style1 .description {
position: relative;
padding-right: 80px;
}
.react-heading.style1 .description:after,
.rs-dual-heading.style1 .description:after {
content: "";
position: absolute;
border: 0;
width: 60px;
height: 2px;
background: #df0a0a;
z-index: 9;
margin-left: 0;
right: 0;
top: 14px;
}
.react-heading.style1 .description p,
.rs-dual-heading.style1 .description p {
margin-bottom: 12px;
}
.react-heading.style1.Lite .description:after,
.rs-dual-heading.style1.Lite .description:after {
background: #fff !important;
}
.react-heading.style8,
.rs-dual-heading.style8 {
position: relative;
padding-bottom: 12px;
margin-bottom: 10px;
}
.react-heading.style8 .title-inner,
.rs-dual-heading.style8 .title-inner {
padding-left: 25px;
position: relative;
display: inline-block;
}
.react-heading.style8 .title-inner .sub-text,
.rs-dual-heading.style8 .title-inner .sub-text {
margin-bottom: 5px;
}
.react-heading.style8 .title-inner:after,
.rs-dual-heading.style8 .title-inner:after {
content: "";
position: absolute;
border: 0;
width: 2px;
height: 100%;
background: #df0a0a;
z-index: 9;
margin-left: 0;
left: 0;
top: 0;
}
.react-heading.style8 .description,
.rs-dual-heading.style8 .description {
padding-left: 25px;
position: relative;
}
.react-heading.style8 .description:after,
.rs-dual-heading.style8 .description:after {
content: "";
position: absolute;
border: 0;
width: 2px;
height: 100%;
background: #df0a0a;
z-index: 9;
margin-left: 0;
left: 0;
top: 0;
}
.react-heading.style8 h2,
.rs-dual-heading.style8 h2 {
margin-bottom: 5px;
}
.react-heading.style8.text-center .description,
.rs-dual-heading.style8.text-center .description {
padding-top: 15px;
padding-left: 0px;
}
.react-heading.style8.text-center .description:after,
.rs-dual-heading.style8.text-center .description:after {
display: none;
}
.react-heading.style8.Lite .title-inner:after,
.rs-dual-heading.style8.Lite .title-inner:after {
background: #fff;
}
.react-heading.style8.Lite .description:after,
.rs-dual-heading.style8.Lite .description:after {
background: #fff !important;
}
.react-heading.style6 .title-inner,
.rs-dual-heading.style6 .title-inner {
position: relative;
padding-bottom: 12px;
}
.react-heading.style6 .title-inner h2,
.rs-dual-heading.style6 .title-inner h2 {
margin-bottom: 12px;
}
.react-heading.style6 .title-inner .sub-text,
.rs-dual-heading.style6 .title-inner .sub-text {
position: relative;
padding-left: 14px;
}
.react-heading.style6 .title-inner .sub-text:after,
.rs-dual-heading.style6 .title-inner .sub-text:after {
content: "";
position: absolute;
background: #df0a0a;
width: 2px;
height: 14px;
left: 0;
top: 1px;
z-index: 1;
}
.react-heading.style6 .title-inner .sub-text p,
.rs-dual-heading.style6 .title-inner .sub-text p {
margin-bottom: 12px;
}
.react-heading.style6.text-center .title-inner .sub-text, .react-heading.style6.text-right .title-inner .sub-text,
.rs-dual-heading.style6.text-center .title-inner .sub-text,
.rs-dual-heading.style6.text-right .title-inner .sub-text {
display: inline-block;
}
.react-heading.style6.text-center .sub-text,
.rs-dual-heading.style6.text-center .sub-text {
position: relative;
padding-left: 0px;
padding-top: 60px;
color: #040404;
}
.react-heading.style6.text-center .sub-text:after,
.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;
}
.react-heading.style6.Lite .sub-text:after,
.rs-dual-heading.style6.Lite .sub-text:after {
background: #fff !important;
}
.react-heading.style6.dark .sub-text:after,
.rs-dual-heading.style6.dark .sub-text:after {
background: #232023 !important;
}
.react-heading.style4.left .title-inner .sub-text,
.rs-dual-heading.style4.left .title-inner .sub-text {
padding-left: 43px;
}
.react-heading.style4.left .title-inner .sub-text:before,
.rs-dual-heading.style4.left .title-inner .sub-text:before {
left: 0;
}
.react-heading.style4.right .title-inner .sub-text,
.rs-dual-heading.style4.right .title-inner .sub-text {
padding-right: 43px;
}
.react-heading.style4.right .title-inner .sub-text:after,
.rs-dual-heading.style4.right .title-inner .sub-text:after {
right: 0;
}
.react-heading.style4 .title-inner,
.rs-dual-heading.style4 .title-inner {
position: relative;
padding-bottom: 12px;
}
.react-heading.style4 .title-inner h2,
.rs-dual-heading.style4 .title-inner h2 {
margin-bottom: 12px;
display: block;
}
.react-heading.style4 .title-inner .sub-text,
.rs-dual-heading.style4 .title-inner .sub-text {
position: relative;
color: #040404;
display: inline-block;
}
.react-heading.style4 .title-inner .sub-text:before, .react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 35px;
height: 2px;
background: #df0a0a;
z-index: 9;
margin-left: 0;
left: -20px;
top: 12px;
}
.react-heading.style4 .title-inner .sub-text:before,
.rs-dual-heading.style4 .title-inner .sub-text:before {
left: -40px;
}
.react-heading.style4 .title-inner .sub-text:after,
.rs-dual-heading.style4 .title-inner .sub-text:after {
left: auto;
right: -40px;
}
.react-heading.style4 .title-inner .sub-text p,
.rs-dual-heading.style4 .title-inner .sub-text p {
margin-bottom: 12px;
}
.react-heading.style4.Lite .sub-text:before, .react-heading.style4.Lite .sub-text:after,
.rs-dual-heading.style4.Lite .sub-text:before,
.rs-dual-heading.style4.Lite .sub-text:after {
background: #fff !important;
}
.react-heading.style4.text-center .title-inner .sub-text, .react-heading.style4.text-right .title-inner .sub-text,
.rs-dual-heading.style4.text-center .title-inner .sub-text,
.rs-dual-heading.style4.text-right .title-inner .sub-text {
display: inline-block;
}
.react-heading.style7 .title-inner,
.rs-dual-heading.style7 .title-inner {
position: relative;
padding-bottom: 12px;
}
.react-heading.style7 .title-inner h2,
.rs-dual-heading.style7 .title-inner h2 {
margin-bottom: 12px;
}
.react-heading.style7 .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner .sub-text {
position: relative;
padding-right: 65px;
display: inline-block;
color: #040404;
}
.react-heading.style7 .title-inner .sub-text:after,
.rs-dual-heading.style7 .title-inner .sub-text:after {
content: "";
position: absolute;
border: 0;
width: 50px;
height: 2px;
background: #df0a0a;
z-index: 9;
margin-left: 0;
right: 0;
top: 12px;
}
.react-heading.style7 .title-inner .sub-text p,
.rs-dual-heading.style7 .title-inner .sub-text p {
margin-bottom: 12px;
}
.react-heading.style7 .title-inner.Lite .sub-text:after,
.rs-dual-heading.style7 .title-inner.Lite .sub-text:after {
background: #fff !important;
}
.react-heading.style7 .title-inner.text-center .title-inner .sub-text, .react-heading.style7 .title-inner.text-right .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-center .title-inner .sub-text,
.rs-dual-heading.style7 .title-inner.text-right .title-inner .sub-text {
display: inline-block;
}
.react-heading.style9 .title-img img,
.rs-dual-heading.style9 .title-img img {
position: relative;
}
.react-heading.style9 .title-inner .title-img.top,
.rs-dual-heading.style9 .title-inner .title-img.top {
margin-bottom: 15px;
}
.react-heading.style9 .title-upper,
.rs-dual-heading.style9 .title-upper {
margin-bottom: 5px;
}
.react-heading.style9 .bottom-line .title,
.rs-dual-heading.style9 .bottom-line .title {
margin-bottom: 8px;
position: relative;
padding-bottom: 20px;
}
.react-heading.style9 .bottom-line .title:after,
.rs-dual-heading.style9 .bottom-line .title:after {
content: "";
position: absolute;
border: 0;
width: 80px;
height: 2px;
background: #df0a0a;
z-index: 9;
margin-left: 0;
bottom: 0;
left: 0;
}
.react-heading.style9.text-center .bottom-line .title:after,
.rs-dual-heading.style9.text-center .bottom-line .title:after {
transform: translateX(-50%);
left: 50%;
}
.react-heading.style10.text-center,
.rs-dual-heading.style10.text-center {
text-align: left !important;
}
.react-heading.style10.text-center .title-inner,
.rs-dual-heading.style10.text-center .title-inner {
text-align: center;
}
.react-heading.style10.text-right,
.rs-dual-heading.style10.text-right {
text-align: left !important;
}
.react-heading.style10.text-right .title-inner,
.rs-dual-heading.style10.text-right .title-inner {
text-align: right;
}
.react-heading.style10 .title-inner,
.rs-dual-heading.style10 .title-inner {
transform: rotate(-90deg) translatex(-50%);
display: inline-block;
transform-origin: left center 0;
}
.react-heading.style10 .title-inner .title,
.rs-dual-heading.style10 .title-inner .title {
white-space: nowrap;
position: relative;
top: 40px;
left: 10px;
margin-bottom: 0;
}
.react-heading.style10 .description,
.rs-dual-heading.style10 .description {
transform: rotate(-90deg);
display: inline-block;
}
.react-heading.style11,
.rs-dual-heading.style11 {
text-align: right !important;
}
.react-heading.style11.text-center,
.rs-dual-heading.style11.text-center {
text-align: right !important;
}
.react-heading.style11.text-center .title-inner,
.rs-dual-heading.style11.text-center .title-inner {
text-align: center;
}
.react-heading.style11.text-right,
.rs-dual-heading.style11.text-right {
text-align: right !important;
}
.react-heading.style11.text-right .title-inner,
.rs-dual-heading.style11.text-right .title-inner {
text-align: right;
}
.react-heading.style11 .title-inner,
.rs-dual-heading.style11 .title-inner {
transform: rotate(90deg);
display: inline-block;
}
.react-heading.style11 .description,
.rs-dual-heading.style11 .description {
transform: rotate(90deg);
display: inline-block;
}
.react-heading.style12 .sub-text,
.rs-dual-heading.style12 .sub-text {
display: inline-block;
position: relative;
}
.react-heading.style12 .sub-text:before,
.rs-dual-heading.style12 .sub-text:before {
content: "";
position: absolute;
background: #086ad8;
left: -15px;
top: 0px;
z-index: 1;
width: 2px;
height: 14px;
}
.react-heading.style12 .sub-text:after,
.rs-dual-heading.style12 .sub-text:after {
content: "";
position: absolute;
background: #086ad8;
right: -15px;
top: 0px;
z-index: 1;
width: 2px;
height: 14px;
}
.react-heading.style13 .title-inner .sub-text,
.rs-dual-heading.style13 .title-inner .sub-text {
position: relative;
display: unset;
padding: 0 10px;
}
.react-heading.style13 .title-inner .title span.watermark,
.rs-dual-heading.style13 .title-inner .title span.watermark {
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #777777;
opacity: 0.1;
}
.rs-animated-heading .title span,
.rs-dual-heading .title span {
display: inline-block;
}
.rs-animated-heading .title-inner .title,
.rs-animated-heading .title-inner .title .cd-headline {
color: #1C2539;
line-height: 52px;
}
.rs-animated-heading .title-inner .title {
margin-bottom: 10px;
}
.rs-animated-heading .title-inner .title.title-upper {
text-transform: uppercase;
}
.rs-animated-heading .title-inner .title .cd-headline {
font-weight: 700;
margin-left: 10px;
color: #040404;
}
.rs-animated-heading .title-inner .title .cd-headline p {
margin-bottom: 0;
}
.rs-animated-heading .cd-words-wrapper {
text-align: center;
}
.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;
}
.rt-features-list.separator_yes {
position: relative;
}
.rt-features-list.separator_yes:after {
position: absolute;
content: "";
width: 1px;
height: 14px;
background: #F36464;
right: 0px;
top: 50%;
transform: translateY(-50%);
}.banner-marketing {
max-width: 100%;
position: relative;
z-index: 2;
text-align: left;
}
.banner-marketing .banner-title {
position: relative;
padding-left: 30px;
}
.banner-marketing .banner-title:before {
content: "";
position: absolute;
height: 100%;
width: 6px;
background: #df0a0a;
left: 0;
}
.banner-marketing .banner-title .subtitle-banner {
color: #df0a0a;
letter-spacing: 1px;
}
.banner-marketing .banner-title .title {
font-size: 60px;
font-weight: 700;
line-height: 70px;
text-transform: none;
color: #1C2539;
margin-bottom: 40px;
margin-top: 25px;
}
.banner-marketing .banner-title .title .changebox {
margin: 0 5px -8px 0;
color: #df0a0a;
overflow: hidden;
transition: 0.8s;
white-space: nowrap;
display: inline-block;
align-items: center;
text-align: center;
position: relative;
line-height: 62px;
bottom: -4px;
}
@media (max-width: 576px) {
.banner-marketing .banner-title .title .changebox {
bottom: -7px;
}
}
@media (max-width: 450px) {
.banner-marketing .banner-title .title .changebox {
bottom: -12px;
}
}.about-one-thumbnail {
display: flex;
justify-content: end;
position: relative;
}
.about-one-thumbnail .small-img {
position: absolute;
left: 0%;
top: 7%;
animation: jump-1 10s linear infinite;
}
.about-one-thumbnail .experience {
position: absolute;
display: flex;
align-items: center;
justify-content: space-between;
padding: 25px 32px;
background: #df0a0a;
border-radius: 15px;
bottom: 7%;
left: 1%;
animation: jump-2 6s linear infinite;
width: 310px;
}
.about-one-thumbnail .experience .single {
width: 50%;
}
.about-one-thumbnail .experience .single .title {
color: #fff;
margin-bottom: 0;
font-family: "Red Hat Display", sans-serif;
}
.about-one-thumbnail .experience .single.left p {
font-size: 22px;
color: #fff;
font-family: "Red Hat Display", sans-serif;
font-weight: 700;
margin-top: -8px;
margin-bottom: 0;
}
.about-one-thumbnail .experience .single.right p {
color: #fff;
line-height: 24px;
font-size: 18px;
font-weight: 700;
margin-bottom: 0;
}.react-image {
position: relative;
width: 100%;
height: 100%;
}
.react-image.yes .veritcal {
animation-name: veritcal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes veritcal {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 30px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.react-image.yes .veritcal_two {
animation-name: veritcal_two;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes veritcal_two {
0% {
transform: translateY(100px);
}
50% {
transform: translateY(0);
}
100% {
transform: translateY(100px);
}
}
.react-image.yes .horizontal {
animation-name: horizontal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes horizontal {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
}
.react-image.yes .rotated_style {
animation: rotate1 30s linear infinite;
-webkit-animation: rotate1 30s linear infinite;
}
@keyframes rotate1 {
from {
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
to {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
.image-rotate {
animation: rotation infinite 14s linear;
} @keyframes rotation {
to {
transform: rotate(360deg);
}
}.team-grid-style1 .team-item {
overflow: visible;
}
.team-grid-style1 .team-item .team-inner-wrap {
border-radius: 8px;
overflow: hidden;
}
.team-grid-style1 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.team-grid-style1 .team-item .social-icons1 a i {
color: #fff;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style1 .team-item .image-wrap {
position: relative;
overflow: hidden;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 {
position: absolute;
right: -50px;
bottom: 0;
width: 50px;
background: #df0a0a;
padding: 12px 0;
opacity: 0;
visibility: hidden;
transition: all 0.4s ease 0s;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a {
padding: 0;
background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a i {
background: transparent;
}
.team-grid-style1 .team-item .image-wrap .social-icons1 a:hover i {
color: #f8560c;
background: transparent;
}
.team-grid-style1 .team-item :hover .image-wrap .social-icons1 {
right: 0;
width: 50px;
opacity: 1;
visibility: visible;
}
.team-grid-style1 .team-item .team-content {
text-align: center;
margin: 0;
padding: 28px 28px 25px;
background: #df0a0a;
margin-bottom: 20px;
position: unset;
opacity: 1;
}
.team-grid-style1 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 24px;
line-height: 30px;
margin-bottom: 0px;
text-transform: capitalize;
}
.team-grid-style1 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #ffffff;
}
.team-grid-style1 .team-item .team-content h3.team-name a:hover {
color: #c4c4c4;
}
.team-grid-style1 .team-item .team-content span.team-title {
text-transform: uppercase;
font-family: "Red Hat Display", sans-serif;
font-size: 14px;
color: #ffffff;
}
.team-grid-style1 .team-item .social-icons {
display: none;
}
.team-grid-style2 {
padding-bottom: 110px !important;
}
.team-grid-style2 .team-inner-wrap {
position: relative;
margin-bottom: 35px;
padding-top: 20px;
}
.team-grid-style2 .team-inner-wrap .image-wrap {
border-radius: 15px;
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: #fff;
}
.team-grid-style2 .team-inner-wrap .wrap-text .team-desc {
margin-bottom: 0;
}
.team-grid-style2 .team-content {
position: absolute;
left: 0;
bottom: -20%;
background: #fff;
border-radius: 0 15px 15px 15px;
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
text-align: center;
}
.team-grid-style2 .team-content .header {
padding: 30px 82px 22px 82px;
border-bottom: 1px solid #F0F0F0;
}
.team-grid-style2 .team-content .header .team-name {
margin-bottom: 3px;
}
.team-grid-style2 .team-content .header .team-name a {
color: #1C2539;
}
.team-grid-style2 .team-content .header .team-title {
color: #F64A00;
}
.team-grid-style2 .team-content .social-icons {
padding: 27px 0 36px 0;
display: flex;
justify-content: center;
}
.team-grid-style2 .team-content .social-icons a {
position: relative;
z-index: 1;
transition: 0.3s;
width: 40px;
height: 40px;
background-color: #f6f6f6;
border-radius: 50%;
display: block;
line-height: 40px;
margin-right: 7px;
}
.team-grid-style2 .team-content .social-icons a:last-child {
margin-right: 0;
}
.team-grid-style2 .team-content .social-icons a i {
font-size: 14px;
color: #1C2539;
transition: 0.3s;
}
.team-grid-style2 .team-content .social-icons a:hover {
background: #F64A00;
}
.team-grid-style2 .team-content .social-icons a:hover i {
color: #fff;
}
.team-grid-style2 .team-inner-wrap {
margin-bottom: 95px;
}
.team-grid-style3 .style3 {
margin-bottom: 60px;
}
.team-grid-style3 .team-item {
padding: 25px;
position: relative;
}
.team-grid-style3 .team-item:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 200px solid #040404;
border-right: 200px solid transparent;
left: 0px;
top: -10px;
}
.team-grid-style3 .team-item:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-bottom: 200px solid #040404;
border-left: 200px solid transparent;
right: 0px;
bottom: -10px;
}
.team-grid-style3 .team-item img {
position: relative;
z-index: 99;
}
.team-grid-style3 .team-item .team-inner-wrap {
position: relative;
}
.team-grid-style3 .team-item .team-inner-wrap:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #040404;
opacity: 0.8;
left: 0;
top: 0;
z-index: 100;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .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: 15px;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-grid-style3 .team-item .team-content .team-name {
margin-bottom: 0;
font-size: 20px;
}
.team-grid-style3 .team-item .team-content .team-name a {
color: #fff;
}
.team-grid-style3 .team-item .team-content .team-title {
color: #fff;
position: relative;
padding-bottom: 8px;
margin-bottom: 10px;
font-size: 14px;
display: block;
}
.team-grid-style3 .team-item .team-content .social-icons a {
color: #fff;
margin-right: 12px;
font-size: 16px;
}
.team-grid-style3 .team-item .team-content .social-icons a:last-child {
margin-right: 0;
}
.team-grid-style3 .team-item .team-content .social-icons a:hover {
opacity: 0.8;
}
.team-grid-style3 .team-item:hover .team-content {
opacity: 1;
width: 100%;
top: 50%;
}
.team-grid-style3 .team-item:hover .team-inner-wrap:before {
opacity: 0.8;
}
.team-grid-style3 .team-img:after {
top: 0;
}
.team-grid-style3 .team-img:before {
bottom: 0;
}
.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;
}
.team-grid-style4 .team-item .team-content {
color: #f8560c;
background: #fff;
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;
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
left: 50%;
border-radius: 15px;
max-width: 310px;
transform: translateX(-50%);
width: 95%;
}
.team-grid-style4 .team-item .team-content .team-name {
display: block;
font-size: 22px;
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 600;
line-height: 27px;
}
.team-grid-style4 .team-item .team-content .team-name a {
color: #df0a0a;
}
.team-grid-style4 .team-item .team-content .team-name a:hover {
color: #f8560c;
}
.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: #0a0a0a;
}
.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;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
transform: scaleY(0);
transform-origin: bottom;
}
.team-grid-style4 .team-item .team-content .team-desc:before {
content: "";
position: absolute;
z-index: 1;
background: #df0a0a;
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;
display: flex;
justify-content: center;
}
.team-grid-style4 .team-item .team-content .social-icons a {
margin-right: 7px;
}
.team-grid-style4 .team-item .team-content .social-icons a i {
color: #df0a0a;
font-size: 15px;
width: 40px;
height: 40px;
line-height: 40px;
background: #f6f6f6;
text-align: center;
transition: 0.3s all ease;
border-radius: 50%;
overflow: hidden;
margin: 0;
}
.team-grid-style4 .team-item .team-content .social-icons a i:hover {
color: #fff;
background: #df0a0a;
}
.team-grid-style4 .team-item:before {
background: transparent;
}
.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;
transform: scaleY(1);
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.team-grid-style5 .team-item {
padding-top: 22px;
}
.team-grid-style5 .team-inner-wrap {
position: relative;
overflow: hidden;
background: #fff;
border-radius: 5px;
transition: 0.3s;
}
.team-grid-style5 .team-inner-wrap .image-wrap {
position: relative;
overflow: hidden;
}
.team-grid-style5 .team-inner-wrap .image-wrap img {
transition: all 0.7s;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social {
position: absolute;
bottom: 30px;
right: 30px;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .main i {
background: #fff;
border-radius: 50%;
font-size: 16px;
line-height: 12px;
font-weight: 500;
color: #df0a0a;
transition: 0.3s;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
display: inline-block;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .main i:before {
font-weight: bold;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .team-social-one {
display: flex;
flex-direction: column;
position: absolute;
transform: translateY(50px);
transition: 1s;
opacity: 0;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i {
background: #fff;
border-radius: 60%;
font-size: 16px;
line-height: 23px;
font-weight: 500;
color: #df0a0a;
transition: 0.3s;
margin-bottom: 10px;
height: 45px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
background: #df0a0a;
color: #fff;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social:hover .main {
opacity: 0;
}
.team-grid-style5 .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
transform: translateY(-96%);
z-index: 2;
opacity: 1;
}
.team-grid-style5 .team-inner-wrap .team-content {
width: 100%;
padding: 28px 30px 27px 30px;
color: #444;
overflow: hidden;
background: #fff;
transition: 0.3s all ease;
border-radius: 0 0 15px 15px;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name {
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin: 0;
}
.team-grid-style5 .team-inner-wrap .team-content .member-desc .team-name a {
color: #1C2539;
}
.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);
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: #fff;
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 .social-icons a i:hover {
color: #f8560c;
}
.team-grid-style5 .team-inner-wrap:hover {
transform: translateY(-20px);
}
.team-grid-style6 .team-item {
overflow: visible;
}
.team-grid-style6 .team-item .image-wrap {
text-align: center;
}
.team-grid-style6 .team-item .image-wrap img {
border-radius: 50%;
}
.team-grid-style6 .team-item .social-icons {
text-align: center;
margin-top: 10px;
}
.team-grid-style6 .team-item .social-icons a {
display: inline-block;
}
.team-grid-style6 .team-item .social-icons a i {
color: #4a4a4a;
width: 35px;
height: 35px;
line-height: 35px;
background: transparent;
text-align: center;
transition: 0.3s all ease;
border-radius: 50%;
margin: 0;
}
.team-grid-style6 .team-item .team-content {
text-align: center;
margin: 0;
padding: 20px 20px 25px;
margin-bottom: 30px;
position: unset;
opacity: 1;
}
.team-grid-style6 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 20px;
margin-bottom: 0px;
text-transform: capitalize;
}
.team-grid-style6 .team-item .team-content h3.team-name a {
text-decoration: none;
color: #1C2539;
}
.team-grid-style6 .team-item .team-content h3.team-name a:hover {
color: #040404;
}
.team-grid-style6 .team-item .team-content span.team-title {
font-family: "Red Hat Display", sans-serif;
font-size: 14px;
color: #666;
}.team-slider-style1 .team-item {
overflow: visible;
}
.team-slider-style1 .team-item .team-inner-wrap {
border-radius: 8px;
overflow: hidden;
}
.team-slider-style1 .team-item .social-icons1 {
text-align: center;
margin-top: 14px;
}
.team-slider-style1 .team-item .social-icons1 a i {
color: #fff;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
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 .social-icons1 {
position: absolute;
right: -50px;
bottom: 0;
width: 50px;
background: #df0a0a;
padding: 12px 0;
opacity: 0;
visibility: hidden;
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: #f8560c;
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: center;
margin: 0;
padding: 28px 28px 25px;
background: #df0a0a;
margin-bottom: 20px;
position: unset;
opacity: 1;
}
.team-slider-style1 .team-item .team-content h3.team-name {
font-weight: 600;
font-size: 24px;
line-height: 30px;
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 {
text-transform: uppercase;
font-family: "Red Hat Display", sans-serif;
font-size: 14px;
color: #ffffff;
}
.team-slider-style1 .team-item .social-icons {
display: none;
}
.team-slider-style1 .team-item .team-content {
margin: 0;
}
#team-slider-img-shadow .team-item {
padding-bottom: 30px;
}
#team-slider-img-shadow .team-inner-wrap {
box-shadow: 0px 2px 20px rgba(24, 16, 16, 0.09);
}
.team-slider-style2 {
padding-bottom: 110px !important;
}
.team-slider-style2 .team-inner-wrap {
position: relative;
margin-bottom: 35px;
padding-top: 20px;
}
.team-slider-style2 .team-inner-wrap .image-wrap {
border-radius: 15px;
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: #fff;
}
.team-slider-style2 .team-inner-wrap .wrap-text .team-desc {
margin-bottom: 0;
}
.team-slider-style2 .team-content {
position: absolute;
left: 0;
bottom: -20%;
background: #fff;
border-radius: 0 15px 15px 15px;
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
text-align: center;
}
.team-slider-style2 .team-content .header {
padding: 30px 82px 22px 82px;
border-bottom: 1px solid #F0F0F0;
}
.team-slider-style2 .team-content .header .team-name {
margin-bottom: 3px;
}
.team-slider-style2 .team-content .header .team-name a {
color: #1C2539;
}
.team-slider-style2 .team-content .header .team-title {
color: #F64A00;
}
.team-slider-style2 .team-content .social-icons {
padding: 27px 0 36px 0;
display: flex;
justify-content: center;
}
.team-slider-style2 .team-content .social-icons a {
position: relative;
z-index: 1;
transition: 0.3s;
width: 40px;
height: 40px;
background-color: #f6f6f6;
border-radius: 50%;
display: block;
line-height: 40px;
margin-right: 7px;
}
.team-slider-style2 .team-content .social-icons a:last-child {
margin-right: 0;
}
.team-slider-style2 .team-content .social-icons a i {
font-size: 14px;
color: #1C2539;
transition: 0.3s;
}
.team-slider-style2 .team-content .social-icons a:hover {
background: #F64A00;
}
.team-slider-style2 .team-content .social-icons a:hover i {
color: #fff;
}
.team-slider-style3 .style3 {
margin-bottom: 60px;
}
.team-slider-style3 .team-item {
padding: 25px;
position: relative;
}
.team-slider-style3 .team-item:after {
position: absolute;
content: "";
width: 0;
height: 0;
border-top: 200px solid #040404;
border-right: 200px solid transparent;
left: 0px;
top: -10px;
}
.team-slider-style3 .team-item:before {
position: absolute;
content: "";
width: 0;
height: 0;
border-bottom: 200px solid #040404;
border-left: 200px solid transparent;
right: 0px;
bottom: -10px;
}
.team-slider-style3 .team-item img {
position: relative;
z-index: 99;
}
.team-slider-style3 .team-item .team-inner-wrap {
position: relative;
}
.team-slider-style3 .team-item .team-inner-wrap:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
background: #040404;
opacity: 0.8;
left: 0;
top: 0;
z-index: 100;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-slider-style3 .team-item .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: 15px;
opacity: 0;
transition: all 0.4s ease 0s;
}
.team-slider-style3 .team-item .team-content .team-name {
margin-bottom: 0;
font-size: 20px;
}
.team-slider-style3 .team-item .team-content .team-name a {
color: #fff;
}
.team-slider-style3 .team-item .team-content .team-title {
color: #fff;
position: relative;
padding-bottom: 8px;
margin-bottom: 10px;
font-size: 14px;
display: block;
}
.team-slider-style3 .team-item .team-content .social-icons a {
color: #fff;
margin-right: 12px;
font-size: 16px;
}
.team-slider-style3 .team-item .team-content .social-icons a:last-child {
margin-right: 0;
}
.team-slider-style3 .team-item .team-content .social-icons a:hover {
opacity: 0.8;
}
.team-slider-style3 .team-item:hover .team-content {
opacity: 1;
width: 100%;
top: 50%;
}
.team-slider-style3 .team-item:hover .team-inner-wrap:before {
opacity: 0.8;
}
.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;
}
.team-slider-style4 .team-item .team-content {
color: #f8560c;
background: #fff;
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;
box-shadow: 0px 4px 27px rgba(0, 0, 0, 0.0705882353);
left: 50%;
border-radius: 15px;
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;
line-height: 27px;
}
.team-slider-style4 .team-item .team-content .team-name a {
color: #df0a0a;
}
.team-slider-style4 .team-item .team-content .team-name a:hover {
color: #f8560c;
}
.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;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
transform: scaleY(0);
transform-origin: bottom;
}
.team-slider-style4 .team-item .team-content .team-desc:before {
content: "";
position: absolute;
z-index: 1;
background: #df0a0a;
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;
display: flex;
justify-content: center;
}
.team-slider-style4 .team-item .team-content .social-icons a {
margin-right: 7px;
}
.team-slider-style4 .team-item .team-content .social-icons a i {
color: #df0a0a;
font-size: 15px;
width: 40px;
height: 40px;
line-height: 40px;
background: #f6f6f6;
text-align: center;
transition: 0.3s all ease;
border-radius: 50%;
overflow: hidden;
margin: 0;
}
.team-slider-style4 .team-item .team-content .social-icons a i:hover {
color: #fff;
background: #df0a0a;
}
.team-slider-style4 .team-item:before {
background: transparent;
}
.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;
transform: scaleY(1);
transition: all 0.4s, max-height 1.5s;
padding-top: 18px;
margin-top: 8px;
}
.team-slider-style5 .team-item {
padding-top: 22px;
}
.team-slider-style5 .team-inner-wrap {
position: relative;
overflow: hidden;
background: #fff;
border-radius: 5px;
transition: 0.3s;
}
.team-slider-style5 .team-inner-wrap .image-wrap {
position: relative;
overflow: hidden;
}
.team-slider-style5 .team-inner-wrap .image-wrap img {
transition: all 0.7s;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social {
position: absolute;
bottom: 30px;
right: 30px;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .main i {
background: #fff;
border-radius: 50%;
font-size: 16px;
line-height: 12px;
font-weight: 500;
color: #df0a0a;
transition: 0.3s;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
display: inline-block;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .main i:before {
font-weight: bold;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one {
display: flex;
flex-direction: column;
position: absolute;
transform: translateY(50px);
transition: 1s;
opacity: 0;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i {
background: #fff;
border-radius: 60%;
font-size: 16px;
line-height: 23px;
font-weight: 500;
color: #df0a0a;
transition: 0.3s;
margin-bottom: 10px;
height: 45px;
width: 45px;
display: flex;
align-items: center;
justify-content: center;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social .team-social-one i:hover {
background: #df0a0a;
color: #fff;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social:hover .main {
opacity: 0;
}
.team-slider-style5 .team-inner-wrap .image-wrap .team-social:hover .team-social-one {
transform: translateY(-96%);
z-index: 2;
opacity: 1;
}
.team-slider-style5 .team-inner-wrap .team-content {
width: 100%;
padding: 28px 30px 27px 30px;
color: #444;
overflow: hidden;
background: #fff;
transition: 0.3s all ease;
border-radius: 0 0 15px 15px;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name {
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin: 0;
}
.team-slider-style5 .team-inner-wrap .team-content .member-desc .team-name a {
color: #1C2539;
}
.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);
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: #fff;
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 .social-icons a i:hover {
color: #f8560c;
}
.team-slider-style5 .team-inner-wrap:hover {
transform: translateY(-20px);
}.rt-service--slider {
padding-bottom: 10px !important;
}
.rt-service-slider .service-img {
margin-bottom: 35px;
}
.rt-service-slider .service-sub {
color: #d2d2d2;
font-size: 14px;
margin-bottom: 18px;
}
.rt-service-slider ul {
list-style: none;
padding: 0;
margin: 0;
}
.rt-service-slider ul li {
list-style: none;
font-size: 18px;
line-height: 40px;
position: relative;
z-index: 1;
}
.rt-service-slider ul li:before {
content: "\e812";
position: absolute;
font-family: "rt-icons";
font-size: 18px;
color: #086ad8;
right: 0;
top: 0;
z-index: 1;
}
.service-one-inner-four {
position: relative;
}
.service-one-inner-four a.rts-btn {
display: block;
max-width: -moz-max-content;
max-width: max-content;
position: relative;
bottom: 0;
left: 40px;
border-radius: 0 0 15px 15px;
border: 1px solid transparent;
display: flex;
align-items: center;
background: #F64A00;
}
.service-one-inner-four a.rts-btn i {
margin-left: 5px;
}
.service-one-inner-four a.rts-btn:hover {
border: 1px solid #df0a0a;
background: #fff;
}
.service-one-inner-four .big-thumbnail-area {
position: relative;
z-index: 1;
cursor: pointer;
}
.service-one-inner-four .big-thumbnail-area .thumbnail {
overflow: hidden;
display: block;
border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area .thumbnail:hover img {
transform: scale(1.2);
}
.service-one-inner-four .big-thumbnail-area .thumbnail img {
width: 100%;
transition: 0.5s;
border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area .content {
position: absolute;
bottom: 40px;
left: 40px;
right: 40px;
z-index: 1;
height: 143px;
overflow: hidden;
transition: 0.5s;
text-align: left;
}
.service-one-inner-four .big-thumbnail-area .content img {
max-width: 85px;
height: auto;
margin-bottom: 30px;
}
.service-one-inner-four .big-thumbnail-area .content .title {
color: #fff;
margin-bottom: 10px;
}
.service-one-inner-four .big-thumbnail-area .content p.disc {
color: #fff;
font-weight: 400;
font-size: 16px;
line-height: 26px;
}
.service-one-inner-four .big-thumbnail-area .over_link {
position: absolute;
height: 100%;
width: 100%;
z-index: 10;
top: 0;
left: 0;
border-radius: 15px;
}
.service-one-inner-four .big-thumbnail-area img {
width: 100%;
}
.service-one-inner-four .big-thumbnail-area::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 85%;
display: block;
z-index: 0;
content: "";
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.52%, rgba(6, 9, 12, 0.85) 87.86%);
transition: opacity 0.65s cubic-bezier(0.05, 0.2, 0.1, 1);
cursor: pointer;
border-radius: 15px;
transition: 0.5s;
}
.service-one-inner-four .big-thumbnail-area:hover .content {
height: 206px;
}
.service-one-inner-four:hover .thumbnail img {
transform: scale(1.2);
}.font-size-0 {
font-size: 0;
}
.img-border-radius img {
border-radius: 15px !important;
}
.menu-area .navbar ul > li > a span {
position: relative;
transition: 0.5s;
display: inline-block;
background: #df0a0a;
color: #fff;
border-radius: 30px;
padding: 0 12px;
font-size: 12px;
font-weight: 700;
}
.blog--style5 .image-part {
position: relative;
}
.blog--style5 .image-part .date {
position: absolute;
background: #0B4DF5;
color: #fff;
bottom: 0;
right: 0;
padding: 7px 25px;
border-radius: 15px 0 0 0;
}
.blog--style5 ul, .blog--style5 li {
list-style: none;
margin: 0;
}
.blog--style5 .cat_list {
display: flex;
}
.blog--style5 .cat_list .post-categories {
margin: 0;
}
.blog--style5 .cat_list li {
list-style: none;
}
.blog--style5 .blog-item {
background: #f7f7f7;
overflow: hidden;
}
.slider-style5 .slider-content-area {
display: block;
background: #fff;
padding: 50px;
border-radius: 15px;
text-align: left;
}
.slider-style5 .slider-content-area .bottom--area {
display: flex;
align-items: center;
}
.slider-style5 .slider-content-area .bottom--area .single--item-img {
margin-right: 20px;
}
.slider-style5 .slider-content-area h5 {
margin-bottom: 0;
}
.slider-style5 .slider-content-area .slider-subtitle {
margin-bottom: 0;
}
.dark-watermark .react-heading span.watermark {
color: #121212;
background-color: rgba(255, 255, 255, 0.4196078431);
}
.rts-btn {
padding: 17px 30px;
min-width: -moz-max-content;
min-width: max-content;
font-size: 16px;
line-height: 21px;
font-weight: 700;
border-radius: 15px;
background: #df0a0a;
color: #fff;
}
.rts-btn:hover {
background-color: #1C2539;
}
.navigation-center-bottom {
padding-top: 80px;
}
.navigation-center-bottom .swiper-button-next {
right: 44%;
top: 97px;
background: #fff;
box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
border-radius: 8px;
}
.navigation-center-bottom .swiper-button-prev {
left: 44%;
top: 97px;
background: #fff;
box-shadow: 0px 10px 20px rgba(24, 16, 16, 0.06);
border-radius: 8px;
}
.navigation-center-bottom .swiper-pagination-fraction {
font-weight: 700;
font-size: 16px;
color: #1C2539;
}
.navigation-center-bottom .swiper-pagination-fraction .swiper-pagination-current {
color: #F64A00;
}
.title-stroke h2 {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: #040404;
}
.blog--style2 ul {
list-style: none;
margin: 0;
}
.blog--style2 .blog-gird-item .grid-item {
margin-bottom: 20px;
}
.blog--style2 .blog-gird-item .grid-item:last-child {
margin-bottom: 0;
}
.blog--style2 .image-part {
margin-right: 10px;
display: block;
overflow: hidden;
border-radius: 15px;
}
.blog--style2 .blog-content {
margin-left: 10px;
}
.blog--style2 .blog-content .blog-meta li {
font-size: 14px;
}
.blog--style2 .blog-content h3 {
line-height: 16px;
margin-bottom: 0;
}
.mfp-close {
opacity: 0.9;
} .rs-addon-slider {
margin: 0;
}
.rs-addon-slider .team-item {
padding: 0 15px;
}
.rts-team .gray_yes .team-inner-wrap:hover img {
filter: grayscale(100);
}
.content .elementor-widget-container:hover .react-heading .title {
color: #fff;
}
.content.left .elementor-widget-container {
transform: translateX(-60px);
animation: slide-one 10s linear infinite;
}
.content.left.one .elementor-widget-container {
transform: translateX(0px);
animation: slide-one1 10s linear infinite;
}
@keyframes slide-one {
0% {
transform: translate3d(-60px, 0, 0);
}
25% {
transform: translate3d(-30px, 0, 0);
}
50% {
transform: translate3d(0, 0, 0);
}
75% {
transform: translate3d(-30px, 0, 0);
}
100% {
transform: translate3d(-60px, 0, 0);
}
}
@keyframes slide-one1 {
0% {
transform: translate3d(0px, 0, 0);
}
25% {
transform: translate3d(-30px, 0, 0);
}
50% {
transform: translate3d(-60px, 0, 0);
}
75% {
transform: translate3d(-30px, 0, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@media (max-width: 1300px) {
.content.left .elementor-widget-container,
.content.left.one .elementor-widget-container {
animation: none;
transform: translateX(0);
}
}
.no-box-shadow .counter-top-area.style2 .rts-counter-list .count-text {
box-shadow: none;
}
.icon-button a {
background: #df0a0a;
color: #fff;
padding: 3px 17px;
display: inline-block;
font-size: 20px;
margin-bottom: 25px;
border-radius: 18px;
}
.icon-button a:hover {
color: #fff;
background: #040404;
}
.icon-button a i:before {
font-size: inherit;
}
.blogfull .icon-button a {
margin-bottom: 0px;
}
.bg-overflow-hidden {
overflow: hidden;
}
.feature-one-wrapper .elementor-icon-list-item {
padding: 15px 29px !important;
background: #fff;
border: 1px solid #EEEEEE;
border-radius: 15px;
max-width: -moz-max-content;
max-width: max-content;
margin-right: 17px !important;
margin-bottom: 20px !important;
cursor: pointer;
transition: 0.3s;
}
.feature-one-wrapper .elementor-icon-list-item:hover {
box-shadow: 0px 9px 18px rgba(24, 16, 16, 0.0509803922);
}
.cta-input-arae {
position: relative;
}
.cta-input-arae input {
border-radius: 100px;
margin-bottom: 0 !important;
}
.cta-input-arae input[type=submit] {
position: absolute;
border-radius: 100px;
max-width: -moz-max-content;
max-width: max-content;
right: -2px;
}
.gray_yes.rt-blog .image-part:hover {
filter: grayscale(100%);
}
.gray_yes .service-one-inner-four .big-thumbnail-area:hover img {
filter: grayscale(100%);
}
.gray_yes .service-one-inner-four .big-thumbnail-area:hover .content img {
filter: grayscale(0);
}
.mfp-iframe-holder .mfp-close {
width: 30px !important;
height: 30px;
line-height: 30px;
border-radius: 15px;
} .portfolio-filter {
margin-bottom: 50px;
text-align: center;
}
.portfolio-filter button {
border-radius: 15px;
font-weight: 600;
font-size: 16px;
padding: 12px 30px;
margin-right: 7px;
}
.portfolio-filter span {
color: #333;
padding: 10px;
cursor: pointer;
display: inline-block;
}
.portfolio-filter span.active {
color: #df0a0a;
}
.portfolio-filter span:hover {
color: #df0a0a;
}
.sticky_search i:before {
font-weight: 700 !important;
} .rs-cta {
width: 100%;
display: inline-flex;
align-items: center;
}
.rs-cta .cta-content {
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-button {
order: unset;
}
.rs-cta .rs-button .readon {
line-height: 1;
color: #fff;
border-radius: 0;
font-weight: 500;
}
.rs-cta .rs-button .readon:hover {
background: #040404;
}
.rs-cta .rs-button .readon i {
margin: 0;
transform: translateX(5px);
transition: all ease 0.3s;
} .rstab-main ul.nav {
margin: 0;
display: flex;
flex-wrap: wrap;
}
.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: #df0a0a;
border-width: 12px;
margin-left: -30px;
}
.rstab-main ul.nav li a {
background: #f1f1f1;
padding: 10px;
align-items: center;
justify-content: center;
position: relative;
top: 1px;
}
.rstab-main ul.nav li a.active {
background: #df0a0a;
color: #fff;
}
.rstab-main ul.nav li a i {
margin-left: 50px;
color: #040404;
}
.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 li a:hover {
background: #df0a0a;
}
.rstab-main ul.nav.icon_top li a,
.rstab-main ul.nav.icon_top li a img,
.rstab-main ul.nav.icon_top li a i {
display: block;
}
.rstab-main .tab-content {
background: #f9f9f9;
padding: 10px;
overflow: hidden;
}
.rstab-main .tab-content p:last-child {
margin: 0;
}
.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: #df0a0a;
border-width: 12px;
margin-left: -30px;
}
.rstab-main .tab-pane.active {
animation: slide-down 2s ease-out;
}
.rstab-main.no_item_menu ul {
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.bottom {
display: flex;
flex-wrap: wrap;
}
.rstab-main.bottom ul.nav {
order: 2;
width: 100%;
}
.rstab-main.bottom ul.nav a {
box-shadow: 0px 30px 50px rgba(0, 14, 32, 0.1);
border-radius: 10px;
}
.rstab-main.bottom .tab-content {
order: 1;
box-shadow: 0px 30px 50px rgba(15, 18, 22, 0.14);
}
.rstab-main.bottom iframe {
width: 970px;
height: 576px;
}
@keyframes slide-down {
0% {
opacity: 0;
transform: translateY(50%);
}
50% {
opacity: 1;
transform: translateY(0);
}
}
.rstab-main.style-2.vertical .row {
align-items: center;
}
.rstab-main.style-2.vertical ul.nav {
display: flex;
margin: 0;
}
.rstab-main.style-2.vertical ul.nav li {
margin-right: 0 !important;
}
.rstab-main.style-2.vertical ul.nav li a {
padding: 20px 0;
}
.rstab-main.style-2.vertical ul.nav li a i {
float: right;
margin-top: 10px !important;
}
.rstab-main.style-2.vertical ul.nav li img {
position: relative;
top: -3px;
}
.rstab-main.style-2 .tab-pane img.alignleft {
margin-right: 65px;
}
.rstab-main.style-2 .tab-pane .text-list {
margin: 0;
list-style: none;
float: left;
}
.rstab-main.style-2 .tab-pane .text-list li {
font-size: 16px;
font-weight: 500;
padding-left: 30px;
margin-bottom: 8px;
color: #df0a0a;
position: relative;
z-index: 1;
list-style: none;
}
.rstab-main.style-2 .tab-pane .text-list li:before {
content: "\f00c";
position: absolute;
font-family: "Font awesome 5 Pro";
font-size: 16px;
color: #ffa84b;
left: 0;
top: -7px;
z-index: 1;
line-height: 40px;
text-align: center;
}
.rstab-main.style-2 .tab-pane .text-list li:last-child {
border: none !important;
}
.rsaddon_pro_box.default .pointer-events {
pointer-events: none;
}
.light-border .react-heading.style12 .sub-text:before,
.light-border .rs-dual-heading.style12 .sub-text:before,
.light-border .react-heading.style12 .sub-text:after,
.light-border .rs-dual-heading.style12 .sub-text:after {
background: rgba(255, 255, 255, 0.2);
}
.rt-pricing-table-features-list .rt-circle-check:before {
margin: 0;
}
.rsaddon_pro_box .portfolio-item .portfolio-content .p-category a {
pointer-events: none;
}
.elementor-invisible.elementor-widget-rs-timecounter {
visibility: visible;
}
.rs-dual-heading .second_title {
color: #040404;
}
.rs-image {
position: relative;
width: 100%;
height: 100%;
}
.rs-image.yes .veritcal {
animation-name: veritcal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes veritcal {
0% {
transform: translateY(0);
}
50% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
.rs-image.yes .horizontal {
animation-name: horizontal;
animation-timing-function: linear;
animation-duration: 12s;
animation-iteration-count: infinite;
}
@keyframes horizontal {
0% {
transform: translateX(0);
}
50% {
transform: translateX(100px);
}
100% {
transform: translateX(0);
}
} .rt-features-list-content ul {
list-style: none;
margin: 0;
display: flex;
align-items: center;
}
.rt-features-list-content ul li {
list-style: none;
display: flex;
}
.rt-features-list-content ul li .icon i {
color: #086ad8;
font-size: 16px;
display: inline-block;
}
.rt-features-list-content ul li .query-list {
padding-left: 15px;
}
.rt-features-list-content ul li .sub-text {
color: #999999;
font-size: 14px;
line-height: 20px;
display: block;
}
.rt-features-list-content ul li .text-heading {
font-weight: 700;
line-height: 20px;
color: #333;
}
.rt-features-list-content ul li .text-heading span {
display: block;
}
.rt-features-list-content .separator_yes.rotate_yes:after {
top: -7px;
transform: skew(-10deg);
}
.right_icon_yes ul li a {
padding-right: 0 !important;
position: relative;
}
.right_icon_yes ul li a:after {
position: absolute;
right: 0;
top: 0;
content: "\f178";
font-size: 16px;
font-family: "Font Awesome 5 Pro";
color: #df0a0a;
}
.left_icon_yes ul li a {
padding-right: 0 !important;
position: relative;
padding-left: 25px;
}
.left_icon_yes ul li a:before {
position: absolute;
left: 0;
top: 0;
content: "\f061";
font-size: 16px;
font-family: "Font Awesome 5 Pro";
}
.progress-wrap {
position: fixed;
right: 30px;
bottom: 30px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
z-index: 10000;
opacity: 1;
visibility: hidden;
transform: translateY(15px);
transition: all 200ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: "rt-icons";
content: "\e82d";
text-align: center;
line-height: 46px;
font-size: 15px;
color: #df0a0a;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 1;
transition: all 200ms linear;
border: 2px solid #df0a0a;
box-shadow: none;
border-radius: 50% !important;
border-radius: 5px;
}
.progress-wrap:hover::after {
opacity: 1;
content: "\e82d";
border: 2px solid #df0a0a;
}
.progress-wrap::before {
position: absolute;
font-family: "rt-icons";
content: "\e82d";
text-align: center;
line-height: 46px;
font-size: 15px;
opacity: 0;
background: #df0a0a;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
transition: all 200ms linear;
}
.progress-wrap:hover::before {
opacity: 0;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg {
color: #df0a0a;
border-radius: 50%;
background: #fff;
}
.progress-wrap svg.progress-circle path {
stroke: #df0a0a;
stroke-width: 34px;
box-sizing: border-box;
transition: all 200ms linear;
} .rselement-dual-btn,
.rselement-dual-btn-connector {
display: inline-block;
}
.rselement-dual-btn-wrapper {
position: relative;
text-align: center;
font-weight: 400;
}
.rselement-dual-btn {
padding: 1.2rem 3rem;
max-width: 100%;
color: #fff;
text-decoration: none;
font-size: 14px;
}
.rselement-dual-btn--left {
background-color: #fe4d8b;
}
.rselement-dual-btn--left:hover,
.rselement-dual-btn--left:focus {
background-color: #d00d51;
color: #fff;
}
.rselement-dual-btn--right {
background-color: #3023ae;
}
.rselement-dual-btn--right:hover,
.rselement-dual-btn--right:focus {
background-color: #2e1cde;
color: #fff;
}
.rselement-dual-btn-connector {
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;
transform: translate(50%, -50%);
}
.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: flex;
}
.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;
}
.single-work {
width: 100%;
height: 100%;
padding: 38px 40px 39px 40px;
position: relative;
z-index: 2;
}
.single-work .style7-chevron {
color: #999999;
}
.single-work:before {
content: "";
position: absolute;
background: #ffffff;
box-shadow: none;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: -1;
transition: all 0.3s ease 0s;
}
.single-work.flex-row-reverse h5 {
padding-left: 0;
padding-right: 25px;
}
.single-work.flex-row-reverse:before {
content: "";
position: absolute;
background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
width: auto;
height: 0px;
top: auto;
left: 0;
right: 0;
bottom: 0px;
margin-left: 10px;
margin-right: 10px;
z-index: -1;
transition: all 0.3s ease 0s;
}
.single-work.flex-row-reverse:hover:before {
bottom: -10px;
height: 10px;
}
.single-work:after {
content: "";
position: absolute;
box-shadow: none;
width: 100%;
height: 0;
left: 0;
top: 0;
z-index: -1;
transition: all 0.3s ease 0s;
}
.single-work h5 {
color: #040404;
line-height: 1.5;
margin: 0;
padding-left: 20px;
}
.single-work .number {
font-size: 14px;
font-weight: 700;
color: #040404;
border: 2px solid #f2f2f2;
border-radius: 50%;
background: #ffffff;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 40px;
width: 54px;
height: 54px;
z-index: 2;
text-align: center;
line-height: 52px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transition: all 0.3s ease 0s;
}
.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide {
position: relative;
}
.rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide.slick-center:before, .rtelements-unique-slider.cta_bottom_border .grid-item.slick-slide:hover:before {
position: absolute;
content: "";
width: 90%;
height: 1px;
background-image: -webkit-linear-gradient(0deg, #43baff 0%, #7141b1 100%);
bottom: 0;
left: 5%;
}
.rt-portfolio-style6 .portfolio-item .portfolio-img:before {
bottom: unset;
top: 0;
}
.rt-portfolio-style6 .portfolio-item .pf-btn2 {
right: unset;
left: 50px;
bottom: 45px;
border: none !important;
background: transparent !important;
padding-left: 0 !important;
font-size: 14px !important;
font-weight: 700;
line-height: 26px;
}
.rt-portfolio-style6 .portfolio-item .portfolio-content {
bottom: unset;
top: 0;
left: 0;
padding: 50px;
}
.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category {
font-size: 16px;
font-weight: 400;
line-height: 28px;
opacity: 0;
transition: all 2s;
}
.rt-portfolio-style6 .portfolio-item .portfolio-content .p-category .separator {
transition: all 2s;
opacity: 0;
color: rgba(255, 255, 255, 0.5);
}
.rt-portfolio-style6 .portfolio-item .portfolio-content .title {
transition: all 2s;
opacity: 0;
}
.rt-portfolio-style6 .portfolio-item:hover .separator,
.rt-portfolio-style6 .portfolio-item:hover .p-category,
.rt-portfolio-style6 .portfolio-item:hover .title {
opacity: 1;
} .product-filter {
margin-bottom: 20px;
}
.product-filter span {
color: #333;
padding: 10px;
cursor: pointer;
display: inline-block;
}
.product-filter span.active {
color: #df0a0a;
}
.product-filter span:hover {
color: #df0a0a;
}
.logo-border-radius .rs-grid-img {
border-radius: 100%;
}
.swiper-button-prev,
.swiper-button-next {
background-image: none !important;
background: #fff !important;
width: 40px !important;
height: 35px !important;
transition: all 0.5s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
background: #df0a0a !important;
}
.swiper-button-prev:hover:before,
.swiper-button-next:hover:before {
color: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after {
display: none !important;
content: "";
}
.swiper-button-prev:before,
.swiper-button-next:before {
content: "\e80f";
font-family: "rt-icons";
padding-right: 10px !important;
color: #040404;
position: absolute;
left: 13px;
bottom: 10px;
font-style: normal;
font-weight: lighter;
speak: never;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: 0.2em;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-weight: bold;
}
.swiper-button-prev:before {
content: "\e80d";
}
.rt-line-height {
line-height: 14px;
}
.elementor-widget-react-paragraph-quote .description {
display: flex;
align-items: center;
justify-content: center;
}
.elementor-widget-react-paragraph-quote .description a:hover {
text-decoration: underline !important;
}
.h3-heading-sub1 .sub-text {
background: #fff;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
padding: 1px 4px;
max-width: 100px;
margin: 0 auto !important;
height: 26px;
line-height: 26px !important;
border-radius: 4px;
text-align: center;
margin-bottom: 20px !important;
}
.h3-heading-sub2 .sub-text {
background: #4e3829;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
padding: 1px 4px;
max-width: 115px;
height: 27px;
line-height: 27px !important;
border-radius: 4px;
text-align: center;
margin-bottom: 20px !important;
}
.fix-thumb-slider {
max-height: 350px !important;
}
.fix-thumb-slider .swiper-wrapper {
max-height: 350px !important;
}
.fix-thumb-slider .swiper-wrapper .swiper-slide {
width: 80px !important;
height: 80px !important;
cursor: pointer;
}
.react-heading .title-inner .sub-text span {
padding: 2px 8px;
color: #fff;
border-radius: 50px;
font-size: 12px;
font-weight: bold;
margin-left: 5px;
}
.elementor-widget-rt-logo .rt-addon-slider {
align-items: center;
}
.menu-area.separator_yes {
position: relative;
}
.menu-area.separator_yes:after {
position: absolute;
content: "";
width: 1px;
height: 14px;
right: 0px;
top: 50%;
transform: translateY(-50%);
background: #F36464;
}
.logo-grid-height .rt-grid-figure {
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.react-heading.style13 .title-inner .sub-content {
display: inline-block;
box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
padding-left: 15px;
padding-right: 15px;
margin-bottom: 15px;
background: #fff;
border-radius: 50px;
}
.react-heading.style13 .title-inner .sub-content .sub-text {
font-size: 14px;
font-weight: 400;
color: #000;
}
.make-white-image img {
filter: brightness(0) invert(1) !important;
} @keyframes jump-1 {
0% {
transform: translate3d(0, 0, 0);
}
40% {
transform: translate3d(0, 20px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
@keyframes jump-2 {
0% {
transform: translate3d(0, 0, 0);
}
50% {
transform: translate3d(0, 30px, 0);
}
100% {
transform: translate3d(0, 0, 0);
}
}
.menu-area .icon1 .navbar ul > li.menu-item-has-children > a:before {
content: "\e805";
font-size: 12px;
}@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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.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;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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.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-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.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}.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }