:root {
--heading-color: #083C2F;
--text-color: #3C4A47;
--accent-color: #083c2f;
--accent-color-2: #C9F269;
--white-color: #ffffff;
--button-color: #000000;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
max-width: 100%;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
position: relative;
}
.wp-block-cover {
margin-bottom: 1.5em;
}
.wp-block-pullquote {
border-top: 4px solid var(--accent-color) !important;
border-bottom: 4px solid var(--accent-color) !important;
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
margin-top: 10px;
display: block;
}
.logged-in-as a {
color: var(--text-color);
}
.logged-in-as a:hover {
color: var(--accent-color);
}
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(2n) {
margin-left: 10px;
}
.wp-block-column:not(:last-child) {
margin-right: 10px;
}
.wp-block-column:nth-child(2n+1) {
margin-right: 10px;
}
.post-text>.alignwide {
margin-left: 0;
margin-right: 0;
}
.post-text p.has-large-font-size {
font-size: 36px;
line-height: 1.2;
}
.has-very-light-gray-color.has-very-light-gray-color {
color: #fff;
background: var(--accent-color);
}
.wp-block-archives select,
.wp-block-archives .postform {
height: 50px;
width: 200px;
border: 1px solid #ddd;
padding: 0 10px;
}
.wp-block-categories .postform {
width: 200px;
border: 1px solid #ddd;
padding: 0 10px;
float: none;
margin-bottom: 15px;
}
.wp-block-archives .nice-select {
float: none;
margin-bottom: 15px;
width: 200px;
margin-bottom: 15px;
}
.wp-block-latest-comments {
padding-left: 0 !important;
}
ol.wp-block-latest-comments {
margin-left: 0;
margin-bottom: 0px;
}
ol.wp-block-latest-comments li:last-child {
margin-bottom: 0px;
}
.wp-block-latest-posts.has-dates {
padding-left: 0;
}
.wp-block-archives li a, .wp-block-categories li a {
color: var(--text-color);
}
.wp-block-search__input {
width: 100%;
height: 50px;
border: 1px solid #ddd;
padding: 0 15px;
}
.wp-block-cover {
margin-bottom: 30px;
}
nav.navigation.post-navigation .nav-links a {
color: var(--heading-color);
}
.wp-block-search .wp-block-search__button {
margin-left: 0;
color: var(--heading-color);
border: 0;
margin-bottom: 14px;
width: fit-content;
height: 50px;
border-radius: 3px;
margin-left: 0px;
color: #fff;
font-size: 0;
position: absolute;
border: 0px !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.wp-block-search .wp-block-search__button:after {
position: absolute;
content: "\e610";
font-family: 'themify';
font-weight: 900;
top: 65%;
left: 35px;
font-size: 14px;
color: rgba(161, 161, 170, 1);
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
}
.wp-block-latest-comments__comment {
line-height: 1.5 !important;
}
ul.wp-block-archives-list.wp-block-archives li {
margin-bottom: 15px;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.fbth-sidebar-wrap h2, .fbth-sidebar-wrap h3 {
font-weight: 600 !important;
line-height: 1.4 !important;
color: var(--heading-color);
font-size: 24px !important;
position: relative;
margin-bottom: 25px;
letter-spacing: -0.5px !IMPORTANT;
}
.wp-block-button__link {
font-size: 16px !important;
padding: 4px 20px 6px 20px !important;
line-height: 24px;
}
.wc-block-components-price-slider {
margin-bottom: 0;
}
.wp-block-latest-posts__featured-image {
margin-right: 20px !important;
}
.wp-block-calendar {
height: fit-content;
display: flex;
flex-direction: column-reverse;
}
.single-post-content-wrap .wp-block-calendar,
.single-post-content-wrap .wp-block-archives,
.single-post-content-wrap .wp-block-categories {
margin-bottom: 30px;
}
.entry-content ol ul {
margin-top: 10px;
}
.wp-block-categories {
box-sizing: border-box;
}
.wp-block-group.has-background {
padding: 20px 30px;
margin-bottom: 20px;
}
.wp-block-button a.wp-block-button__link {
background: var(--accent-color);
color: var(--white-color) !important;
font-size: 13px;
font-weight: 400;
padding: 16px 44px;
}
.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline>.wp-block-button__link {
border: 2px solid var(--accent-color);
}
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background), .wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
color: var(--text-color) !IMPORTANT;
}
.wp-block-button a.wp-block-button__link:hover {
color: var(--white-color);
}
.wp-block-button {
margin-bottom: 1.5em;
}
td#today a {
color: var(--white-color);
}
.wp-block-media-text~p {
margin-top: 1.5em;
}
table#wp-calendar td a {
color: var(--var-text-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
background-color: transparent;
color: var(--heading-color);
}
.wp-block-cover.has-background-dim p,
.wp-block-cover.has-background-dim a,
.wp-block-cover.has-background-dim strong {
color: #f4f7fa;
}
ul.blocks-gallery-grid .blocks-gallery-item:after {
display: none;
}
ul.blocks-gallery-grid .blocks-gallery-item {
padding-left: 0 !important;
}
figure.wp-block-gallery {
margin-bottom: 1.5em;
}
figure.wp-block-gallery .blocks-gallery-caption {
margin-top: 10px;
padding-bottom: 30px;
}
.wp-block-file .wp-block-file__button {
background-color: var(--accent-color);
color: var(--white-color);
}
.wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
margin-bottom: 1em;
padding: 1em 1em;
}
.wp-block-table table {
margin-bottom: 0;
}
.wp-block-table {
margin-bottom: 1.5em;
}
.wp-block-search .wp-block-search__input::placeholder {
color: #666B72 !important;
}
.wp-block-search .wp-block-search__input {
flex-grow: 1;
min-width: 3em;
background: var(--white-color);
box-sizing: border-box;
height: 60px;
padding-left: 63px;
padding-right: 30px;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
border: 0;
color: #666B72 !important;
border: 1px solid #E5E5E4 !IMPORTANT;
border-radius: 10px !IMPORTANT;
}
:root .has-cyan-bluish-gray-background-color {
background-color: var(--accent-color);
}
.wp-block-pullquote.is-style-solid-color blockquote p {
color: var(--heading-color);
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
color: var(--heading-color);
opacity: .78;
}
.widget_block .wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0px;
border: none;
}
.widget_search .wp-block-search__button svg {
display: none;
}.title-bg h1.fbth-addons-title{
background: linear-gradient(180deg, #083C2F 0%, rgba(8, 60, 47, 0.51) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.title-bg h2.fbth-addons-title{
background: linear-gradient(180deg, #083C2F 0%, rgba(8, 60, 47, 0.51) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fbth-main-menu-wrap [type=button]:focus,
.fbth-main-menu-wrap [type=button]:hover,
.fbth-main-menu-wrap [type=submit]:focus,
.fbth-main-menu-wrap [type=submit]:hover,
.fbth-main-menu-wrap button:focus,
.fbth-main-menu-wrap button:hover {
background-color: transparent !important;
}
div#navbar-nav ul li a {
color: #000;
}
@media only screen and (min-width: 1025px) {
#navbar-nav ul li {
display: inline-block;
margin: 10px 10px;
}
}
@media only screen and (min-width: 1350px) {
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 1316px;
}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 768px !important;
} .elementor-lightbox .dialog-lightbox-close-button {
margin-top: 60px !important;
}
.fbth-testimonial_four_single .user-image {
width: 100% !important;
}
.fbth-testimonial_four_single .testimonial-content {
width: 100% !important;
}
.fbth-testimonial_four_single .fbth-testimonial__meta-content {
flex-wrap: wrap;
}
.fbth-testimonial_four_single .fbth-testimonial__img {
text-align: center !important;
}
#navbar-nav ul li {
margin: 15px 0px;
}
}
@media only screen and (max-width: 767px) {
.elementor-section.elementor-section-boxed>.elementor-container {
max-width: 390px !important;
} .fbth-testimonial_four_single .user-image {
width: 100% !important;
}
.fbth-testimonial_four_single .testimonial-content {
width: 100% !important;
}
.fbth-testimonial_four_single .fbth-testimonial__meta-content {
flex-wrap: wrap;
}
.fbth-testimonial_four_single .fbth-testimonial__img {
text-align: center !important;
}
#navbar-nav ul li {
margin: 15px 0px;
}
}
.elementor-custom-embed-image-overlay img {
object-fit: cover;
}
.elementor-element {
--widgets-spacing: 0px !important;
}
.elementor-widget:not(:last-child) {
margin-bottom: 0px !important;
}
.elementor-icon-list-items .elementor-icon-list-item:last-child {
margin-bottom: 0px !important;
}
#colophon {
background-color: initial;
}
.elementor-custom-embed-play svg {
filter: none;
}
.elementor-custom-embed-play i {
text-shadow: none;
}
.elementor-button {
display: inline-flex !important;
align-items: center;
justify-content: center;
}
.elementor-counter {
align-items: center;
} .form-field label {
display: block;
}
.form-field label, .form-field input {
width: 100%;
}
.log-remember label {
display: flex;
}
.form-field input {
margin-bottom: 20px;
} #rememberme input[type="checkbox"], .reg-remember input[type="checkbox"] {
height: 20px !important;
width: 20px !important;
margin-right: 11px !important;
cursor: pointer;
}
.fd-addons-login-form-wrapper form .log-remember label, .fd-addons-register-form form .reg-remember label{
display: flex;
}
.fd-addons-register-wrapper form .reg-remember label a{
margin-left: 3px;
} .fd-addons-form .fd-addons-input {
height: 56px;
width: 100%;
padding: 20px;
border-radius: 40px;
}
.fd_addons_message {
margin: 30px 0px;
}
.fbth_message{
margin: 30px 0px;
}
.fd-addons-register-form form .reg-remember label {
flex-wrap: wrap;
} .fbth-login-form-wrapper .fbth_message {
display: none;
} .fbth-addons-marquee span.marquee-icon {
display: inline-flex;
justify-content: center;
align-items: center;
}
.fbth-addons-marquee .marquee-single {
display: inline-flex;
align-items: center;
} .fbth-addons-title:after {
content: "";
position: absolute;
}
span.popup-menubar {
cursor: pointer;
display: inline-block;
padding: 14px 20px;
background-color: #222;
color: #fff;
border-radius: 3px;
}
span.popup-menubar i {
font-size: 30px;
}
.fbth-addons-popup-content {
position: fixed;
height: 100vh;
top: 0;
z-index: 9999999;
opacity: 0;
visibility: hidden;
right: -30%;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
background-color: #FC624D;
-webkit-box-shadow: 0 13px 35px -12px rgb(35 35 35 / 15%);
box-shadow: 0 13px 35px -12px rgb(35 35 35 / 15%);
}
.fbth-addons-popup-content.show {
opacity: 1;
visibility: visible;
right: 0;
}
.fbth-addons-popup-content #offset-menu-close-btn {
position: fixed;
right: 30px;
font-size: 28px;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
z-index: 9;
top: 40px;
} .elementor-icon-list-icon {
align-items: center;
justify-content: center;
}
.fbth-addons-feature-box-item .fbth-addons-feature-btn {
display: flex;
align-items: center;
}
.fbth-addons-feature-box-item {
padding: 30px;
border-radius: 3px;
transition: 0.4s;
}
.fbth-addons-feature-box-item .icon-background-yes .fbth-addons-feature-icon.icon-type-icon {
width: 70px;
height: 70px;
display: flex;
text-align: center;
line-height: 70px;
font-size: 30px;
background-color: #FC624D;
border-radius: 0px;
color: #fff;
align-items: center;
justify-content: center;
}
.fbth-addons-feature-box-item .icon-background-yes .fbth-addons-feature-icon {
display: flex;
align-items: center;
justify-content: center;
}
.fbth-addons-feature-box-item .icon-background-yes .fbth-addons-feature-icon svg {
width: 35px;
}
span.fbth-addons-feature-icon.icon-type-image img {
object-fit: cover;
}
.fbth-addons-feature-icon-wrap {
margin-bottom: 20px;
display: flex;
justify-content: center;
}
.fbth-addons-feature-title {
font-weight: 600;
font-size: 24px;
line-height: 28px;
color: #02021e;
}
.fbth-addons-feature-content p {
font-weight: 400;
font-size: 18px;
line-height: 26px;
color: #617686;
margin-bottom: 0px;
}
.fbth-addons-feature-box-item.fbth-addons-icon-position-left {
display: inline-flex; }
.fbth-addons-feature-box-item.fbth-addons-icon-position-right {
display: flex;
text-align: right;
flex-direction: row-reverse;
}
.fbth-addons-feature-box-item.fbth-addons-feature-icon-center {
text-align: center;
}
.fbth-addons-feature-box-item.fbth-addons-feature-icon-left {
text-align: left;
}
.fbth-addons-feature-box-item.fbth-addons-feature-icon-left .fbth-addons-feature-icon-wrap {
justify-content: flex-start;
}
.fbth-addons-feature-box-item.fbth-addons-feature-icon-right .fbth-addons-feature-icon-wrap {
justify-content: flex-end;
}
.fbth-addons-feature-box-item.fbth-addons-feature-icon-right {
text-align: right;
}
.fbth-addons-feature-icon-wrap i,
.fbth-addons-feature-icon-wrap svg,
.fbth-addons-feature-icon {
transition: 0.3s ease-in-out;
}
.fbth-addons-feature-box-item .icon-background-no .fbth-addons-feature-icon svg {
max-height: 118px;
}
.fbth-addons-feature-box-item .fbth-addons-feature-icon i {
font-size: 25px;
}
.fbth-addons-feature-box-number {
font-size: 22px;
letter-spacing: -0.73px;
font-weight: 700;
color: #ffffff;
}
.fbth-addons-feature-box-number span {
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 50%;
border: 1px solid rgba(255, 255, 255, 0.16);
}
.fbth-addons-rbtn {
display: flex;
}
.fbth-addons-rbtn a {
display: flex;
justify-content: center;
align-items: center;
}
.fbth-accordion-single-item .fbth-accordion-title span.fbth-tab-title-icon {
display: flex;
align-items: center;
justify-content: center;
} .fbth-css-transform-yes {
-webkit-transition-duration: var(--fbth-tfx-transition-duration, 0.2s);
transition-duration: var(--fbth-tfx-transition-duration, 0.2s);
-webkit-transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transform: translate(var(--fbth-tfx-translate-x, 0), var(--fbth-tfx-translate-y, 0)) scale(var(--fbth-tfx-scale-x, 1), var(--fbth-tfx-scale-y, 1)) skew(var(--fbth-tfx-skew-x, 0), var(--fbth-tfx-skew-y, 0)) rotateX(var(--fbth-tfx-rotate-x, 0)) rotateY(var(--fbth-tfx-rotate-y, 0)) rotateZ(var(--fbth-tfx-rotate-z, 0));
transform: translate(var(--fbth-tfx-translate-x, 0), var(--fbth-tfx-translate-y, 0)) scale(var(--fbth-tfx-scale-x, 1), var(--fbth-tfx-scale-y, 1)) skew(var(--fbth-tfx-skew-x, 0), var(--fbth-tfx-skew-y, 0)) rotateX(var(--fbth-tfx-rotate-x, 0)) rotateY(var(--fbth-tfx-rotate-y, 0)) rotateZ(var(--fbth-tfx-rotate-z, 0));
}
.fbth-css-transform-yes:hover {
-webkit-transform: translate(var(--fbth-tfx-translate-x-hover, var(--fbth-tfx-translate-x, 0)),
var(--fbth-tfx-translate-y-hover, var(--fbth-tfx-translate-y, 0))) scale(var(--fbth-tfx-scale-x-hover, var(--fbth-tfx-scale-x, 1)),
var(--fbth-tfx-scale-y-hover, var(--fbth-tfx-scale-y, 1))) skew(var(--fbth-tfx-skew-x-hover, var(--fbth-tfx-skew-x, 0)),
var(--fbth-tfx-skew-y-hover, var(--fbth-tfx-skew-y, 0))) rotateX(var(--fbth-tfx-rotate-x-hover, var(--fbth-tfx-rotate-x, 0))) rotateY(var(--fbth-tfx-rotate-y-hover, var(--fbth-tfx-rotate-y, 0))) rotateZ(var(--fbth-tfx-rotate-z-hover, var(--fbth-tfx-rotate-z, 0)));
transform: translate(var(--fbth-tfx-translate-x-hover, var(--fbth-tfx-translate-x, 0)),
var(--fbth-tfx-translate-y-hover, var(--fbth-tfx-translate-y, 0))) scale(var(--fbth-tfx-scale-x-hover, var(--fbth-tfx-scale-x, 1)),
var(--fbth-tfx-scale-y-hover, var(--fbth-tfx-scale-y, 1))) skew(var(--fbth-tfx-skew-x-hover, var(--fbth-tfx-skew-x, 0)),
var(--fbth-tfx-skew-y-hover, var(--fbth-tfx-skew-y, 0))) rotateX(var(--fbth-tfx-rotate-x-hover, var(--fbth-tfx-rotate-x, 0))) rotateY(var(--fbth-tfx-rotate-y-hover, var(--fbth-tfx-rotate-y, 0))) rotateZ(var(--fbth-tfx-rotate-z-hover, var(--fbth-tfx-rotate-z, 0)));
} .fbth--contactform-wraper.absolute {
position: relative;
}
.fbth--contactform-wraper.absolute input[type="submit"],
.fbth--contactform-wraper.absolute button[type="submit"] {
position: absolute;
top: 0;
right: 0;
}
span.wpcf7-list-item label {
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
text-align: left;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox {
width: 100%;
}
form.wpcf7-form input[type="Ã¢â‚¬Å“checkboxÃ¢â‚¬Â"],
form.wpcf7-form [type="Ã¢â‚¬Å“radioÃ¢â‚¬Â"] {
margin-right: 10px;
}
--------------------------------------------------------------*/ .fbth-contact-from input[type="text"],
.fbth-contact-from input[type="email"],
.fbth-contact-from input[type="url"],
.fbth-contact-from input[type="tel"],
.fbth-contact-from input[type="date"],
.fbth-contact-from input[type="number"],
.fbth-contact-from textarea {
background: #fff;
box-shadow: none;
-webkit-box-shadow: none;
float: none;
height: auto;
margin: 0;
outline: 0;
}
textarea {
width: 100%;
max-height: 140px;
}
.wpcf7-form-control-wrap {
display: block;
position: relative;
}
.fbth-contact-from input:not([type="checkbox"]) {
height: 70px;
padding: 20px;
border-radius: 10px;
max-width: 100%;
}
form.wpcf7-form input {
width: 100%;
}
.fbth-contact-from input[type="submit"],
.fbth-contact-from button[type="submit"] {
background-color: #6a26da;
color: #fff;
font-weight: 600;
height: 70px;
width: 172px;
padding: 0px;
transition: all 0.4s ease-in-out;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.fbth-contact-from input[type="submit"],
.fbth-contact-from input[type="button"] {
transition: all 0.25s linear 0s;
}
.fbth-contact-from.placeholder-hide input::-webkit-input-placeholder,
.fbth-contact-from.placeholder-hide textarea::-webkit-input-placeholder {
opacity: 0;
visibility: hidden;
}
.fbth-contact-from.placeholder-hide input::-moz-placeholder,
.fbth-contact-from.placeholder-hide textarea::-moz-placeholder {
opacity: 0;
visibility: hidden;
}
.fbth-contact-from.placeholder-hide input:-ms-input-placeholder,
.fbth-contact-from.placeholder-hide textarea:-ms-input-placeholder {
opacity: 0;
visibility: hidden;
}
.fbth-contact-from.placeholder-hide input:-moz-placeholder,
.fbth-contact-from.placeholder-hide textarea:-moz-placeholder {
opacity: 0;
visibility: hidden;
}
.fbth-custom-radio-checkbox input[type="checkbox"],
.fbth-custom-radio-checkbox input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
border-style: solid;
border-width: 0;
outline: none;
min-width: 1px;
width: 15px;
height: 15px;
background: #ddd;
padding: 3px;
}
.fbth-custom-radio-checkbox input[type="checkbox"]:before,
.fbth-custom-radio-checkbox input[type="radio"]:before {
content: "";
width: 100%;
height: 100%;
padding: 0;
margin: 0;
display: block;
}
.fbth-custom-radio-checkbox input[type="checkbox"]:checked:before,
.fbth-custom-radio-checkbox input[type="radio"]:checked:before {
background: #999;
transition: all 0.25s linear 0s;
}
.fbth-custom-radio-checkbox input[type="radio"] {
border-radius: 50%;
}
.fbth-custom-radio-checkbox input[type="radio"]:before {
border-radius: 50%;
}
.fbth--contactform-wraper .form-content-area h2 {
margin: 0px;
font-style: normal;
font-weight: normal;
font-size: 28px;
line-height: 35px;
text-align: center;
color: #12141d;
margin-bottom: 15px;
}
.fbth--contactform-wraper .form-content-area p {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 24px;
text-align: center;
color: rgba(18, 20, 29, 0.7);
}
.fbth--contactform-wraper .form-content-area {
padding-left: 100px;
padding-right: 100px;
margin-bottom: 50px;
}
.cta-mail-box {
position: relative;
}
.cta-mail-box i {
display: inline-block;
color: #495460;
position: absolute;
top: 20px;
left: 15px;
}
.rotated-icon i {
transform: rotate(45deg);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.fbth--contactform-wraper .form-content-area {
padding-left: 0px;
padding-right: 0px;
margin-bottom: 40px;
} .menu-style-flyout .main-navigation ul.navbar-nav>li {
display: inline-block;
}
}
form.wpcf7-form .nice-select {
display: flex;
align-items: center;
}
form.wpcf7-form .nice-select .current {
color: #ffffff;
overflow: hidden;
width: 100%;
font-size: 16px;
}
form.wpcf7-form input.wpcf7-form-control {
outline: 0px;
}
form.wpcf7-form .nice-select:after {
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
height: 7px;
right: 20px;
width: 7px;
}
form.wpcf7-form .nice-select:after {
border-color: #fff;
right: 15px;
}
form.wpcf7-form .nice-select li.option {
color: #3f527a;
}
.cta-mail-box-eight i {
display: inline-block;
color: #495460;
position: absolute;
top: 35px;
left: 25px;
transform: translateY(-10px);
}
.cta-mail-box-eight {
position: relative;
} .fbth-dual-button {
display: table;
}
.fbth-dual-button.fbth-dual-button-align-left {
margin-right: auto;
}
.fbth-dual-button.fbth-dual-button-align-center {
margin-left: auto;
margin-right: auto;
}
.fbth-dual-button.fbth-dual-button-align-right {
margin-left: auto;
}
.fbth-dual-button-action {
display: inline-block;
text-decoration: none;
}
.fbth-dual-button-primary {
position: relative;
}
.fbth-dual-button-wrapper {
display: flex;
align-items: center;
}
.fbth-dual-button-primary {
display: flex;
align-items: center;
}
.fbth-dual-button-secondary {
display: flex;
align-items: center;
}
.fbth-dual-button-connector {
position: absolute;
top: 50%;
right: 0;
transform: translate(50%, -50%);
-ms-transform: translate(50%, -50%);
-webkit-transform: translate(50%, -50%);
z-index: 10;
}
.fbth-dual-button-connector span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
} .fbth-dual-button-primary.effect-1,
.fbth-dual-button-secondary.effect-1,
.fbth-dual-button-primary.effect-2,
.fbth-dual-button-secondary.effect-2,
.fbth-dual-button-primary.effect-3,
.fbth-dual-button-secondary.effect-3,
.fbth-dual-button-primary.effect-4,
.fbth-dual-button-secondary.effect-4,
.fbth-dual-button-primary.effect-6,
.fbth-dual-button-secondary.effect-6 {
position: relative;
transition: all 0.3s ease;
}
.fbth-dual-button-primary.effect-1::before,
.fbth-dual-button-secondary.effect-1::before {
position: absolute;
content: "";
height: 100%;
width: 0;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-dual-button-primary.effect-1:hover,
.fbth-dual-button-secondary.effect-1:hover {
z-index: 1;
}
.fbth-dual-button-primary.effect-1:hover::before,
.fbth-dual-button-secondary.effect-1:hover::before {
width: 100%;
z-index: -1;
} .fbth-dual-button-primary.effect-2::before,
.fbth-dual-button-secondary.effect-2::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 0;
left: 0;
-webkit-transform: scale(0);
transform: scale(0);
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform-origin: center center;
transform-origin: center center;
}
.fbth-dual-button-primary.effect-2:hover,
.fbth-dual-button-secondary.effect-2:hover {
z-index: 1;
}
.fbth-dual-button-primary.effect-2:hover::before,
.fbth-dual-button-secondary.effect-2:hover::before {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
z-index: -1;
} .fbth-dual-button-primary.effect-3::before,
.fbth-dual-button-secondary.effect-3::before {
position: absolute;
content: "";
height: 0;
width: 100%;
bottom: 0;
left: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-dual-button-primary.effect-3:hover,
.fbth-dual-button-secondary.effect-3:hover {
z-index: 1;
}
.fbth-dual-button-primary.effect-3:hover::before,
.fbth-dual-button-secondary.effect-3:hover::before {
height: 100%;
z-index: -1;
} .fbth-dual-button-primary.effect-4::before,
.fbth-dual-button-secondary.effect-4::before {
position: absolute;
content: "";
top: 50%;
bottom: 50%;
left: 0;
right: 0;
opacity: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-dual-button-primary.effect-4:hover,
.fbth-dual-button-secondary.effect-4:hover {
z-index: 1;
}
.fbth-dual-button-primary.effect-4:hover::before,
.fbth-dual-button-secondary.effect-4:hover::before {
top: 0;
bottom: 0;
opacity: 1;
z-index: -1;
} .fbth-dual-button-primary.effect-5,
.fbth-dual-button-secondary.effect-5 {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
} .fbth-dual-button-primary.effect-6::before,
.fbth-dual-button-secondary.effect-6::before {
position: absolute;
content: "";
height: 100%;
width: 0;
top: 0;
right: 0;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-dual-button-primary.effect-6:hover,
.fbth-dual-button-secondary.effect-6:hover {
z-index: 1;
}
.fbth-dual-button-primary.effect-6:hover::before,
.fbth-dual-button-secondary.effect-6:hover::before {
width: 100%;
z-index: -1;
}
.fbth-dual-button-secondary span {
transition: 0.03s;
}
.fbth-dual-button-primary span {
transition: 0.03s;
} .fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper {
padding: 5px;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-description {
line-height: 26px;
margin: 30px 0 0 0;
padding: 10px;
font-weight: 400;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-icon {
display: inline-block;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-icon i {
font-size: 36px;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-title {
font-size: 36px;
margin-top: 10px;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-title {
font-size: 30px;
line-height: 0px;
color: #132c47;
text-transform: uppercase;
font-weight: bold;
text-decoration: none;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-title .first-heading,
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-title .second-heading {
padding: 15px 10px;
}
.fbth-addons-dual-heading .fbth-addons-dual-heading-wrapper .fbth-addons-dual-heading-title span {
color: #132c47;
}
.fbth-dual-button-primary,
.fbth-dual-button-secondary {
font-weight: 700;
} ul.fbth-breadcrumbs {
display: block;
margin: 0;
padding: 0;
list-style: none;
}
ul.fbth-breadcrumbs li {
display: inline-block;
margin-right: 15px;
}
ul.fbth-breadcrumbs li:last-fbth {
margin: 0;
}
ul.fbth-breadcrumbs li a,
ul.fbth-breadcrumbs li span.fbth-breadcrumbs-text,
ul.fbth-breadcrumbs li span.fbth-breadcrumbs-separator-icon {
display: block;
}
ul.fbth-breadcrumbs li span.fbth-breadcrumbs-text {
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
span.fbth-breadcrumbs-home-icon {
margin-right: 10px;
} .morphext>.animated {
display: inline-block;
} .fbth-animated-text-align-left {
text-align: left;
}
.fbth-animated-text-align-center {
text-align: center;
}
.fbth-animated-text-align-right {
text-align: right;
}
.fbth-typed-strings {
margin: 0;
}
.fbth-animated-text-pre-heading,
.fbth-animated-text-animated-heading,
.fbth-animated-text-post-heading {
font-size: 30px;
font-weight: 600;
} .fbth-pricing-list-wrapper.border_bottom .fbth-pricing-list-item:last-fbth {
border-bottom: none !important;
}
.fbth-pricing-list-item.yes {
display: flex;
}
.fbth-pricing-list-item-thumbnail {
overflow: hidden;
}
.fbth-pricing-list-item-thumbnail img {
height: 100% !important;
width: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.fbth-pricing-title {
display: flex;
align-items: center;
}
.fbth-pricing-title .fbth-pricing-list-item-price {
margin-left: auto;
}
.fbth-addons-pricing-table-action .price_btn {
transition: all 0.4s ease-in-out;
}
.fbth-pricing-list-item-content-title {
display: flex;
font-size: 20px;
font-weight: bold;
}
.fbth-pricing-list-item-content-description {
margin: 0;
}
.fbth-pricing-list-item-price span {
display: block;
font-size: 20px;
line-height: 20px;
}
.fbth-pricing-list-item-content-action {
display: inline-block;
transition: all 0.3s ease;
}
.fbth-pricing-list-item-content-conntector {
border-bottom: 1px dashed;
height: 1px;
flex-grow: 1;
align-self: center;
margin: 0 15px;
}
ul.fbth-addons-pricing-table-features {
margin: 0;
padding: 0;
list-style: none;
}
.fbth-addons-pricing-table-price-subtitle {
display: inline-block;
}
.fbth-addons-pricing-table-action span {
display: inline-block;
}
a.fbth-addons-pricing-table-action .price_btn {
display: flex;
align-items: center;
}
a.fbth-addons-pricing-table-action {
align-items: center;
display: flex;
}
.fbth-addons-pricing-table-wrapper {
position: relative;
}
.fbth-addons-pricing-table-promo-label {
width: fit-content;
}
span.fbth-addons-pricing-table-promo-label {
position: absolute;
}
span.fbth-addons-pricing-table-promo-label.top {
top: 0;
left: 0;
}
span.fbth-addons-pricing-table-promo-label.topright {
top: 0;
right: 0;
}
span.fbth-addons-pricing-table-promo-label.topcenter {
top: 0;
right: 0;
left: 0;
margin: 0px auto;
}
span.fbth-addons-pricing-table-promo-label.bottom {
bottom: 0;
left: 0;
}
span.fbth-addons-pricing-table-promo-label.bottomright {
bottom: 0;
right: 0;
}
span.fbth-addons-pricing-table-promo-label.bottomcenter {
bottom: 0;
right: 0;
left: 0;
margin: 0px auto;
} .left {
text-align: left;
}
.left .fbth-pricing-table-features li {
justify-content: flex-start;
}
.left .price-box {
margin-right: auto;
}
.center {
text-align: center;
}
.center.fbth-pricing-table-features li {
justify-content: center;
}
.center .price-box {
margin: 0 auto;
}
.right {
text-align: right;
}
.right .fbth-pricing-table-features li {
justify-content: flex-end;
}
.right .price-box {
margin-left: auto;
}
.fbth-pricing-table-header {
position: relative;
z-index: -1;
}
.fbth-pricing-table-header .fbth-pricing-table-header-curved svg {
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
width: 100%;
}
.fbth-pricing-table-title {
margin: 0 0 16px 0;
font-size: 20px;
font-weight: 400;
}
.fbth-pricing-table-subtitle {
margin: 0 0 10px 0;
}
.price-box {
position: relative;
}
.fbth-pricing-table-price {
position: relative;
}
.fbth-pricing-table-price.fbth-discount-price-yes {
display: inline-flex;
align-items: flex-end;
}
.fbth-pricing-table-price.fbth-discount-price-yes .fbth-pricing-table-regular-price {
text-decoration: line-through;
font-size: 20px;
color: #e5e5e5;
line-height: 2.1em;
}
.fbth-pricing-table-price svg {
position: absolute;
}
.fbth-pricing-table-wrapper .fbth-pricing-table-price p.fbth-pricing-table-new-price {
font-size: 48px;
font-weight: 600;
letter-spacing: -3.2px;
}
.fbth-pricing-table-wrapper .fbth-pricing-table-price span.fbth-price-period {
font-size: 20px;
font-weight: 600;
letter-spacing: 0px;
}
.fbth-pricing-table-price p {
margin: 0;
}
.price-box p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
width: 100%;
}
.fbth-pricing-table-features {
margin: 0;
padding: 0;
}
.fbth-pricing-features ul li {
display: flex;
align-items: center;
}
.fbth-pricing-table-features li {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
margin-left: 0px;
}
.list-border-bottom li:not(:last-fbth) {
border-bottom: 1px solid #ff5985;
}
.fbth-pricing-table-features li .fbth-pricing-li-icon {
margin-right: 7px;
}
.fbth-pricing-table-action {
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
display: inline-block;
}
.fbth-pricing-table-badge-wrapper {
position: relative;
overflow: hidden;
z-index: 1;
transition: all 0.3s ease;
}
.fbth-pricing-features {
display: flex;
}
.fbth-pricing-table-wrapper {
transition: all 0.3s ease;
}
.fbth-pricing-table-wrapper.transition_top {
transition: all 0.3s ease;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.fbth-pricing-table-wrapper.transition_top:hover {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
}
.fbth-pricing-table-wrapper.transition_bottom {
transition: all 0.3s ease;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.fbth-pricing-table-wrapper.transition_bottom:hover {
transform: translateY(10px);
-webkit-transform: translateY(10px);
}
.fbth-pricing-table-wrapper.transition_zoom {
transition: all 0.3s ease;
transform: scale(1);
-webkit-transform: scale(1);
}
.fbth-pricing-table-wrapper.transition_zoom:hover {
transform: scale(1.02);
-webkit-transform: scale(1.02);
}
.fbth-pricing-table-wrapper .text-badge {
position: absolute;
top: 0;
right: 0;
background: #13c83a;
padding: 13px 50px;
width: 160px;
text-align: center;
-webkit-transform: rotate(45deg) translate(40px, -22px);
transform: rotate(45deg) translate(40px, -22px);
color: #ffffff;
font-size: 12px;
font-weight: bold;
z-index: 2;
}
.fbth-pricing-table-wrapper .icon-badge {
position: absolute;
padding: 15px 10px;
border-radius: 0 0 40px 40px;
background: #13c83a;
right: 30px;
top: 0;
z-index: 2;
}
.fbth-pricing-table-promo-label {
display: block;
}
.fbth-pricing-table-currency {
position: relative;
}
.fbth-pricing-table-price-subtitle {
display: block;
}
.fbth-pricing-area .fbth-pricing-item ul {
list-style: none;
padding: 0;
margin: 0;
}
.fbth-addons-pricing-table-features li {
display: flex;
align-items: flex-start;
}
span.fbth-pricing-icon {
display: block;
} .ticker-slider-item .ticker-slider-img {
display: flex;
align-items: center;
justify-content: center;
}
.ticker-slider-item.slick-slide {
display: inline-flex !important;
align-items: center;
}
.ticker-tm-slider-item .tm-slider-user {
display: flex;
align-items: center;
}
.ticker-tm-slider .ticker-tm-slider-item {
direction: initial;
} .left {
text-align: left;
}
.left .fbth-pricing-table-features li {
justify-content: flex-start;
}
.left .price-box {
margin-right: auto;
}
.center {
text-align: center;
}
.center.fbth-pricing-table-features li {
justify-content: center;
}
.center .price-box {
margin: 0 auto;
}
.right {
text-align: right;
}
.right .fbth-pricing-table-features li {
justify-content: flex-end;
}
.fbth-pricing-table-features li:last-fbth {
padding-bottom: 0px !important;
}
.right .price-box {
margin-left: auto;
}
.fbth-pricing-table-header {
position: relative;
z-index: -1;
}
.fbth-pricing-table-header .fbth-pricing-table-header-curved svg {
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
width: 100%;
}
.fbth-pricing-table-title {
margin: 0 0 16px 0;
font-size: 20px;
font-weight: 400;
}
.fbth-pricing-table-subtitle {
margin: 0 0 10px 0;
}
.price-box {
position: relative;
}
.fbth-pricing-table-price {
position: relative;
}
.fbth-pricing-table-price.fbth-discount-price-yes {
display: inline-flex;
align-items: flex-end;
}
.fbth-pricing-table-price.fbth-discount-price-yes .fbth-pricing-table-regular-price {
text-decoration: line-through;
font-size: 20px;
color: #e5e5e5;
line-height: 2.1em;
}
.fbth-pricing-table-price svg {
position: absolute;
}
.fbth-pricing-table-wrapper .fbth-pricing-table-price p.fbth-pricing-table-new-price {
font-size: 48px;
font-weight: 600;
letter-spacing: -3.2px;
}
.fbth-pricing-table-wrapper .fbth-pricing-table-price span.fbth-price-period {
font-size: 20px;
font-weight: 600;
letter-spacing: 0px;
}
.fbth-pricing-table-price p {
margin: 0;
}
.price-box p {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
width: 100%;
}
.fbth-pricing-table-features {
margin: 0;
padding: 0;
}
.fbth-pricing-table-features li {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
margin-left: 0px;
}
.list-border-bottom li:not(:last-fbth) {
border-bottom: 1px solid #ff5985;
}
.fbth-pricing-table-features li .fbth-pricing-li-icon {
margin-right: 7px;
}
.fbth-pricing-table-action {
text-decoration: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 1;
display: flex;
align-items: center;
justify-content: center;
}
.fbth-pricing-table-badge-wrapper {
position: relative;
overflow: hidden;
z-index: 1;
transition: all 0.3s ease;
}
.fbth-pricing-table-wrapper {
transition: all 0.3s ease;
}
.fbth-pricing-table-wrapper.transition_top {
transition: all 0.3s ease;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.fbth-pricing-table-wrapper.transition_top:hover {
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
}
.fbth-pricing-table-wrapper.transition_bottom {
transition: all 0.3s ease;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.fbth-pricing-table-wrapper.transition_bottom:hover {
transform: translateY(10px);
-webkit-transform: translateY(10px);
}
.fbth-pricing-table-wrapper.transition_zoom {
transition: all 0.3s ease;
transform: scale(1);
-webkit-transform: scale(1);
}
.fbth-pricing-table-wrapper.transition_zoom:hover {
transform: scale(1.02);
-webkit-transform: scale(1.02);
}
.fbth-pricing-table-wrapper .text-badge {
position: absolute;
top: 0;
right: 0;
background: #13c83a;
padding: 13px 50px;
width: 160px;
text-align: center;
-webkit-transform: rotate(45deg) translate(40px, -22px);
transform: rotate(45deg) translate(40px, -22px);
color: #ffffff;
font-size: 12px;
font-weight: bold;
z-index: 2;
}
.fbth-pricing-table-wrapper .icon-badge {
position: absolute;
padding: 15px 10px;
border-radius: 0 0 40px 40px;
background: #13c83a;
right: 30px;
top: 0;
z-index: 2;
}
.fbth-pricing-table-promo-label {
display: block;
}
.fbth-pricing-table-currency {
position: relative;
}
.fbth-pricing-table-price-subtitle {
display: block;
}
.fbth-pricing-area .fbth-pricing-item ul {
list-style: none;
padding: 0;
margin: 0;
}
a.fbth-btn.yearly-btn {
display: none;
}
[data-value-active="yearly"] a.fbth-btn.yearly-btn {
display: inline-flex;
}
[data-value-active="yearly"] a.fbth-btn.monthly-btn {
display: none;
}
.fbth-pricing-area .fbth-pricing-item {
border: 1px solid #e7e9ed;
color: #000000;
padding: 35px 50px 35px;
background-color: #ffffff;
border-radius: 10px;
position: relative;
}
.fbth-pricing-area .fbth-pricing-title {
display: block;
font-size: 13px;
font-weight: 700;
letter-spacing: 1.63px;
color: #FC624D;
text-transform: uppercase;
margin-bottom: 24px;
}
div#pricing-dynamic-deck--head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.fbth-pricing-area .fbth-pricing-features {
margin-bottom: 30px;
color: #000000;  font-size: 17px;
font-weight: 300;
letter-spacing: -0.2px;
line-height: 29px;
}
.fbth-pricing-features img {
margin-right: 10px;
}
.fbth-pricing-area .fbth-pricing-features p {
margin-bottom: 15px;
}
.fbth-pricing-area .fbth-pricing-item .fbth-price h2 {
font-size: 60px;
color: #000000;
font-weight: 700;
letter-spacing: -2px;
display: inline-block;
margin: 0px;
}
.fbth-pricing-area .fbth-pricing-item .fbth-price {
font-weight: 400;
}
.fbth-pricing-area .fbth-price.fbth-price-yearly {
display: none;
}
.fbth-pricing-item span.price-currency {
font-size: 24px;
letter-spacing: -0.8px;
}
.fbth-pricing-item a.fbth-btn.btn-type-boxed {
background-color: rgb(71 59 240 / 0.08); color: #FC624D;
font-size: 17px;
font-weight: 700;
letter-spacing: -0.6px;
padding: 19.5px 20px;
line-height: 1;
border-radius: 8px;
}
.fbth-pricing-item a.fbth-btn.btn-type-boxed i {
margin-left: 40px;
}
.fbth-pricing-item a.fbth-btn.btn-type-boxed:hover {
-webkit-transform: translatey(-8px);
transform: translatey(-8px);
}
.fbth-pricing-item.focused {
z-index: 1;
}
.fbth-price-wrap span.price-subtitle.dynamic-value { color: #000000;
font-size: 15px;
font-weight: 400;
letter-spacing: -0.1px;
line-height: 26px;
display: block;
}
.fbth-pricing-area .fbth-pricing-tabs {
color: #000000;
font-size: 19px;
letter-spacing: -0.2px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 55px;
flex-wrap: wrap;
}
span.fbth-price-offer {
font-size: 13px;
color: #FC624D;
font-weight: 700;
letter-spacing: 1.63px;
line-height: inherit;
background-color: rgb(71 59 240 / 0.1);
padding: 0.5px 13px;
border-radius: 30px;
margin-left: 15px;
text-transform: uppercase;
}
#pricing-dynamic-deck--head .btn-toggle.active {
background-color: rgb(22 28 45 / 0.15);
}
#pricing-dynamic-deck--head .btn-toggle {
width: 70px;
height: 33px;
border-radius: 17px;
position: relative;
display: inline-block;
margin: 0;
}
#pricing-dynamic-deck--head .btn-toggle.active span {
right: calc(100% - 27px);
}
#pricing-dynamic-deck--head .btn-toggle span {
width: 20px;
height: 20px;
background-color: #ffffff;
position: absolute;
right: 7px;
margin-left: 6px;
top: 50%;
-webkit-transform: translatey(-50%);
transform: translatey(-50%);
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
border-radius: 500px;
pointer-events: none;
}
.fbth-pricing-duration {
color: #000000;
font-size: 17px;
letter-spacing: -0.09px;
line-height: 29px;
margin-top: 15px;
}
.fbth-pricing-area .fbth-pricing-features strong {
color: #161c2d;
} .fbth-pricing-tabs.style-2 .fbth-pricing-tab { border-radius: 22px;
border: 1px solid #e5e5e5;
background-color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
}
.fbth-pricing-tabs.style-2 .fbth-pricing-tab a { color: #666666;
font-size: 13px;
border-radius: 17px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: normal;
text-align: center;
text-transform: uppercase;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.fbth-pricing-tabs.style-2 .fbth-pricing-tab a.active {
background-color: #FC624D;
color: #fff;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.fbth-pricing-tabs.style-2 {
position: relative;
}
.fbth-btn-wrapper .fbth-btn {
display: flex;
align-items: center;
justify-content: center;
} [data-pricing-dynamic][data-value-active="yearly"] .dynamic-value:after {
display: inline-block;
content: attr(data-yearly);
}
[data-pricing-dynamic][data-value-active="monthly"] .dynamic-value:after {
display: inline;
content: attr(data-monthly);
}
.dynamic-value:after {
display: inline-block;
content: attr(data-active);
}
.static-value:before {
display: inline-block;
content: attr(data-active);
}
.fbth-price-wrap span.fbth-pricing-badge {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%);
width: 100%;
} .pricing-table {
width: 100%;
border: none;
}
.fbth-pricing-item .fbth-btn-wrapper {
display: flex;
} .heading-top {
width: 100%;
}
.pricing-table td.pricing-list:last-fbth {
border-right: 1px solid transparent;
}
td.pricing-list.hide {
display: none;
}
tr.pricing-feature.table-main-title:first-fbth .pricing-list-heading,
tr.pricing-feature.table-main-title:first-fbth td {
border-right: 1px solid transparent;
padding-top: 0 !important;
}
@media only screen and (min-width: 1000px) {
tr.pricing-header th.pricing-heading:first-fbth {
width: 500px !important;
}
}
@media only screen and (max-width: 767px) {
.pricing-table,
.pricing-table th,
.pricing-table td,
.pricing-table tr,
.pricing-table tbody {
display: block;
width: 100%;
text-align: left;
border-right: 1px solid transparent;
}
.pricing-table th,
.pricing-table td {
position: relative;
text-align: right;
border-right: 1px solid transparent !important;
}
.pricing-table th:before,
.pricing-table td:before {
position: absolute;
content: attr(data-label);
left: 0;
top: 50%;
transform: translateY(-50%);
} .heading-top {
width: 100%;
display: inline-block;
}
.table-main-title th {
text-align: left;
}
.table-main-title td {
display: none;
}
tr.pricing-header th.pricing-heading:first-fbth {
width: auto !important;
}
.heading-wrapper {
display: flex !important;
justify-content: space-between;
}
.heading-empty {
display: none !important;
}
.elementor-1630 .elementor-element.elementor-element-d31a103 .pricing-heading {
width: 25%;
}
.pricing-header h3 {
font-size: 12px;
line-height: 20px;
}
} .ldBar {
position: relative;
}
.ldBar.label-center>.ldBar-label {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-shadow: 0 0 3px #ffffff;
}
.fbth-progress-bar .ldBar-label:after {
content: "%";
display: inline;
position: absolute;
}
.ldBar.no-percent .ldBar-label:after {
content: "";
}
[class*="fbth-progress-bar-"].line {
position: relative;
}
[class*="fbth-progress-bar-"].line .ldBar-label {
position: absolute;
top: -12px;
right: 0;
}
[class*="fbth-progress-bar-"].line-bubble {
position: relative;
}
[class*="fbth-progress-bar-"].line-bubble .ldBar-label {
position: absolute;
left: 0;
top: 0%;
width: 50px;
height: 50px;
-webkit-transform: translate(-50%, 25%);
transform: translate(-50%, 25%);
background-color: #ccc;
line-height: 27px;
}
[class*="fbth-progress-bar-"].circle {
position: relative;
}
[class*="fbth-progress-bar-"].circle .ldBar-label {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
[class*="fbth-progress-bar-"].circle h3 {
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
[class*="fbth-progress-bar-"].fan {
position: relative;
}
[class*="fbth-progress-bar-"].fan svg {
margin-top: -40%;
}
[class*="fbth-progress-bar-"].fan h3 {
position: absolute;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
[class*="fbth-progress-bar-"].fan .ldBar-label {
position: absolute;
left: 50%;
-webkit-transform: translate(-50%, -20%);
transform: translate(-50%, -20%);
font-size: 30px;
bottom: 7%;
}
[class*="fbth-progress-bar-"].fan .left-title {
position: absolute;
left: 0;
bottom: -10px;
}
[class*="fbth-progress-bar-"].fan .right-title {
position: absolute;
bottom: -10px;
right: 0;
}
.fbth-progress-bar svg:not(:root) {
overflow: hidden;
height: inherit;
}
.fbth-progress-bar-title {
font-size: 16px;
font-weight: 600;
} .navbar.menu-style-flyout.mobile-menu-style-2 .navbar-inner {
right: auto;
left: 0;
transform: translatex(calc(-1 * (-4px + 100%)));
width: 300px;
max-width: 100%;
padding: 0 20px;
}
.mobile-menu-style-2 .main-navigation {
padding: 0;
}
.offcanvas--open #page:before {
visibility: visible;
opacity: 0.7;
}
.menu-style-flyout.mobile-menu-style-2.navbar.active .navbar-inner {
transform: translatex(0);
} .mobile-menu-style-3.menu-style-flyout .navbar-inner {
position: fixed;
height: fit-content;
top: 100%;
transform: translate(0) scaley(0);
transition: all 0.4s;
transform-origin: top;
padding: 26px 0;
}
.mobile-menu-style-4 a.fbth-menu-logo {
width: 100px;
height: 40px;
background-size: contain;
position: absolute;
top: 30px;
display: inline-block;
z-index: 9;
left: 51px;
}
.admin-bar .mobile-menu-style-4 a.fbth-menu-logo {
top: 60px;
}
.menu-style-flyout .navbar-toggler-icon {
color: #000000;
}
@media only screen and (min-width: 1025px) {
.menu-item-has-children.fbth-mega-menu {
position: relative;
}
.menu-item-has-children>a:after {
content: "";
width: 15px;
height: 15px;
background-color: #fff;
position: absolute;
top: 58px;
left: 22px;
transform: rotate(45deg) translatey(-11px);
z-index: 8;
border-top: 1px solid #eaedf0;
border-left: 1px solid #eaedf0;
opacity: 0;
transition: all 0.4s ease-in-out;
}
.sub-menu li a:after {
display: none;
}
.menu-item-has-children:hover>a:after {
opacity: 1;
}
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
.fbth-header-buttons {
display: none !important;
}
} .fbth-modal-button .fbth-modal-image-action {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.3s ease;
position: relative;
text-align: center;
z-index: 1;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.top-to-middle {
-webkit-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-modal-item.modal-vimeo.bottom-to-middle {
-webkit-transform: translate(-50%, -30%);
transform: translate(-50%, -30%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-modal-item.active.modal-vimeo.bottom-to-middle {
z-index: 9999;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fbth-modal-item.modal-vimeo.right-to-middle {
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: translate(-30%, -50%);
transform: translate(-30%, -50%);
}
.fbth-modal-item.active.modal-vimeo.right-to-middle {
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9999;
}
.fbth-modal-item.modal-vimeo.left-to-middle {
-webkit-transform: translate(-70%, -50%);
transform: translate(-70%, -50%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-modal-item.active.modal-vimeo.left-to-middle {
z-index: 9999;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fbth-modal-item.modal-vimeo.zoom-in {
-webkit-transform: translate(-50%, -50%) scale(0.5);
transform: translate(-50%, -50%) scale(0.5);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-modal-item.active.modal-vimeo.zoom-in {
z-index: 9999;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.fbth-modal-item.modal-vimeo.zoom-out {
-webkit-transform: translate(-50%, -50%) scale(1.5);
transform: translate(-50%, -50%) scale(1.5);
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.fbth-modal-item.active.modal-vimeo.zoom-out {
z-index: 9999;
display: block;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
}
.fbth-modal-item.modal-vimeo.left-rotate {
opacity: 0;
-webkit-transition: all 0.8s ease;
transition: all 0.8s ease;
-webkit-perspective: 1000;
perspective: 1000;
-webkit-transform: translate(-50%, -50%) rotateX(90deg);
transform: translate(-50%, -50%) rotateX(90deg);
-webkit-transform-origin: center center;
transform-origin: center center;
}
.fbth-modal-item.active.modal-vimeo.left-rotate {
opacity: 1;
z-index: 9999;
-webkit-transform: translate(-50%, -50%) rotateX(0);
transform: translate(-50%, -50%) rotateX(0);
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-close-btn {
position: absolute;
top: -40px;
right: -40px;
cursor: pointer;
height: 40px;
width: 40px;
border-radius: 50%;
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-close-btn span {
display: block;
height: 100%;
width: 100%;
position: absolute;
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-close-btn span::before {
content: "";
position: absolute;
height: 2px;
width: 20px;
background: #fff;
transform: translate(-50%, -50%) rotate(45deg);
top: 50%;
left: 50%;
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-close-btn span::after {
content: "";
position: absolute;
height: 20px;
width: 2px;
background: #fff;
transform: translate(-50%, -50%) rotate(45deg);
top: 50%;
left: 50%;
}
.fbth-modal-overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.5);
transition: all 0.3s ease;
display: none;
}
.fbth-modal-overlay.active {
opacity: 1;
z-index: 1000;
display: block;
transition: all 0.3s ease;
}
.fbth-modal-item.image-gallery .fbth-modal-element {
display: flex;
flex-wrap: wrap;
}
.fbth-modal-item.image-gallery .fbth-modal-element.column-one .fbth-modal-element-card {
width: 100%;
}
.fbth-modal-item.image-gallery .fbth-modal-element.column-two .fbth-modal-element-card {
width: 50%;
}
.fbth-modal-item.image-gallery .fbth-modal-element.column-three .fbth-modal-element-card {
width: 33.33%;
}
.fbth-modal-item.image-gallery .fbth-modal-element.column-four .fbth-modal-element-card {
width: 25%;
}
.fbth-modal-item.image-gallery .fbth-modal-element.column-five .fbth-modal-element-card {
width: 20%;
}
.fbth-modal-item.image-gallery .fbth-modal-element.column-six .fbth-modal-element-card {
width: 16.66%;
}
.fbth-modal-item {
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.fbth-modal-item.modal-vimeo {
opacity: 0;
-webkit-transform: translate(-50%, -60%);
transform: translate(-50%, -60%);
height: auto;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
visibility: hidden;
}
@media (max-width: 991px) {
.fbth-modal-item.modal-vimeo {
height: 100%;
}
.fbth-modal-item.modal-vimeo::-webkit-scrollbar {
display: none;
}
.fbth-testimonial_five_single .fbth-active-icon {
top: 2px !important;
left: 62% !important;
}
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-modal-element img {
display: block;
width: 100%;
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-modal-element .fbth-modal-element-card .fbth-modal-element-card-body p {
margin: 0;
}
.fbth-modal-item.modal-vimeo .fbth-modal-content .fbth-modal-element .fbth-modal-element-card img {
display: block;
width: 100%;
}
.fbth-modal-item.modal-vimeo .fbth-modal-content {
position: relative;
}
.fbth-modal-item .fbth-modal-content .fbth-modal-element iframe {
display: block;
height: 100%;
width: 100%;
}
.fbth-modal-item.active.modal-vimeo {
opacity: 1;
z-index: 2000;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility: visible;
}
.fbth-modal-wrapper .fbth-modal-item.fbth-content-overflow-x- {
overflow-x: hidden;
}
.fbth-modal-wrapper .fbth-modal-item.fbth-content-overflow-y- {
overflow-y: scroll;
}
.fbth-modal-wrapper .fbth-modal-btn {
display: inline-flex;
align-items: center;
justify-content: center;
} .fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title {
position: relative;
display: flex;
overflow: hidden;
align-items: center;
}
.fbth-accordion-title.active-default.active {
align-items: start;
}
.fbth-video-btn {
display: inline-block;
transition: 0.4s;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title h3 {
width: 100%;
font-size: 15px;
}
.fbth-accordion-single-item h3 {
font-weight: 600;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title:hover {
cursor: pointer;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-active-inactive-icon.right {
position: relative;
margin-left: 15px;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title span.fbth-tab-title-icon {
position: relative;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-active-icon.right i,
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-inactive-icon.right i,
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title span.fbth-tab-title-icon.right i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-active-icon.right svg,
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-inactive-icon.right svg,
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title span.fbth-tab-title-icon.right svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 20px;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title.active .fbth-inactive-icon,
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-active-icon {
display: none;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title.active .fbth-active-icon {
display: block;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content {
display: none;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-title .fbth-active-inactive-icon.right {
width: 70px;
margin-left: auto;
}
.fbth-active-inactive-icon.left {
width: 5%;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper {
display: flex;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper.has-image-yes .fbth-accordion-text {
width: 60%;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper.has-image-yes .fbth-accordion-image {
width: 40%;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper.has-image-yes.image-position-left .fbth-accordion-text {
order: 2;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper.has-image-yes.image-position-left .fbth-accordion-image {
order: 1;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper .fbth-accordion-button a {
display: inline-block;
}
@media only screen and (max-width: 767px) {
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper {
flex-direction: column;
}
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper.has-image-yes .fbth-accordion-text,
.fbth-accordion-items .fbth-accordion-single-item .fbth-accordion-content .fbth-accordion-content-wrapper.has-image-yes .fbth-accordion-image {
width: 100%;
}
}
.fbth-accordion-items .fbth-accordion-single-item:last-fbth {
border-bottom: 0 !important;
}
.fbth-accordion-number span {
display: inline-block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
background-color: #222;
margin: 10px;
border-radius: 50%;
color: #fff;
} .fbth-search-form-container {
display: flex;
overflow: hidden;
}
.fbth-search-button-wrapper input[type="search"] {
border: 0;
padding: 10px;
cursor: pointer;
border-radius: 0;
transition: all 0.5s;
box-sizing: border-box;
outline: none;
}
.fbth-search-button-wrapper button {
border: none;
border-radius: 0;
padding: 0;
}
.fbth-search-button-wrapper input[type="search"]:focus {
cursor: auto;
border: none;
box-shadow: none;
}
.fbth-search-icon-toggle input:-moz-placeholder,
.fbth-search-icon-toggle input::-webkit-input-placeholder {
color: transparent;
}
.fbth-search-button-wrapper.fbth-input-focus {
display: flex;
}
.fbth-search-form-container .fbth-search-submit {
min-width: 3%;
position: relative;
}
.fbth-search-form-container button#clear,
.fbth-search-icon-toggle button#clear {
visibility: hidden;
position: absolute;
right: 0;
top: 0;
padding: 0 8px;
font-style: normal;
user-select: none;
cursor: pointer;
bottom: 0;
margin-right: 10px;
background-color: transparent;
}
.fbth-search-button-wrapper input[type="search"]::-webkit-search-decoration,
.fbth-search-button-wrapper input[type="search"]::-webkit-search-cancel-button,
.fbth-search-button-wrapper input[type="search"]::-webkit-search-results-button,
.fbth-search-button-wrapper input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.fbth-search-form-container button#clear-with-button {
visibility: hidden;
position: absolute;
top: 0;
padding: 0 8px;
font-style: normal;
font-size: 1.2em;
user-select: none;
cursor: pointer;
bottom: 0;
background-color: transparent;
}
.fbth-search-button-wrapper,
.fbth-search-form-container,
.fbth-search-icon-toggle,
.fbth-search-button-wrapper .fbth-search-icon-toggle i,
.fbth-search-button-wrapper .fbth-search-icon-toggle i:before {
position: relative;
}
.fbth-search-button-wrapper .fbth-search-icon-toggle .fbth-search-form-input {
position: absolute;
width: 0;
right: 0;
background-color: transparent;
}
.fbth-search-icon-toggle {
width: 100% !important;
}
.fbth-search-button-wrapper.fbth-input-focus .fbth-search-icon-toggle .fbth-search-form-input {
position: absolute;
width: 250px;
right: 0;
}
.fbth-search-type-text .fbth-search-form-container,
.fbth-search-type-icon_text .fbth-search-form-container,
.fbth-search-type-text .fbth-search-form-container .fbth-search-form-input,
.fbth-search-type-icon_text .fbth-search-form-container .fbth-search-form-input {
width: 100%;
}
.fbth-search-icon-toggle {
line-height: 1.5;
}  .fbth-search-button-wrapper {
display: none;
}
#search_icon i {
cursor: pointer;
}
#search_icon {
display: flex;
}
.search-main-wrapper.cross-menu #search_icon {
display: none;
}
.fbth-search-overly {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
z-index: -1;
background: rgba(0, 0, 0, 0.5);
transition: all 0.3s ease;
display: none;
}
.fbth-search-overly.search-body-bg {
opacity: 1;
z-index: 2;
display: block;
transition: all 0.3s ease;
}
.cross-icon {
display: none;
}
.cross-menu .cross-icon {
display: block;
}
#cross_icon {
position: fixed;
right: 23%;
top: 32%;
z-index: 99;
}
#cross_icon i {
font-size: 20px;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
form.fbth-search-button-wrapper.fbth-search-type-text {
position: fixed;
width: 50%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
}
form.fbth-search-button-wrapper {
z-index: 99;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
form.fbth-search-button-wrapper.fbth-search-type-text {
width: 90%;
}
} .fbth-paragraph-content p {
font-family: "Inter";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #000000;
margin-bottom: 30px;
}
.fbth-paragraph-content img {
margin-top: 20px;
margin-bottom: 60px;
width: 100%;
height: 480px !important;
object-fit: cover;
}
.fbth-paragraph-content h1,
.fbth-paragraph-content h2,
.fbth-paragraph-content h3,
.fbth-paragraph-content h4,
.fbth-paragraph-content h5,
.fbth-paragraph-content h6 {
margin-bottom: 25px;
}
.fbth-paragraph-content ul {
margin-bottom: 25px;
padding: 0px;
}
.fbth-paragraph-content ul li {
position: relative;
padding-left: 15px;
padding-bottom: 5px;
}
.fbth-paragraph-content ul li:before {
position: absolute;
content: "";
width: 6px;
height: 6px;
background: #171a1f;
left: 0px;
top: 12px;
border-radius: 10px;
}
.fbth-paragraph-content ul li:last-child {
padding-bottom: 0px;
} .fbth-testimonial__name h4.fbth-testimonial__decription {
margin: 0px;
}
.fbth-testimonial__position p.fbth-testimonial__decription {
margin: 0px;
}
.fbth-testimonial__position p {
margin: 0px;
}
.fbth-testimonial__single {
transition: 0.8s;
-webkit-transition: 0.8s;
-moz-transition: 0.8s;
-ms-transition: 0.8s;
-o-transition: 0.8s;
}
.fbth-testimonial-slider-arrow {
position: absolute;
width: 100%;
}
.fbth-testimonial:focus {
outline: none;
box-shadow: none;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list {
margin-top: 25px;
text-align: center;
display: flex;
justify-content: center;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list {
list-style: none;
margin-bottom: 0px;
padding: 0;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list li.slick-active {
width: 10px !important;
height: 10px !important;
background: #2c4bff !important;
opacity: 1;
transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list li {
border-radius: 50%;
width: 10px;
height: 10px;
margin: 0 4px;
background: #1e3d59;
cursor: pointer;
}
.fbth-testimonial ul.fbth-testimonial-slider-dot-list li button {
display: none;
}
.fbth-testimonial__name p {
margin-bottom: 0px;
}
.fbth-testimonial_four_single .user-image {
width: 40%;
}
.fbth-testimonial_four_single .testimonial-content {
width: 60%;
}
.fbth-testimonial_two_single .testimonial-two-top-meta {
position: relative;
overflow: hidden;
}
.tm-two-style-wrap {
position: relative;
}
.fbth-testimonial_four_single .fbth-testimonial__img {
position: relative;
text-align: right;
} .fbth-testimonial__meta-content.fbth-testimonial-three {
display: flex;
align-items: center;
}
.fbth-testimonial-three .fbth-testimonial__img {
width: 30%;
}
.fbth-testimonial-three .user-identity {
width: 60%;
}
.fbth-testimonial-three .fbth-testimonial-brand {
padding-right: 24px;
}  .fbth-testimonial_six_single .fbth-testimonial-img-identy {
display: flex;
align-items: center;
}
@media only screen and (max-width: 767px) {
.fbth-testimonial-one .user-identity {
flex-wrap: wrap;
}
.fbth-testimonial-one .fbth-testimonial__img {
width: 100%;
}
.fbth-testimonial-one .fbth-testimonial__bottom-meta {
width: 100%;
}
}
@media (min-width: 1200px) {
.fbth-testimonial ul.fbth-testimonial-slider-dot-list {
margin-top: 40px;
}
} .fbth-testimonial-slider-arrow .slick-prev:before,
.fbth-testimonial-slider-arrow .slick-next:before {
display: none;
}
.fbth-testimonial-slider-arrow.slick-active {
color: #1d263a;
}
.fbth-testimonial-slider-arrow .prev {
position: absolute;
left: 0;
bottom: 0px;
}
.fbth-testimonial-slider-arrow .next {
position: absolute;
right: 0;
bottom: 0px;
}
.fbth-testimonial-slider-arrow .slick-active {
background: #2c4bff;
color: #fff;
}
.fbth-testimonial-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 20px;
color: #1d263a;
cursor: pointer;
height: 50px;
width: 50px;
background: rgba(44, 71, 255, 0.6);
text-align: center;
display: inline-block;
padding: 0;
}
.fbth-testimonial-slider-arrow button:hover {
background-color: #1d263a;
color: #fff;
} .fbth-testimonial .style-one .col-xl-4:last-fbth .fbth-testimonial__single {
border-right: 0 !important;
border-bottom: 0 !important;
}
.fbth-testimonial-v3-slider .fbth-testimonial__meta-content {
display: flex;
flex-wrap: wrap;
}
.fbth-testimonial-v3-slider .testimonial-content {
width: 75%;
}
.fbth-testimonial-v3-slider .user-image {
width: 25%;
}
.fbth-testimonial-v3-slider .user-identity {
display: flex;
flex-wrap: wrap;
}
p.tm-bottom-text {
margin-bottom: 0px;
}
.testimonial-two-top-meta .right-content {
margin-left: 55px;
margin-bottom: 23px;
}
.fbth-testimonial__single.style-eight p.fbth-testimonial__decription.fbth-size-default {
text-align: center;
}
.fbth-testimonial__single.style-eight .fbth-testimonial__meta-content {
justify-content: center;
} .fbth-main-menu-wrap .navbar-inner {
display: flex;
flex: 0 0 100%;
align-items: center;
}
.fbth-main-menu-wrap .fbth-header-buttons {
min-width: fit-content;
display: flex;
align-items: center;
} .fbth-tab-content-single {
display: none;
}
.fbth-tab-content-single.current {
display: block;
}
.fbth--tab-menu ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
align-items: center;
}
.fbth--tab-menu ul li {
display: flex;
color: rgba(0, 0, 0);
font-size: 18px;
line-height: 30px;
transition: 0.4s;
padding: 15px;
font-weight: 600;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
cursor: pointer;
}
.fbth-tab-icon {
margin-right: 10px;
color: rgba(0, 0, 0);
}
.fbth--tab-menu ul li:last-fbth {
margin-bottom: 0px !important;
}
.fbth--tab-menu ul li.current,
.fbth--tab-menu ul li:hover {
color: #2b59ff;
border-radius: 0px;
}
.fbth--tab-menu ul li.current .fbth-tab-icon,
.fbth--tab-menu ul li:hover .fbth-tab-icon {
color: #ff5722;
transition: 0.4s ease-in-out;
-webkit-transition: 0.4s ease-in-out;
-moz-transition: 0.4s ease-in-out;
-ms-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
}
.fbth-tab-icon {
margin-right: 10px;
}
.fbth--tab-content h2 {
font-size: 60px;
line-height: 1.1;
color: rgba(0, 0, 0);
margin-bottom: 60px;
font-weight: 400;
letter-spacing: -2px;
}
.fadeInUp {
animation-name: fadeInUp;
}
.fbth--tab-content h3 {
color: #000;
font-weight: 600;
line-height: 34px;
font-size: 21px;
margin-bottom: 23px;
}
.fbth--tab-content p {
font-size: 18px;
line-height: 30px;
color: rgba(0, 0, 0);
margin-bottom: 0px;
} .style-two.fbth--tab-menu ul li {
margin: 0;
}
.fbth--tab-menu.style-two ul {
display: flex;
justify-content: space-between;
border-bottom: 2px solid #8650e1;
}
.fbth--tab-menu.style-two ul li {
background-color: transparent;
font-size: 18px;
font-weight: 600;
line-height: 30px;
border-radius: 0;
}
.fbth--tab-menu.style-two ul li.current,
.fbth--tab-menu.style-two ul li:hover {
color: #f166;
}
.fbth--tab-menu.style-two ul li.current {
border-bottom: 2px solid #f166;
}
.fbth--tab-menu.style-two ul li {
border-bottom: 2px solid transparent;
}
.fbth--tab-menu.style-two {
margin-bottom: 120px;
}
.fbth-tab-big-heading h2 {
font-size: 58px;
color: #000;
line-height: 70px;
letter-spacing: -2px;
margin-bottom: 58px;
}
.style-two .fbth--tab-content {
display: flex;
margin-bottom: 27px;
}
.style-two .fbth-tab-icon {
width: 70px;
height: 70px;
background: #ff8d52;
text-align: center;
border-radius: 50%;
color: #000;
font-size: 30px;
margin-right: 27px;
display: flex;
align-items: center;
justify-content: center;
}
.style-two .fbth-tab-icon svg {
max-width: 100%;
width: 40px;
}
.fbth--tab-content:last-fbth {
margin-bottom: 0;
}
.fbth--tab-content:last-fbth .fbth-tab-icon {
background: #15cda8;
}
.fbth--tab-content .fbth-icon-content h3 {
font-size: 21px;
margin-bottom: 8px;
line-height: 34px;
font-weight: 600;
margin-top: 0;
}
.fbth-icon-content p {
font-size: 16px;
}
.fbth-tab-content-iconbox {
margin: 0px 50px;
}
.style-two .fbth-icon-content {
flex: 0 0 64%;
} .fbt-tab-content-single {
display: none;
}
.fbth-tab-content-single.current {
display: block;
position: relative;
}
.fbth--tab-menu ul.tabs {
padding: 0;
margin: 0;
list-style: none;
text-align: center;
width: 100%;
}
.fbth--tab-menu.style-two ul.tabs{
display: inline-flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
border-bottom: 2px solid rgb(0 28 128 / 20%);
}
.tab-list-content {
text-align: left;
}
.fbth--tab-menu ul.tabs>li {
display: inline-flex;
font-style: normal;
font-weight: 1.3;
font-size: 20px;
color: #2b59ff;
position: relative;
padding: 20px 0;
border-bottom: 2px solid transparent;
margin-bottom: -2px;
transition: 0.3s;
cursor: pointer;
}
.fbth--tab-menu ul.tabs>li .fbth-tab-icon {
margin-right: 8px;
font-size: 18px;
width: 18px;
}
.fbth--tab-menu {
text-align: center;
}
.fbth--tab-menu ul.tabs>li.current {
border-color: #ddd;
color: #000;
}
.fbth-elm-edit-popup .mfp-content {
max-width: 80vw;
max-height: 80vh;
}
.fbth-elm-edit-wrap {
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
border: 1px solid #ffa500d9;
transition: 0.3s;
}
a.fbth-elm-edit {
transform: translatey(-100%);
background: #ffa500d9;
color: #fff;
padding: 0 13px;
}
.toggle-password {
cursor: pointer;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
font-size: 15px;
color: rgba(73, 100, 136, 0.5);
} ul.brand-slick-slide-dot-list {
display: flex;
}
ul.brand-slick-slide-dot-list li {
display: inline-block;
margin: 0 5px;
width: 8px;
height: 8px;
background: #432cf3;
border-radius: 50%;
cursor: pointer;
}
ul.brand-slick-slide-dot-list li button {
display: none;
}
ul.brand-slick-slide-dot-list li.slick-active {
transition: 0.5s;
} .sticky-wrapper {
width: 100%;
}
.sticky-wrapper.is-sticky>.sticky-header {
position: absolute;
opacity: 0;
transform: translateY(-50%);
}
.sticky-wrapper.is-sticky>.sticky-header.reveal-header {
position: fixed;
width: 100%;
left: 0;
opacity: 1;
transform: translate(0px);
transition: all 0.3s;
background-color: #fff;
box-shadow: 0px 12px 24px 0px rgb(0 0 0 / 14%);
}
.sticky-wrapper.is-sticky>.sticky-header.reveal-header.sticky-shadow-off {
box-shadow: unset;
} .brand-slider-arrow .brand-slick-prev:before,
.brand-slider-arrow .brand-slick-next:before {
display: none;
}
.brand-slider-arrow.slick-active {
color: #1d263a;
}
.brand-slider-arrow .prev {
position: absolute;
left: 0;
bottom: 0px;
}
.brand-slider-arrow .next {
position: absolute;
right: 0;
bottom: 0px;
}
.brand-slider-arrow .slick-active {
background: #2c4bff;
color: #fff;
}
.brand-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 20px;
color: #1d263a;
cursor: pointer;
height: 50px;
width: 50px;
background: rgba(44, 71, 255, 0.6);
text-align: center;
display: inline-block;
padding: 0;
}
.brand-slider-arrow button:hover {
background-color: #1d263a;
color: #fff;
} .fbth-left {
text-align: left;
}
.fbth-left .fbth-team-member-thumb {
margin-right: auto;
}
.fbth-center {
text-align: center;
}
.fbth-center .fbth-team-member-thumb {
margin: 0 auto;
}
.fbth-right {
text-align: right;
}
.fbth-right .fbth-team-member-thumb {
margin-left: auto;
}
.fbth-top-background {
clear: both;
}
.fbth-team-item .fbth-team-member.fbth-position-left,
.fbth-team-item .fbth-team-member.fbth-position-right {
display: flex;
}
.fbth-position-left .fbth-team-member-thumb {
width: 50%;
}
.fbth-position-right .fbth-team-member-thumb {
width: 50%;
order: 2;
}
.fbth-position-right .fbth-team-member-content {
order: 1;
}
.fbth-team-item .fbth-team-member.fbth-position-left .fbth-team-member-thumb img,
.fbth-team-item .fbth-team-member.fbth-position-right .fbth-team-member-thumb img {
height: 100%;
object-fit: cover;
}
.fbth-team-member-thumb {
overflow: hidden;
}
.elementor .fbth-team-member-thumb img {
height: 100%;
width: 100%;
transition: all 0.5s;
}
.fbth-team-member-cta {
text-decoration: none;
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}
.fbth-team-member-social {
margin: 0;
padding: 0;
}
.fbth-team-member-social li {
list-style: none;
display: inline-block;
}
.fbth-team-member-social li a {
display: block;
position: relative;
transition: all 0.3s ease;
text-decoration: none;
}
.fbth-team-member-social li a i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.fbth-team-member-thumb img {
object-fit: cover;
-o-object-fit: cover;
}
.fbth-team-item:hover .fbth-team-member-thumb img {
transform: scale(1.1);
}
.fbth-team-member-name {
margin: 0 0 20px 0;
}
.fbth-team-member-designation {
margin: 0 0 20px 0;
display: block;
}
.fbth-team-member-about {
margin: 0 0 20px 0;
line-height: 1.5em;
}
.fbth-team-item.style-one {
position: relative;
overflow: hidden;
}
.fbth-team-item.style-one .fbth-team-member-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
transition: all 0.4s ease-in-out;
transform: translateY(140px);
display: flex;
flex-direction: column;
justify-content: center;
}
.fbth-team-member-content {
background-color: #fff;
}
.fbth-team-member-cta {
display: inline-block;
}
.fbth-team-item.style-one:hover .fbth-team-member-content {
transform: translateY(0) !important;
}
.fbth-team-item.style-three .fbth-team-member {
display: flex;
align-items: center;
}
.fbth-team-item.style-three .fbth-team-member-thumb {
width: 50%;
}
.fbth-team-item.style-three .fbth-team-member-content {
width: 50%;
}
.fbth-team-item.style-five .fbth-team-member-content {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: linear-gradient(180deg, rgba(3, 43, 255, 0) 21.52%, #032bff 83.8%);
transition: all 0.4s ease-in-out;
transform: translateY(140px);
}
.fbth-team-item.style-five {
position: relative;
overflow: hidden;
}
.fbth-team-item.style-five:hover .fbth-team-member-content {
transform: translateY(0);
}
.fbth-team-item.style-five .fbth-team-member-thumb {
position: relative;
}
.fbth-team-item.style-five .fbth-team-member-thumb:after {
position: absolute;
content: "";
background: linear-gradient(180deg, rgba(3, 43, 255, 0) 21.52%, #032bff 83.8%);
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translateY(290px);
transition: all 0.4s ease-in-out;
}
.fbth-team-item.style-five:hover .fbth-team-member-thumb:after {
transform: translateY(0);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.fbth-team-item.style-three .fbth-team-member {
display: block;
}
.fbth-team-item.style-three .fbth-team-member-thumb {
width: 100%;
}
.fbth-team-item.style-three .fbth-team-member-content {
width: 100%;
}
.style-two .fbth--tab-content {
display: block;
}
} .fbth-woocommer-top-righ-wraper ul {
list-style: none;
display: flex;
margin: 0;
padding: 0;
align-items: center;
justify-content: end;
}
.fbth-woocommer-top-righ-wraper ul li a {
position: relative;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.fbth-woocommer-top-righ-wraper ul li a span {
background-color: #222;
color: #fff;
width: 20px;
text-align: center;
line-height: 20px;
height: 20px;
font-size: 12px;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
font-weight: 700;
transform: translate(25px, 9px);
}
.fbth-woocommer-top-righ-wraper ul li a svg path {
stroke: transparent !important;
} @media only screen and (max-width: 1024px) {
.fbth-main-menu-wrap .navbar-inner {
display: block;
}
.fbth-team-item .fbth-team-member.fbth-position-left,
.fbth-team-item .fbth-team-member.fbth-position-right {
flex-wrap: wrap;
}
.fbth-position-left .fbth-team-member-thumb {
width: 100%;
}
.fbth-testimonial_two_single .quote-icon {
bottom: -10px;
}
.fbth-testimonial__meta-content.fbth-testimonial-three {
flex-wrap: wrap;
}
.fbth-testimonial-three .fbth-testimonial__img {
width: 100%;
}
.fbth-testimonial-three .user-identity {
width: 100%;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.sticky-wrapper.is-sticky>.sticky-header.reveal-header {
left: 0;
top: 0;
transform: translate(0px 0px);
}
.testimonial-wrapper {
display: block;
}
.testimonial-image-wrapper {
width: 100%;
}
.testimonial-content-wrapper {
width: 100%;
}
.testimonial-two-top-meta.d-flex {
display: initial;
}
.testimonial-two-top-meta .right-content {
margin-left: 0;
margin-top: 20px;
}
.fbth-team-item .fbth-team-member.fbth-position-left,
.fbth-team-item .fbth-team-member.fbth-position-right {
flex-wrap: wrap;
}
.fbth-position-left .fbth-team-member-thumb {
width: 100%;
}
.fbth-dual-button-wrapper {
flex-wrap: wrap;
}
.fbth-addons-btn.style-three:before {
width: 70px;
height: 70px;
}
.fbth-testimonial_two_single .quote-icon {
bottom: -10px;
}
} .animate-fade-in {
animation: fade-in 0.5s linear forwards;
}
@keyframes fade-in {
0% {
opacity: 0;
}
to {
opacity: 1;
}
}
.animate-marquee {
animation: marquee var(--marquee-duration) linear infinite;
}
@keyframes marquee {
to {
transform: translateX(50%);
}
}
.pointer-events-none {
pointer-events: none;
}
.absolute {
position: absolute;
}
.inset-0,
.inset-x-0 {
right: 0;
left: 0;
}
.top-0 {
top: 0;
}
.bottom-0 {
bottom: 0;
}
.h-32 {
height: 8rem;
}
.bg-gradient-to-b {
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-50 {
--tw-gradient-from: #fafafa;
--tw-gradient-to: hsla(0, 0%, 98%, 0);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}  a.fbth-addons-btn,
.fbth-addons-btn {
background: #FC624D;
letter-spacing: -0.53px;
line-height: 25px;
font-size: 17px;
padding-bottom: 5px;
position: relative;
display: inline-flex;
cursor: pointer;
overflow: hidden;
justify-content: center;
color: #fff;
padding: 15px 45px;
border-radius: 5px;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.fbth-addons-btn.btn-type-boxed {
background-color: #FC624D;
color: #fff;
letter-spacing: -0.53px;
font-weight: 500;
line-height: 24px;
padding: 20px 40px 15px;
border-radius: 0px;
display: inline-flex;
border-color: transparent;
align-items: center;
} .fbth-addons-btn-style1-bottom,
.fbth-addons-btn-style1-top,
.fbth-addons-btn-style1-right,
.fbth-addons-btn-style1-left,
.fbth-addons-btn-style2-shutouthor,
.fbth-addons-btn-style2-shutoutver,
.fbth-addons-btn-style2-shutinhor,
.fbth-addons-btn-style2-shutinver,
.fbth-addons-btn-style2-scshutouthor,
.fbth-addons-btn-style2-scshutoutver,
.fbth-addons-btn-style2-dshutinhor,
.fbth-addons-btn-style2-dshutinver,
.fbth-addons-btn-style3-radialin,
.fbth-addons-btn-style3-radialout,
.fbth-addons-btn-style3-rectin,
.fbth-addons-btn-style3-rectout {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-ms-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
}
.fbth-addons-btn-style1-bottom:before,
.fbth-addons-btn-style1-top:before,
.fbth-addons-btn-style1-right:before,
.fbth-addons-btn-style1-left:before,
.fbth-addons-btn-style2-shutinhor:before,
.fbth-addons-btn-style2-shutinver:before,
.fbth-addons-btn-style2-shutouthor:before,
.fbth-addons-btn-style2-shutoutver:before,
.fbth-addons-btn-style2-scshutouthor:before,
.fbth-addons-btn-style2-scshutoutver:before,
.fbth-addons-btn-style2-dshutinhor:before,
.fbth-addons-btn-style2-dshutinver:before,
.fbth-addons-btn-style3-radialin:before,
.fbth-addons-btn-style3-radialout:before,
.fbth-addons-btn-style3-rectin:before,
.fbth-addons-btn-style3-rectout:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.fbth-addons-btn-style3-radialin:before,
.fbth-addons-btn-style3-radialout:before {
-webkit-transform-origin: 50%;
transform-origin: 50%;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
}
.fbth-addons-btn-style3-radialin:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.fbth-addons-btn-style3-rectin:before,
.fbth-addons-btn-style3-rectout:before {
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transform: scale(1);
transform: scale(1);
}
.fbth-addons-btn-style3-rectout:before {
-webkit-transform: scale(0);
transform: scale(0);
}
.fbth-addons-btn-style3-rectout:hover:before {
-webkit-transform: scale(1);
transform: scale(1);
}
.fbth-addons-btn-style3-rectin:hover:before {
-webkit-transform: scale(0);
transform: scale(0);
}
.fbth-addons-btn-style3-radialout:hover:before {
-webkit-transform: scale(2);
transform: scale(2);
}
.fbth-addons-btn-style3-radialin:hover:before {
-webkit-transform: scale(0);
transform: scale(0);
}
.fbth-addons-btn-style1-top:before {
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.fbth-addons-btn-style1-right:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.fbth-addons-btn-style1-left:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-addons-btn-style2-shutouthor:before,
.fbth-addons-btn-style2-scshutoutver:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-addons-btn-style2-shutoutver:before,
.fbth-addons-btn-style2-scshutouthor:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.fbth-addons-btn-style2-shutinhor:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
.fbth-addons-btn-style2-shutinver:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
}
.fbth-addons-btn-style1-bottom:hover:before,
.fbth-addons-btn-style1-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.fbth-addons-btn-style1-left:hover:before,
.fbth-addons-btn-style1-right:hover:before,
.fbth-addons-btn-style2-shutouthor:hover:before,
.fbth-addons-btn-style2-shutoutver:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.fbth-addons-btn-style2-shutinhor:hover:before {
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
.fbth-addons-btn-style2-shutinver:hover:before {
-webkit-transform: scaleY(0);
transform: scaleY(0);
}
.fbth-addons-btn-style2-scshutouthor:hover:before {
-webkit-transform: scaleX(0.9);
transform: scaleX(0.9);
}
.fbth-addons-btn-style2-scshutoutver:hover:before {
-webkit-transform: scaleY(0.8);
transform: scaleY(0.8);
} .fbth-addons-btn-style2-dshutinhor:before,
.fbth-addons-btn-style2-dshutinver:before {
top: 50%;
left: 50%;
width: 120%;
height: 0%;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
transform: translateX(-50%) translateY(-50%) rotate(-45deg);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: all;
transition-property: all;
}
.fbth-addons-btn-style2-dshutinver:before {
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fbth-addons-btn-style2-dshutinhor:hover:before,
.fbth-addons-btn-style2-dshutinver:hover:before {
height: 220%;
} .fbth-addons-btn.style-one {
display: inline-block;
overflow: hidden;
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-one:before {
content: "\ea14";
font-family: "FinestIcon";
font-weight: 900;
font-size: 15px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
right: 40px;
top: 0;
opacity: 0;
height: 100%;
width: 40px;
transform: translateX(0%);
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-one:hover {
text-indent: 0px;
}
.fbth-addons-btn.style-one:hover:before {
opacity: 1;
text-indent: 0px;
transform: translateX(80%);
} .fbth-addons-btn.style-two {
display: inline-block;
position: relative;
cursor: pointer;
}
.fbth-addons-btn.style-two .content {
display: block;
}
.fbth-addons-btn.style-two::before,
.fbth-addons-btn.style-two::after {
content: "";
width: 0;
height: 2px;
position: absolute;
transition: all 0.2s linear;
background: #5454d4;
}
.fbth-addons-btn.style-two .content::before,
.fbth-addons-btn.style-two .content::after {
content: "";
width: 2px;
height: 0;
position: absolute;
transition: all 0.2s linear;
background: #5454d4;
}
.fbth-addons-btn.style-two::before {
right: 0;
top: 0;
}
.fbth-addons-btn.style-two::after {
left: 0;
bottom: 0;
}
.fbth-addons-btn.style-two:hover::before,
.fbth-addons-btn.style-two:hover::after {
width: 100%;
}
.fbth-addons-btn.style-two:hover .content::before,
.fbth-addons-btn.style-two:hover ::after {
height: 100%;
}
.fbth-addons-btn.style-two::before,
.fbth-addons-btn.style-two::after {
transition-delay: 0.2s;
}
.fbth-addons-btn.style-two span::before,
.fbth-addons-btn.style-two span::after {
transition-delay: 0s;
}
.fbth-addons-btn.style-two span::before {
left: 0;
top: 0;
}
.fbth-addons-btn.style-two span::after {
right: 0;
bottom: 0;
}
.fbth-addons-btn.style-two:hover::before,
.fbth-addons-btn.style-two:hover::after {
transition-delay: 0s;
}
.fbth-addons-btn.style-two:hover span::before,
.fbth-addons-btn.style-two:hover span::after {
transition-delay: 0.2s;
} .fbth-addons-btn.style-three {
position: relative;
z-index: 5;
}
.fbth-addons-btn.style-three {
overflow: initial;
}
.fbth-addons-btn.style-three:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: #fff;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
@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;
}
} .fbth-addons-btn.style-four {
display: inline-block;
overflow: hidden;
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-four:before {
background: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/images/arrorw-transform.svg);
background-repeat: no-repeat;
position: absolute;
content: "";
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 0;
opacity: 1;
height: 100%;
width: 17px;
transform: translate(-56px, 56px);
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-four:hover {
text-indent: 0px;
}
.fbth-addons-btn.style-four:hover:before {
opacity: 1;
text-indent: 0px;
transform: translate(-28px, 23px);
}
span.icon-after.btn-icon {
transition: all 0.4s ease-in-out;
}
.fbth-addons-btn.style-four:hover span.icon-after.btn-icon {
transform: translate(42px, -42px);
}
.fbth-addons-btn.style-four span.icon-after.btn-icon i {
font-weight: 700;
}
a.fbth-creative-btn.fbth-stl--symbolab.fbth-eft--back-out-right i {
font-weight: 900;
}
.fbth-addons-btn span.content {
transition: all 0.4s ease-in-out;
} .fbth-addons-btn.style-five {
display: inline-block;
overflow: hidden;
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-five:before {
background: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/images/arrow-transform-black.svg);
background-repeat: no-repeat;
position: absolute;
content: "";
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 0;
opacity: 1;
height: 100%;
width: 17px;
transform: translate(-56px, 56px);
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-five:hover {
text-indent: 0px;
}
.fbth-addons-btn.style-five:hover:before {
opacity: 1;
text-indent: 0px;
transform: translate(-28px, 23px);
}
.fbth-addons-btn.style-five:hover span.icon-after.btn-icon {
transform: translate(42px, -42px);
} .fbth-addons-btn.style-six {
display: inline-block;
overflow: hidden;
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-six:before {
background: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/images/arrow-transform-red.svg);
background-repeat: no-repeat;
position: absolute;
content: "";
display: flex;
align-items: center;
justify-content: center;
right: 0;
top: 0;
opacity: 1;
height: 100%;
width: 17px;
transform: translate(-56px, 56px);
transition: all 0.2s linear 0s;
}
.fbth-addons-btn.style-six:hover {
text-indent: 0px;
}
.fbth-addons-btn.style-six:hover:before {
opacity: 1;
text-indent: 0px;
transform: translate(-31px, 0px);
}
.fbth-addons-btn.style-six:hover span.icon-after.btn-icon {
transform: translate(42px, -42px);
} .all-side span.hover-animation {
position: absolute;
display: block;
width: 0;
background-color: red;
transform: translate(-50%, -50%);
transition: width 0.6s, height 0.6s;
height: 0px;
z-index: -1;
border-radius: 50%;
}
.all-side:hover span.hover-animation {
width: 350px;
height: 350px;
}
a.fbth-addons-btn.default-style {
transition: all 0.4s ease-in-out;
} .wpcf7-response-output {
background: #fff;
}
.wpcf7-not-valid-tip {
color: #000;
background: #fff;
margin-top: 10px;
padding: 5px 15px;
} .fbth-slider-btn.btn {
display: inline-flex;
align-items: center;
justify-content: center;
}
.fbth-slider-btn.btn:focus {
box-shadow: none !important;
}
.fbth-slider-single-item {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.fbth-slider-single-item:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: -1;
}
.owl-prev {
position: absolute;
left: 0;
}
.owl-next {
position: absolute;
right: 0;
}
.owl-dots {
position: absolute;
left: 0;
}
.owl-dots span {
height: 10px;
width: 10px;
background: red;
margin: 0px 3px 0px 3px;
display: inline-block;
}  .fbth-addons-post-widget-item .post-thumbnail {
display: block;
overflow: hidden;
}
.fbth-addons-post-widget-item .post-thumbnail img {
object-fit: cover;
height: 261px;
border-radius: 0;
width: 100%;
transition: 0.3s ease-in-out;
}
.fbth-addons-post-widget-item .post-thumbnail img:hover {
transform: scale(1.1);
}
.fbth-addons-post-widget-item a.post-link {
display: block;
}
.fbth-addons-post-widget-item.post-style-style-one .post-content-wrap {
padding: 40px 0 40px;
}
.fbth-addons-post-widget-item.post-style-style-one {
position: relative;
}
.fbth-addons-post-widget-item.post-style-style-one:after {
position: absolute;
content: "";
background: #ffbe00;
height: 5px;
width: 0%;
top: 0;
left: 0;
transition: all 0.4s ease-in-out;
}
.fbth-addons-post-widget-item.post-style-style-one:hover:after {
width: 100%;
}
.post-top-meta {
font-size: 13px;
line-height: 1.692em;
color: #000000;
margin-bottom: 15px;
}
.fbth-addons-post-widget-item.post-style-style-one .category-list {
padding-right: 45px;
}
.fbth-addons-post-widget-item.post-style-style-one .post-date { color: rgba(2, 12, 23, 0.65);
}
.fbth-addons-post-widget-item.post-style-style-one .post-date:before { content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 0;
left: -25px;
font-size: 8px;
color: rgba(2, 12, 23, 0.4);
}
h3.post-title {
font-size: 21px;
line-height: 32px;
margin-bottom: 10px;
}
.post-meta-bottom a {
color: #000000;
}
.post-meta-bottom>span {
margin-right: 10px;
}
.fbth-addons-post-widget-item p {
line-height: 29px;
font-size: 15px;
color: #000000;
margin-bottom: 0;
}
.fbth-addons-post-widget-item.post-style-style-one .fbth-addons-post-widget-item:hover {
box-shadow: 0px 34px 33px 0px rgb(22 28 45 / 13%);
}
.fbth-addons-post-widget-item.post-style-style-one .fbth-addons-post-widget-item {
margin-bottom: 30px;
box-shadow: 0px 14px 120px -2px rgba(0, 0, 0, 0.06);
background-color: #ffffff;
overflow: hidden;
transition: 0.4s;
}
.post-top-meta {
display: flex;
} .fbth-addons-post-widget-item.post-style-style-two .post-btn .icon-after {
text-indent: -10px;
transition: all 0.4s ease-in-out;
}
.fbth-addons-post-widget-item.post-style-style-two .post-btn:hover .icon-after {
text-indent: 0px;
}
.fbth-addons-post-widget-item.post-style-style-two .category-list {
padding: 5px 18px;
border-radius: 50px;
color: #262729;
font-size: 13px;
font-weight: 500;
line-height: 1.818em;
margin-right: 13px;
}
.fbth-addons-post-widget-item.post-style-style-two .post-date span {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: rgba(2, 12, 23, 0.7);
}
.fbth-addons-post-widget-item.post-style-style-two .comment-count span {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: rgba(2, 12, 23, 0.6);
}
.fbth-addons-post-widget-item.post-style-style-two .post-meta-bottom {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.fbth-addons-post-widget-item.post-style-style-two .post-content {
overflow: hidden;
}
.fbth-addons-post-widget-item.post-style-style-three .post-top-meta.d-flex {
justify-content: space-between;
align-items: center;
}
.fbth-addons-post-widget-item.post-style-style-three h3.post-title {
padding-top: 20px;
}
.fbth-addons-post-widget-item.post-style-style-two .post-content .post-btn-wrap {
overflow: hidden;
}
.fbth-addons-post-widget-item.post-style-style-two .category a {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #057689;
}
.fbth-addons-post-widget-item.post-style-style-two .separator i {
font-size: 5px;
color: rgba(2, 12, 23, 0.3);
margin-left: 8px;
margin-right: 8px !important;
margin-top: 0;
display: inherit;
}
.fbth-addons-post-widget-item.post-style-style-two .post-title {
font-size: 18px;
line-height: 1.388em;
margin: 15px 0px 20px 0px;
color: #020c17;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.fbth-addons-post-widget-item.post-style-style-two .post-meta-bottom .fbth-addons-comment:not(:first-child) {
margin-bottom: 0px;
position: relative;
margin-left: 3px;
padding-left: 17px;
}
.fbth-addons-post-widget-item.post-style-style-two .post-meta-bottom .fbth-addons-comment:before {
position: absolute;
left: 0;
width: 1px;
height: 80%;
background-color: #fff;
content: "";
top: 10%;
}
.fbth-addons-post-widget-item.post-style-style-three .post-top-date {
margin-right: 20px;
display: flex;
align-items: center;
}
.fbth-addons-post-widget-item.post-style-style-three .top-category-list {
display: flex;
align-items: center;
}
.post-content {
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s; }
.fbth-addons-post-widget-item.post-style-style-one .post-content {
margin: 0px 40px 30px 40px;
}
.fbth-addons-post-widget-item.post-style-style-two {
position: relative;
overflow: hidden;
}
.fbth-addons-post-widget-item.post-style-style-two .post-title:hover {
color: rgb(255, 87, 34);
}
.fbth-addons-post-widget-item.post-style-style-two .post-link {
display: block;
}
.post-thumbnail-wrapper.post-style-style-two {
position: relative;
}
.fbth-addons-post-widget-item.post-style-style-two .post-thumbnail-wrapper img {
width: 100%;
object-fit: cover;
height: 100%;
}
.fbth-addons-post-widget-item.post-style-style-two .post-thumbnail .image-icon {
position: absolute;
bottom: 10px;
right: 10px;
width: 50px;
height: 50px;
background-color: #54F0C7;
color: #000000;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: 0.4s;
}
.fbth-addons-post-widget-item.post-style-style-two:hover .post-thumbnail .image-icon {
transform: scale(1.4);
}
.fbth-addons-post-widget-item.post-style-list {
display: flex;
position: relative;
margin-bottom: 30px;
}
.fbth-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-link {
height: 100%;
}
.fbth-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-thumbnail {
height: 100%;
}
.fbth-addons-post-widget-item.post-style-list .post-thumbnail-wrapper img {
height: 100%;
object-fit: cover;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.fbth-addons-post-widget-item.post-style-list .post-thumbnail-wrapper {
width: 57%;
padding-right: 30px;
}
.fbth-addons-post-widget-item.post-style-list .post-content-wrap {
padding-top: 0;
} .blog-slider-arrow .slick-prev:before,
.blog-slider-arrow .slick-next:before {
display: none;
}
.blog-slider-arrow.slick-active {
color: #1d263a;
}
.blog-slider-arrow .prev {
position: relative;
}
.blog-slider-arrow .next {
position: relative;
}
.blog-slider-arrow .slick-active {
background: #2c4bff;
color: #fff;
}
.blog-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 18px;
}
.blog-slider-arrow button:hover {
background-color: #1d263a;
color: #fff;
}
.blog-slider-arrow {
background: rgba(2, 12, 23, 0.4);
position: absolute;
right: 0;
top: -130px;
padding: 7px 15px;
border-radius: 5px;
}
.blog-slider-arrow .slick-prev {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-right: 15px;
}
.blog-slider-arrow .slick-next {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-left: 15px;
} .fbth-addons-post-widget-item.post-style-style-seven .post-content-wrap {
display: flex;
}
.fbth-addons-post-widget-item.post-style-style-seven .post-content {
flex-direction: column;
display: flex;
justify-content: space-between;
width: 55%;
} .fbth-blog-cat {
position: relative;
}
.fbth-cat-contnt {
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.4s;
}
.fbth-blog-cat-title {
background-color: #020c17;
font-size: 18px;
color: #fff;
padding: 13px 25px;
line-height: 1.5em;
text-align: center;
margin-bottom: 0px;
border-radius: 5px;
transition: 0.4s;
}
.fbth-blog-cat:hover .fbth-blog-cat-title {
background-color: #ffbe00;
color: #020c17;
}
.fbth-cat-image img {
height: 250px;
width: 100%;
object-fit: cover;
object-position: center top;
border-radius: 5px;
}
.fbth-addons-addon-post-navigation .nav-links a { color: #000000;
font-size: 15px;
font-weight: 500;
font-style: normal;
text-align: center;
text-transform: uppercase;
border: 1px solid #000000;
padding: 24px 31px;
transition: 0.4s;
position: relative;
z-index: 1;
line-height: 1;
}
.fbth-addons-addon-post-navigation .nav-links a:hover {
border-color: #5034fc;
}
.fbth-addons-addon-post-navigation .nav-links a:hover:after {
transform: scale(1);
}
.fbth-addons-addon-post-navigation .nav-links a .nav-icon svg {
width: 17px;
}
.fbth-addons-addon-post-navigation .nav-links a .nav-icon i {
font-size: 17px;
}
.fbth-addons-addon-post-navigation .nav-links .nav-previous a .nav-icon {
margin-right: 14px;
}
.fbth-addons-addon-post-navigation .nav-links .nav-next a .nav-icon {
margin-left: 14px;
} .fbth-addons-pagination a, .fbth-addons-pagination span.current {
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
color: #262729;
font-size: 18px;
font-weight: 500;
border: 1px solid rgba(38, 39, 41, 0.1);
margin: 0px 5px;
transition: 0.4s;
display: inline-flex;
justify-content: center;
}
.fbth-addons-pagination {
margin-top: 30px;
}
.fbth-addons-pagination span.current {
color: #fff;
background-color: #5034fc;
}
.fbth-addons-pagination {
margin-left: -5px;
}
.fbth-addons-pagination a:hover {
color: #fff;
background-color: #5034fc;
}
.fbth-addons-post-widget-item.post-style-style-one .post-btn-wrap {
margin: 40px 0px 0px 40px;
color: #fff;
overflow: hidden;
transition: 0.4s;
}
.post-meta-bottom i,
.post-meta-bottom svg {
margin-right: 12px;
}
.fbth-addons-pagination a.next.page-numbers:after {
display: none;
} .post-thumbnail img {
transition: all 0.4s ease-in-out;
}
.fbth-addons-post-widget-wrap.hover-one:hover .post-thumbnail img {
transform: scale(1.1);
}
.fbth-addons-post-widget-wrap.hover-one .post-thumbnail {
overflow: hidden;
}
.fbth-addons-post-widget-item.post-style-style-two:hover .fbth-addons-post-widget-item .post-content-wrap {
opacity: 1;
border: 0;
z-index: 999;
}
.fbth-addons-post-widget-item.post-style-style-two:hover .post-content-wrap {
opacity: 1;
visibility: visible;
bottom: 0;
}
@media (max-width: 768px) {
.fbth-addons-post-widget-item.post-style-style-two .post-content-wrap {
opacity: 1;
bottom: 0;
visibility: visible;
}
.fbth--tab-menu ul.tabs{
display: inline-flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
}  .main-navigation span.badge.new {
background-color: #f34d4d;
color: #fff;
font-weight: 400;
text-transform: uppercase;
margin-left: 10px;
}
div#page {
position: relative;
z-index: 1;
}
.fbth-main-menu-wrap.navbar {
padding: 0;
justify-content: flex-end;
}
.fbth-header-area {
position: relative;
top: 0;
left: 0;
transition: all .3s;
width: 100%;
z-index: 3;
opacity: 1;
padding: 20px 0;
background-color: #fff;
}
.fbth-header-wrap {
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
}
.fbth-menu-wrap {
flex-grow: 1;
flex-basis: auto;
padding-left: 40px;
}
.admin-bar .is-sticky .fbth-header-area {
top: 30px !important;
}
.main-navigation .navbar-nav {
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
justify-content: flex-end;
}
.main-navigation {
display: block;
width: 100%;
}
.site-branding .navbar-brand__regular {
display: block;
font-size: 25px;
font-weight: 600;
color: #000000;
margin-bottom: 0;
}
.error404 h1.navbar-brand__regular {
color: #000000;
}
.site-branding .navbar-brand__sticky {
display: none;
}
.site-branding h1 {
font-weight: 600;
}
.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu {
position: absolute;
left: 5px;
text-align: left;
list-style: none;
margin: 0;
padding: 8px 0px;
transition: .3s;
z-index: 4;
transform: translatey(20px);
opacity: 0;
visibility: hidden;
min-width: 237px;
background: #ffffff;
border-radius: 6px;
box-shadow: 0px 100px 80px rgba(21, 29, 22, 0.07);
border: 1px solid #EAEDF0;
}
.main-navigation ul.navbar-nav>li>a:hover,
.main-navigation ul.navbar-nav li.current-menu-item>a {
color: #FC624D;
}
.main-navigation ul.navbar-nav .menu-item-has-children:nth-last-child(2) .sub-menu .sub-menu,
.main-navigation ul.navbar-nav .menu-item-has-children:nth-last-child(1) .sub-menu .sub-menu {
right: 100%;
left: auto;
}
.main-navigation ul.navbar-nav .menu-item-has-children:nth-last-child(3) .sub-menu .sub-menu:before,
.main-navigation ul.navbar-nav .menu-item-has-children:nth-last-child(2) .sub-menu .sub-menu:before,
.main-navigation ul.navbar-nav .menu-item-has-children:nth-last-child(1) .sub-menu .sub-menu:before {
transform: rotate(180deg);
right: -12px;
left: auto;
}
.main-navigation ul.navbar-nav li {
position: relative;
display: inline-block;
}
.main-navigation ul.navbar-nav>li>a,
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a {
padding: 14px 25px;
color: #000000; font-style: normal;
position: relative;
font-size: 14px;
font-weight: 500;
line-height: 20px;
}
.error404 .main-navigation ul.navbar-nav>li>a,
.error404 .main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a {
color: #000000;
}
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a {
padding: 8px 20px 8px 20px;
display: block;
font-size: 14px;
font-weight: 500;
color: #000000;
}
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a:hover {
color: #FC624D;
}
.main-navigation ul.navbar-nav .menu-item-has-children:hover>.sub-menu,
.main-navigation ul.navbar-nav .menu-item-has-children:focus-within>.sub-menu {
opacity: 1;
visibility: visible;
transform: translatey(20px);
}
.main-navigation ul.navbar-nav>li.menu-item-has-children {
padding-right: 0px;
}
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a .menu-item-text {
display: inline-block;
position: relative;
transition: .3s;
}
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a:hover .menu-item-text:after {
transform: scale(1);
}
.site-branding.has-site-logo {
padding: 10px 0;
}
.site-branding.has-site-logo a {
display: block;
}
.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu .sub-menu {
left: 100%;
right: auto;
top: 0;
}
.main-navigation ul.navbar-nav>li .dropdownToggle {
position: absolute;
top: 52%;
right: 0;
transition: .3s;
line-height: 1;
transform: translatey(-52%);
-webkit-transform: translatey(-52%);
-moz-transform: translatey(-52%);
-ms-transform: translatey(-52%);
-o-transform: translatey(-52%);
}
.fbth-mobile-menu span.dropdownToggle {
display: none;
}
button:hover {
background: transparent;
}
[type=button]:focus,
[type=submit]:focus,
button:focus {
outline: 0px auto -webkit-focus-ring-color !important;
}
.main-navigation ul.navbar-nav>li .sub-menu .dropdownToggle {
color: #000000;
right: 20px;
transform: translatey(-50%) rotate(-89deg);
}
.main-navigation ul.navbar-nav>li:hover>a .dropdownToggle {
transform: translatey(-50%) rotate(180deg);
}
.main-navigation ul.navbar-nav>li .sub-menu a:hover .dropdownToggle {
transform: rotate(0) translatey(-56%);
}
.main-navigation .sub-menu:hover .dropdownToggle {
transform: rotate(0) translatey(-56%) !important;
}
.main-navigation a {
text-decoration: none;
}
.navbar-toggler.open-menu .navbar-toggler-icon svg {
height: auto;
}
header.fbth-header-area.navbar-dark {
background-color: transparent;
position: absolute;
width: 100%;
}
header.fbth-header-area.navbar-dark .main-navigation ul.navbar-nav>li>a {
color: #ffffff;
font-weight: 400;
}
.fbth-header-area.navbar-dark .main-navigation ul.navbar-nav>li>.dropdownToggle {
color: #ffffff;
}
.navbar-light .mean-container a.meanmenu-reveal {
color: #0d152e;
}
.navbar-light .mean-container a.meanmenu-reveal span {
background-color: #0D152E;
}
.is-sticky .fbth-header-area {
box-shadow: 3px 10px 13px rgba(111, 118, 138, 0.16);
padding: 20px 60px;
position: absolute;
opacity: 0;
transform: translateY(-50%);
}
.navbar-dark div#sticky-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.is-sticky header.fbth-header-area.navbar-dark .site-branding .navbar-brand__regular {
display: none;
}
.is-sticky header.fbth-header-area.navbar-dark .site-branding .navbar-brand__sticky {
display: block;
}
.is-sticky header.fbth-header-area.reveal-header .main-navigation ul.navbar-nav>li>a,
.is-sticky .fbth-header-area.navbar-dark .main-navigation ul.navbar-nav>li>.dropdownToggle {
color: #0d152e;
font-weight: 400;
}
.is-sticky .fbth-header-area.reveal-header {
position: fixed;
opacity: 1;
transform: translate(0);
background-color: #ffffff;
transition: all .3s;
}
.sticky-wrapper {
position: relative;
z-index: 5;
}
.fbth-main-menu-wrap .main-navigation {
z-index: 6;
position: relative;
}
.menu-style-flyout.fbth-main-menu-wrap .navbar-inner .navbar-toggler-icon svg {
width: 16px;
height: auto;
fill: rgb(0 0 0 / 70%);
}
.navbar-toggler.open-menu .navbar-toggler-icon svg {
height: auto;
width: 20px;
fill: #000000;
}
.error404 .navbar-toggler.open-menu .navbar-toggler-icon svg path {
fill: #000000;
}
.select2-container {
width: -webkit-fill-available !IMPORTANT;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 2.5em;
}
.content-block .post-navigation {
margin: 60px 0;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
flex-wrap: wrap;
font-size: 16px;
letter-spacing: 0.1px;
font-weight: 500;
padding-top: 30px;
padding-bottom: 30px;
background: #F3F7FA;
border-radius: 8px;
padding-left: 30px;
padding-right: 30px;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} @media only screen and (min-width:1025px) {
.megamenu-full-container .elementor-column,
.megamenu-full-container .elementor-widget-wrap,
.megamenu-full-container .elementor-column-wrap,
.megamenu-full-container .elementor-widget,
.megamenu-full-container .navbar,
.megamenu-full-container .fbth-main-menu-wrap .main-navigation,
.fbth-megamenu-position-container .main-navigation ul.navbar-nav li.fbth-mega-menu {
position: static;
}
.elementor-section-full_width>.megamenu-full-container .megamenu-width-container .main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu:before {
content: "";
width: 100vw;
height: 100%;
position: absolute;
background-color: #fff;
left: 50%;
transform: translatex(-50%);
box-shadow: 0 0.5rem 1.875rem rgb(0 0 0 / 15%);
top: 0;
border-top: 3px solid #FC624D;
}
.elementor-section-full_width>.megamenu-full-container .megamenu-width-container .main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu {
border-top: none !important;
}
.megamenu-width-container .main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu {
width: 100%;
min-width: fit-content;
transform: translatex(-50%) translatey(30px) !important;
left: 50% !important;
right: auto !important;
max-width: 1320px;
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu.mg-column-4>li {
width: calc(100% / 4);
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu.mg-column-5>li {
width: calc(100% / 5);
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu.mg-column-6>li {
width: calc(100% / 6);
}
.megamenu-width-container .main-navigation ul.navbar-nav>li.fbth-mega-menu:hover>.sub-menu {
transform: translatex(-50%) !important;
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu .sub-menu .dropdownToggle {
display: none;
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu {
width: 100%;
display: block;
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu>li {
min-width: 248px;
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu>.sub-menu>li>.sub-menu {
left: 0;
width: 100%;
border-top: none;
box-shadow: 0 0 BLACK;
transform: translate(0);
position: static;
padding-top: 0;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu:hover>.sub-menu>li>.sub-menu {
opacity: 1;
visibility: visible;
}
.main-navigation ul.navbar-nav>li.fbth-mega-menu:nth-last-child(1)>.sub-menu,
.main-navigation ul.navbar-nav>li.fbth-mega-menu:nth-last-child(2)>.sub-menu,
.main-navigation ul.navbar-nav>li.fbth-mega-menu:nth-last-child(3)>.sub-menu {
right: 0;
left: auto;
}
}  .menu-style-flyout .mean-container a.meanmenu-reveal {
padding: 0;
top: 15px;
color: #000000;
transition: 0s;
}
.menu-style-flyout .mean-container .mean-nav {
background: #ffffff;
position: absolute;
width: 100%;
left: 0;
min-width: 266px;
margin-top: 50px;
z-index: 55;
}
.menu-style-flyout .mean-container .mean-bar {
background: transparent;
float: none;
position: relative;
margin-right: 0;
}
.menu-style-flyout .mean-container .mean-nav ul li a {
background: #ffffff;
color: #000000;
text-transform: capitalize;
border-bottom: 1px solid #f2ebeb;
font-size: 15px;
font-weight: 600;
color: #000000;
letter-spacing: -0.1px;
}
.menu-style-flyout .mean-container a.meanmenu-reveal span {
background-color: #000000;
}
.menu-style-flyout .mean-container .mean-nav ul.navbar-nav { overflow: hidden;
box-shadow: 0px 13px 20px rgba(0, 0, 0, 0.07);
}
.menu-style-flyout .mean-container .mean-nav ul li a:hover,
.menu-style-flyout .mean-container .mean-nav ul li a.mean-expand:hover {
background-color: #F8F9FA;
}
.menu-style-flyout .mean-container .mean-nav ul li li a {
opacity: .95;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
display: none;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
border-radius: 0;
color: #1a1a1a;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 48px;
display: none;
}
#page:before {
content: "";
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 0;
background: #fff;
z-index: 3;
opacity: 0;
visibility: hidden;
-webkit-transition: .4s;
-o-transition: .4s;
transition: .4s;
width: 100%;
-moz-transition: .4s;
-ms-transition: .4s;
}
.offcanvas--open {
overflow: hidden;
}
.menu-style-flyout .menu-style-flyout.navbar {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
display: block !important;
}
.menu-style-flyout.navbar.active .navbar-inner {
right: 0;
transform: translate(0);
}
.navbar.menu-style-flyout .navbar-inner {
right: 0;
top: 0;
-webkit-transition: left 0.3s 0.2s;
-o-transition: left 0.3s 0.2s;
transition: transform 0.3s 0.2s;
transform: translatex(calc(-1*(-20px + -100%)));
width: 470px;
max-width: 100%;
display: block;
}
.admin-bar .navbar.menu-style-flyout .navbar-inner {
top: 50px !important;
}
.navbar.menu-style-flyout .navbar-inner {
top: 0px !important;
}
.menu-style-flyout.navbar .nav-link {
border-bottom: 1px solid #eee;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.navbar.navbar-dark .nav-link:hover,
.navbar.navbar-dark .nav-link:focus,
.navbar.navbar-dark .nav-link.active,
.navbar.navbar-dark .nav-link.current-menu-item {
color: #2c2e30;
}
.menu-style-flyout .navbar-inner {
position: fixed;
z-index: 1050;
top: 125px;
bottom: 0;
width: 80%;
padding-top: 0px;
background-color: #ffffff;
-webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
border-radius: 0;
overflow-y: auto;
}
.navbar.menu-style-flyout .navbar-inner {
height: 100vh;
}
.menu-style-flyout .navbar-inner .dropdown-menu:before {
content: none;
}
.menu-style-flyout .navbar-inner .navbar-toggler.close-menu {
display: none;
transition: all 0.4s ease-in-out;
}
.fbth-main-menu-wrap.navbar.mobile-menu-style-1.menu-style-flyout.active button.navbar-toggler.open-menu {
display: none;
transition: all 0.4s ease-in-out;
}
.menu-style-flyout .navbar-inner .dropdown-menu {
border: medium none;
background: none;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
float: none;
margin: 0;
padding-top: 0;
position: static;
}
.nav--open #page-wrapper {
-webkit-transform: translate3d(150px, 0, 0);
transform: translate3d(150px, 0, 0);
}
.menu-style-flyout .navbar-toggler {
border: none;
background-image: none;
border-radius: 0;
z-index: 1;
display: inline-flex;
box-shadow: unset;
padding: 0;
align-items: center;
}
.navbar-toggler-wrap {
text-align: right;
}
.menu-style-flyout .navbar-toggler-icon {
background-image: none !important;
display: inline-block;
color: #fff;
height: auto;
}
.menu-style-flyout .navbar-toggler-icon,
.menu-style-flyout .navbar-toggler-icon:before,
.menu-style-flyout .navbar-toggler-icon:after {
-webkit-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.menu-style-flyout.fbth-main-menu-wrap .navbar-inner .navbar-toggler-icon {
background-color: transparent;
-webkit-transform: scale(0.85) rotate(-270deg);
-ms-transform: scale(0.85) rotate(-270deg);
transform: scale(0.85) rotate(-270deg);
}
.menu-style-flyout.fbth-main-menu-wrap .navbar-inner .navbar-toggler-icon:before {
top: 0;
-webkit-transform: scale(0.65) rotate(-45deg);
-ms-transform: scale(0.65) rotate(-45deg);
transform: scale(0.65) rotate(-45deg);
}
.menu-style-flyout.fbth-main-menu-wrap .navbar-inner .navbar-toggler-icon:after {
top: 0;
-webkit-transform: scale(0.65) rotate(45deg);
-ms-transform: scale(0.65) rotate(45deg);
transform: scale(0.65) rotate(45deg);
}
.menu-style-flyout .main-navigation ul.navbar-nav>li {
display: block;
width: 100%;
position: relative;
border-bottom: 1px solid hsl(0deg 0% 0% / 8%);
}
.menu-style-flyout .main-navigation ul.navbar-nav>li>a {
display: block;
}
.menu-style-flyout .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu {
position: static;
display: block;
opacity: 1;
visibility: visible;
transform: translate(0);
box-shadow: unset;
border-top: none;
display: none;
padding-right: 0;
margin-left: 20px;
padding-top: 0;
padding-bottom: 0;
border-color: #EAEDF0;
}
.menu-style-flyout .main-navigation ul.navbar-nav .menu-item-has-children .sub-menu .sub-menu {
padding-left: 10px
}
.menu-style-flyout .main-navigation ul.navbar-nav>li .dropdownToggle {
top: 20px;
transform: translateY(0px) !important;
cursor: pointer;
}
.menu-style-flyout .main-navigation ul.navbar-nav>li .sub-menu .dropdownToggle {
right: 20px;
transform: translatey(-50%);
color: #000000;
-webkit-transform: translatey(-50%);
-moz-transform: translatey(-50%);
-ms-transform: translatey(-50%);
-o-transform: translatey(-50%);
}
ul.sub-menu ul.sub-menu {
margin: 8px 0px 8px 0px !important;
}
ul.sub-menu ul.sub-menu ul.sub-menu { }
.menu-style-flyout .main-navigation .navbar-nav {
text-align: left;
padding-left: 0;
padding-right: 0;
display: flex;
}
.menu-style-flyout .main-navigation ul.navbar-nav li.dropdown-active>a>.dropdownToggle {
transform: translatey(0) rotate(-180deg) !important;
-webkit-transform: translatey(0) rotate(-180deg) !important;
-moz-transform: translatey(0) rotate(-180deg) !important;
-ms-transform: translatey(0) rotate(-180deg) !important;
-o-transform: translatey(0) rotate(-180deg) !important;
}
.fbth-main-menu-wrap.menu-style-flyout .main-navigation ul.navbar-nav>li>a {
padding: 1em 75px 1em 0;
font-size: 14px;
border: none;
font-weight: 500;
position: static;
background-color: transparent;
display: inline-block;
}
.fbth-main-menu-wrap.menu-style-flyout .main-navigation ul.navbar-nav>li a:hover {
background-color: transparent;
color: #000000;
}
.fbth-main-menu-wrap.menu-style-flyout .main-navigation ul.navbar-nav>li .sub-menu {
margin-left: 0;
border-top: 1px solid hsl(0deg 0% 0% / 8%);
}
.menu-item-has-children span.dropdownToggle i {
font-size: 14px;
font-weight: 900;
}
.fbth-main-menu-wrap.menu-style-flyout .main-navigation ul.navbar-nav>li .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a {
color: #000000;
font-size: 14px;
}
.menu-style-flyout .navbar-inner .navbar-toggler {
top: 30px;
opacity: 1;
position: relative;
}
.admin-bar .menu-style-flyout .navbar-inner .bottom-close-menu .navbar-toggler {
padding-top: 0;
padding: 15px;
}
.menu-style-flyout .navbar-inner .navbar-toggler i {
color: #fff;
font-size: 21px;
}
.fbth-main-menu-wrap.navbar.menu-style-flyout>.navbar-toggler {
color: #171b24;
font-size: 13px;
font-weight: 600;
font-style: normal;
line-height: 22px;
text-align: left;
text-transform: uppercase;
display: inline-block;
padding: 0;
height: auto;
position: static;
box-shadow: unset;
}
.menu-style-inline .navbar-toggler {
display: none;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.navbar-toggler {
padding: 0.25rem 0.75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: 0.25rem;
transition: box-shadow .15s ease-in-out;
}
.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%;
} header {
position: relative;
z-index: 999;
}
ul li {
list-style: none;
}
.mean-container .mean-nav {
position: absolute;
width: calc(100vw - 30px);
max-width: 510px;
right: 0;
overflow: hidden;
margin-top: 60px;
background: #46DEB1;
-webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.mean-container .mean-nav ul li a {
font-size: 18px;
font-size: 1.125rem;
font-family: 'Inter';
padding: 10px 5%;
}
.mean-container .mean-bar {
background-color: transparent;
}
.mean-container a.meanmenu-reveal span {
background: #ffffff;
}
.mean-container a.meanmenu-reveal {
color: #ffffff;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0;
}
.fbth-menu-container ul.sub-menu li {
display: contents !important;
}
.sub-menu ul.elementor-icon-list-items li {
display: block !IMPORTANT;
}
.fbth-nav-wrap.mean-container {
position: absolute;
}
.fbth-nav-wrap-2.mean-container .mean-nav {
background: #00549D;
}
.fbth-nav-wrap-2.mean-container a.meanmenu-reveal span {
background: #202427;
}
.fbth-nav-wrap-2.mean-container a.meanmenu-reveal {
color: #202427;
}
.fbth-nav-wrap-3.mean-container .mean-nav {
background: #FF8800;
}
.fbth-nav-wrap-4.mean-container .mean-nav {
background: #46DEB1;
}
.fbth-header-section {
position: absolute;
z-index: 2;
width: 100%;
}
.fbth-contact-info ul li {
display: block;
margin: 0 12px;
position: relative;
padding-left: 0;
color: #ffffff;
}
.fbth-contact-info ul li.item-has-thumb {
padding-left: 45px;
}
.fbth-contact-info ul li .info-icon {
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 30px;
}
.fbth-contact-info ul li .info-icon img {
max-width: 100%;
}
.fbth-contact-info ul li:first-child {
margin-left: 0;
}
.fbth-contact-info ul li:last-child {
margin-right: 0;
}
.fbth-contact-info.fbth-contact-info-2 ul li {
margin: 12px 0 !important;
}
@media only screen and (max-width: 767.98px) {
.fbth-contact-info.fbth-contact-info-2 ul li {
margin: 25px 0;
display: block;
}
}
.fbth-contact-info.fbth-contact-info-2 ul li:first-child {
margin-top: 0;
}
.fbth-contact-info.fbth-contact-info-2 ul li:last-child {
margin-bottom: 0;
}
@media only screen and (max-width: 1199.98px) {
.fbth-contact-info.fbth-contact-info-5 ul li {
padding-left: 0;
}
}
@media only screen and (max-width: 1199.98px) {
.fbth-contact-info.fbth-contact-info-5 ul li .info-icon {
position: static;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-bottom: 10px;
}
}
.fbth-menu ul li {
display: inline-block;
margin: 0 15px;
}
@media only screen and (max-width: 1199.98px) {
.fbth-menu ul li {
margin: 0 10px;
}
}
.menu-item-has-children>a:after {
display: none !important;
}
.fbth-menu ul li:first-child {
margin-left: 0;
}
.fbth-menu ul li:last-child {
margin-right: 0;
}
.fbth-menu ul li a {
text-transform: capitalize;
color: #ffffff;
font-size: 16px;
font-weight: 500;
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-family: 'Inter';
padding: 31px 14px 31px 0;
position: relative;
}
.fbth-menu ul li a:hover {
color: #46DEB1;
}
.fbth-menu ul li ul {
background-color: #fff;
padding: 5px 0;
}
.fbth-menu ul li ul li:first-child {
margin-left: 15px;
}
.fbth-menu ul li ul li a {
padding: 8px 0;
}
.fbth-header-top-border {
border-bottom: 1px solid rgba(229, 229, 229, 0.5);
padding: 13px 0;
}
.fbth-header-top-info ul li {
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
color: #202427;
font-weight: 600;
margin: 0 40px;
}
button.screen-reader-text.fbth-menu-close {
display: none;
}
.mobile-menu-logo {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
font-weight: 500;
}
.mobile-menu-logo {
display: none;
}
@media only screen and (max-width: 1199.98px) {
.fbth-header-top-info ul li {
margin: 0 15px;
}
}
@media only screen and (max-width: 991.98px) {
.fbth-header-top-info ul li {
display: block;
margin: 15px 0;
}
button.screen-reader-text.fbth-menu-close {
display: block;
position: initial !important;
left: 30px !important;
bottom: 10px !important;
margin-left: 20px !important;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1250px) {
.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu .sub-menu {
right: 100%;
left: auto;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
.main-navigation ul.navbar-nav>li>a,
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a {
padding: 14px 15px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 5000px) {
.fbth-menu-container .menu-item-has-children {
margin: 0px 23px 0px 0px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.menu-style-flyout.navbar.active .navbar-inner {
right: 0;
top: 0;
}
}
@media only screen and (min-width: 783px) and (max-width: 1024px) {
.admin-bar .navbar.menu-style-flyout .navbar-inner {
top: 30px !important;
}
} @media (max-width: 1024px) {
.main-navigation {
padding: 0 20px;
}
.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu {
padding: 10px 8px !important;
}
ul.fbth-addons-megamenu-builder-content-wrap.sub-menu.mg-column-1 {
padding: 0px 0px !important; }
.mobile-menu-logo {
display: block;
position: absolute;
z-index: 9999;
top: 28px;
padding-left: 20px;
}
.menu-style-flyout .navbar-inner .navbar-toggler {
font-weight: 600;
padding: 0 15px 15px 20px;
align-items: center;
z-index: 5555;
justify-content: flex-end;
height: auto;
width: 100%;
display: flex !important;
margin: 0;
}
.fbth-main-menu-wrap .main-navigation {
margin-top: 40px;
}
.elementor-lightbox .dialog-lightbox-close-button {
margin-top: 60px !important;
}
}
@media (max-width: 991px) {
button.screen-reader-text.fbth-menu-close {
display: block;
}
header#masthead {
padding: 20px 0;
}
.menu-toggle {
display: block;
}
.site-header-menu {
display: none;
}
.site-header-menu.toggled-on,
.no-js .site-header-menu {
display: block;
}
.fbth-menu ul li {
display: block;
float: none;
margin: 0 !important;
border-top: 1px solid #d1d1d1;
}
.fbth-menu ul li a {
padding: 5px 0 5px 0;
display: inline-block;
}
.main-navigation .menu-item-has-children>a:after {
opacity: 0;
}
.dropdown-toggle {
display: none;
}
.fbth-nav-wrap {
width: 100%;
position: absolute;
top: 22px;
z-index: 99;
background-color: #fff;
box-shadow: 0px 4px 16px rgb(0 0 0 / 20%);
right: 0;
}
.fbth-menu ul li a {
display: block;
margin-right: 48px;
font-size: 1rem;
}
.main-navigation .primary-menu {
border-bottom: 1px solid #d1d1d1;
}
.site-branding {
width: 100%;
}
.main-navigation ul ul {
display: none;
}
.main-navigation ul ul {
box-shadow: none;
position: relative;
top: 0;
z-index: 99999;
visibility: visible;
opacity: 1;
display: none;
margin-left: 0.875em;
}
.fbth-addons-megamenu-builder-content-wrap .elementor-widget-container ul.elementor-icon-list-items {
display: block;
}
.main-navigation ul .toggled-on {
display: none;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
left: inherit;
}
.main-navigation ul ul a {
width: inherit;
}
.main-navigation ul ul ul {
left: inherit;
top: inherit;
}
.fbth-menu ul li ul {
padding: 0;
}
.fbth-menu ul li ul li a,
.fbth-menu ul li a {
padding: 12px 0 12px 0;
}
.fbth-menu ul li:nth-child(1) {
border-top: none;
}
.mobile-menu-logo {
display: block;
position: absolute;
z-index: 9999;
top: 28px;
padding-left: 20px;
}
.menu-style-flyout .navbar-inner .navbar-toggler {
font-weight: 600;
padding: 0 10px 15px 20px;
align-items: center;
z-index: 5555;
justify-content: flex-end;
height: auto;
width: 100%;
display: flex !important;
margin: 0;
}
}
@media (max-width: 767px) {
.bootstrap-wrapper {
overflow: hidden;
}
.menu-style-flyout .navbar-inner .navbar-toggler {
font-weight: 600;
padding: 0 10px 15px 9px;
align-items: center;
z-index: 5555;
justify-content: flex-end;
height: auto;
width: 100%;
display: flex !important;
margin: 0;
}
.main-navigation ul.navbar-nav .menu-item-has-children .sub-menu {
box-shadow: none !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.fbth-main-menu-wrap.menu-style-flyout .main-navigation ul.navbar-nav>li .sub-menu {
padding: 10px 0px !important;
}
.menu-item-has-children span.dropdownToggle i {
font-size: 18px;
}
.main-navigation ul.navbar-nav .sub-menu:not(.fbth-addons-megamenu-builder-content-wrap) a {
padding: 14px 25px;
}
.menu-item-has-children .sub-menu .sub-menu {
border-bottom: 1px solid hsl(0deg 0% 0% / 8%) !important;
border-radius: 0px !IMPORTANT;
}
.ticker-slider-item.slick-slide {
display: block !important;
}
.ticker-tm-slider-item .tm-slider-user {
display: block;
}
.fbth-addons-post-widget-item.post-style-style-seven .post-content-wrap {
flex-wrap: wrap;
}
.fbth-addons-post-widget-item.post-style-style-seven .post-content {
width: 100%;
}
}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev-hover .ui-icon,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-datepicker-next-hover .ui-icon {
color: #FC624D !important;
}
.ui-datepicker .ui-datepicker-header .ui-icon {
font-size: 14px !important;
transition: .4s;
top: 50%;
transform: translatey(-4px);
}
div#ui-datepicker-div {
border: blanchedalmond;
width: 239px;
border-radius: 0px;
overflow: hidden;
padding: 0 10px;
}
.ui-datepicker-header.ui-widget-header {
background-color: #EFF0F4 !important;
border-bottom: none !important;
}
td.ui-datepicker-days-cell-over.ui-datepicker-today,
td.ui-datepicker-days-cell-over.ui-datepicker-today a {
background-color: #EFF0F4 !important;
}
td.ui-datepicker-days-cell-over.ui-datepicker-today a.ui-state-highlight {
border: none;
}
td a.ui-state-default {
font-size: 11px;
}
a.ui-state-default.ui-state-hover {
background-color: transparent !important;
}
.ui-datepicker-calendar tbody td:hover {
background: #EFF0F4;
}
.ui-datepicker th {
font-size: 12px;
}
.ui-datepicker .ui-datepicker-title {
font-size: 12px;
}
.ui-datepicker .ui-datepicker-header .ui-icon:before {
margin-bottom: 6px;
display: block;
}
.ui-datepicker table {
margin-bottom: 0 !important;
border-top: none !important;
}
.ui-datepicker .ui-datepicker-header {
border-radius: 0px !important;
overflow: hidden;
border: 0px !important;
}
table.ui-datepicker-calendar tr:first-child {
border-top: none !important;
}
.ui-widget-content tr {
height: 35px !important;
} .elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
flex-grow: unset;
} .elementor-custom-embed-play i.eicon-play:before {
content: "\f04b";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
div.elementor-custom-embed-play i {
font-size: 14px;
}
.elementor-custom-embed-play {
width: 92px;
height: 92px;
line-height: 92px;
text-align: center;
background-color: var(--white-color);
border-radius: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.elementor-wrapper.elementor-open-lightbox {
position: relative;
}
.elementor-wrapper.elementor-open-lightbox:after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
content: "";
border-radius: 10px;
z-index: 1;
opacity: 0.2;
}
.elementor-custom-embed-play {
z-index: 2;
} .elementor-open-lightbox {
z-index: 99;
}
.elementor-custom-embed-play:before {
content: "";
position: absolute;
z-index: -1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 90px;
height: 90px;
background: #FFFFFF;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
}
@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;
}
}
.elementor-icon {
display: inline-flex !important;
}
.elementor-widget-text-editor .elementor-drop-cap {
line-height: 0;
} .fbth-addons-feature-icon.icon-type-text .gradient {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Variable.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Variable.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Variable.ttf) format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-VariableItalic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-VariableItalic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-VariableItalic.ttf) format('truetype');
font-weight: 200 700;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Extralight.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Extralight.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Extralight.ttf) format('truetype');
font-weight: 200;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-ExtralightItalic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-ExtralightItalic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-ExtralightItalic.ttf) format('truetype');
font-weight: 200;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Light.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Light.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Light.ttf) format('truetype');
font-weight: 300;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-LightItalic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-LightItalic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-LightItalic.ttf) format('truetype');
font-weight: 300;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Regular.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Regular.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Regular.ttf) format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Italic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Italic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Italic.ttf) format('truetype');
font-weight: 400;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Medium.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Medium.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Medium.ttf) format('truetype');
font-weight: 500;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-MediumItalic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-MediumItalic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-MediumItalic.ttf) format('truetype');
font-weight: 500;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Semibold.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Semibold.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Semibold.ttf) format('truetype');
font-weight: 600;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-SemiboldItalic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-SemiboldItalic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-SemiboldItalic.ttf) format('truetype');
font-weight: 600;
font-display: swap;
font-style: italic;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Bold.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Bold.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-Bold.ttf) format('truetype');
font-weight: 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'General Sans';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-BoldItalic.woff2) format('woff2'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-BoldItalic.woff) format('woff'),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/general-sans/GeneralSans-BoldItalic.ttf) format('truetype');
font-weight: 700;
font-display: swap;
font-style: italic;
}.fa,
.fab,
.fad,
.fal,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs {
font-size: 0.75em;
}
.fa-sm {
font-size: 0.875em;
}
.fa-1x {
font-size: 1em;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-6x {
font-size: 6em;
}
.fa-7x {
font-size: 7em;
}
.fa-8x {
font-size: 8em;
}
.fa-9x {
font-size: 9em;
}
.fa-10x {
font-size: 10em;
}
.fa-fw {
text-align: center;
width: 1.25em;
}
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li {
position: relative;
}
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border {
border: 0.08em solid #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
margin-left: 0.3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s linear infinite;
animation: fa-spin 2s linear infinite;
}
.fa-pulse {
-webkit-animation: fa-spin 1s steps(8) infinite;
animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.fa-flip-vertical {
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
-webkit-transform: scale(-1);
transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
-webkit-filter: none;
filter: none;
}
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #fff;
}
.fa-500px:before {
content: "\f26e";
}
.fa-accessible-icon:before {
content: "\f368";
}
.fa-accusoft:before {
content: "\f369";
}
.fa-acquisitions-incorporated:before {
content: "\f6af";
}
.fa-ad:before {
content: "\f641";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-card:before {
content: "\f2bb";
}
.fa-adjust:before {
content: "\f042";
}
.fa-adn:before {
content: "\f170";
}
.fa-adversal:before {
content: "\f36a";
}
.fa-affiliatetheme:before {
content: "\f36b";
}
.fa-air-freshener:before {
content: "\f5d0";
}
.fa-airbnb:before {
content: "\f834";
}
.fa-algolia:before {
content: "\f36c";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-right:before {
content: "\f038";
}
.fa-alipay:before {
content: "\f642";
}
.fa-allergies:before {
content: "\f461";
}
.fa-amazon:before {
content: "\f270";
}
.fa-amazon-pay:before {
content: "\f42c";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-amilia:before {
content: "\f36d";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-android:before {
content: "\f17b";
}
.fa-angellist:before {
content: "\f209";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angry:before {
content: "\f556";
}
.fa-angrycreative:before {
content: "\f36e";
}
.fa-angular:before {
content: "\f420";
}
.fa-ankh:before {
content: "\f644";
}
.fa-app-store:before {
content: "\f36f";
}
.fa-app-store-ios:before {
content: "\f370";
}
.fa-apper:before {
content: "\f371";
}
.fa-apple:before {
content: "\f179";
}
.fa-apple-alt:before {
content: "\f5d1";
}
.fa-apple-pay:before {
content: "\f415";
}
.fa-archive:before {
content: "\f187";
}
.fa-archway:before {
content: "\f557";
}
.fa-arrow-alt-circle-down:before {
content: "\f358";
}
.fa-arrow-alt-circle-left:before {
content: "\f359";
}
.fa-arrow-alt-circle-right:before {
content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
content: "\f35b";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-arrows-alt-h:before {
content: "\f337";
}
.fa-arrows-alt-v:before {
content: "\f338";
}
.fa-artstation:before {
content: "\f77a";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-asymmetrik:before {
content: "\f372";
}
.fa-at:before {
content: "\f1fa";
}
.fa-atlas:before {
content: "\f558";
}
.fa-atlassian:before {
content: "\f77b";
}
.fa-atom:before {
content: "\f5d2";
}
.fa-audible:before {
content: "\f373";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-autoprefixer:before {
content: "\f41c";
}
.fa-avianex:before {
content: "\f374";
}
.fa-aviato:before {
content: "\f421";
}
.fa-award:before {
content: "\f559";
}
.fa-aws:before {
content: "\f375";
}
.fa-baby:before {
content: "\f77c";
}
.fa-baby-carriage:before {
content: "\f77d";
}
.fa-backspace:before {
content: "\f55a";
}
.fa-backward:before {
content: "\f04a";
}
.fa-bacon:before {
content: "\f7e5";
}
.fa-bacteria:before {
content: "\e059";
}
.fa-bacterium:before {
content: "\e05a";
}
.fa-bahai:before {
content: "\f666";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-balance-scale-left:before {
content: "\f515";
}
.fa-balance-scale-right:before {
content: "\f516";
}
.fa-ban:before {
content: "\f05e";
}
.fa-band-aid:before {
content: "\f462";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-bars:before {
content: "\f0c9";
}
.fa-baseball-ball:before {
content: "\f433";
}
.fa-basketball-ball:before {
content: "\f434";
}
.fa-bath:before {
content: "\f2cd";
}
.fa-battery-empty:before {
content: "\f244";
}
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battle-net:before {
content: "\f835";
}
.fa-bed:before {
content: "\f236";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bezier-curve:before {
content: "\f55b";
}
.fa-bible:before {
content: "\f647";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-biking:before {
content: "\f84a";
}
.fa-bimobject:before {
content: "\f378";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-biohazard:before {
content: "\f780";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitcoin:before {
content: "\f379";
}
.fa-bity:before {
content: "\f37a";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-blackberry:before {
content: "\f37b";
}
.fa-blender:before {
content: "\f517";
}
.fa-blender-phone:before {
content: "\f6b6";
}
.fa-blind:before {
content: "\f29d";
}
.fa-blog:before {
content: "\f781";
}
.fa-blogger:before {
content: "\f37c";
}
.fa-blogger-b:before {
content: "\f37d";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-bold:before {
content: "\f032";
}
.fa-bolt:before {
content: "\f0e7";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-bone:before {
content: "\f5d7";
}
.fa-bong:before {
content: "\f55c";
}
.fa-book:before {
content: "\f02d";
}
.fa-book-dead:before {
content: "\f6b7";
}
.fa-book-medical:before {
content: "\f7e6";
}
.fa-book-open:before {
content: "\f518";
}
.fa-book-reader:before {
content: "\f5da";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-bootstrap:before {
content: "\f836";
}
.fa-border-all:before {
content: "\f84c";
}
.fa-border-none:before {
content: "\f850";
}
.fa-border-style:before {
content: "\f853";
}
.fa-bowling-ball:before {
content: "\f436";
}
.fa-box:before {
content: "\f466";
}
.fa-box-open:before {
content: "\f49e";
}
.fa-box-tissue:before {
content: "\e05b";
}
.fa-boxes:before {
content: "\f468";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-brain:before {
content: "\f5dc";
}
.fa-bread-slice:before {
content: "\f7ec";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-briefcase-medical:before {
content: "\f469";
}
.fa-broadcast-tower:before {
content: "\f519";
}
.fa-broom:before {
content: "\f51a";
}
.fa-brush:before {
content: "\f55d";
}
.fa-btc:before {
content: "\f15a";
}
.fa-buffer:before {
content: "\f837";
}
.fa-bug:before {
content: "\f188";
}
.fa-building:before {
content: "\f1ad";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-burn:before {
content: "\f46a";
}
.fa-buromobelexperte:before {
content: "\f37f";
}
.fa-bus:before {
content: "\f207";
}
.fa-bus-alt:before {
content: "\f55e";
}
.fa-business-time:before {
content: "\f64a";
}
.fa-buy-n-large:before {
content: "\f8a6";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-calendar:before {
content: "\f133";
}
.fa-calendar-alt:before {
content: "\f073";
}
.fa-calendar-check:before {
content: "\f274";
}
.fa-calendar-day:before {
content: "\f783";
}
.fa-calendar-minus:before {
content: "\f272";
}
.fa-calendar-plus:before {
content: "\f271";
}
.fa-calendar-times:before {
content: "\f273";
}
.fa-calendar-week:before {
content: "\f784";
}
.fa-camera:before {
content: "\f030";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-campground:before {
content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
content: "\f785";
}
.fa-candy-cane:before {
content: "\f786";
}
.fa-cannabis:before {
content: "\f55f";
}
.fa-capsules:before {
content: "\f46b";
}
.fa-car:before {
content: "\f1b9";
}
.fa-car-alt:before {
content: "\f5de";
}
.fa-car-battery:before {
content: "\f5df";
}
.fa-car-crash:before {
content: "\f5e1";
}
.fa-car-side:before {
content: "\f5e4";
}
.fa-caravan:before {
content: "\f8ff";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-caret-square-down:before {
content: "\f150";
}
.fa-caret-square-left:before {
content: "\f191";
}
.fa-caret-square-right:before {
content: "\f152";
}
.fa-caret-square-up:before {
content: "\f151";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-carrot:before {
content: "\f787";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cash-register:before {
content: "\f788";
}
.fa-cat:before {
content: "\f6be";
}
.fa-cc-amazon-pay:before {
content: "\f42d";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-apple-pay:before {
content: "\f416";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-centercode:before {
content: "\f380";
}
.fa-centos:before {
content: "\f789";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-chair:before {
content: "\f6c0";
}
.fa-chalkboard:before {
content: "\f51b";
}
.fa-chalkboard-teacher:before {
content: "\f51c";
}
.fa-charging-station:before {
content: "\f5e7";
}
.fa-chart-area:before {
content: "\f1fe";
}
.fa-chart-bar:before {
content: "\f080";
}
.fa-chart-line:before {
content: "\f201";
}
.fa-chart-pie:before {
content: "\f200";
}
.fa-check:before {
content: "\f00c";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-check-double:before {
content: "\f560";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-cheese:before {
content: "\f7ef";
}
.fa-chess:before {
content: "\f439";
}
.fa-chess-bishop:before {
content: "\f43a";
}
.fa-chess-board:before {
content: "\f43c";
}
.fa-chess-king:before {
content: "\f43f";
}
.fa-chess-knight:before {
content: "\f441";
}
.fa-chess-pawn:before {
content: "\f443";
}
.fa-chess-queen:before {
content: "\f445";
}
.fa-chess-rook:before {
content: "\f447";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-child:before {
content: "\f1ae";
}
.fa-chrome:before {
content: "\f268";
}
.fa-chromecast:before {
content: "\f838";
}
.fa-church:before {
content: "\f51d";
}
.fa-circle:before {
content: "\f111";
}
.fa-circle-notch:before {
content: "\f1ce";
}
.fa-city:before {
content: "\f64f";
}
.fa-clinic-medical:before {
content: "\f7f2";
}
.fa-clipboard:before {
content: "\f328";
}
.fa-clipboard-check:before {
content: "\f46c";
}
.fa-clipboard-list:before {
content: "\f46d";
}
.fa-clock:before {
content: "\f017";
}
.fa-clone:before {
content: "\f24d";
}
.fa-closed-captioning:before {
content: "\f20a";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-cloud-download-alt:before {
content: "\f381";
}
.fa-cloud-meatball:before {
content: "\f73b";
}
.fa-cloud-moon:before {
content: "\f6c3";
}
.fa-cloud-moon-rain:before {
content: "\f73c";
}
.fa-cloud-rain:before {
content: "\f73d";
}
.fa-cloud-showers-heavy:before {
content: "\f740";
}
.fa-cloud-sun:before {
content: "\f6c4";
}
.fa-cloud-sun-rain:before {
content: "\f743";
}
.fa-cloud-upload-alt:before {
content: "\f382";
}
.fa-cloudflare:before {
content: "\e07d";
}
.fa-cloudscale:before {
content: "\f383";
}
.fa-cloudsmith:before {
content: "\f384";
}
.fa-cloudversify:before {
content: "\f385";
}
.fa-cocktail:before {
content: "\f561";
}
.fa-code:before {
content: "\f121";
}
.fa-code-branch:before {
content: "\f126";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cog:before {
content: "\f013";
}
.fa-cogs:before {
content: "\f085";
}
.fa-coins:before {
content: "\f51e";
}
.fa-columns:before {
content: "\f0db";
}
.fa-comment:before {
content: "\f075";
}
.fa-comment-alt:before {
content: "\f27a";
}
.fa-comment-dollar:before {
content: "\f651";
}
.fa-comment-dots:before {
content: "\f4ad";
}
.fa-comment-medical:before {
content: "\f7f5";
}
.fa-comment-slash:before {
content: "\f4b3";
}
.fa-comments:before {
content: "\f086";
}
.fa-comments-dollar:before {
content: "\f653";
}
.fa-compact-disc:before {
content: "\f51f";
}
.fa-compass:before {
content: "\f14e";
}
.fa-compress:before {
content: "\f066";
}
.fa-compress-alt:before {
content: "\f422";
}
.fa-compress-arrows-alt:before {
content: "\f78c";
}
.fa-concierge-bell:before {
content: "\f562";
}
.fa-confluence:before {
content: "\f78d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-contao:before {
content: "\f26d";
}
.fa-cookie:before {
content: "\f563";
}
.fa-cookie-bite:before {
content: "\f564";
}
.fa-copy:before {
content: "\f0c5";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-cotton-bureau:before {
content: "\f89e";
}
.fa-couch:before {
content: "\f4b8";
}
.fa-cpanel:before {
content: "\f388";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-creative-commons-by:before {
content: "\f4e7";
}
.fa-creative-commons-nc:before {
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
content: "\f4ea";
}
.fa-creative-commons-nd:before {
content: "\f4eb";
}
.fa-creative-commons-pd:before {
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
content: "\f4ed";
}
.fa-creative-commons-remix:before {
content: "\f4ee";
}
.fa-creative-commons-sa:before {
content: "\f4ef";
}
.fa-creative-commons-sampling:before {
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
content: "\f4f1";
}
.fa-creative-commons-share:before {
content: "\f4f2";
}
.fa-creative-commons-zero:before {
content: "\f4f3";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-critical-role:before {
content: "\f6c9";
}
.fa-crop:before {
content: "\f125";
}
.fa-crop-alt:before {
content: "\f565";
}
.fa-cross:before {
content: "\f654";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-crow:before {
content: "\f520";
}
.fa-crown:before {
content: "\f521";
}
.fa-crutch:before {
content: "\f7f7";
}
.fa-css3:before {
content: "\f13c";
}
.fa-css3-alt:before {
content: "\f38b";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-cut:before {
content: "\f0c4";
}
.fa-cuttlefish:before {
content: "\f38c";
}
.fa-d-and-d:before {
content: "\f38d";
}
.fa-d-and-d-beyond:before {
content: "\f6ca";
}
.fa-dailymotion:before {
content: "\e052";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-database:before {
content: "\f1c0";
}
.fa-deaf:before {
content: "\f2a4";
}
.fa-deezer:before {
content: "\e077";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-democrat:before {
content: "\f747";
}
.fa-deploydog:before {
content: "\f38e";
}
.fa-deskpro:before {
content: "\f38f";
}
.fa-desktop:before {
content: "\f108";
}
.fa-dev:before {
content: "\f6cc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-dharmachakra:before {
content: "\f655";
}
.fa-dhl:before {
content: "\f790";
}
.fa-diagnoses:before {
content: "\f470";
}
.fa-diaspora:before {
content: "\f791";
}
.fa-dice:before {
content: "\f522";
}
.fa-dice-d20:before {
content: "\f6cf";
}
.fa-dice-d6:before {
content: "\f6d1";
}
.fa-dice-five:before {
content: "\f523";
}
.fa-dice-four:before {
content: "\f524";
}
.fa-dice-one:before {
content: "\f525";
}
.fa-dice-six:before {
content: "\f526";
}
.fa-dice-three:before {
content: "\f527";
}
.fa-dice-two:before {
content: "\f528";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-digital-ocean:before {
content: "\f391";
}
.fa-digital-tachograph:before {
content: "\f566";
}
.fa-directions:before {
content: "\f5eb";
}
.fa-discord:before {
content: "\f392";
}
.fa-discourse:before {
content: "\f393";
}
.fa-disease:before {
content: "\f7fa";
}
.fa-divide:before {
content: "\f529";
}
.fa-dizzy:before {
content: "\f567";
}
.fa-dna:before {
content: "\f471";
}
.fa-dochub:before {
content: "\f394";
}
.fa-docker:before {
content: "\f395";
}
.fa-dog:before {
content: "\f6d3";
}
.fa-dollar-sign:before {
content: "\f155";
}
.fa-dolly:before {
content: "\f472";
}
.fa-dolly-flatbed:before {
content: "\f474";
}
.fa-donate:before {
content: "\f4b9";
}
.fa-door-closed:before {
content: "\f52a";
}
.fa-door-open:before {
content: "\f52b";
}
.fa-dot-circle:before {
content: "\f192";
}
.fa-dove:before {
content: "\f4ba";
}
.fa-download:before {
content: "\f019";
}
.fa-draft2digital:before {
content: "\f396";
}
.fa-drafting-compass:before {
content: "\f568";
}
.fa-dragon:before {
content: "\f6d5";
}
.fa-draw-polygon:before {
content: "\f5ee";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-dribbble-square:before {
content: "\f397";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-drum:before {
content: "\f569";
}
.fa-drum-steelpan:before {
content: "\f56a";
}
.fa-drumstick-bite:before {
content: "\f6d7";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-dumbbell:before {
content: "\f44b";
}
.fa-dumpster:before {
content: "\f793";
}
.fa-dumpster-fire:before {
content: "\f794";
}
.fa-dungeon:before {
content: "\f6d9";
}
.fa-dyalog:before {
content: "\f399";
}
.fa-earlybirds:before {
content: "\f39a";
}
.fa-ebay:before {
content: "\f4f4";
}
.fa-edge:before {
content: "\f282";
}
.fa-edge-legacy:before {
content: "\e078";
}
.fa-edit:before {
content: "\f044";
}
.fa-egg:before {
content: "\f7fb";
}
.fa-eject:before {
content: "\f052";
}
.fa-elementor:before {
content: "\f430";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-ello:before {
content: "\f5f1";
}
.fa-ember:before {
content: "\f423";
}
.fa-empire:before {
content: "\f1d1";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-text:before {
content: "\f658";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-envira:before {
content: "\f299";
}
.fa-equals:before {
content: "\f52c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-erlang:before {
content: "\f39d";
}
.fa-ethereum:before {
content: "\f42e";
}
.fa-ethernet:before {
content: "\f796";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-euro-sign:before {
content: "\f153";
}
.fa-evernote:before {
content: "\f839";
}
.fa-exchange-alt:before {
content: "\f362";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-expand:before {
content: "\f065";
}
.fa-expand-alt:before {
content: "\f424";
}
.fa-expand-arrows-alt:before {
content: "\f31e";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-external-link-alt:before {
content: "\f35d";
}
.fa-external-link-square-alt:before {
content: "\f360";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-dropper:before {
content: "\f1fb";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-facebook-messenger:before {
content: "\f39f";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-fan:before {
content: "\f863";
}
.fa-fantasy-flight-games:before {
content: "\f6dc";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-faucet:before {
content: "\e005";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-feather:before {
content: "\f52d";
}
.fa-feather-alt:before {
content: "\f56b";
}
.fa-fedex:before {
content: "\f797";
}
.fa-fedora:before {
content: "\f798";
}
.fa-female:before {
content: "\f182";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-figma:before {
content: "\f799";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-alt:before {
content: "\f15c";
}
.fa-file-archive:before {
content: "\f1c6";
}
.fa-file-audio:before {
content: "\f1c7";
}
.fa-file-code:before {
content: "\f1c9";
}
.fa-file-contract:before {
content: "\f56c";
}
.fa-file-csv:before {
content: "\f6dd";
}
.fa-file-download:before {
content: "\f56d";
}
.fa-file-excel:before {
content: "\f1c3";
}
.fa-file-export:before {
content: "\f56e";
}
.fa-file-image:before {
content: "\f1c5";
}
.fa-file-import:before {
content: "\f56f";
}
.fa-file-invoice:before {
content: "\f570";
}
.fa-file-invoice-dollar:before {
content: "\f571";
}
.fa-file-medical:before {
content: "\f477";
}
.fa-file-medical-alt:before {
content: "\f478";
}
.fa-file-pdf:before {
content: "\f1c1";
}
.fa-file-powerpoint:before {
content: "\f1c4";
}
.fa-file-prescription:before {
content: "\f572";
}
.fa-file-signature:before {
content: "\f573";
}
.fa-file-upload:before {
content: "\f574";
}
.fa-file-video:before {
content: "\f1c8";
}
.fa-file-word:before {
content: "\f1c2";
}
.fa-fill:before {
content: "\f575";
}
.fa-fill-drip:before {
content: "\f576";
}
.fa-film:before {
content: "\f008";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-fingerprint:before {
content: "\f577";
}
.fa-fire:before {
content: "\f06d";
}
.fa-fire-alt:before {
content: "\f7e4";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-firefox:before {
content: "\f269";
}
.fa-firefox-browser:before {
content: "\e007";
}
.fa-first-aid:before {
content: "\f479";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-first-order-alt:before {
content: "\f50a";
}
.fa-firstdraft:before {
content: "\f3a1";
}
.fa-fish:before {
content: "\f578";
}
.fa-fist-raised:before {
content: "\f6de";
}
.fa-flag:before {
content: "\f024";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-flag-usa:before {
content: "\f74d";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-flipboard:before {
content: "\f44d";
}
.fa-flushed:before {
content: "\f579";
}
.fa-fly:before {
content: "\f417";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-minus:before {
content: "\f65d";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-folder-plus:before {
content: "\f65e";
}
.fa-font:before {
content: "\f031";
}
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-font-awesome-alt:before {
content: "\f35c";
}
.fa-font-awesome-flag:before {
content: "\f425";
}
.fa-font-awesome-logo-full:before {
content: "\f4e6";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-fonticons-fi:before {
content: "\f3a2";
}
.fa-football-ball:before {
content: "\f44e";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-fort-awesome-alt:before {
content: "\f3a3";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-forward:before {
content: "\f04e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-freebsd:before {
content: "\f3a4";
}
.fa-frog:before {
content: "\f52e";
}
.fa-frown:before {
content: "\f119";
}
.fa-frown-open:before {
content: "\f57a";
}
.fa-fulcrum:before {
content: "\f50b";
}
.fa-funnel-dollar:before {
content: "\f662";
}
.fa-futbol:before {
content: "\f1e3";
}
.fa-galactic-republic:before {
content: "\f50c";
}
.fa-galactic-senate:before {
content: "\f50d";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-gas-pump:before {
content: "\f52f";
}
.fa-gavel:before {
content: "\f0e3";
}
.fa-gem:before {
content: "\f3a5";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-ghost:before {
content: "\f6e2";
}
.fa-gift:before {
content: "\f06b";
}
.fa-gifts:before {
content: "\f79c";
}
.fa-git:before {
content: "\f1d3";
}
.fa-git-alt:before {
content: "\f841";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-github:before {
content: "\f09b";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-github-square:before {
content: "\f092";
}
.fa-gitkraken:before {
content: "\f3a6";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-gitter:before {
content: "\f426";
}
.fa-glass-cheers:before {
content: "\f79f";
}
.fa-glass-martini:before {
content: "\f000";
}
.fa-glass-martini-alt:before {
content: "\f57b";
}
.fa-glass-whiskey:before {
content: "\f7a0";
}
.fa-glasses:before {
content: "\f530";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-globe-africa:before {
content: "\f57c";
}
.fa-globe-americas:before {
content: "\f57d";
}
.fa-globe-asia:before {
content: "\f57e";
}
.fa-globe-europe:before {
content: "\f7a2";
}
.fa-gofore:before {
content: "\f3a7";
}
.fa-golf-ball:before {
content: "\f450";
}
.fa-goodreads:before {
content: "\f3a8";
}
.fa-goodreads-g:before {
content: "\f3a9";
}
.fa-google:before {
content: "\f1a0";
}
.fa-google-drive:before {
content: "\f3aa";
}
.fa-google-pay:before {
content: "\e079";
}
.fa-google-play:before {
content: "\f3ab";
}
.fa-google-plus:before {
content: "\f2b3";
}
.fa-google-plus-g:before {
content: "\f0d5";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-gopuram:before {
content: "\f664";
}
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-gratipay:before {
content: "\f184";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-greater-than:before {
content: "\f531";
}
.fa-greater-than-equal:before {
content: "\f532";
}
.fa-grimace:before {
content: "\f57f";
}
.fa-grin:before {
content: "\f580";
}
.fa-grin-alt:before {
content: "\f581";
}
.fa-grin-beam:before {
content: "\f582";
}
.fa-grin-beam-sweat:before {
content: "\f583";
}
.fa-grin-hearts:before {
content: "\f584";
}
.fa-grin-squint:before {
content: "\f585";
}
.fa-grin-squint-tears:before {
content: "\f586";
}
.fa-grin-stars:before {
content: "\f587";
}
.fa-grin-tears:before {
content: "\f588";
}
.fa-grin-tongue:before {
content: "\f589";
}
.fa-grin-tongue-squint:before {
content: "\f58a";
}
.fa-grin-tongue-wink:before {
content: "\f58b";
}
.fa-grin-wink:before {
content: "\f58c";
}
.fa-grip-horizontal:before {
content: "\f58d";
}
.fa-grip-lines:before {
content: "\f7a4";
}
.fa-grip-lines-vertical:before {
content: "\f7a5";
}
.fa-grip-vertical:before {
content: "\f58e";
}
.fa-gripfire:before {
content: "\f3ac";
}
.fa-grunt:before {
content: "\f3ad";
}
.fa-guilded:before {
content: "\e07e";
}
.fa-guitar:before {
content: "\f7a6";
}
.fa-gulp:before {
content: "\f3ae";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-hacker-news-square:before {
content: "\f3af";
}
.fa-hackerrank:before {
content: "\f5f7";
}
.fa-hamburger:before {
content: "\f805";
}
.fa-hammer:before {
content: "\f6e3";
}
.fa-hamsa:before {
content: "\f665";
}
.fa-hand-holding:before {
content: "\f4bd";
}
.fa-hand-holding-heart:before {
content: "\f4be";
}
.fa-hand-holding-medical:before {
content: "\e05c";
}
.fa-hand-holding-usd:before {
content: "\f4c0";
}
.fa-hand-holding-water:before {
content: "\f4c1";
}
.fa-hand-lizard:before {
content: "\f258";
}
.fa-hand-middle-finger:before {
content: "\f806";
}
.fa-hand-paper:before {
content: "\f256";
}
.fa-hand-peace:before {
content: "\f25b";
}
.fa-hand-point-down:before {
content: "\f0a7";
}
.fa-hand-point-left:before {
content: "\f0a5";
}
.fa-hand-point-right:before {
content: "\f0a4";
}
.fa-hand-point-up:before {
content: "\f0a6";
}
.fa-hand-pointer:before {
content: "\f25a";
}
.fa-hand-rock:before {
content: "\f255";
}
.fa-hand-scissors:before {
content: "\f257";
}
.fa-hand-sparkles:before {
content: "\e05d";
}
.fa-hand-spock:before {
content: "\f259";
}
.fa-hands:before {
content: "\f4c2";
}
.fa-hands-helping:before {
content: "\f4c4";
}
.fa-hands-wash:before {
content: "\e05e";
}
.fa-handshake:before {
content: "\f2b5";
}
.fa-handshake-alt-slash:before {
content: "\e05f";
}
.fa-handshake-slash:before {
content: "\e060";
}
.fa-hanukiah:before {
content: "\f6e6";
}
.fa-hard-hat:before {
content: "\f807";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-hat-cowboy:before {
content: "\f8c0";
}
.fa-hat-cowboy-side:before {
content: "\f8c1";
}
.fa-hat-wizard:before {
content: "\f6e8";
}
.fa-hdd:before {
content: "\f0a0";
}
.fa-head-side-cough:before {
content: "\e061";
}
.fa-head-side-cough-slash:before {
content: "\e062";
}
.fa-head-side-mask:before {
content: "\e063";
}
.fa-head-side-virus:before {
content: "\e064";
}
.fa-heading:before {
content: "\f1dc";
}
.fa-headphones:before {
content: "\f025";
}
.fa-headphones-alt:before {
content: "\f58f";
}
.fa-headset:before {
content: "\f590";
}
.fa-heart:before {
content: "\f004";
}
.fa-heart-broken:before {
content: "\f7a9";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-helicopter:before {
content: "\f533";
}
.fa-highlighter:before {
content: "\f591";
}
.fa-hiking:before {
content: "\f6ec";
}
.fa-hippo:before {
content: "\f6ed";
}
.fa-hips:before {
content: "\f452";
}
.fa-hire-a-helper:before {
content: "\f3b0";
}
.fa-history:before {
content: "\f1da";
}
.fa-hive:before {
content: "\e07f";
}
.fa-hockey-puck:before {
content: "\f453";
}
.fa-holly-berry:before {
content: "\f7aa";
}
.fa-home:before {
content: "\f015";
}
.fa-hooli:before {
content: "\f427";
}
.fa-hornbill:before {
content: "\f592";
}
.fa-horse:before {
content: "\f6f0";
}
.fa-horse-head:before {
content: "\f7ab";
}
.fa-hospital:before {
content: "\f0f8";
}
.fa-hospital-alt:before {
content: "\f47d";
}
.fa-hospital-symbol:before {
content: "\f47e";
}
.fa-hospital-user:before {
content: "\f80d";
}
.fa-hot-tub:before {
content: "\f593";
}
.fa-hotdog:before {
content: "\f80f";
}
.fa-hotel:before {
content: "\f594";
}
.fa-hotjar:before {
content: "\f3b1";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-start:before {
content: "\f251";
}
.fa-house-damage:before {
content: "\f6f1";
}
.fa-house-user:before {
content: "\e065";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-hryvnia:before {
content: "\f6f2";
}
.fa-html5:before {
content: "\f13b";
}
.fa-hubspot:before {
content: "\f3b2";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-ice-cream:before {
content: "\f810";
}
.fa-icicles:before {
content: "\f7ad";
}
.fa-icons:before {
content: "\f86d";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-id-card:before {
content: "\f2c2";
}
.fa-id-card-alt:before {
content: "\f47f";
}
.fa-ideal:before {
content: "\e013";
}
.fa-igloo:before {
content: "\f7ae";
}
.fa-image:before {
content: "\f03e";
}
.fa-images:before {
content: "\f302";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-indent:before {
content: "\f03c";
}
.fa-industry:before {
content: "\f275";
}
.fa-infinity:before {
content: "\f534";
}
.fa-info:before {
content: "\f129";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-innosoft:before {
content: "\e080";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-instagram-square:before {
content: "\e055";
}
.fa-instalod:before {
content: "\e081";
}
.fa-intercom:before {
content: "\f7af";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-invision:before {
content: "\f7b0";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-italic:before {
content: "\f033";
}
.fa-itch-io:before {
content: "\f83a";
}
.fa-itunes:before {
content: "\f3b4";
}
.fa-itunes-note:before {
content: "\f3b5";
}
.fa-java:before {
content: "\f4e4";
}
.fa-jedi:before {
content: "\f669";
}
.fa-jedi-order:before {
content: "\f50e";
}
.fa-jenkins:before {
content: "\f3b6";
}
.fa-jira:before {
content: "\f7b1";
}
.fa-joget:before {
content: "\f3b7";
}
.fa-joint:before {
content: "\f595";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-journal-whills:before {
content: "\f66a";
}
.fa-js:before {
content: "\f3b8";
}
.fa-js-square:before {
content: "\f3b9";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-kaaba:before {
content: "\f66b";
}
.fa-kaggle:before {
content: "\f5fa";
}
.fa-key:before {
content: "\f084";
}
.fa-keybase:before {
content: "\f4f5";
}
.fa-keyboard:before {
content: "\f11c";
}
.fa-keycdn:before {
content: "\f3ba";
}
.fa-khanda:before {
content: "\f66d";
}
.fa-kickstarter:before {
content: "\f3bb";
}
.fa-kickstarter-k:before {
content: "\f3bc";
}
.fa-kiss:before {
content: "\f596";
}
.fa-kiss-beam:before {
content: "\f597";
}
.fa-kiss-wink-heart:before {
content: "\f598";
}
.fa-kiwi-bird:before {
content: "\f535";
}
.fa-korvue:before {
content: "\f42f";
}
.fa-landmark:before {
content: "\f66f";
}
.fa-language:before {
content: "\f1ab";
}
.fa-laptop:before {
content: "\f109";
}
.fa-laptop-code:before {
content: "\f5fc";
}
.fa-laptop-house:before {
content: "\e066";
}
.fa-laptop-medical:before {
content: "\f812";
}
.fa-laravel:before {
content: "\f3bd";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-laugh:before {
content: "\f599";
}
.fa-laugh-beam:before {
content: "\f59a";
}
.fa-laugh-squint:before {
content: "\f59b";
}
.fa-laugh-wink:before {
content: "\f59c";
}
.fa-layer-group:before {
content: "\f5fd";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-lemon:before {
content: "\f094";
}
.fa-less:before {
content: "\f41d";
}
.fa-less-than:before {
content: "\f536";
}
.fa-less-than-equal:before {
content: "\f537";
}
.fa-level-down-alt:before {
content: "\f3be";
}
.fa-level-up-alt:before {
content: "\f3bf";
}
.fa-life-ring:before {
content: "\f1cd";
}
.fa-lightbulb:before {
content: "\f0eb";
}
.fa-line:before {
content: "\f3c0";
}
.fa-link:before {
content: "\f0c1";
}
.fa-linkedin:before {
content: "\f08c";
}
.fa-linkedin-in:before {
content: "\f0e1";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-linux:before {
content: "\f17c";
}
.fa-lira-sign:before {
content: "\f195";
}
.fa-list:before {
content: "\f03a";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-lock:before {
content: "\f023";
}
.fa-lock-open:before {
content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
content: "\f309";
}
.fa-long-arrow-alt-left:before {
content: "\f30a";
}
.fa-long-arrow-alt-right:before {
content: "\f30b";
}
.fa-long-arrow-alt-up:before {
content: "\f30c";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-luggage-cart:before {
content: "\f59d";
}
.fa-lungs:before {
content: "\f604";
}
.fa-lungs-virus:before {
content: "\e067";
}
.fa-lyft:before {
content: "\f3c3";
}
.fa-magento:before {
content: "\f3c4";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-magnet:before {
content: "\f076";
}
.fa-mail-bulk:before {
content: "\f674";
}
.fa-mailchimp:before {
content: "\f59e";
}
.fa-male:before {
content: "\f183";
}
.fa-mandalorian:before {
content: "\f50f";
}
.fa-map:before {
content: "\f279";
}
.fa-map-marked:before {
content: "\f59f";
}
.fa-map-marked-alt:before {
content: "\f5a0";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-map-marker-alt:before {
content: "\f3c5";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-markdown:before {
content: "\f60f";
}
.fa-marker:before {
content: "\f5a1";
}
.fa-mars:before {
content: "\f222";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mask:before {
content: "\f6fa";
}
.fa-mastodon:before {
content: "\f4f6";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-mdb:before {
content: "\f8ca";
}
.fa-medal:before {
content: "\f5a2";
}
.fa-medapps:before {
content: "\f3c6";
}
.fa-medium:before {
content: "\f23a";
}
.fa-medium-m:before {
content: "\f3c7";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-medrt:before {
content: "\f3c8";
}
.fa-meetup:before {
content: "\f2e0";
}
.fa-megaport:before {
content: "\f5a3";
}
.fa-meh:before {
content: "\f11a";
}
.fa-meh-blank:before {
content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
content: "\f5a5";
}
.fa-memory:before {
content: "\f538";
}
.fa-mendeley:before {
content: "\f7b3";
}
.fa-menorah:before {
content: "\f676";
}
.fa-mercury:before {
content: "\f223";
}
.fa-meteor:before {
content: "\f753";
}
.fa-microblog:before {
content: "\e01a";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-alt:before {
content: "\f3c9";
}
.fa-microphone-alt-slash:before {
content: "\f539";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-microscope:before {
content: "\f610";
}
.fa-microsoft:before {
content: "\f3ca";
}
.fa-minus:before {
content: "\f068";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-mitten:before {
content: "\f7b5";
}
.fa-mix:before {
content: "\f3cb";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-mixer:before {
content: "\e056";
}
.fa-mizuni:before {
content: "\f3cc";
}
.fa-mobile:before {
content: "\f10b";
}
.fa-mobile-alt:before {
content: "\f3cd";
}
.fa-modx:before {
content: "\f285";
}
.fa-monero:before {
content: "\f3d0";
}
.fa-money-bill:before {
content: "\f0d6";
}
.fa-money-bill-alt:before {
content: "\f3d1";
}
.fa-money-bill-wave:before {
content: "\f53a";
}
.fa-money-bill-wave-alt:before {
content: "\f53b";
}
.fa-money-check:before {
content: "\f53c";
}
.fa-money-check-alt:before {
content: "\f53d";
}
.fa-monument:before {
content: "\f5a6";
}
.fa-moon:before {
content: "\f186";
}
.fa-mortar-pestle:before {
content: "\f5a7";
}
.fa-mosque:before {
content: "\f678";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-mountain:before {
content: "\f6fc";
}
.fa-mouse:before {
content: "\f8cc";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-mug-hot:before {
content: "\f7b6";
}
.fa-music:before {
content: "\f001";
}
.fa-napster:before {
content: "\f3d2";
}
.fa-neos:before {
content: "\f612";
}
.fa-network-wired:before {
content: "\f6ff";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-newspaper:before {
content: "\f1ea";
}
.fa-nimblr:before {
content: "\f5a8";
}
.fa-node:before {
content: "\f419";
}
.fa-node-js:before {
content: "\f3d3";
}
.fa-not-equal:before {
content: "\f53e";
}
.fa-notes-medical:before {
content: "\f481";
}
.fa-npm:before {
content: "\f3d4";
}
.fa-ns8:before {
content: "\f3d5";
}
.fa-nutritionix:before {
content: "\f3d6";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-octopus-deploy:before {
content: "\e082";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-oil-can:before {
content: "\f613";
}
.fa-old-republic:before {
content: "\f510";
}
.fa-om:before {
content: "\f679";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-openid:before {
content: "\f19b";
}
.fa-opera:before {
content: "\f26a";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-orcid:before {
content: "\f8d2";
}
.fa-osi:before {
content: "\f41a";
}
.fa-otter:before {
content: "\f700";
}
.fa-outdent:before {
content: "\f03b";
}
.fa-page4:before {
content: "\f3d7";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-pager:before {
content: "\f815";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-paint-roller:before {
content: "\f5aa";
}
.fa-palette:before {
content: "\f53f";
}
.fa-palfed:before {
content: "\f3d8";
}
.fa-pallet:before {
content: "\f482";
}
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-parachute-box:before {
content: "\f4cd";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-parking:before {
content: "\f540";
}
.fa-passport:before {
content: "\f5ab";
}
.fa-pastafarianism:before {
content: "\f67b";
}
.fa-paste:before {
content: "\f0ea";
}
.fa-patreon:before {
content: "\f3d9";
}
.fa-pause:before {
content: "\f04c";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-peace:before {
content: "\f67c";
}
.fa-pen:before {
content: "\f304";
}
.fa-pen-alt:before {
content: "\f305";
}
.fa-pen-fancy:before {
content: "\f5ac";
}
.fa-pen-nib:before {
content: "\f5ad";
}
.fa-pen-square:before {
content: "\f14b";
}
.fa-pencil-alt:before {
content: "\f303";
}
.fa-pencil-ruler:before {
content: "\f5ae";
}
.fa-penny-arcade:before {
content: "\f704";
}
.fa-people-arrows:before {
content: "\e068";
}
.fa-people-carry:before {
content: "\f4ce";
}
.fa-pepper-hot:before {
content: "\f816";
}
.fa-perbyte:before {
content: "\e083";
}
.fa-percent:before {
content: "\f295";
}
.fa-percentage:before {
content: "\f541";
}
.fa-periscope:before {
content: "\f3da";
}
.fa-person-booth:before {
content: "\f756";
}
.fa-phabricator:before {
content: "\f3db";
}
.fa-phoenix-framework:before {
content: "\f3dc";
}
.fa-phoenix-squadron:before {
content: "\f511";
}
.fa-phone:before {
content: "\f095";
}
.fa-phone-alt:before {
content: "\f879";
}
.fa-phone-slash:before {
content: "\f3dd";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-phone-square-alt:before {
content: "\f87b";
}
.fa-phone-volume:before {
content: "\f2a0";
}
.fa-photo-video:before {
content: "\f87c";
}
.fa-php:before {
content: "\f457";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-pied-piper-hat:before {
content: "\f4e5";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-square:before {
content: "\e01e";
}
.fa-piggy-bank:before {
content: "\f4d3";
}
.fa-pills:before {
content: "\f484";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-pizza-slice:before {
content: "\f818";
}
.fa-place-of-worship:before {
content: "\f67f";
}
.fa-plane:before {
content: "\f072";
}
.fa-plane-arrival:before {
content: "\f5af";
}
.fa-plane-departure:before {
content: "\f5b0";
}
.fa-plane-slash:before {
content: "\e069";
}
.fa-play:before {
content: "\f04b";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-playstation:before {
content: "\f3df";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-plus:before {
content: "\f067";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-poll:before {
content: "\f681";
}
.fa-poll-h:before {
content: "\f682";
}
.fa-poo:before {
content: "\f2fe";
}
.fa-poo-storm:before {
content: "\f75a";
}
.fa-poop:before {
content: "\f619";
}
.fa-portrait:before {
content: "\f3e0";
}
.fa-pound-sign:before {
content: "\f154";
}
.fa-power-off:before {
content: "\f011";
}
.fa-pray:before {
content: "\f683";
}
.fa-praying-hands:before {
content: "\f684";
}
.fa-prescription:before {
content: "\f5b1";
}
.fa-prescription-bottle:before {
content: "\f485";
}
.fa-prescription-bottle-alt:before {
content: "\f486";
}
.fa-print:before {
content: "\f02f";
}
.fa-procedures:before {
content: "\f487";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-project-diagram:before {
content: "\f542";
}
.fa-pump-medical:before {
content: "\e06a";
}
.fa-pump-soap:before {
content: "\e06b";
}
.fa-pushed:before {
content: "\f3e1";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-python:before {
content: "\f3e2";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-question:before {
content: "\f128";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-quidditch:before {
content: "\f458";
}
.fa-quinscape:before {
content: "\f459";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-quran:before {
content: "\f687";
}
.fa-r-project:before {
content: "\f4f7";
}
.fa-radiation:before {
content: "\f7b9";
}
.fa-radiation-alt:before {
content: "\f7ba";
}
.fa-rainbow:before {
content: "\f75b";
}
.fa-random:before {
content: "\f074";
}
.fa-raspberry-pi:before {
content: "\f7bb";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-react:before {
content: "\f41b";
}
.fa-reacteurope:before {
content: "\f75d";
}
.fa-readme:before {
content: "\f4d5";
}
.fa-rebel:before {
content: "\f1d0";
}
.fa-receipt:before {
content: "\f543";
}
.fa-record-vinyl:before {
content: "\f8d9";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-red-river:before {
content: "\f3e3";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-redhat:before {
content: "\f7bc";
}
.fa-redo:before {
content: "\f01e";
}
.fa-redo-alt:before {
content: "\f2f9";
}
.fa-registered:before {
content: "\f25d";
}
.fa-remove-format:before {
content: "\f87d";
}
.fa-renren:before {
content: "\f18b";
}
.fa-reply:before {
content: "\f3e5";
}
.fa-reply-all:before {
content: "\f122";
}
.fa-replyd:before {
content: "\f3e6";
}
.fa-republican:before {
content: "\f75e";
}
.fa-researchgate:before {
content: "\f4f8";
}
.fa-resolving:before {
content: "\f3e7";
}
.fa-restroom:before {
content: "\f7bd";
}
.fa-retweet:before {
content: "\f079";
}
.fa-rev:before {
content: "\f5b2";
}
.fa-ribbon:before {
content: "\f4d6";
}
.fa-ring:before {
content: "\f70b";
}
.fa-road:before {
content: "\f018";
}
.fa-robot:before {
content: "\f544";
}
.fa-rocket:before {
content: "\f135";
}
.fa-rocketchat:before {
content: "\f3e8";
}
.fa-rockrms:before {
content: "\f3e9";
}
.fa-route:before {
content: "\f4d7";
}
.fa-rss:before {
content: "\f09e";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-ruble-sign:before {
content: "\f158";
}
.fa-ruler:before {
content: "\f545";
}
.fa-ruler-combined:before {
content: "\f546";
}
.fa-ruler-horizontal:before {
content: "\f547";
}
.fa-ruler-vertical:before {
content: "\f548";
}
.fa-running:before {
content: "\f70c";
}
.fa-rupee-sign:before {
content: "\f156";
}
.fa-rust:before {
content: "\e07a";
}
.fa-sad-cry:before {
content: "\f5b3";
}
.fa-sad-tear:before {
content: "\f5b4";
}
.fa-safari:before {
content: "\f267";
}
.fa-salesforce:before {
content: "\f83b";
}
.fa-sass:before {
content: "\f41e";
}
.fa-satellite:before {
content: "\f7bf";
}
.fa-satellite-dish:before {
content: "\f7c0";
}
.fa-save:before {
content: "\f0c7";
}
.fa-schlix:before {
content: "\f3ea";
}
.fa-school:before {
content: "\f549";
}
.fa-screwdriver:before {
content: "\f54a";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-scroll:before {
content: "\f70e";
}
.fa-sd-card:before {
content: "\f7c2";
}
.fa-search:before {
content: "\f002";
}
.fa-search-dollar:before {
content: "\f688";
}
.fa-search-location:before {
content: "\f689";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-searchengin:before {
content: "\f3eb";
}
.fa-seedling:before {
content: "\f4d8";
}
.fa-sellcast:before {
content: "\f2da";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-server:before {
content: "\f233";
}
.fa-servicestack:before {
content: "\f3ec";
}
.fa-shapes:before {
content: "\f61f";
}
.fa-share:before {
content: "\f064";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-shekel-sign:before {
content: "\f20b";
}
.fa-shield-alt:before {
content: "\f3ed";
}
.fa-shield-virus:before {
content: "\e06c";
}
.fa-ship:before {
content: "\f21a";
}
.fa-shipping-fast:before {
content: "\f48b";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-shoe-prints:before {
content: "\f54b";
}
.fa-shopify:before {
content: "\e057";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-shopware:before {
content: "\f5b5";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-shuttle-van:before {
content: "\f5b6";
}
.fa-sign:before {
content: "\f4d9";
}
.fa-sign-in-alt:before {
content: "\f2f6";
}
.fa-sign-language:before {
content: "\f2a7";
}
.fa-sign-out-alt:before {
content: "\f2f5";
}
.fa-signal:before {
content: "\f012";
}
.fa-signature:before {
content: "\f5b7";
}
.fa-sim-card:before {
content: "\f7c4";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-sink:before {
content: "\e06d";
}
.fa-sistrix:before {
content: "\f3ee";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-sith:before {
content: "\f512";
}
.fa-skating:before {
content: "\f7c5";
}
.fa-sketch:before {
content: "\f7c6";
}
.fa-skiing:before {
content: "\f7c9";
}
.fa-skiing-nordic:before {
content: "\f7ca";
}
.fa-skull:before {
content: "\f54c";
}
.fa-skull-crossbones:before {
content: "\f714";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-skype:before {
content: "\f17e";
}
.fa-slack:before {
content: "\f198";
}
.fa-slack-hash:before {
content: "\f3ef";
}
.fa-slash:before {
content: "\f715";
}
.fa-sleigh:before {
content: "\f7cc";
}
.fa-sliders-h:before {
content: "\f1de";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-smile:before {
content: "\f118";
}
.fa-smile-beam:before {
content: "\f5b8";
}
.fa-smile-wink:before {
content: "\f4da";
}
.fa-smog:before {
content: "\f75f";
}
.fa-smoking:before {
content: "\f48d";
}
.fa-smoking-ban:before {
content: "\f54d";
}
.fa-sms:before {
content: "\f7cd";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-snowboarding:before {
content: "\f7ce";
}
.fa-snowflake:before {
content: "\f2dc";
}
.fa-snowman:before {
content: "\f7d0";
}
.fa-snowplow:before {
content: "\f7d2";
}
.fa-soap:before {
content: "\e06e";
}
.fa-socks:before {
content: "\f696";
}
.fa-solar-panel:before {
content: "\f5ba";
}
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-alpha-down:before {
content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
content: "\f881";
}
.fa-sort-alpha-up:before {
content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
content: "\f882";
}
.fa-sort-amount-down:before {
content: "\f160";
}
.fa-sort-amount-down-alt:before {
content: "\f884";
}
.fa-sort-amount-up:before {
content: "\f161";
}
.fa-sort-amount-up-alt:before {
content: "\f885";
}
.fa-sort-down:before {
content: "\f0dd";
}
.fa-sort-numeric-down:before {
content: "\f162";
}
.fa-sort-numeric-down-alt:before {
content: "\f886";
}
.fa-sort-numeric-up:before {
content: "\f163";
}
.fa-sort-numeric-up-alt:before {
content: "\f887";
}
.fa-sort-up:before {
content: "\f0de";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-sourcetree:before {
content: "\f7d3";
}
.fa-spa:before {
content: "\f5bb";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-speakap:before {
content: "\f3f3";
}
.fa-speaker-deck:before {
content: "\f83c";
}
.fa-spell-check:before {
content: "\f891";
}
.fa-spider:before {
content: "\f717";
}
.fa-spinner:before {
content: "\f110";
}
.fa-splotch:before {
content: "\f5bc";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-spray-can:before {
content: "\f5bd";
}
.fa-square:before {
content: "\f0c8";
}
.fa-square-full:before {
content: "\f45c";
}
.fa-square-root-alt:before {
content: "\f698";
}
.fa-squarespace:before {
content: "\f5be";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-stackpath:before {
content: "\f842";
}
.fa-stamp:before {
content: "\f5bf";
}
.fa-star:before {
content: "\f005";
}
.fa-star-and-crescent:before {
content: "\f699";
}
.fa-star-half:before {
content: "\f089";
}
.fa-star-half-alt:before {
content: "\f5c0";
}
.fa-star-of-david:before {
content: "\f69a";
}
.fa-star-of-life:before {
content: "\f621";
}
.fa-staylinked:before {
content: "\f3f5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-steam-symbol:before {
content: "\f3f6";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-sticker-mule:before {
content: "\f3f7";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-stop:before {
content: "\f04d";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stopwatch:before {
content: "\f2f2";
}
.fa-stopwatch-20:before {
content: "\e06f";
}
.fa-store:before {
content: "\f54e";
}
.fa-store-alt:before {
content: "\f54f";
}
.fa-store-alt-slash:before {
content: "\e070";
}
.fa-store-slash:before {
content: "\e071";
}
.fa-strava:before {
content: "\f428";
}
.fa-stream:before {
content: "\f550";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-stripe:before {
content: "\f429";
}
.fa-stripe-s:before {
content: "\f42a";
}
.fa-stroopwafel:before {
content: "\f551";
}
.fa-studiovinari:before {
content: "\f3f8";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-subway:before {
content: "\f239";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-suitcase-rolling:before {
content: "\f5c1";
}
.fa-sun:before {
content: "\f185";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-supple:before {
content: "\f3f9";
}
.fa-surprise:before {
content: "\f5c2";
}
.fa-suse:before {
content: "\f7d6";
}
.fa-swatchbook:before {
content: "\f5c3";
}
.fa-swift:before {
content: "\f8e1";
}
.fa-swimmer:before {
content: "\f5c4";
}
.fa-swimming-pool:before {
content: "\f5c5";
}
.fa-symfony:before {
content: "\f83d";
}
.fa-synagogue:before {
content: "\f69b";
}
.fa-sync:before {
content: "\f021";
}
.fa-sync-alt:before {
content: "\f2f1";
}
.fa-syringe:before {
content: "\f48e";
}
.fa-table:before {
content: "\f0ce";
}
.fa-table-tennis:before {
content: "\f45d";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-tablet-alt:before {
content: "\f3fa";
}
.fa-tablets:before {
content: "\f490";
}
.fa-tachometer-alt:before {
content: "\f3fd";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-tape:before {
content: "\f4db";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-taxi:before {
content: "\f1ba";
}
.fa-teamspeak:before {
content: "\f4f9";
}
.fa-teeth:before {
content: "\f62e";
}
.fa-teeth-open:before {
content: "\f62f";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-telegram-plane:before {
content: "\f3fe";
}
.fa-temperature-high:before {
content: "\f769";
}
.fa-temperature-low:before {
content: "\f76b";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-tenge:before {
content: "\f7d7";
}
.fa-terminal:before {
content: "\f120";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-the-red-yeti:before {
content: "\f69d";
}
.fa-theater-masks:before {
content: "\f630";
}
.fa-themeco:before {
content: "\f5c6";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-thermometer:before {
content: "\f491";
}
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-think-peaks:before {
content: "\f731";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbtack:before {
content: "\f08d";
}
.fa-ticket-alt:before {
content: "\f3ff";
}
.fa-tiktok:before {
content: "\e07b";
}
.fa-times:before {
content: "\f00d";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-tint:before {
content: "\f043";
}
.fa-tint-slash:before {
content: "\f5c7";
}
.fa-tired:before {
content: "\f5c8";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-toilet:before {
content: "\f7d8";
}
.fa-toilet-paper:before {
content: "\f71e";
}
.fa-toilet-paper-slash:before {
content: "\e072";
}
.fa-toolbox:before {
content: "\f552";
}
.fa-tools:before {
content: "\f7d9";
}
.fa-tooth:before {
content: "\f5c9";
}
.fa-torah:before {
content: "\f6a0";
}
.fa-torii-gate:before {
content: "\f6a1";
}
.fa-tractor:before {
content: "\f722";
}
.fa-trade-federation:before {
content: "\f513";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-traffic-light:before {
content: "\f637";
}
.fa-trailer:before {
content: "\e041";
}
.fa-train:before {
content: "\f238";
}
.fa-tram:before {
content: "\f7da";
}
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-trash-alt:before {
content: "\f2ed";
}
.fa-trash-restore:before {
content: "\f829";
}
.fa-trash-restore-alt:before {
content: "\f82a";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-trello:before {
content: "\f181";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-trophy:before {
content: "\f091";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-truck-loading:before {
content: "\f4de";
}
.fa-truck-monster:before {
content: "\f63b";
}
.fa-truck-moving:before {
content: "\f4df";
}
.fa-truck-pickup:before {
content: "\f63c";
}
.fa-tshirt:before {
content: "\f553";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-tv:before {
content: "\f26c";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-twitter:before {
content: "\f099";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-typo3:before {
content: "\f42b";
}
.fa-uber:before {
content: "\f402";
}
.fa-ubuntu:before {
content: "\f7df";
}
.fa-uikit:before {
content: "\f403";
}
.fa-umbraco:before {
content: "\f8e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-umbrella-beach:before {
content: "\f5ca";
}
.fa-uncharted:before {
content: "\e084";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-undo:before {
content: "\f0e2";
}
.fa-undo-alt:before {
content: "\f2ea";
}
.fa-uniregistry:before {
content: "\f404";
}
.fa-unity:before {
content: "\e049";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-university:before {
content: "\f19c";
}
.fa-unlink:before {
content: "\f127";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-unsplash:before {
content: "\e07c";
}
.fa-untappd:before {
content: "\f405";
}
.fa-upload:before {
content: "\f093";
}
.fa-ups:before {
content: "\f7e0";
}
.fa-usb:before {
content: "\f287";
}
.fa-user:before {
content: "\f007";
}
.fa-user-alt:before {
content: "\f406";
}
.fa-user-alt-slash:before {
content: "\f4fa";
}
.fa-user-astronaut:before {
content: "\f4fb";
}
.fa-user-check:before {
content: "\f4fc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-clock:before {
content: "\f4fd";
}
.fa-user-cog:before {
content: "\f4fe";
}
.fa-user-edit:before {
content: "\f4ff";
}
.fa-user-friends:before {
content: "\f500";
}
.fa-user-graduate:before {
content: "\f501";
}
.fa-user-injured:before {
content: "\f728";
}
.fa-user-lock:before {
content: "\f502";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-user-minus:before {
content: "\f503";
}
.fa-user-ninja:before {
content: "\f504";
}
.fa-user-nurse:before {
content: "\f82f";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-user-shield:before {
content: "\f505";
}
.fa-user-slash:before {
content: "\f506";
}
.fa-user-tag:before {
content: "\f507";
}
.fa-user-tie:before {
content: "\f508";
}
.fa-user-times:before {
content: "\f235";
}
.fa-users:before {
content: "\f0c0";
}
.fa-users-cog:before {
content: "\f509";
}
.fa-users-slash:before {
content: "\e073";
}
.fa-usps:before {
content: "\f7e1";
}
.fa-ussunnah:before {
content: "\f407";
}
.fa-utensil-spoon:before {
content: "\f2e5";
}
.fa-utensils:before {
content: "\f2e7";
}
.fa-vaadin:before {
content: "\f408";
}
.fa-vector-square:before {
content: "\f5cb";
}
.fa-venus:before {
content: "\f221";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-vest:before {
content: "\e085";
}
.fa-vest-patches:before {
content: "\e086";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-vial:before {
content: "\f492";
}
.fa-vials:before {
content: "\f493";
}
.fa-viber:before {
content: "\f409";
}
.fa-video:before {
content: "\f03d";
}
.fa-video-slash:before {
content: "\f4e2";
}
.fa-vihara:before {
content: "\f6a7";
}
.fa-vimeo:before {
content: "\f40a";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-vimeo-v:before {
content: "\f27d";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-virus:before {
content: "\e074";
}
.fa-virus-slash:before {
content: "\e075";
}
.fa-viruses:before {
content: "\e076";
}
.fa-vk:before {
content: "\f189";
}
.fa-vnv:before {
content: "\f40b";
}
.fa-voicemail:before {
content: "\f897";
}
.fa-volleyball-ball:before {
content: "\f45f";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-mute:before {
content: "\f6a9";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-vote-yea:before {
content: "\f772";
}
.fa-vr-cardboard:before {
content: "\f729";
}
.fa-vuejs:before {
content: "\f41f";
}
.fa-walking:before {
content: "\f554";
}
.fa-wallet:before {
content: "\f555";
}
.fa-warehouse:before {
content: "\f494";
}
.fa-watchman-monitoring:before {
content: "\e087";
}
.fa-water:before {
content: "\f773";
}
.fa-wave-square:before {
content: "\f83e";
}
.fa-waze:before {
content: "\f83f";
}
.fa-weebly:before {
content: "\f5cc";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-weight:before {
content: "\f496";
}
.fa-weight-hanging:before {
content: "\f5cd";
}
.fa-weixin:before {
content: "\f1d7";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-whatsapp-square:before {
content: "\f40c";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-whmcs:before {
content: "\f40d";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-wind:before {
content: "\f72e";
}
.fa-window-close:before {
content: "\f410";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-windows:before {
content: "\f17a";
}
.fa-wine-bottle:before {
content: "\f72f";
}
.fa-wine-glass:before {
content: "\f4e3";
}
.fa-wine-glass-alt:before {
content: "\f5ce";
}
.fa-wix:before {
content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
content: "\f730";
}
.fa-wodu:before {
content: "\e088";
}
.fa-wolf-pack-battalion:before {
content: "\f514";
}
.fa-won-sign:before {
content: "\f159";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-wordpress-simple:before {
content: "\f411";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-wpressr:before {
content: "\f3e4";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-x-ray:before {
content: "\f497";
}
.fa-xbox:before {
content: "\f412";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-y-combinator:before {
content: "\f23b";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-yammer:before {
content: "\f840";
}
.fa-yandex:before {
content: "\f413";
}
.fa-yandex-international:before {
content: "\f414";
}
.fa-yarn:before {
content: "\f7e3";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-yen-sign:before {
content: "\f157";
}
.fa-yin-yang:before {
content: "\f6ad";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-youtube:before {
content: "\f167";
}
.fa-youtube-square:before {
content: "\f431";
}
.fa-zhihu:before {
content: "\f63f";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
@font-face {
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-brands-400.eot);
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/css/..fontswebfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-brands-400.woff) format("woff"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-brands-400.ttf) format("truetype"),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/css/..fontswebfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
font-family: "Font Awesome 5 Brands";
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-regular-400.eot);
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-regular-400.woff) format("woff"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-regular-400.ttf) format("truetype"),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fab,
.far {
font-weight: 400;
}
@font-face {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-solid-900.eot);
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-solid-900.woff) format("woff"), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-solid-900.ttf) format("truetype"),
url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
font-weight: 900;
}@font-face {
font-family: 'FinestIcon';
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fd.eot);
src: url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fd.eot) format('embedded-opentype'), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fd.woff2) format('woff2'), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fd.woff) format('woff'), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fd.ttf) format('truetype'), url(//www.wasimp.com/wp-content/plugins/finest-core/assets/fonts/fd.svg) format('svg');
font-weight: normal;
font-style: normal;
} .fd {
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-family: 'FinestIcon';
color: inherit;
flex-shrink: 0;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .fd-sm {
font-size: 0.8em;
}
.fd-lg {
font-size: 1.2em;
} .fd-16 {
font-size: 16px;
}
.fd-32 {
font-size: 32px;
} .fd-is-spinning {
animation: fd-spin 1s infinite linear;
}
@keyframes fd-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .fd-rotate-90 {
transform: rotate(90deg);
}
.fd-rotate-180 {
transform: rotate(180deg);
}
.fd-rotate-270 {
transform: rotate(270deg);
}
.fd-flip-y {
transform: scaleY(-1);
}
.fd-flip-x {
transform: scaleX(-1);
} .fd-cloud-download-95::before {
content: "\ea02";
}
.fd-home-minimal::before {
content: "\ea03";
}
.fd-single-04::before {
content: "\ea04";
}
.fd-users-mm::before {
content: "\ea05";
}
.fd-webpage::before {
content: "\ea06";
}
.fd-layout-25::before {
content: "\ea07";
}
.fd-analytics::before {
content: "\ea08";
}
.fd-chart-pie-36::before {
content: "\ea09";
}
.fd-chart-bar-33::before {
content: "\ea0a";
}
.fd-single-copy-06::before {
content: "\ea0b";
}
.fd-home::before {
content: "\ea0c";
}
.fd-single-content-03::before {
content: "\ea0d";
}
.fd-bell-53::before {
content: "\ea0e";
}
.fd-email-84::before {
content: "\ea0f";
}
.fd-send::before {
content: "\ea10";
}
.fd-at-sign::before {
content: "\ea11";
}
.fd-edit-72::before {
content: "\ea13";
}
.fd-tail-right::before {
content: "\ea14";
}
.fd-minimal-right::before {
content: "\ea15";
}
.fd-tail-left::before {
content: "\ea16";
}
.fd-minimal-left::before {
content: "\ea17";
}
.fd-tail-up::before {
content: "\ea18";
}
.fd-minimal-up::before {
content: "\ea19";
}
.fd-minimal-down::before {
content: "\ea1a";
}
.fd-tail-down::before {
content: "\ea1b";
}
.fd-settings-gear-64::before {
content: "\ea1c";
}
.fd-settings::before {
content: "\ea1d";
}
.fd-menu-dots::before {
content: "\ea1e";
}
.fd-funnel-40::before {
content: "\ea20";
}
.fd-filter::before {
content: "\ea21";
}
.fd-preferences-circle::before {
content: "\ea22";
}
.fd-check-2::before {
content: "\ea23";
}
.fd-cart-simple::before {
content: "\ea24";
}
.fd-cart-9::before {
content: "\ea25";
}
.fd-card-update::before {
content: "\ea26";
}
.fd-basket::before {
content: "\ea27";
}
.fd-check-circle-07::before {
content: "\ea28";
}
.fd-simple-remove::before {
content: "\ea29";
}
.fd-circle-remove::before {
content: "\ea2a";
}
.fd-alert-circle-exc::before {
content: "\ea2b";
}
.fd-bug::before {
content: "\ea2c";
}
.fd-share-66::before {
content: "\ea2d";
}
.fd-time::before {
content: "\ea2f";
}
.fd-coffee::before {
content: "\ea30";
}
.fd-smile::before {
content: "\ea31";
}
.fd-sad::before {
content: "\ea32";
}
.fd-broken-heart::before {
content: "\ea33";
}
.fd-pin-3::before {
content: "\ea35";
}
.fd-marker-3::before {
content: "\ea36";
}
.fd-globe-2::before {
content: "\ea37";
}
.fd-world-2::before {
content: "\ea38";
}
.fd-phone-2::before {
content: "\ea39";
}
.fd-check-square-11::before {
content: "\ea3a";
}
.fd-wallet-90::before {
content: "\ea3b";
}
.fd-credit-card::before {
content: "\ea3c";
}
.fd-payment::before {
content: "\ea3d";
}
.fd-tag::before {
content: "\ea3e";
}
.fd-tag-cut::before {
content: "\ea3f";
}
.fd-tag-content::before {
content: "\ea40";
}
.fd-flag-diagonal-33::before {
content: "\ea41";
}
.fd-triangle-right-17::before {
content: "\ea47";
}
.fd-puzzle-10::before {
content: "\ea48";
}
.fd-triangle-right-17-2::before {
content: "\ea49";
}
.fd-btn-play::before {
content: "\ea4a";
}
.fd-btn-play-2::before {
content: "\ea4b";
}
.fd-menu-34::before {
content: "\ea4c";
}
.fd-menu-left-2::before {
content: "\ea4d";
}
.fd-heart-2-2::before {
content: "\ea4e";
}
.fd-l-settings::before {
content: "\ea51";
}
.fd-book-open-2::before {
content: "\ea52";
}
.fd-layers-3::before {
content: "\ea53";
}
.fd-google::before {
content: "\ea57";
}
.fd-logo-pinterest::before {
content: "\ea58";
}
.fd-logo-dribbble::before {
content: "\ea5a";
}
.fd-tablet-mobile::before {
content: "\ea5b";
}
.fd-house-search-engine::before {
content: "\ea5c";
}
.fd-house-pricing::before {
content: "\ea5d";
}
.fd-pulse-chart::before {
content: "\ea5e";
}
.fd-plug::before {
content: "\ea5f";
}
.fd-app-store::before {
content: "\ea60";
}
.fd-power-level::before {
content: "\ea61";
}
.fd-window-add::before {
content: "\ea62";
}
.fd-form::before {
content: "\ea63";
}
.fd-folder-15::before {
content: "\ea64";
}
.fd-lock::before {
content: "\ea65";
}
.fd-unlocked::before {
content: "\ea66";
}
.fd-e-reader::before {
content: "\ea67";
}
.fd-layout-grid::before {
content: "\ea68";
}
.fd-single-copies::before {
content: "\ea69";
}
.fd-bag::before {
content: "\ea6a";
}
.fd-shield::before {
content: "\ea6b";
}
.fd-security::before {
content: "\ea6c";
}
.fd-system-update::before {
content: "\ea6d";
}
.fd-privacy::before {
content: "\ea6e";
}
.fd-translation::before {
content: "\ea6f";
}
.fd-credit-locked::before {
content: "\ea70";
}
.fd-apartment::before {
content: "\ea71";
}
.fd-eye-17::before {
content: "\ea72";
}
.fd-bookmark-2::before {
content: "\ea73";
}
.fd-pantone::before {
content: "\ea74";
}
.fd-trash-simple::before {
content: "\ea75";
}
.fd-phone-call-end::before {
content: "\ea76";
}
.fd-phone-call::before {
content: "\ea77";
}
.fd-call-doctor::before {
content: "\ea78";
}
.fd-swap-vertical::before {
content: "\ea79";
}
.fd-swap-horizontal::before {
content: "\ea7a";
}
.fd-simple-add::before {
content: "\ea7b";
}
.fd-reload::before {
content: "\ea7c";
}
.fd-loop-83::before {
content: "\ea7d";
}
.fd-c-question::before {
content: "\ea7e";
}
.fd-alert::before {
content: "\ea7f";
}
.fd-cloud-download-93::before {
content: "\ea80";
}
.fd-migration::before {
content: "\ea81";
}
.fd-cloud-upload-96::before {
content: "\ea82";
}
.fd-archive::before {
content: "\ea83";
}
.fd-archive-content::before {
content: "\ea84";
}
.fd-calendar-60::before {
content: "\ea85";
}
.fd-opening-times::before {
content: "\ea86";
}
.fd-calendar-check-62::before {
content: "\ea87";
}
.fd-camera::before {
content: "\ea88";
}
.fd-ungroup::before {
content: "\ea89";
}
.fd-share-2::before {
content: "\ea8a";
}
.fd-world::before {
content: "\ea8b";
}
.fd-sound::before {
content: "\ea8c";
}
.fd-volume-mute::before {
content: "\ea8d";
}
.fd-sound-wave::before {
content: "\ea8e";
}
.fd-preferences-circle-rotate::before {
content: "\ea8f";
}
.fd-link-72::before {
content: "\ea90";
}
.fd-link-broken-70::before {
content: "\ea91";
}
.fd-link-69::before {
content: "\ea92";
}
.fd-newsletter::before {
content: "\ea93";
}
.fd-trend-up::before {
content: "\ea94";
}
.fd-trend-down::before {
content: "\ea95";
}
.fd-c-info::before {
content: "\ea96";
}
.fd-shape-arrow::before {
content: "\ea97";
}
.fd-circle-simple-up::before {
content: "\ea98";
}
.fd-circle-simple-right::before {
content: "\ea99";
}
.fd-circle-simple-left::before {
content: "\ea9a";
}
.fd-circle-simple-down::before {
content: "\ea9b";
}
.fd-check-circle-08::before {
content: "\ea9c";
}
.fd-circle-add::before {
content: "\ea9d";
}
.fd-zoom-in::before {
content: "\ea9e";
}
.fd-zoom-out::before {
content: "\ea9f";
}
.fd-zoom-2::before {
content: "\eaa0";
}
.fd-a-star::before {
content: "\eaa1";
}
.fd-a-security::before {
content: "\eaa2";
}
.fd-a-add::before {
content: "\eaa3";
}
.fd-data-download::before {
content: "\eaa4";
}
.fd-data-upload::before {
content: "\eaa5";
}
.fd-attach-87-1::before {
content: "\eaa6";
}
.fd-print::before {
content: "\eaa7";
}
.fd-round-dollar::before {
content: "\eaa8";
}
.fd-currency-dollar::before {
content: "\eaa9";
}
.fd-select-84::before {
content: "\eaaa";
}
.fd-chat-round-content::before {
content: "\eaab";
}
.fd-chat-round::before {
content: "\eaac";
}
.fd-chat-33::before {
content: "\eaad";
}
.fd-chat-content::before {
content: "\eaae";
}
.fd-sun::before {
content: "\eaaf";
}
.fd-moon::before {
content: "\eab0";
}
.fd-code::before {
content: "\eab1";
}
.fd-lightning::before {
content: "\eab2";
}
.fd-camera-flash::before {
content: "\eab3";
}
.fd-edit-brightness::before {
content: "\eab4";
}
.fd-a-remove::before {
content: "\eab5";
}
.fd-a-delete::before {
content: "\eab6";
}
.fd-dock-top::before {
content: "\eab7";
}
.fd-board-2::before {
content: "\eab8";
}
.fd-corner-left-round::before {
content: "\eab9";
}
.fd-bulb-63::before {
content: "\eaba";
}
.fd-document::before {
content: "\eabb";
}
.fd-chart-growth::before {
content: "\eabd";
}
.fd-logout::before {
content: "\eabe";
}
.fd-key-26::before {
content: "\eabf";
}
.fd-bag-09::before {
content: "\eac0";
}
.fd-basket-simple::before {
content: "\eac1";
}
.fd-basket-simple-add::before {
content: "\eac2";
}
.fd-cursor-48::before {
content: "\eac3";
}
.fd-microphone::before {
content: "\eac4";
}
.fd-notification-69::before {
content: "\eac5";
}
.fd-pc::before {
content: "\eac6";
}
.fd-phone-camera-front::before {
content: "\eac7";
}
.fd-p-check::before {
content: "\eac8";
}
.fd-e-reader-1::before {
content: "\eac9";
}
.fd-microsoft::before {
content: "\eaca";
}
.fd-layout-11::before {
content: "\eacb";
}
.fd-row-table::before {
content: "\eacc";
}
.fd-shape-star::before {
content: "\eacd";
}
.fd-star::before {
content: "\eacf";
}
.fd-js-console::before {
content: "\ead0";
}
.fd-folder-chart-bar::before {
content: "\ead1";
}
.fd-chart-bars::before {
content: "\ead2";
}
.fd-chart-bar-32::before {
content: "\ead3";
}
.fd-menu-right::before {
content: "\ead4";
}
.fd-diag-top-left::before {
content: "\ead5";
}
.fd-gps::before {
content: "\ead6";
}
.fd-double-right::before {
content: "\ead7";
}
.fd-double-left::before {
content: "\ead8";
}
.fd-energy::before {
content: "\ead9";
}
.fd-flame::before {
content: "\eada";
}
.fd-like-2::before {
content: "\eadb";
}
.fd-thumb-down::before {
content: "\eadc";
}
.fd-tool-hand::before {
content: "\eadd";
}
.fd-screen-touch::before {
content: "\eade";
}
.fd-stretch::before {
content: "\eadf";
}
.fd-pinch::before {
content: "\eae0";
}
.fd-move-05::before {
content: "\eae1";
}
.fd-upload-data::before {
content: "\eae2";
}
.fd-music-note::before {
content: "\eae3";
}
.fd-spaceship::before {
content: "\eae4";
}
.fd-send-2::before {
content: "\eae5";
}
.fd-send-1::before {
content: "\eae6";
}
.fd-wifi::before {
content: "\eae7";
}
.fd-server-rack::before {
content: "\eae8";
}
.fd-dresser-3::before {
content: "\eae9";
}
.fd-cloud-25::before {
content: "\eaea";
}
.fd-database::before {
content: "\eaeb";
}
.fd-file-archive::before {
content: "\eaec";
}
.fd-file-download-3::before {
content: "\eaed";
}
.fd-drawer::before {
content: "\eaee";
}
.fd-block::before {
content: "\eaef";
}
.fd-calculator::before {
content: "\eaf0";
}
.fd-wand-11::before {
content: "\eaf1";
}
.fd-cupcake::before {
content: "\eaf2";
}
.fd-muffin::before {
content: "\eaf3";
}
.fd-popcorn::before {
content: "\eaf4";
}
.fd-video::before {
content: "\eaf5";
}
.fd-shuffle-98::before {
content: "\eaf6";
}
.fd-bill::before {
content: "\eaf7";
}
.fd-receipt-list-43::before {
content: "\eaf8";
}
.fd-signal-2::before {
content: "\eaf9";
}
.fd-book::before {
content: "\eafa";
}
.fd-agenda-bookmark::before {
content: "\eafb";
}
.fd-books::before {
content: "\eafc";
}
.fd-book-open-2-1::before {
content: "\eafd";
}
.fd-pencil-47::before {
content: "\eafe";
}
.fd-chef-hat::before {
content: "\eaff";
}
.fd-simple-delete::before {
content: "\eb00";
}
.fd-logo-linkedin::before {
content: "\eb01";
}
.fd-logo-facebook::before {
content: "\eb02";
}
.fd-logo-fb-simple-1::before {
content: "\eb03";
}
.fd-logo-twitter-1::before {
content: "\eb04";
}
.fd-logo-instagram-1::before {
content: "\eb05";
}
.fd-logo-pinterest-1::before {
content: "\eb06";
}
.fd-box-3d-50::before {
content: "\eb07";
}
.fd-delivery::before {
content: "\eb08";
}
.fd-h-dashboard::before {
content: "\eb09";
}
.fd-power-level-1::before {
content: "\eb0a";
}
.fd-time-3-1::before {
content: "\eb0b";
}
.fd-hourglass::before {
content: "\eb0c";
}
.fd-biochemistry::before {
content: "\eb0d";
}
.fd-cpu::before {
content: "\eb0e";
}
.fd-ai::before {
content: "\eb0f";
}
.fd-app-store-1::before {
content: "\eb10";
}
.fd-questionnaire::before {
content: "\eb11";
}
.fd-bicep::before {
content: "\eb12";
}
.fd-expand::before {
content: "\eb13";
}
.fd-transform-2d::before {
content: "\eb14";
}
.fd-maximize::before {
content: "\eb15";
}
.fd-window-maximize::before {
content: "\eb16";
}
.fd-floor::before {
content: "\eb17";
}
.fd-floors::before {
content: "\eb18";
}
.fd-water-surface::before {
content: "\eb19";
}
.fd-wallet-43::before {
content: "\eb1a";
}
.fd-analytics-88::before {
content: "\eb1b";
}
.fd-favourite-add-32::before {
content: "\eb1c";
}
.fd-survey::before {
content: "\eb1d";
}
.fd-face-recognition::before {
content: "\eb1e";
}.fbth-creative-btn-wrap {
display: inline-block;
--fbth-ctv-btn-bg-clr: #fff;
--fbth-ctv-btn-bg-hvr-clr: #4243DC;
--fbth-ctv-btn-border-clr: #4243DC;
--fbth-ctv-btn-border-hvr-clr: #4243DC;
--fbth-ctv-btn-txt-clr: #4243DC;
--fbth-ctv-btn-txt-hvr-clr: #fff;
}
.fbth-creative-btn-wrap .fbth-creative-btn {
position: relative;
z-index: 0;
display: inline-block;
padding: 15px 25px;
max-width: 100%;
border-color: var(--fbth-ctv-btn-border-clr);
border-radius: 5px;
background: var(--fbth-ctv-btn-bg-clr);
color: var(--fbth-ctv-btn-txt-clr);
text-align: center;
text-decoration: none;
font-size: 14px;
line-height: 1;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fbth-creative-btn-wrap .fbth-creative-btn:hover {
border-color: var(--fbth-ctv-btn-border-hvr-clr);
background: var(--fbth-ctv-btn-bg-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--estilo {
padding: 25px 80px;
border-width: 3px;
border-style: solid;
border-radius: 0;
cursor: pointer;
}
.fbth-creative-btn-wrap .fbth-stl--estilo:after {
position: absolute;
z-index: -1;
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: "";
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fbth-creative-btn-wrap .fbth-stl--estilo:active,
.fbth-creative-btn-wrap .fbth-stl--estilo:hover {
background: var(--fbth-ctv-btn-bg-clr);
color: var(--fbth-ctv-btn-txt-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--dissolve:after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--dissolve:active,
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--dissolve:hover,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen:hover,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen:active,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen:hover {
color: var(--fbth-ctv-btn-txt-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--dissolve:active:after,
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--dissolve:hover:after {
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-down:after {
top: 0;
left: 0;
width: 100%;
height: 0;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-down:active:after,
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-down:hover:after {
height: 100%;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-right:after {
top: 0;
left: 0;
width: 0;
height: 100%;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-right:active:after,
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-right:hover:after {
width: 100%;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--cross-slider,
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-x,
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-y {
overflow: hidden;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-x:after {
top: 50%;
left: 50%;
width: 0;
height: 103%;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-x:hover:after {
width: 90%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-x:active:after {
width: 101%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--cross-slider:after {
top: 50%;
left: 50%;
width: 100%;
height: 0;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--cross-slider:hover:after {
height: 260%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--cross-slider:active:after {
height: 400%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-y:after {
top: 50%;
left: 50%;
width: 101%;
height: 0;
opacity: 0;
-webkit-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-y:hover:after {
height: 75%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo.fbth-eft--slide-y:active:after {
height: 130%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--estilo,
.fbth-creative-btn-wrap .fbth-stl--iconica,
.fbth-creative-btn-wrap .fbth-stl--symbolab {
display: inline-block;
overflow: hidden;
outline: none;
background: var(--fbth-ctv-btn-bg-clr);
color: var(--fbth-ctv-btn-txt-clr);
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab {
border-width: 3px;
border-style: solid;
padding: 25px 80px;
border-radius: 50px;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--wapasha:hover,
.fbth-creative-btn-wrap .fbth-stl--symbolab:active,
.fbth-creative-btn-wrap .fbth-stl--symbolab:hover {
background: var(--fbth-ctv-btn-bg-hvr-clr);
color: var(--fbth-ctv-btn-txt-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--symbolab > i {
position: absolute;
top: 50%;
-webkit-transition: left 0.3s, right 0.3s;
transition: left 0.3s, right 0.3s;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-in-right i {
left: 130%;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-in-right:active i,
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-in-right:hover i {
left: 80%;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-in-left i {
left: -50%;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-in-left:active i,
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-in-left:hover i {
left: 10%;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-out-right i {
left: 70%;
opacity: 0;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-out-right:active i,
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-out-right:hover i {
left: 80%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-out-left i {
left: 30%;
opacity: 0;
}
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-out-left:active i,
.fbth-creative-btn-wrap .fbth-stl--symbolab.fbth-eft--back-out-left:hover i {
left: 10%;
opacity: 1;
}
.fbth-creative-btn-wrap .fbth-stl--iconica {
padding: 0 !important;
border-radius: 0;
cursor: pointer;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fbth-creative-btn-wrap .fbth-stl--iconica:active,
.fbth-creative-btn-wrap .fbth-stl--iconica:hover {
border-color: var(--fbth-ctv-btn-border-hvr-clr);
background: var(--fbth-ctv-btn-bg-hvr-clr);
color: var(--fbth-ctv-btn-txt-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--iconica > span {
display: inline-block;
padding: 25px 80px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fbth-creative-btn-wrap .fbth-stl--iconica > i {
position: absolute;
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-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
height: 100%;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-down:hover > span {
-webkit-transform: translateY(300%);
-ms-transform: translateY(300%);
transform: translateY(300%);
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-down > i {
top: -100%;
left: 0;
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-down:hover > i,
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-top:hover > i {
top: 0;
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-top:hover > span {
-webkit-transform: translateY(-300%);
-ms-transform: translateY(-300%);
transform: translateY(-300%);
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-top > i {
top: 100%;
left: 0;
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-right:hover > span {
-webkit-transform: translateX(200%);
-ms-transform: translateX(200%);
transform: translateX(200%);
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-right > i {
top: 0;
left: -100%;
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-left:hover > i,
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-right:hover > i {
left: 0;
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-left:hover > span {
-webkit-transform: translateX(-200%);
-ms-transform: translateX(-200%);
transform: translateX(-200%);
}
.fbth-creative-btn-wrap .fbth-stl--iconica.fbth-eft--slide-in-left > i {
top: 0;
left: 100%;
}
.fbth-creative-btn-wrap .fbth-stl--iconica,
.fbth-creative-btn-wrap .fbth-stl--montino {
border-width: 3px;
border-style: solid;
border-color: var(--fbth-ctv-btn-border-clr);
}
.fbth-creative-btn-wrap .fbth-stl--montino:active,
.fbth-creative-btn-wrap .fbth-stl--montino:hover {
border-color: var(--fbth-ctv-btn-border-hvr-clr);
color: var(--fbth-ctv-btn-txt-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona {
z-index: 1;
overflow: hidden;
padding: 0 !important;
outline: none;
border-radius: 0;
background: var(--fbth-ctv-btn-bg-clr);
cursor: pointer;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona > span {
padding: 25px 80px;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona > span {
display: block;
vertical-align: middle;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona::after {
position: absolute;
top: 0;
left: 0;
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: attr(data-text);
opacity: 0;
-webkit-transform: translate(0, 25%);
-ms-transform: translate(0, 25%);
transform: translate(0, 25%);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona:hover > span {
opacity: 0;
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--winona:hover::after {
opacity: 1;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen::before {
position: absolute;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
height: 100%;
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: attr(data-text);
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
padding: 25px 80px;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen::before,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen::before,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen > span {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen > span {
display: block;
padding: 25px 80px;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen:hover::before {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen:hover::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen:hover::before,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--rayen:hover > span {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen {
z-index: 1;
overflow: hidden;
padding: 25px 80px;
outline: none;
border-radius: 0;
background: var(--fbth-ctv-btn-bg-clr);
cursor: pointer;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen::before {
position: absolute;
bottom: 100%;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen::before {
background: var(--fbth-ctv-btn-bg-hvr-clr);
opacity: 0.7;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina:hover {
background: var(--fbth-ctv-btn-bg-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--aylen:hover::after {
-webkit-transition-delay: 0.175s;
transition-delay: 0.175s;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--wapasha {
z-index: 1;
padding: 25px 80px;
outline: none;
border-width: 0;
border-radius: 0;
background: var(--fbth-ctv-btn-bg-clr);
cursor: pointer;
--fbth-ctv-btn-bg-clr: #4243DC;
--fbth-ctv-btn-bg-hvr-clr: #fff;
--fbth-ctv-btn-border-clr: #fff;
--fbth-ctv-btn-border-hvr-clr: #4243DC;
--fbth-ctv-btn-txt-clr: #fff;
--fbth-ctv-btn-txt-hvr-clr: #4243DC;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--wapasha::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
border-width: 2px;
border-style: solid;
border-radius: inherit;
content: "";
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
-webkit-transform: scale3d(0.6, 0.6, 1);
transform: scale3d(0.6, 0.6, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--wapasha:hover::before {
border-color: var(--fbth-ctv-btn-border-hvr-clr);
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina {
overflow: hidden;
padding: 25px 80px;
background: var(--fbth-ctv-btn-bg-clr);
color: var(--fbth-ctv-btn-txt-clr);
-webkit-transition: background 0.3s;
transition: background 0.3s;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::before,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina::before,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina > span {
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina > span {
display: inline-block;
color: var(--fbth-ctv-btn-txt-clr);
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::before,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina::before {
position: absolute;
top: 0;
left: 0;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina::before {
padding: 25px 80px;
content: attr(data-text);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina:hover::before {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--nina:hover > span {
color: var(--fbth-ctv-btn-txt-hvr-clr);
opacity: 1;
-webkit-transition-delay: var(--delay, 0.045s);
transition-delay: var(--delay, 0.045s);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman {
padding: 25px 80px;
border-width: 0;
background: var(--fbth-ctv-btn-bg-hvr-clr);
--fbth-ctv-btn-bg-clr: #4243DC;
--fbth-ctv-btn-bg-hvr-clr: #fff;
--fbth-ctv-btn-border-clr: #fff;
--fbth-ctv-btn-border-hvr-clr: #4243DC;
--fbth-ctv-btn-txt-clr: #fff;
--fbth-ctv-btn-txt-hvr-clr: #4243DC;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::after,
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::before {
z-index: -1;
border-radius: inherit;
content: "";
pointer-events: none;
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::before {
width: 100%;
height: 100%;
border-width: 2px;
border-style: solid;
border-color: var(--fbth-ctv-btn-border-hvr-clr);
opacity: 0;
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman::after {
width: 100%;
height: 100%;
background: var(--fbth-ctv-btn-bg-clr);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman:hover::before {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--antiman:hover::after {
opacity: 0;
-webkit-transform: scale3d(0.8, 0.8, 1);
transform: scale3d(0.8, 0.8, 1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--sacnite {
overflow: hidden;
padding: 25px 80px;
background: var(--fbth-ctv-btn-bg-clr);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--sacnite::before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
border-radius: inherit;
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: "";
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--sacnite:hover::before {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.fbth-creative-btn-wrap .fbth-stl--montino.fbth-eft--sacnite > span {
pointer-events: none;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa {
padding: 25px 80px;
color: var(--fbth-ctv-btn-txt-clr);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa:active,
.fbth-creative-btn-wrap .fbth-stl--hermosa:hover {
color: var(--fbth-ctv-btn-txt-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa::after,
.fbth-creative-btn-wrap .fbth-stl--hermosa::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--expandable {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
overflow: hidden;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
padding: 20px 25px;
border-width: 2px;
border-style: solid;
border-radius: 0;
background: var(--fbth-ctv-btn-bg-clr);
color: var(--fbth-ctv-btn-txt-clr);
font-weight: 700;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--expandable span {
position: relative;
display: inline-block;
overflow: hidden;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--expandable span.text {
width: 0;
white-space: nowrap;
-webkit-transition: width 0.2s;
transition: width 0.2s;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--expandable:hover span.text {
margin-right: 10px;
width: auto;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--upward {
overflow: hidden;
border-width: 2px;
border-style: solid;
border-radius: 3em;
font-weight: 700;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--upward span {
position: relative;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie::before,
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--upward::before {
background: var(--fbth-ctv-btn-bg-clr);
content: "";
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1),
-webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--upward:hover::before {
-webkit-transform: translate(0, -100%);
-ms-transform: translate(0, -100%);
transform: translate(0, -100%);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie {
overflow: hidden;
padding: 25px 80px;
border-width: 2px;
border-style: solid;
font-weight: 500;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie span {
position: relative;
display: block;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie > span,
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie > span > span {
overflow: hidden;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie:hover > span > span {
-webkit-animation: HaCtvBtn_Newbie_MoveUpInitial 0.2s forwards,
HaCtvBtn_Newbie_MoveUpEnd 0.2s forwards 0.2s;
animation: HaCtvBtn_Newbie_MoveUpInitial 0.2s forwards,
HaCtvBtn_Newbie_MoveUpEnd 0.2s forwards 0.2s;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie::before {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--newbie:hover::before {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--render {
overflow: hidden;
border-width: 2px;
border-style: solid;
border-color: var(--fbth-ctv-btn-border-clr);
border-radius: 0.5em;
background: var(--fbth-ctv-btn-bg-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--render > span {
position: relative;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--render::before {
left: -10%;
width: 120%;
background: var(--fbth-ctv-btn-bg-clr);
content: "";
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1),
-webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
-webkit-transform: skew(30deg);
-ms-transform: skew(30deg);
transform: skew(30deg);
}
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--downhill:hover
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--downhill:active,
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--exploit:hover
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--exploit:active,
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--render:hover
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--render:active {
border-color: var(--fbth-ctv-btn-border-hvr-clr);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--render:hover::before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
box-sizing: border-box;
padding: 1.5em 3em;
width: 175px;
height: 120px;
background: 0 0;
--fbth-ctv-btn-bg-clr: #4243DC;
--fbth-ctv-btn-bg-hvr-clr: #562dd4;
--fbth-ctv-btn-txt-clr: #fff;
--fbth-ctv-btn-txt-hvr-clr: #fff;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape::before {
background: var(--fbth-ctv-btn-bg-clr);
content: "";
-webkit-transition: background 0.5s ease,
-webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55),
background 0.5s ease;
transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55),
background 0.5s ease,
-webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
-webkit-clip-path: path(
"M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z"
);
clip-path: path(
"M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z"
);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape:hover::before {
background: var(--fbth-ctv-btn-bg-hvr-clr);
-webkit-clip-path: path(
"M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z"
);
clip-path: path(
"M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z"
);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape::after {
top: 5%;
z-index: -1;
width: 97%;
height: 86%;
border-width: 1px;
border-style: solid;
border-color: var(--fbth-ctv-btn-bg-clr);
border-radius: 58% 42% 55% 45%/56% 45% 55% 44%;
content: "";
-webkit-transition: -webkit-transform 0.5s
cubic-bezier(0.585, 2.5, 0.645, 0.55);
transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55),
-webkit-transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
-webkit-transform: rotate(-20deg);
-ms-transform: rotate(-20deg);
transform: rotate(-20deg);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape:hover::after {
border-color: var(--fbth-ctv-btn-bg-hvr-clr);
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape > span {
z-index: 1;
display: block;
-webkit-transition: -webkit-transform 0.3s ease;
transition: transform 0.3s ease;
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--reshape:hover span {
-webkit-transform: translate(0, -10px);
-ms-transform: translate(0, -10px);
transform: translate(0, -10px);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit {
overflow: hidden;
border-width: 2px;
border-style: solid;
border-color: var(--fbth-ctv-btn-border-clr);
border-radius: 0.85em;
background: var(--fbth-ctv-btn-bg-clr);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit > span {
position: relative;
z-index: 10;
display: block;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit:hover span {
-webkit-animation: HaCtvBtn_Exploit_MoveScaleUpInitial 0.3s forwards,
HaCtvBtn_Exploit_MoveScaleUpEnd 0.3s forwards 0.3s;
animation: HaCtvBtn_Exploit_MoveScaleUpInitial 0.3s forwards,
HaCtvBtn_Exploit_MoveScaleUpEnd 0.3s forwards 0.3s;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit::before {
top: -110%;
left: -10%;
padding-bottom: 120%;
width: 120%;
height: 0;
border-radius: 50%;
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: "";
-webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit::after,
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit:hover::before {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
-webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit:hover::before {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit::after {
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: "";
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--exploit:hover::after {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: 0.05s;
transition-duration: 0.05s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--downhill {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
overflow: hidden;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
box-sizing: border-box;
padding: 0;
width: 100px;
height: 100px;
border-width: 2px;
border-style: solid;
border-color: var(--fbth-ctv-btn-border-clr);
border-radius: 50%;
font-weight: 500;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--downhill span {
position: relative;
display: block;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--downhill > span {
overflow: hidden;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--downhill:hover > span > span {
-webkit-animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--downhill::before {
padding-bottom: 100%;
width: 100%;
height: 0;
border-radius: 50%;
background: var(--fbth-ctv-btn-bg-clr);
content: "";
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--downhill:hover::before {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom {
padding: 0 !important;
border-width: 0 !important;
background: 0 0;
--fbth-ctv-btn-bg-clr: #4243DC;
--fbth-ctv-btn-bg-hvr-clr: #fff;
--fbth-ctv-btn-txt-clr: #fff;
--fbth-ctv-btn-txt-hvr-clr: #4243DC;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom div,
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom:hover div::before {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
-webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom div {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
width: 100%;
height: 100%;
border-width: 2px;
border-style: solid;
border-color: var(--fbth-ctv-btn-border-clr);
border-radius: 0.85em;
background: var(--fbth-ctv-btn-bg-clr);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom:hover div {
border-color: var(--fbth-ctv-btn-border-hvr-clr);
-webkit-transform: scale3d(1.2, 1.2, 1);
transform: scale3d(1.2, 1.2, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom div::after,
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom div::before {
position: absolute;
background: var(--fbth-ctv-btn-bg-hvr-clr);
content: "";
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom div::before {
top: 50%;
left: 50%;
padding-bottom: 110%;
width: 110%;
height: 0;
border-radius: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom:hover div::before {
-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom div::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom:hover div::after {
opacity: 1;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
-webkit-transition-duration: 0.01s;
transition-duration: 0.01s;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--bloom span {
position: relative;
display: block;
padding: 1.5em 3em;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
padding: 0;
width: 120px;
height: 120px;
border-width: 0 !important;
background: 0 0;
font-weight: 700;
--fbth-ctv-btn-border-clr: #e8e8e8;
--fbth-ctv-btn-border-hvr-clr: #4243DC;
--fbth-ctv-btn-stroke-width: 1px;
--fbth-ctv-btn-txt-clr: #4243DC;
--fbth-ctv-btn-txt-hvr-clr: #4243DC;
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup .progress {
position: absolute;
top: 50%;
left: 50%;
width: calc(120px - ((120px / 100) * 20));
height: calc(120px - ((120px / 100) * 20));
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1),
-webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup:hover .progress {
-webkit-transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup .progress__circle {
fill: none;
stroke: var(--fbth-ctv-btn-border-clr);
stroke-width: var(--fbth-ctv-btn-stroke-width, 1px);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup .progress__path {
fill: none;
stroke-width: var(--fbth-ctv-btn-stroke-width, 1px);
}
.fbth-creative-btn-wrap
.fbth-stl--hermosa.fbth-eft--roundup:focus-visible
.progress__circle {
fill: rgba(252, 196, 63, 0.4);
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup .progress__path {
-webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
stroke: var(--fbth-ctv-btn-border-hvr-clr);
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
.fbth-creative-btn-wrap .fbth-stl--hermosa.fbth-eft--roundup:hover .progress__path {
stroke-dashoffset: 0;
}
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpInitial {
to {
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
}
}
@keyframes HaCtvBtn_Newbie_MoveUpInitial {
to {
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
}
}
@-webkit-keyframes HaCtvBtn_Newbie_MoveUpEnd {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes HaCtvBtn_Newbie_MoveUpEnd {
0% {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
to {
opacity: 0;
-webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
}
}
@keyframes HaCtvBtn_Exploit_MoveScaleUpInitial {
to {
opacity: 0;
-webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
}
}
@-webkit-keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes HaCtvBtn_Exploit_MoveScaleUpEnd {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}.fbth-link-hover {
font-size: 16px;
--color-bg: #fff;
--color-link: #1352d1;
--color-link-hover: #1352d1;
--color-number: #999;
--color-text: #111;
}
.fbth-link-hover *,
.fbth-link-hover ::after,
.fbth-link-hover ::before {
box-sizing: border-box;
}
.fbth-link-hover a {
outline: none;
color: var(--color-link);
text-decoration: none;
}
.fbth-link-hover a:hover {
outline: none;
color: var(--color-link-hover);
}
.fbth-link-hover a:focus {
outline: none;
background: #d3d3d3;
}
.fbth-link-hover a:focus:not(:focus-visible) {
background: 0 0;
}
.fbth-link-hover a:focus-visible {
outline: 2px solid red;
background: 0 0;
}
.fbth-link-hover .fbth_content__item {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
padding: 0;
}
.fbth-link-hover .fbth-link {
position: relative;
color: var(--color-text);
white-space: nowrap;
font-size: 18px;
font-family: "Roboto", sans-serif;
cursor: pointer;
}
.fbth-link-hover .fbth-link::after,
.fbth-link-hover .fbth-link::before {
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 1px;
background: currentColor;
pointer-events: none;
}
.fbth-link-hover .fbth-link::before {
content: "";
}
.fbth-link-hover .fbth-link--metis {
text-transform: lowercase;
}
.fbth-link-hover .fbth-link--io::after,
.fbth-link-hover .fbth-link--io::before,
.fbth-link-hover .fbth-link--metis::before {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-link-hover .fbth-link--metis::before {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.fbth-link-hover .fbth-link--io:hover::after,
.fbth-link-hover .fbth-link--io:hover::before,
.fbth-link-hover .fbth-link--metis:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-link-hover .fbth-link--io::after,
.fbth-link-hover .fbth-link--io::before {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1),
-webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.fbth-link-hover .fbth-link--io:hover::after,
.fbth-link-hover .fbth-link--io:hover::before {
-webkit-transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.fbth-link-hover .fbth-link--io::after {
top: calc(100% + 4px);
content: "";
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-link-hover .fbth-link--io:hover::after {
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-link-hover .fbth-link--thebe {
text-transform: uppercase;
}
.fbth-link-hover .fbth-link--thebe::before {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
-webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.fbth-link-hover .fbth-link--thebe:hover::before {
-webkit-transform: scale3d(1, 2, 1);
transform: scale3d(1, 2, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-link-hover .fbth-link--leda::before,
.fbth-link-hover .fbth-link--thebe::after,
.fbth-link-hover .fbth-link--thebe::before {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-link-hover .fbth-link--thebe::after {
content: "";
-webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
transition: transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1),
-webkit-transform 0.4s 0.1s cubic-bezier(0.2, 1, 0.8, 1);
top: calc(100% + 4px);
}
.fbth-link-hover .fbth-link--thebe:hover::after,
.fbth-link-hover .fbth-link--thebe:hover::before {
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.fbth-link-hover .fbth-link--leda {
overflow: hidden;
font-weight: 700;
line-height: 2;
}
.fbth-link-hover .fbth-link--leda::before {
top: calc(100% - 5px);
height: 2px;
}
.fbth-link-hover .fbth-link--leda:hover::before,
.fbth-link-hover .fbth-link--thebe:hover::after {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-link-hover .fbth-link--leda span,
.fbth-link-hover .fbth-link--leda::after,
.fbth-link-hover .fbth-link--leda::before {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
transition: transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1),
-webkit-transform 0.3s cubic-bezier(0.5, 0.5, 0.3, 1);
}
.fbth-link-hover .fbth-link--leda::after {
top: 0;
height: 100%;
background: 0 0;
content: attr(data-text);
-webkit-transform: translate3d(150%, 0, 0);
transform: translate3d(150%, 0, 0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-link-hover .fbth-link--leda:hover::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fbth-link-hover .fbth-link--leda span {
display: inline-block;
}
.fbth-link-hover .fbth-link--leda:hover span {
-webkit-transform: translate3d(-150%, 0, 0);
transform: translate3d(-150%, 0, 0);
}
.fbth-link-hover .fbth-link--ersa {
padding: 0 10px;
text-indent: 1px;
text-transform: uppercase;
letter-spacing: 1px;
}
.fbth-link-hover .fbth-link--ersa span,
.fbth-link-hover .fbth-link--ersa::before {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1),
-webkit-transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.fbth-link-hover .fbth-link--ersa::before {
top: 50%;
height: 2px;
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-link-hover .fbth-link--ersa:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-link-hover .fbth-link--ersa span {
display: inline-block;
}
.fbth-link-hover .fbth-link--ersa:hover span {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
.fbth-link-hover .fbth-link--elara::before {
-webkit-transition: -webkit-clip-path 0.3s,
-webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
-webkit-clip-path 0.3s,
-webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-clip-path: polygon(0% 0%,
0% 100%,
0 100%,
0 0,
100% 0,
100% 100%,
0 100%,
0 100%,
100% 100%,
100% 0%);
clip-path: polygon(0% 0%,
0% 100%,
0 100%,
0 0,
100% 0,
100% 100%,
0 100%,
0 100%,
100% 100%,
100% 0%);
}
.fbth-link-hover .fbth-link--elara:hover::before {
-webkit-transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
transform: translate3d(0, 2px, 0) scale3d(1.08, 3, 1);
-webkit-clip-path: polygon(0% 0%,
0% 100%,
50% 100%,
50% 0,
50% 0,
50% 100%,
50% 100%,
0 100%,
100% 100%,
100% 0%);
clip-path: polygon(0% 0%,
0% 100%,
50% 100%,
50% 0,
50% 0,
50% 100%,
50% 100%,
0 100%,
100% 100%,
100% 0%);
}
.fbth-link-hover .fbth-link--elara span {
display: inline-block;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1),
-webkit-transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.fbth-link-hover .fbth-link--elara:hover span {
-webkit-transform: translate3d(0, -2px, 0);
transform: translate3d(0, -2px, 0);
}
.fbth-link-hover .fbth-link--dia::after,
.fbth-link-hover .fbth-link--dia::before {
opacity: 0;
-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
transition-timing-function: cubic-bezier(0.2, 1, 0.8, 1);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transform: translate3d(0, 3px, 0);
transform: translate3d(0, 3px, 0);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.fbth-link-hover .fbth-link--dia:hover::after,
.fbth-link-hover .fbth-link--dia:hover::before {
opacity: 1;
-webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.2, 0, 0.3, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.fbth-link-hover .fbth-link--dia::after {
top: calc(100% + 4px);
left: 15%;
width: 70%;
content: "";
}
.fbth-link-hover .fbth-link--dia::before,
.fbth-link-hover .fbth-link--dia:hover::after {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.fbth-link-hover .fbth-link--dia:hover::before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.fbth-link-hover .fbth-link--kale {
text-transform: lowercase;
font-weight: 600;
}
.fbth-link-hover .fbth-link--kale::before {
top: 100%;
height: 10px;
opacity: 0;
}
.fbth-link-hover .fbth-link--kale:hover::before {
opacity: 1;
-webkit-animation: lineUp 0.3s ease forwards;
animation: lineUp 0.3s ease forwards;
}
@-webkit-keyframes lineUp {
0% {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
50% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
51% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
to {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
}
@keyframes lineUp {
0% {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
50% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
51% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
to {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
}
.fbth-link-hover .fbth-link--kale::after {
content: "";
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.fbth-link-hover .fbth-link--kale:hover::after {
opacity: 1;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.fbth-link-hover .fbth-link--carpo {
text-transform: uppercase;
font-weight: 700;
}
.fbth-link-hover .fbth-link--carpo::after,
.fbth-link-hover .fbth-link--carpo::before {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.fbth-link-hover .fbth-link--carpo::before {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.fbth-link-hover .fbth-link--carpo:hover::before {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.fbth-link-hover .fbth-link--carpo::after {
top: calc(100% + 4px);
content: "";
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.fbth-link-hover .fbth-link--carpo:hover::after {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
}
.fbth-link-hover .fbth-link--helike {
font-weight: 700;
}
.fbth-link-hover .fbth-link--helike:hover span {
-webkit-animation: glitchText 0.4s linear;
animation: glitchText 0.4s linear;
}
@-webkit-keyframes glitchText {
0% {
opacity: 1;
-webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
10% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
20% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
35% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
50% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
60% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
70% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
80% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
90% {
-webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
@keyframes glitchText {
0% {
opacity: 1;
-webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
-webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
}
10% {
-webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
}
20% {
-webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
}
35% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
}
50% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
}
60% {
-webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
}
70% {
-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
}
80% {
-webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
}
90% {
-webkit-transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
.fbth-link-hover .fbth-link--helike::before {
height: 2px;
opacity: 0;
}
.fbth-link-hover .fbth-link--helike:hover::before {
opacity: 1;
-webkit-animation: glitchLine 0.4s steps(2, start) forwards;
animation: glitchLine 0.4s steps(2, start) forwards;
}
@-webkit-keyframes glitchLine {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
20% {
-webkit-transform: translate3d(0, 4px, 0);
transform: translate3d(0, 4px, 0);
}
30% {
-webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
40% {
-webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
}
50% {
-webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
}
60% {
-webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
}
70% {
-webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
}
80% {
-webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
90% {
-webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
to {
opacity: 1;
}
}
@keyframes glitchLine {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
20% {
-webkit-transform: translate3d(0, 4px, 0);
transform: translate3d(0, 4px, 0);
}
30% {
-webkit-transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
40% {
-webkit-transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
}
50% {
-webkit-transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
}
60% {
-webkit-transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
}
70% {
-webkit-transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
}
80% {
-webkit-transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0;
}
90% {
-webkit-transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
}
to {
opacity: 1;
}
}
.fbth-link-hover .fbth-link--mneme {
text-transform: uppercase;
}
.fbth-link-hover .fbth-link--mneme::before {
top: 0;
height: 100%;
opacity: 0;
}
.fbth-link-hover .fbth-link--mneme:hover::before {
opacity: 1;
-webkit-animation: coverUp 0.3s ease forwards;
animation: coverUp 0.3s ease forwards;
}
@-webkit-keyframes coverUp {
0% {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
50% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
51% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
to {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
}
@keyframes coverUp {
0% {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
50% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
51% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
to {
-webkit-transform: scale3d(1, 0.045, 1);
transform: scale3d(1, 0.045, 1);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
}
}
.fbth-link-hover .fbth-link--mneme::after {
content: "";
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.fbth-link-hover .fbth-link--mneme:hover::after {
opacity: 0;
}
.fbth-link-hover .fbth-link--iocaste {
overflow: hidden;
padding: 7px 0;
}
.fbth-link-hover .fbth_link__graphic {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
fill: none;
stroke: currentColor;
stroke-width: 1px;
}
.fbth-link-hover .fbth_link__graphic--slide {
top: -3px;
-webkit-transition: -webkit-transform 0.7s;
transition: transform 0.7s;
transition: transform 0.7s, -webkit-transform 0.7s;
-webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
stroke-width: 2px;
}
.fbth-link-hover .fbth-link:hover .fbth_link__graphic--slide {
-webkit-transform: translate3d(-66.6%, 0, 0);
transform: translate3d(-66.6%, 0, 0);
}
.fbth-link-hover .fbth-link--herse {
font-weight: 700;
}
.fbth-link-hover .fbth-link--carme::before,
.fbth-link-hover .fbth-link--herse::before {
display: none;
}
.fbth-link-hover .fbth_link__graphic--stroke path {
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
.fbth-link-hover .fbth-link:hover .fbth_link__graphic--stroke path {
stroke-dashoffset: 0;
}
.fbth-link-hover .fbth_link__graphic--arc {
top: 73%;
left: -23%;
}
.fbth-link-hover .fbth_link__graphic--arc path {
-webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.fbth-link-hover .fbth-link:hover .fbth_link__graphic--arc path,
.fbth-link-hover .fbth-link:hover .fbth_link__graphic--scribble path {
-webkit-transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.fbth-link-hover .fbth_link__graphic--scribble {
top: 100%;
}
.fbth-link-hover .fbth_link__graphic--scribble path {
-webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
transition: stroke-dashoffset 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}
.fbth-link-hover .fbth-link--eirene {
font-weight: 700;
}
.fbth-link-hover .fbth-link--eirene::before {
height: 7px;
border-radius: 20px;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
transition: transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.fbth-link-hover .fbth-link--eirene:hover span,
.fbth-link-hover .fbth-link--eirene:hover::before {
-webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.fbth-link-hover .fbth-link--eirene:hover::before {
opacity: 1;
-webkit-transform: scale3d(1.2, 0.1, 1);
transform: scale3d(1.2, 0.1, 1);
}
.fbth-link-hover .fbth-link--eirene span {
display: inline-block;
-webkit-transition: -webkit-transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
transition: transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53),
-webkit-transform 0.2s 0.05s cubic-bezier(0.2, 0.57, 0.67, 1.53);
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
.fbth-link-hover .fbth-link--eirene:hover span {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}.container{
position: relative;
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media only screen and (min-width: 1350px) and (max-width: 3840px) {
.container{
max-width: 1320px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1349px) {
.container{
max-width: 1140px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.container{
max-width: 720px;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.container{
max-width: 390px;
}
}
.row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
width: 100%;
padding-right: 15px;
padding-left: 15px
}
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.col-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.col-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%
}
.col-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.order-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.order-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13
}
.order-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0
}
.order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
.order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2
}
.order-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3
}
.order-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4
}
.order-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5
}
.order-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6
}
.order-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7
}
.order-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8
}
.order-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9
}
.order-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10
}
.order-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11
}
.order-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12
}
.offset-1 {
margin-left: 8.333333%
}
.offset-2 {
margin-left: 16.666667%
}
.offset-3 {
margin-left: 25%
}
.offset-4 {
margin-left: 33.333333%
}
.offset-5 {
margin-left: 41.666667%
}
.offset-6 {
margin-left: 50%
}
.offset-7 {
margin-left: 58.333333%
}
.offset-8 {
margin-left: 66.666667%
}
.offset-9 {
margin-left: 75%
}
.offset-10 {
margin-left: 83.333333%
}
.offset-11 {
margin-left: 91.666667%
}
@media (min-width:576px) {
.col-sm {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-sm-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-sm-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-sm-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-sm-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-sm-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-sm-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-sm-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-sm-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-sm-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.col-sm-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-sm-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-sm-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.col-sm-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-sm-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-sm-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%
}
.col-sm-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-sm-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-sm-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.order-sm-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.order-sm-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13
}
.order-sm-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0
}
.order-sm-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
.order-sm-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2
}
.order-sm-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3
}
.order-sm-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4
}
.order-sm-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5
}
.order-sm-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6
}
.order-sm-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7
}
.order-sm-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8
}
.order-sm-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9
}
.order-sm-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10
}
.order-sm-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11
}
.order-sm-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12
}
.offset-sm-0 {
margin-left: 0
}
.offset-sm-1 {
margin-left: 8.333333%
}
.offset-sm-2 {
margin-left: 16.666667%
}
.offset-sm-3 {
margin-left: 25%
}
.offset-sm-4 {
margin-left: 33.333333%
}
.offset-sm-5 {
margin-left: 41.666667%
}
.offset-sm-6 {
margin-left: 50%
}
.offset-sm-7 {
margin-left: 58.333333%
}
.offset-sm-8 {
margin-left: 66.666667%
}
.offset-sm-9 {
margin-left: 75%
}
.offset-sm-10 {
margin-left: 83.333333%
}
.offset-sm-11 {
margin-left: 91.666667%
}
}
@media (min-width:768px) {
.col-md {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-md-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-md-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-md-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-md-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-md-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-md-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-md-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-md-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-md-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.col-md-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-md-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-md-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.col-md-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-md-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-md-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%
}
.col-md-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-md-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-md-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.order-md-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.order-md-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13
}
.order-md-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0
}
.order-md-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
.order-md-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2
}
.order-md-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3
}
.order-md-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4
}
.order-md-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5
}
.order-md-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6
}
.order-md-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7
}
.order-md-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8
}
.order-md-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9
}
.order-md-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10
}
.order-md-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11
}
.order-md-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12
}
.offset-md-0 {
margin-left: 0
}
.offset-md-1 {
margin-left: 8.333333%
}
.offset-md-2 {
margin-left: 16.666667%
}
.offset-md-3 {
margin-left: 25%
}
.offset-md-4 {
margin-left: 33.333333%
}
.offset-md-5 {
margin-left: 41.666667%
}
.offset-md-6 {
margin-left: 50%
}
.offset-md-7 {
margin-left: 58.333333%
}
.offset-md-8 {
margin-left: 66.666667%
}
.offset-md-9 {
margin-left: 75%
}
.offset-md-10 {
margin-left: 83.333333%
}
.offset-md-11 {
margin-left: 91.666667%
}
}
@media (min-width:992px) {
.col-lg {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-lg-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-lg-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-lg-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-lg-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-lg-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-lg-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-lg-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-lg-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-lg-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.col-lg-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-lg-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-lg-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.col-lg-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-lg-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-lg-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%
}
.col-lg-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-lg-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-lg-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.order-lg-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.order-lg-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13
}
.order-lg-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0
}
.order-lg-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
.order-lg-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2
}
.order-lg-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3
}
.order-lg-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4
}
.order-lg-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5
}
.order-lg-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6
}
.order-lg-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7
}
.order-lg-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8
}
.order-lg-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9
}
.order-lg-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10
}
.order-lg-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11
}
.order-lg-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12
}
.offset-lg-0 {
margin-left: 0
}
.offset-lg-1 {
margin-left: 8.333333%
}
.offset-lg-2 {
margin-left: 16.666667%
}
.offset-lg-3 {
margin-left: 25%
}
.offset-lg-4 {
margin-left: 33.333333%
}
.offset-lg-5 {
margin-left: 41.666667%
}
.offset-lg-6 {
margin-left: 50%
}
.offset-lg-7 {
margin-left: 58.333333%
}
.offset-lg-8 {
margin-left: 66.666667%
}
.offset-lg-9 {
margin-left: 75%
}
.offset-lg-10 {
margin-left: 83.333333%
}
.offset-lg-11 {
margin-left: 91.666667%
}
}
@media (min-width:1200px) {
.col-xl {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
-webkit-box-flex: 1;
flex-grow: 1;
max-width: 100%
}
.row-cols-xl-1>* {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.row-cols-xl-2>* {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.row-cols-xl-3>* {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.row-cols-xl-4>* {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.row-cols-xl-5>* {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%
}
.row-cols-xl-6>* {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-auto {
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
width: auto;
max-width: 100%
}
.col-xl-1 {
-ms-flex: 0 0 8.333333%;
-webkit-box-flex: 0;
flex: 0 0 8.333333%;
max-width: 8.333333%
}
.col-xl-2 {
-ms-flex: 0 0 16.666667%;
-webkit-box-flex: 0;
flex: 0 0 16.666667%;
max-width: 16.666667%
}
.col-xl-3 {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
.col-xl-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
.col-xl-5 {
-ms-flex: 0 0 41.666667%;
-webkit-box-flex: 0;
flex: 0 0 41.666667%;
max-width: 41.666667%
}
.col-xl-6 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%
}
.col-xl-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%
}
.col-xl-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%
}
.col-xl-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%
}
.col-xl-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%
}
.col-xl-11 {
-ms-flex: 0 0 91.666667%;
-webkit-box-flex: 0;
flex: 0 0 91.666667%;
max-width: 91.666667%
}
.col-xl-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%
}
.order-xl-first {
-ms-flex-order: -1;
-webkit-box-ordinal-group: 0;
order: -1
}
.order-xl-last {
-ms-flex-order: 13;
-webkit-box-ordinal-group: 14;
order: 13
}
.order-xl-0 {
-ms-flex-order: 0;
-webkit-box-ordinal-group: 1;
order: 0
}
.order-xl-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1
}
.order-xl-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2
}
.order-xl-3 {
-ms-flex-order: 3;
-webkit-box-ordinal-group: 4;
order: 3
}
.order-xl-4 {
-ms-flex-order: 4;
-webkit-box-ordinal-group: 5;
order: 4
}
.order-xl-5 {
-ms-flex-order: 5;
-webkit-box-ordinal-group: 6;
order: 5
}
.order-xl-6 {
-ms-flex-order: 6;
-webkit-box-ordinal-group: 7;
order: 6
}
.order-xl-7 {
-ms-flex-order: 7;
-webkit-box-ordinal-group: 8;
order: 7
}
.order-xl-8 {
-ms-flex-order: 8;
-webkit-box-ordinal-group: 9;
order: 8
}
.order-xl-9 {
-ms-flex-order: 9;
-webkit-box-ordinal-group: 10;
order: 9
}
.order-xl-10 {
-ms-flex-order: 10;
-webkit-box-ordinal-group: 11;
order: 10
}
.order-xl-11 {
-ms-flex-order: 11;
-webkit-box-ordinal-group: 12;
order: 11
}
.order-xl-12 {
-ms-flex-order: 12;
-webkit-box-ordinal-group: 13;
order: 12
}
.offset-xl-0 {
margin-left: 0
}
.offset-xl-1 {
margin-left: 8.333333%
}
.offset-xl-2 {
margin-left: 16.666667%
}
.offset-xl-3 {
margin-left: 25%
}
.offset-xl-4 {
margin-left: 33.333333%
}
.offset-xl-5 {
margin-left: 41.666667%
}
.offset-xl-6 {
margin-left: 50%
}
.offset-xl-7 {
margin-left: 58.333333%
}
.offset-xl-8 {
margin-left: 66.666667%
}
.offset-xl-9 {
margin-left: 75%
}
.offset-xl-10 {
margin-left: 83.333333%
}
.offset-xl-11 {
margin-left: 91.666667%
}
}
.text-center{
text-align: center;
}
.d-flex{
display: flex;
}
.justify-content-center{
justify-content: center;
}
.justify-content-end{
justify-content: flex-end;
}
.justify-content-start{
justify-content: flex-start;
}
.justify-content-between{
justify-content:space-between;
}
.align-items-baseline{
align-items: baseline;
}
.align-items-center{
align-items: center;
}
.align-items-start{
align-items: flex-start;
}
.align-items-end{
align-items: flex-end;
}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-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(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.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{-ms-touch-action:pan-y;touch-action:pan-y;-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}.owl-carousel .animated{animation-duration:1s;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 .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.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(//www.wasimp.com/wp-content/plugins/finest-core/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s 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-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s 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: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-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:before,
.slick-track:after
{
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;
}html,
body {
margin: 0px;
padding: 0px;
}
p {
margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0px;
}
a {
text-decoration: none;
}
ul li {
list-style: none;
} .service-icon {
display: inline-block;
}
.service-title-icon {
display: flex;
align-items: center;
}
.service-style-three .service-title-icon.title-bottom {
justify-content: flex-start;
}
.service-style-three .service-title-icon.title-top {
justify-content: space-between;
}
.service-thumbnail-img {
position: relative;
overflow: hidden;
}
.service-thumbnail-img {
position: relative;
}
.service-style-five .service-title-icon-box {
position: absolute;
bottom: 0;
transition: all 0.4s ease-in-out;
transform: translateY(65px);
-webkit-transform: translateY(65px);
-moz-transform: translateY(65px);
-ms-transform: translateY(65px);
-o-transform: translateY(65px);
}
.cs-widget-item.service-style-five:hover .service-title-icon-box {
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
}
.service-icon {
display: inline-flex;
justify-content: center;
align-items: center;
}
.service-style-four .service-title-icon-box {
position: absolute;
bottom: 0;
width: 100%;
z-index: 5;
}
.service-style-four .service-title-icon {
justify-content: space-between;
}
.service-style-four .service-thumbnail-img {
position: relative;
}
.service-style-four {
transition: all 0.3s ease-in-out;
}
.service-style-four .service-thumbnail-img:after {
position: absolute;
content: "";
width: 100%;
height: 70%;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(23, 26, 31, 0) 0%, #161ff4 69.27%);
transition: all 0.3s ease-in-out;
}
.service-style-four:hover .service-thumbnail-img:after {
background: #032bff;
height: 100%;
}
.service-style-one .cs-btn-wrap,
.service-style-three .cs-btn-wrap {
overflow: hidden;
}
.service-style-one .cs-btn-wrap:hover span.btn-icon svg,
.service-style-three .cs-btn-wrap:hover span.btn-icon svg {
transform: translate(25px, -25px);
transition: all 0.4s ease-in-out;
}
.service-style-three .service-title-icon:hover span.btn-icon svg {
transform: translate(25px, -25px);
}
.service-style-one .cs-btn-wrap span.btn-icon svg,
.service-style-three .cs-btn-wrap span.btn-icon svg {
transition: all 0.4s ease-in-out;
}
.service-style-one .cs-btn,
.service-style-three .cs-btn {
position: relative;
transition: all 0.4s ease-in-out;
}
.service-style-one .cs-btn:before,
.service-style-three .cs-btn:before {
content: "";
position: absolute;
background: url(//www.wasimp.com/wp-content/plugins/ultran-helper/assets/images/arrow-right.svg);
background-repeat: no-repeat;
right: 0;
top: 0;
height: 100%;
width: 42px;
transform: translate(-42px, 42px);
transition: all 0.4s ease-in-out;
}
.service-style-one .cs-btn-wrap:hover .cs-btn:before,
.service-style-three .cs-btn-wrap:hover .cs-btn:before {
transform: translate(25px, 0px);
}
.service-style-three .service-title-icon:hover .cs-btn:before {
transform: translate(25px, 0px);
}
.service-style-five .service-title-icon {
border-bottom: 1px solid rgba(255, 255, 255, 0.24);
} .service-style-five .cs-btn-wrap,
.service-style-four .cs-btn-wrap {
overflow: hidden;
}
.service-style-five .cs-btn-wrap svg,
.service-style-four .cs-btn-wrap svg {
transition: all 0.4s ease-in-out;
}
.service-style-five .cs-btn-wrap:hover span.btn-icon svg,
.service-style-four .cs-btn-wrap:hover span.btn-icon svg {
transform: translate(40px, -40px);
transition: all 0.4s ease-in-out;
}
.service-style-four .service-title-icon:hover span.btn-icon svg {
transform: translate(40px, -40px);
}
.service-style-five .cs-btn,
.service-style-four .cs-btn {
position: relative;
transition: all 0.4s ease-in-out;
}
.service-style-five .cs-btn:before,
.service-style-four .cs-btn:before {
content: "";
position: absolute;
background: url(//www.wasimp.com/wp-content/plugins/ultran-helper/assets/images/arrow-right-white.svg);
background-repeat: no-repeat;
right: 0;
top: 0;
height: 100%;
width: 42px;
transform: translate(-42px, 42px);
transition: all 0.4s ease-in-out;
}
.service-style-five .cs-btn-wrap:hover .cs-btn:before,
.service-style-four .cs-btn-wrap:hover .cs-btn:before {
transform: translate(25px, 0px);
}
.service-style-four .service-title-icon:hover .cs-btn:before {
transform: translate(25px, 0px);
}
.service-thumbnail-img img {
transition: all 0.5s;
}
.service-thumbnail-img {
overflow: hidden;
}
.service-widget-wrap:hover .service-thumbnail-img img {
transform: scale(1.1);
}  .ultran-addons-post-widget-item .post-thumbnail {
display: block;
overflow: hidden;
}
.ultran-addons-post-widget-item .post-thumbnail img {
object-fit: cover;
height: 261px;
border-radius: 0;
width: 100%;
transition: 0.3s ease-in-out;
}
.ultran-addons-post-widget-item .post-thumbnail img:hover {
transform: scale(1.1);
}
.ultran-addons-post-widget-item a.post-link {
display: block;
}
.ultran-addons-post-widget-item.post-style-style-one .post-content-wrap {
padding: 40px 0 40px;
}
.ultran-addons-post-widget-item.post-style-style-one {
position: relative;
}
.ultran-addons-post-widget-item.post-style-style-one:after {
position: absolute;
content: "";
background: #ffbe00;
height: 5px;
width: 0%;
top: 0;
left: 0;
transition: all 0.4s ease-in-out;
}
.ultran-addons-post-widget-item.post-style-style-one:hover:after {
width: 100%;
}
.post-top-meta {
font-size: 13px;
line-height: 1.692em;
color: var(--heading-color);
margin-bottom: 15px;
}
.ultran-addons-post-widget-item.post-style-style-one .category-list {
padding-right: 45px;
}
.ultran-addons-post-widget-item.post-style-style-one .post-date { color: rgba(2, 12, 23, 0.65);
}
.ultran-addons-post-widget-item.post-style-style-one .post-date:before { content: "\f111";
font-family: "Font Awesome 5 Free";
font-weight: 900;
top: 0;
left: -25px;
font-size: 8px;
color: rgba(2, 12, 23, 0.4);
}
h3.post-title {
font-size: 21px;
line-height: 32px;
margin-bottom: 10px;
}
.post-meta-bottom a {
color: var(--text-color);
}
.post-meta-bottom > span {
margin-right: 10px;
}
.ultran-addons-post-widget-item p {
line-height: 29px;
font-size: 15px;
color: var(--text-color);
margin-bottom: 0;
}
.ultran-addons-post-widget-item.post-style-style-one .ultran-addons-post-widget-item:hover {
box-shadow: 0px 34px 33px 0px rgb(22 28 45 / 13%);
}
.ultran-addons-post-widget-item.post-style-style-one .ultran-addons-post-widget-item {
margin-bottom: 30px;
box-shadow: 0px 14px 120px -2px rgba(0, 0, 0, 0.06);
background-color: var(--white-color);
overflow: hidden;
transition: 0.4s;
}
.post-top-meta {
display: flex;
} .ultran-addons-post-widget-item.post-style-style-two .post-btn .icon-after {
text-indent: -10px;
transition: all 0.4s ease-in-out;
}
.ultran-addons-post-widget-item.post-style-style-two .post-btn:hover .icon-after {
text-indent: 0px;
}
.ultran-addons-post-widget-item.post-style-style-two .category-list {
padding: 5px 18px;
border-radius: 50px;
color: #262729;
font-size: 13px;
font-weight: 500;
line-height: 1.818em;
margin-right: 13px;
}
.ultran-addons-post-widget-item.post-style-style-two .post-date span {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: rgba(2, 12, 23, 0.7);
}
.ultran-addons-post-widget-item.post-style-style-two .comment-count span {
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: rgba(2, 12, 23, 0.6);
}
.ultran-addons-post-widget-item.post-style-style-two .post-meta-bottom {
display: flex;
align-items: center;
margin-bottom: 15px;
}
.ultran-addons-post-widget-item.post-style-style-two .post-content {
overflow: hidden;
}
.ultran-addons-post-widget-item.post-style-style-three .post-top-meta.d-flex {
justify-content: space-between;
align-items: center;
}
.ultran-addons-post-widget-item.post-style-style-three h3.post-title {
border-top: 1px solid #e5eaf1;
padding-top: 20px;
}
.ultran-addons-post-widget-item.post-style-style-two .post-content .post-btn-wrap {
overflow: hidden;
}
.ultran-addons-post-widget-item.post-style-style-two .category a {
font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #057689;
}
.ultran-addons-post-widget-item.post-style-style-two .separator i {
font-size: 5px;
color: rgba(2, 12, 23, 0.3);
margin-left: 8px;
margin-right: 8px !important;
margin-top: 0;
display: inherit;
}
.ultran-addons-post-widget-item.post-style-style-two .post-title {
font-size: 18px;
line-height: 1.388em;
margin: 15px 0px 20px 0px;
color: #020c17;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.ultran-addons-post-widget-item.post-style-style-two .post-meta-bottom .ultran-addons-comment:not(:first-child) {
margin-bottom: 0px;
position: relative;
margin-left: 3px;
padding-left: 17px;
}
.ultran-addons-post-widget-item.post-style-style-two .post-meta-bottom .ultran-addons-comment:before {
position: absolute;
left: 0;
width: 1px;
height: 80%;
background-color: #fff;
content: "";
top: 10%;
}
.ultran-addons-post-widget-item.post-style-style-three .post-top-date {
margin-right: 20px;
display: flex;
align-items: center;
}
.ultran-addons-post-widget-item.post-style-style-three .top-category-list {
display: flex;
align-items: center;
}
.post-content {
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s; }
.ultran-addons-post-widget-item.post-style-style-one .post-content {
margin: 0px 40px 30px 40px;
}
.ultran-addons-post-widget-item.post-style-style-two {
position: relative;
overflow: hidden;
}
.ultran-addons-post-widget-item.post-style-style-two .post-title:hover {
color: rgb(255, 87, 34);
}
.ultran-addons-post-widget-item.post-style-style-two .post-link {
display: block;
}
.post-thumbnail-wrapper.post-style-style-two {
position: relative;
}
.ultran-addons-post-widget-item.post-style-style-two .post-thumbnail-wrapper img {
width: 100%;
object-fit: cover;
height: 100%;
}
.ultran-addons-post-widget-item.post-style-style-two .post-thumbnail .image-icon {
position: absolute;
bottom: 10px;
right: 10px;
width: 50px;
height: 50px;
background-color: var(--accent-color-2);
color: var(--heading-color);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
transition: 0.4s;
}
.ultran-addons-post-widget-item.post-style-style-two:hover .post-thumbnail .image-icon {
transform: scale(1.4);
}
.ultran-addons-post-widget-item.post-style-list {
display: flex;
position: relative;
margin-bottom: 30px;
}
.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-link {
height: 100%;
}
.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-thumbnail {
height: 100%;
}
.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper img {
height: 100%;
object-fit: cover;
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
}
.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper {
width: 57%;
padding-right: 30px;
}
.ultran-addons-post-widget-item.post-style-list .post-content-wrap {
padding-top: 0;
} .blog-slider-arrow .slick-prev:before,
.blog-slider-arrow .slick-next:before {
display: none;
}
.blog-slider-arrow.slick-active {
color: #1d263a;
}
.blog-slider-arrow .prev {
position: relative;
}
.blog-slider-arrow .next {
position: relative;
}
.blog-slider-arrow .slick-active {
background: #2c4bff;
color: #fff;
}
.blog-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 18px;
}
.blog-slider-arrow button:hover {
background-color: #1d263a;
color: #fff;
}
.blog-slider-arrow {
background: rgba(2, 12, 23, 0.4);
position: absolute;
right: 0;
top: -130px;
padding: 7px 15px;
border-radius: 5px;
}
.blog-slider-arrow .slick-prev {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-right: 15px;
}
.blog-slider-arrow .slick-next {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-left: 15px;
} .fbth-addons-post-widget-item {
cursor: pointer;
}
.post-style-style-four .post-thumbnail-wrapper,
.post-style-style-five .post-thumbnail-wrapper {
position: relative;
}
.post-style-style-four .post-category,
.post-style-style-five .post-category {
position: absolute;
left: 20px;
top: 20px;
background: #C9F269;
padding: 7px 12px;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
}
.post-style-style-four .post-category a,
.post-style-style-five .post-category a {
color: #083C2F;
font-weight: 600;
font-size: 14px;
line-height: 22px;
letter-spacing: -0.3px;
}
.post-style-style-four .post-btn-wrap {
display: inline-flex;
position: absolute;
right: 0px;
bottom: 4px;
}
.post-style-style-four .post-meta-bottom {
display: inline-flex;
}
.post-style-style-four .post-content {
position: relative;
}
.post-btn.btn-height-width {
display: inline-flex;
align-items: center;
justify-content: center;
}
.post-btn .btn-icon svg {
margin-top: -4px;
} .ultran-blog-cat {
position: relative;
}
.ultran-cat-contnt {
position: absolute;
display: inline-block;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.4s;
}
.ultran-blog-cat-title {
background-color: #020c17;
font-size: 18px;
color: #fff;
padding: 13px 25px;
line-height: 1.5em;
text-align: center;
margin-bottom: 0px;
border-radius: 5px;
transition: 0.4s;
}
.ultran-blog-cat:hover .ultran-blog-cat-title {
background-color: #ffbe00;
color: #020c17;
}
.ultran-cat-image img {
height: 250px;
width: 100%;
object-fit: cover;
object-position: center top;
border-radius: 5px;
}
.ultran-addons-addon-post-navigation .nav-links a { color: var(--heading-color);
font-size: 15px;
font-weight: 500;
font-style: normal;
text-align: center;
text-transform: uppercase;
border: 1px solid var(--heading-color);
padding: 24px 31px;
transition: 0.4s;
position: relative;
z-index: 1;
line-height: 1;
}
.ultran-addons-addon-post-navigation .nav-links a:hover {
border-color: #5034fc;
}
.ultran-addons-addon-post-navigation .nav-links a:hover:after {
transform: scale(1);
}
.ultran-addons-addon-post-navigation .nav-links a .nav-icon svg {
width: 17px;
}
.ultran-addons-addon-post-navigation .nav-links a .nav-icon i {
font-size: 17px;
}
.ultran-addons-addon-post-navigation .nav-links .nav-previous a .nav-icon {
margin-right: 14px;
}
.ultran-addons-addon-post-navigation .nav-links .nav-next a .nav-icon {
margin-left: 14px;
} .ultran-addons-pagination a,
.ultran-addons-pagination span.current {
width: 36px;
height: 36px;
text-align: center;
line-height: 36px;
color: #262729;
font-size: 18px;
font-weight: 500;
border: 1px solid rgba(38, 39, 41, 0.1);
margin: 0px 5px;
transition: 0.4s;
display: inline-flex;
}
.ultran-addons-pagination {
margin-top: 30px;
}
.ultran-addons-pagination span.current {
color: #fff;
background-color: #5034fc;
}
.ultran-addons-pagination {
margin-left: -5px;
}
.ultran-addons-pagination a:hover {
color: #fff;
background-color: #5034fc;
}
.ultran-addons-post-widget-item.post-style-style-one .post-btn-wrap {
margin: 40px 0px 0px 40px;
color: #fff;
overflow: hidden;
transition: 0.4s;
}
.post-meta-bottom i,
.post-meta-bottom svg {
margin-right: 12px;
}
.ultran-addons-pagination a.next.page-numbers:after {
display: none;
} .post-thumbnail img {
transition: all 0.4s ease-in-out;
}
.ultran-addons-post-widget-wrap.hover-one:hover .post-thumbnail img {
transform: scale(1.1);
}
.ultran-addons-post-widget-wrap.hover-one .post-thumbnail {
overflow: hidden;
}
.ultran-addons-post-widget-item.post-style-style-two:hover .ultran-addons-post-widget-item .post-content-wrap {
opacity: 1;
border: 0;
z-index: 999;
}
.ultran-addons-post-widget-item.post-style-style-two:hover .post-content-wrap {
opacity: 1;
visibility: visible;
bottom: 0;
}
@media (max-width: 767px) {
.ultran-addons-post-widget-item.post-style-style-two .post-content-wrap {
opacity: 1;
bottom: 0;
visibility: visible;
}
.post-style-style-four .post-btn-wrap {
position: relative;
}
} .jm-mata-iconbox {
display: flex;
align-items: stretch;
margin-bottom: 30px;
}
.jm-meta-iconbox-icon {
display: inline-block;
margin-right: 15px;
margin-top: 2px;
}
.jm-iconbox-text span {
display: block;
}
.jm-meta .jb-title h4 {
letter-spacing: 0;
}
.job-card-single {
display: flex;
justify-content: space-between;
align-items: center;
}
.job-btn-details a {
display: inline-block;
}
.job-apply-btn a {
width: 100%;
height: auto;
justify-content: center;
align-items: center;
display: flex;
}
@media (max-width: 768px) {
.job-card-single {
flex-wrap: wrap;
}
} .cs-slider-arrow .slick-prev:before,
.cs-slider-arrow .slick-next:before {
display: none;
}
.cs-slider-arrow.slick-active {
color: #1d263a;
}
.cs-slider-arrow .prev {
position: relative;
}
.cs-slider-arrow .next {
position: relative;
}
.cs-slider-arrow .slick-active {
background: #2c4bff;
color: #fff;
}
.cs-slider-arrow button {
transition: all 0.4s ease-in-out;
font-size: 18px;
}
.cs-slider-arrow button:hover {
background-color: #1d263a;
color: #fff;
}
.cs-slider-arrow .slick-prev {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-right: 15px;
}
.cs-slider-arrow .slick-next {
left: 0px !important;
display: inline-block;
width: initial;
height: initial;
transform: initial;
margin-left: 15px;
} .cs-mata-box span {
display: block;
}