.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: flex;
align-items: center;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 20px;
padding-right: 38px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
padding-left: 0!important;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
color: #222 !important;
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; }
.nice-select span.current {
color: #222 !important;
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.nice-select .list li:before{
display: none;
}
.nice-select .list > li {
padding-left: 14px !important;
}@media (max-width: 1024px){ .menuzord-responsive .menuzord-menu > li{
padding: 0;
}
.menuzord-responsive .menuzord-menu > li > a{
padding: 12px 20px !important;
}
}:root {
--font-current-theme1: "Manrope", sans-serif;
--font-current-theme2: "Poppins", sans-serif;
--body-font-family: var(--font-current-theme1);
--heading-font-family: var(--font-current-theme2);
--body-font-size: 0.938rem;
--body-font-weight: 500;
--body-font-bold: 500;
--text-color: #7a7a7a;
--link-color: #352f27;
--link-hover-color: #5b8c51;
--entry-meta-color: #819291;
--headings-color: #181818;
--h1-font-size: 3.8rem;
--h1-font-size-mob: 3.2rem;
--h2-font-size: 2.75rem;
--h2-font-size-mob: 2.5rem;
--h3-font-size: 1.8rem;
--h4-font-size: 1.4rem;
--h5-font-size: 1.125rem;
--h6-font-size: 0.875rem;
--headings-font-weight-h1: 700;
--headings-font-weight-h2: 700;
--headings-font-weight-h3: 700;
--headings-font-weight-h4: 700;
--headings-font-weight-h5: 700;
--headings-font-weight-h6: 700;
--section-title-color: var(--headings-color);
--section-title-font-size: var(--h2-font-size);
--section-title-font-family: var(--heading-font-family);
--section-title-font-weight: var(--headings-font-weight-h2);
--section-title-subtitle-color: var(--theme-color1);
--section-title-subtitle-font-size: 12px;
--section-title-subtitle-font-family: var(--font-current-theme1);
--section-title-subtitle-font-weight: 800;
--line-height-widget-li: 2.5rem;
--btn-font-size: 16px;
--theme-light-background: #f4f5f8;
--theme-light-background-text-color: var(--headings-color);
--news-widget-archive-icon-color: var(--theme-color1);
--mobile-menu-item-link-text-color: #111;
--mobile-menu-item-link-bg-color: #f0f0f3;
--mobile-menu-item-link-bg-border-color: #c8d9d8;
--mobile-menu-item-link-text-color-hover: #111;
--mobile-menu-item-indicator-bg-color: var(--theme-color2);
--mobile-menu-item-indicator-text-color: var(--text-color-bg-theme-color2);
} html, body {
margin: 0;
padding: 0;
width: 100%;
line-height: 150%;
}
html {
font-size: 100%;  overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} ::selection {
background: #333;
color: #fff;
text-shadow: none;
}
::-moz-selection {
background: #333; color: #fff;
text-shadow: none;
}
::-webkit-selection {
background: #333; color: #fff;
text-shadow: none;
}
:active,
:focus {
outline: none !important;
}
body {
line-height: 1.9;
color: var(--text-color);
font-size: var(--body-font-size);
font-family: var(--body-font-family);
font-weight: var(--body-font-weight);
background-color: #fff;
background-attachment: fixed;
-ms-word-wrap: break-word;
word-wrap: break-word;
counter-reset: my-sec-counter;
}
a {
color: var(--link-color);
text-decoration: none;
font-weight: var(--body-font-weight);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
a {
transition: none;
}
}
a:hover, a:focus {
color: var(--hover-theme-color);
text-decoration: none;
}
a b,
a strong {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
a b,
a strong {
transition: none;
}
}
a img {
border: none;
}
b,
strong {
color: #333;
font-weight: var(--body-font-bold);
}
img {
max-width: 100%;
}
iframe {
border: none !important;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: var(--heading-font-family);
color: var(--headings-color);
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
color: inherit;
font-weight: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
line-height: 1.3;
margin-bottom: 1rem;
margin-top: 0.75rem;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
line-height: 1.4;
margin-bottom: 1rem;
margin-top: 0.75rem;
}
h1,
.h1 {
font-size: var(--h1-font-size);
}
h2,
.h2 {
font-size: var(--h2-font-size);
}
@media (max-width: 767.98px) {
h2,
.h2 {
font-size: var(--h2-font-size-mob);
}
}
h3,
.h3 {
font-size: var(--h3-font-size);
}
h4,
.h4 {
font-size: var(--h4-font-size);
}
h5,
.h5 {
font-size: var(--h5-font-size);
}
h6,
.h6 {
font-size: var(--h6-font-size);
}
h1,
.h1 {
font-weight: var(--headings-font-weight-h1);
}
h2,
.h2 {
font-weight: var(--headings-font-weight-h2);
}
h3,
.h3 {
font-weight: var(--headings-font-weight-h3);
}
h4,
.h4 {
font-weight: var(--headings-font-weight-h4);
}
h5,
.h5 {
font-weight: var(--headings-font-weight-h5);
}
h6,
.h6 {
font-weight: var(--headings-font-weight-h6);
} p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
margin-bottom: 10px;
}
table p {
margin-bottom: 0;
}
p {
margin-bottom: 20px;
}
p a:not(.button):not(.btn):not(.added_to_cart):hover, p a:not(.button):not(.btn):not(.added_to_cart):focus {
text-decoration: underline;
}
.wp-block-quote {
margin: 20px 0;
}
caption {
caption-side: top;
}
.main-content-area ul > li,
.main-content-area ol > li,
.page-content ul > li,
.page-content ol > li,
.post-content ul > li,
.post-content ol > li,
.post-excerpt ul > li,
.post-excerpt ol > li,
.wpb_text_column ul > li,
.wpb_text_column ol > li,
.comments-area .comment-list ul > li,
.comments-area .comment-list ol > li {
margin-bottom: 10px;
}
.main-content-area ul > li > ul,
.main-content-area ul > li > ol,
.main-content-area ol > li > ul,
.main-content-area ol > li > ol,
.page-content ul > li > ul,
.page-content ul > li > ol,
.page-content ol > li > ul,
.page-content ol > li > ol,
.post-content ul > li > ul,
.post-content ul > li > ol,
.post-content ol > li > ul,
.post-content ol > li > ol,
.post-excerpt ul > li > ul,
.post-excerpt ul > li > ol,
.post-excerpt ol > li > ul,
.post-excerpt ol > li > ol,
.wpb_text_column ul > li > ul,
.wpb_text_column ul > li > ol,
.wpb_text_column ol > li > ul,
.wpb_text_column ol > li > ol,
.comments-area .comment-list ul > li > ul,
.comments-area .comment-list ul > li > ol,
.comments-area .comment-list ol > li > ul,
.comments-area .comment-list ol > li > ol {
margin-top: 10px;
} .drop-caps > p {
text-align: justify;
}
.drop-caps > p:first-child:first-letter {
color: #333;
display: block;
float: left;
font-size: 48px;
line-height: 48px;
margin: 6px 3px;
padding: 10px 18px;
}
.drop-caps.text-colored > p:first-child:first-letter {
display: block;
float: left;
font-size: 48px;
line-height: 48px;
margin: 6px 3px;
padding: 10px 18px;
}
.drop-caps.border > p:first-child:first-letter {
border: 1px solid;
margin: 8px 16px 0 0;
padding: 15px 20px;
}
.drop-caps.border-rounded > p:first-child:first-letter {
border: 1px solid;
border-radius: 50%;
margin: 8px 16px 0 0;
padding: 15px 20px;
}
.drop-caps.colored-square > p:first-child:first-letter {
color: #fff;
margin: 8px 16px 0 0;
padding: 15px 20px;
}
.drop-caps.colored-rounded > p:first-child:first-letter {
color: #fff;
margin: 8px 16px 0 0;
padding: 15px 20px;
border-radius: 50%;
}
.drop-caps.dark-square > p:first-child:first-letter {
background: #222;
color: #fff;
margin: 8px 16px 0 0;
padding: 15px 20px;
}
.drop-caps.dark-rounded > p:first-child:first-letter {
background: #222;
color: #fff;
margin: 8px 16px 0 0;
padding: 15px 20px;
border-radius: 50%;
} .text-highlight {
background: none repeat scroll 0 0 #111;
border-radius: 4px;
color: #fff;
padding: 0 5px 3px;
}
.text-highlight.light {
background: #808080;
}
address {
color: #777;
font-style: italic;
}
ol,
ul {
list-style-position: inside;
margin: 0;
padding: 0;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
padding-left: 20px;
}  html {
font-size: 100%;
max-width: 100%;
}
@media (max-width: 991.98px) {
html {
font-size: 98%;
}
}
@media (max-width: 767.98px) {
html {
font-size: 96%;
}
}
@media (max-width: 575.98px) {
html {
font-size: 94%;
}
}
html, html a {
-webkit-font-smoothing: antialiased;
}
body {
max-width: 100%;
overflow-x: hidden;
position: relative;
}
img {
height: auto;
max-width: 100%;
}
iframe, embed, object {
margin-bottom: 1.5em;
max-width: 100%;
}
iframe {
display: block;
margin: 0;
max-width: 100%;
}
ul, ol {
margin: 0 0 1.5em 0;
}
ul {
list-style-type: disc;
}
.inline-block,
.display-inline-block {
display: inline-block;
}
.display-inline {
display: inline;
}
.display-block {
display: block;
}
.fullwidth {
width: 100%;
}
.bg-hover-theme-colored {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.bg-hover-theme-colored {
transition: none;
}
}
.media-object {
max-width: none;
} .text-underline {
text-decoration: underline;
}
.hr-divider {
margin: 20px 0;
} .heading-line-bottom {
border-bottom: 1px dashed #808080;
display: inline-block;
margin: 0;
position: relative;
margin: 20px 0;
}
.heading-line-bottom::after {
content: "";
height: 2px;
left: 0;
position: absolute;
top: 4px;
width: 20px;
}
.heading-title {
margin-top: 10px;
}
.double-line-bottom {
margin-bottom: 20px;
margin-top: 8px;
padding-bottom: 5px;
position: relative;
}
.double-line-bottom::after {
border-radius: 8px;
bottom: 1px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 64px;
}
.double-line-bottom::before {
border-radius: 8px;
bottom: -1px;
content: "";
height: 6px;
left: 10px;
position: absolute;
width: 24px;
}
.line-bottom {
position: relative;
margin-bottom: 35px;
padding-bottom: 10px;
}
.line-bottom:after {
bottom: -10px;
content: "";
height: 4px;
left: 0;
position: absolute;
width: 65px;
background: #555;
}
.section-typo-light .line-bottom:after {
background: #fff;
}
.line-bottom-footer-widget {
position: relative;
padding-bottom: 10px;
}
.line-bottom-footer-widget:after {
bottom: -5px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 54px;
background: #555;
}
.line-bottom-centered {
position: relative;
margin: 10px 0 20px;
}
.line-bottom-centered:after {
background: #2b96cc none repeat scroll 0 0;
bottom: -8px;
content: "";
height: 1px;
left: 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
position: absolute;
right: 0;
width: 30px;
}
.title-icon [class^=flaticon-]::after,
.title-icon [class^=flaticon-]::before {
font-size: 48px;
margin-left: 10px;
}
.title-icon {
margin: 0 auto;
max-width: 160px;
position: relative;
}
.title-icon::after {
content: "";
height: 2px;
left: 24px;
position: absolute;
top: 10px;
width: 30px;
}
.title-icon::before {
content: "";
height: 2px;
position: absolute;
right: 20px;
top: 10px;
width: 30px;
} .bg-video {
height: 100%;
position: absolute;
text-align: center;
width: 100%;
z-index: -1;
}
.bg-video .video {
height: 100%;
left: 0;
margin: 0 !important;
position: relative;
top: 0;
width: 100%;
}
.bg-video .video .mbYTP_wrapper {
z-index: -1 !important;
} .display-table-parent {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.display-table {
display: table;
height: 100%;
position: relative;
width: 100%;
}
.display-table-cell {
display: table-cell;
height: 100%;
vertical-align: middle;
} .scroll-to-top {
background-size: 200% auto;
box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
bottom: 15px;
display: none;
border-radius: 50%;
height: 50px;
padding: 2px;
position: fixed;
right: 15px;
text-align: center;
text-decoration: none;
width: 50px;
z-index: 99999;
opacity: 0.4;
}
.scroll-to-top i {
color: var(--text-color-bg-theme-color1);
font-size: 42px;
}
.scroll-to-top:hover {
text-decoration: none;
opacity: 1;
} .section-typo-light,
.section-typo-light h1,
.section-typo-light h2,
.section-typo-light h3,
.section-typo-light h4,
.section-typo-light h5,
.section-typo-light h6,
.section-typo-light p,
.section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link),
.section-typo-light a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):hover {
color: #fff !important;
}
.section-typo-dark,
.section-typo-dark h1,
.section-typo-dark h2,
.section-typo-dark h3,
.section-typo-dark h4,
.section-typo-dark h5,
.section-typo-dark h6,
.section-typo-dark p,
.section-typo-dark a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link),
.section-typo-dark a:not(.icon):not(.btn):not(.social-link):not(.styled-icons-item):not(.wp-block-button__link):hover {
color: var(--headings-color) !important;
} .main-content-area table,
.comment-body .comment-text table {
width: 100%;
margin: 0 0 40px;
}
.main-content-area table td,
.main-content-area table th,
.comment-body .comment-text table td,
.comment-body .comment-text table th {
padding: 10px 20px;
border: 1px solid #e6e6e6;
text-transform: capitalize;
}
.main-content-area table th,
.comment-body .comment-text table th {
color: #333;
font-weight: var(--body-font-bold);
}
.section-bg-diagonal-1 {
background-image: linear-gradient(145deg, transparent 50%, #f6f8fd 50%);
}
.section-bg-diagonal-2 {
background-image: linear-gradient(325deg, transparent 50%, #f6f8fd 50%);
}
.section-bg-diagonal-3 {
background-image: linear-gradient(165deg, transparent 50%, #f6f8fd 50%);
}
.section-bg-diagonal-4 {
background-image: linear-gradient(345deg, transparent 50%, #f6f8fd 50%);
}
@media (max-width: 1199.98px) {
.hidden-mobile-mode {
display: none !important;
}
}
.lead, .lead p {
line-height: 1.5;
font-size: 1.4rem;
font-weight: 500;
} .anim-delay-1ms {
animation-delay: 0.1s;
}
.anim-delay-3ms {
animation-delay: 0.3s;
}
.anim-delay-5ms {
animation-delay: 0.5s;
}
.anim-delay-7ms {
animation-delay: 0.7s;
}
.anim-delay-9ms {
animation-delay: 0.9s;
}
.anim-delay-1s {
animation-delay: 1s;
}
.box-shadow {
box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.1) !important;
}
.hover-box-shadow:hover {
box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.1) !important;
}
.slick-slide img {
display: block;
cursor: pointer;
}
.slick-slide.slick-current .thumb .img-thumbnail {
background-color: #fd7807;
}
.tm-btn-loadmore-preloader .preloader-dot-loading {
display: block;
margin: 0px auto;
width: 97px;
}
.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i {
width: 15px;
height: 15px;
display: inline-block;
border-radius: 50%;
background: var(--theme-color1);
}
.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:first-child {
opacity: 0;
animation: cssload-loading-ani2 0.58s linear infinite;
-o-animation: cssload-loading-ani2 0.58s linear infinite;
-ms-animation: cssload-loading-ani2 0.58s linear infinite;
-webkit-animation: cssload-loading-ani2 0.58s linear infinite;
-moz-animation: cssload-loading-ani2 0.58s linear infinite;
transform: translate(-15px);
-o-transform: translate(-15px);
-ms-transform: translate(-15px);
-webkit-transform: translate(-15px);
-moz-transform: translate(-15px);
}
.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:nth-child(2),
.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:nth-child(3) {
animation: cssload-loading-ani3 0.58s linear infinite;
-o-animation: cssload-loading-ani3 0.58s linear infinite;
-ms-animation: cssload-loading-ani3 0.58s linear infinite;
-webkit-animation: cssload-loading-ani3 0.58s linear infinite;
-moz-animation: cssload-loading-ani3 0.58s linear infinite;
}
.tm-btn-loadmore-preloader .preloader-dot-loading .cssload-loading i:last-child {
animation: cssload-loading-ani1 0.58s linear infinite;
-o-animation: cssload-loading-ani1 0.58s linear infinite;
-ms-animation: cssload-loading-ani1 0.58s linear infinite;
-webkit-animation: cssload-loading-ani1 0.58s linear infinite;
-moz-animation: cssload-loading-ani1 0.58s linear infinite;
}
@keyframes cssload-loading-ani1 {
100% {
transform: translate(39px);
opacity: 0;
}
}
@-o-keyframes cssload-loading-ani1 {
100% {
-o-transform: translate(39px);
opacity: 0;
}
}
@-ms-keyframes cssload-loading-ani1 {
100% {
-ms-transform: translate(39px);
opacity: 0;
}
}
@-webkit-keyframes cssload-loading-ani1 {
100% {
-webkit-transform: translate(39px);
opacity: 0;
}
}
@-moz-keyframes cssload-loading-ani1 {
100% {
-moz-transform: translate(39px);
opacity: 0;
}
}
@keyframes cssload-loading-ani2 {
100% {
transform: translate(15px);
opacity: 1;
}
}
@-o-keyframes cssload-loading-ani2 {
100% {
-o-transform: translate(15px);
opacity: 1;
}
}
@-ms-keyframes cssload-loading-ani2 {
100% {
-ms-transform: translate(15px);
opacity: 1;
}
}
@-webkit-keyframes cssload-loading-ani2 {
100% {
-webkit-transform: translate(15px);
opacity: 1;
}
}
@-moz-keyframes cssload-loading-ani2 {
100% {
-moz-transform: translate(15px);
opacity: 1;
}
}
@keyframes cssload-loading-ani3 {
100% {
transform: translate(15px);
}
}
@-o-keyframes cssload-loading-ani3 {
100% {
-o-transform: translate(15px);
}
}
@-ms-keyframes cssload-loading-ani3 {
100% {
-ms-transform: translate(15px);
}
}
@-webkit-keyframes cssload-loading-ani3 {
100% {
-webkit-transform: translate(15px);
}
}
@-moz-keyframes cssload-loading-ani3 {
100% {
-moz-transform: translate(15px);
}
}
.top-sliders-container {
position: relative;
z-index: 0;
}
body.has-fixed-footer .top-sliders-container {
z-index: 2;
}
.alert {
padding: 1.25rem 1.25rem;
}
.alert-dismissible .close {
padding: 1.5rem;
}
.alert-dismissible .btn-close {
top: 50%;
transform: translateY(-50%);
filter: invert(1);
}
.bg-contain {
background-size: contain;
}
.nice-select {
font-size: 0.95rem;
padding-left: 20px;
padding-right: 38px;
color: #222;
box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.05);
}
.nice-select:after, .nice-select:before {
height: 8px;
width: 8px;
}
.nice-select:after {
right: 18px;
}
.nice-select .option.selected {
font-weight: var(--body-font-bold);
}
.description-list dt {
color: var(--headings-color);
}
.tm-one-vertical-line:before {
content: "";
background-color: var(--theme-color1);
height: 100px;
width: 2px;
position: absolute;
top: -50px;
left: 50%;
}
.tm-enable-four-vertical-line {
z-index: 0;
}
.tm-enable-four-vertical-line .tm-four-vertical-line {
position: absolute;
top: 0;
bottom: 0;
left: 25px;
right: 25px;
z-index: -1;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line {
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: rgba(204, 204, 204, 0.25);
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-1 {
left: 0;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-2 {
left: 33.33333%;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-3 {
left: 66.66666%;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-4 {
right: 0;
}
rs-module-wrap {
z-index: 0;
}
html.nivo-lightbox-popup-open {
overflow: hidden;
}
.pt-100 {
padding-top: 100px;
}
.pb-50 {
padding-bottom: 50px;
}
.pt-20 {
padding-top: 20px;
}
.pb-10 {
padding-bottom: 10px;
}
.mt-10 {
margin-top: 10px;
}
.mt-20 {
margin-top: 20px;
}
.mt-30 {
margin-top: 30px;
} .container .container {
width: 100%;
}
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1200px) {
.container {
max-width: 1170px;
}
}
@media (min-width: 992px) {
body.container-970px .container {
width: 970px;
}
body.container-100pr .container {
width: 100%;
}
body.container-100pr .container,
body.container-100pr .container-fluid {
padding-left: 40px;
padding-right: 40px;
}
body.container-100pr .container .container,
body.container-100pr .container .container-fluid,
body.container-100pr .container-fluid .container,
body.container-100pr .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
}
section {
position: relative;
}
section > .container, section > .container-fluid {
padding-top: 0;
padding-bottom: 0;
}
body.blog .main-content-area,
body.blog .sidebar-area, body.archive .main-content-area,
body.archive .sidebar-area {
padding-bottom: 100px !important;
}
body .main-content-area,
body .sidebar-area {
padding-top: 120px;
padding-bottom: 120px;
}
body .main-content-area,
body .sidebar-area {
padding-top: 120px;
padding-bottom: 120px;
}
@media (max-width: 991.98px) {
body .sidebar-area {
padding-top: 0;
}
}
body.elementor-page:not(.single-post):not(.single-give_forms) .main-content-area,
body.elementor-page:not(.single-post):not(.single-give_forms) .sidebar-area {
padding-top: 0;
padding-bottom: 0;
}  body.elementor-page:not(.single-post) .main-content-section-wrapper .container {
max-width: 100% !important;
width: 100% !important;
}
.elementor-element.elementor-top-section {
padding-top: 120px;
padding-bottom: 120px;
}
body.elementor-page:not(.single-post) .main-content > .main-content-section-wrapper > .container > .row > div {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1000px) {
body.elementor-default.container-970px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 970px;
}
}
body.elementor-default.container-970px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 970px;
}
body.elementor-default.container-970px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 970px;
}
body.elementor-default.container-970px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-970px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 960px;
}
body.elementor-default.container-970px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 970px;
}
body.elementor-default.container-970px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 970px;
}
body.elementor-default.container-970px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-970px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 960px;
}
@media (min-width: 1300px) {
body.elementor-default.container-1230px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 1230px;
}
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1230px;
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 1230px;
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-1230px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 1220px;
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-boxed > .elementor-container .menuzord-menu > li > .megamenu {
width: 1220px;
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1230px;
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1230px;
}
body.elementor-default.container-1230px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-1230px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1220px;
}
@media (min-width: 1400px) {
body.elementor-default.container-1300px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 1300px;
}
}
body.elementor-default.container-1300px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1300px;
}
body.elementor-default.container-1300px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 1300px;
}
body.elementor-default.container-1300px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-1300px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 1290px;
}
body.elementor-default.container-1300px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1300px;
}
body.elementor-default.container-1300px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1300px;
}
body.elementor-default.container-1300px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-1300px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1290px;
}
@media (min-width: 1400px) {
body.elementor-default.container-1340px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 1340px;
}
}
body.elementor-default.container-1340px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1340px;
}
body.elementor-default.container-1340px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 1340px;
}
body.elementor-default.container-1340px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-1340px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 1330px;
}
body.elementor-default.container-1340px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1340px;
}
body.elementor-default.container-1340px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1340px;
}
body.elementor-default.container-1340px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-1340px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1330px;
}
@media (min-width: 1500px) {
body.elementor-default.container-1440px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 1440px;
}
}
body.elementor-default.container-1440px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1440px;
}
body.elementor-default.container-1440px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 1440px;
}
body.elementor-default.container-1440px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-1440px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 1430px;
}
body.elementor-default.container-1440px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1440px;
}
body.elementor-default.container-1440px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1440px;
}
body.elementor-default.container-1440px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-1440px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1430px;
}
@media (min-width: 1560px) {
body.elementor-default.container-1500px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 1500px;
}
}
body.elementor-default.container-1500px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1500px;
}
body.elementor-default.container-1500px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 1500px;
}
body.elementor-default.container-1500px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-1500px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 1490px;
}
body.elementor-default.container-1500px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1500px;
}
body.elementor-default.container-1500px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1500px;
}
body.elementor-default.container-1500px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-1500px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1490px;
}
@media (min-width: 1660px) {
body.elementor-default.container-1600px .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 1600px;
}
}
body.elementor-default.container-1600px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1600px;
}
body.elementor-default.container-1600px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 1600px;
}
body.elementor-default.container-1600px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-1600px .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 1590px;
}
body.elementor-default.container-1600px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 1600px;
}
body.elementor-default.container-1600px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 1600px;
}
body.elementor-default.container-1600px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-1600px .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 1590px;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-extended {
max-width: 100%;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-default,
body.elementor-default.container-100pr .elementor-top-section.elementor-section-boxed > .elementor-container .elementor-column-gap-no {
max-width: 100%;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-extended {
max-width: 100%;
}
body.elementor-default.container-100pr .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-default, body.elementor-default.container-100pr .elementor-top-section.elementor-section-full_width > .elementor-container .elementor-section.elementor-section-boxed > .elementor-container.elementor-column-gap-no {
max-width: 100%;
}
.elementor * :last-child,
.elementor * p:last-child {
margin-bottom: 0;
}
body.elementor-default.single-post .main-content .container .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 100%;
}
.main-content .elementor-section-stretched .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-container.elementor-column-gap-extended {
margin: 0 -15px;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default {
margin: 0 auto;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-column .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-default .elementor-column .elementor-column-gap-extended {
margin: 0 -10px;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended {
margin: 0 auto;
}
.main-content .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-column .elementor-column-gap-extended, .site-footer-custom .elementor-section-stretched.elementor-section-boxed .elementor-container.elementor-column-gap-extended .elementor-column .elementor-column-gap-extended {
margin: 0 -15px;
}
.post-single .entry-content .elementor-widget-container p:last-of-type {
margin-bottom: 0;
}
.elementor-widget-image a img[src$=".svg"] {
max-width: 92% !important;
}
.elementor-editor-active #header .elementor:not(.elementor-edit-area-active) {
display: none;
}
.elementor-editor-active #header .elementor:has(.elementor.elementor-edit-area-active) {
display: block;
}
.elementor-editor-active #header .elementor-edit-area {
display: block;
} .elementor-editor-active .elementor-widget-tm-ele-floating-objects {
min-height: 30px;
background-color: #cb9494;
}
.tm-ele-floating-objects > .each-object {
position: absolute;
width: 100px;
height: 100px;
z-index: 0;
background-repeat: no-repeat;
background-position: center;
} .layer-overlay {
position: relative;  }
.layer-overlay::before {
background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
content: " ";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 0;
}
.layer-overlay.overlay-light::before {
background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-lighter::before {
background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-deep::before {
background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-1::before {
background-color: rgba(17, 17, 17, 0.1);
}
.layer-overlay.overlay-dark-2::before {
background-color: rgba(17, 17, 17, 0.2);
}
.layer-overlay.overlay-dark-3::before {
background-color: rgba(17, 17, 17, 0.3);
}
.layer-overlay.overlay-dark-4::before {
background-color: rgba(17, 17, 17, 0.4);
}
.layer-overlay.overlay-dark-5::before {
background-color: rgba(17, 17, 17, 0.5);
}
.layer-overlay.overlay-dark-6::before {
background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay.overlay-dark-7::before {
background-color: rgba(17, 17, 17, 0.7);
}
.layer-overlay.overlay-dark-8::before {
background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-dark-9::before {
background-color: rgba(17, 17, 17, 0.9);
}
.layer-overlay.overlay-white::before {
background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-1::before {
background-color: rgba(255, 255, 255, 0.1);
}
.layer-overlay.overlay-white-2::before {
background-color: rgba(255, 255, 255, 0.2);
}
.layer-overlay.overlay-white-3::before {
background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-white-4::before {
background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-5::before {
background-color: rgba(255, 255, 255, 0.5);
}
.layer-overlay.overlay-white-6::before {
background-color: rgba(255, 255, 255, 0.6);
}
.layer-overlay.overlay-white-7::before {
background-color: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.layer-pattern::before {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/pattern1.png);
background-color: rgba(0, 0, 0, 0.6);
}
.layer-overlay.layer-pattern2::before {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/pattern2.png);
background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.layer-pattern3::before {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/pattern3.png);
background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.maximage-layer-overlay::before {
z-index: 1;
}
.layer-overlay.overlay-blue::before {
background-color: rgba(1, 162, 208, 0.9);
}
.layer-overlay.overlay-blue-light::before {
background-color: rgba(1, 162, 208, 0.45);
}
.layer-overlay.overlay-pink::before {
background-color: rgba(235, 110, 142, 0.9);
}
.layer-overlay.overlay-pink-light::before {
background-color: rgba(235, 110, 142, 0.45);
}
.layer-overlay.overlay-brown::before {
background-color: rgba(60, 171, 111, 0.9);
}
.layer-overlay.overlay-brown-light::before {
background-color: rgba(60, 171, 111, 0.45);
}
.layer-overlay.overlay-yellow::before {
background-color: rgba(255, 187, 34, 0.9);
}
.layer-overlay.overlay-yellow-light::before {
background-color: rgba(255, 187, 34, 0.45);
}
.layer-overlay.overlay-green::before {
background-color: rgba(16, 196, 92, 0.9);
}
.layer-overlay.overlay-green-light::before {
background-color: rgba(16, 196, 92, 0.45);
}
.layer-overlay.overlay-theme-color-1::before {
background-color: rgba(173, 216, 230, 0.9);
}
.layer-overlay.overlay-theme-color-2::before {
background-color: rgba(230, 173, 188, 0.9);
}
.layer-overlay.overlay-theme-color-3::before {
background-color: rgba(230, 216, 173, 0.9);
}
.half-divider .overlay-theme-color-1, .half-divider .overlay-theme-color-2, .half-divider .overlay-theme-color-3 {
content: "";
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 50%;
}
.layer-overlay {
z-index: 0;
}
.layer-overlay:before {
z-index: -1;
}  @media (min-width: 1025px) {
body:not(.elementor-editor-active) header .elementor-header-top-transparent {
z-index: 11;
position: absolute;
top: 0;
left: 0;
right: 0;
}
}
@media (min-width: 1025px) {
body:not(.elementor-editor-active) header #elementor-header-top-mobile {
display: none;
}
}
body:not(.elementor-editor-active) header #elementor-header-top-sticky {
opacity: 0;
z-index: -1;
visibility: hidden;
width: 100%;
position: fixed;
top: 0;
left: 0;
display: block;
-webkit-transform: translate(0px, -140px);
-moz-transform: translate(0px, -140px);
transform: translate(0px, -140px);
transition: all 0.4s ease-out;
}
@media (prefers-reduced-motion: reduce) {
body:not(.elementor-editor-active) header #elementor-header-top-sticky {
transition: none;
}
}
body:not(.elementor-editor-active) header #elementor-header-top-sticky.visible {
opacity: 1;
z-index: 11;
visibility: visible;
-webkit-transform: translate(0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px);
} header#header .contact-info-box {
display: block;
}
header#header .contact-info-box .left-thumb {
float: left;
margin-right: 20px;
}
header#header .contact-info-box .media-body {
float: left;
}
@media (max-width: 767.98px) {
header#header .contact-info-box {
display: block;
}
header#header .contact-info-box .left-thumb {
float: none;
margin-right: 0;
}
header#header .contact-info-box .media-body {
float: none;
}
}
header#header .contact-info-box .font-icon {
font-size: 36px;
margin-top: 5px;
}
header#header .contact-info-box .title {
margin-top: 0;
margin-bottom: 0.25rem;
}
@media (max-width: 767.98px) {
header#header .contact-info-box .title {
margin-top: 5px;
margin-bottom: 5px;
}
}
header#header .contact-info-box.big-icon .subtitle a {
color: #777;
font-weight: normal;
}
header#header .contact-info-box.small-icon .font-icon {
font-size: 16px;
padding-left: 1px;
padding-right: 5px;
margin-top: 0;
}
header#header .contact-info-box.small-icon .title {
font-size: 15px;
}
header#header .contact-info-box.small-icon .subtitle {
font-size: 13px;
}
header#header .header-middle {
padding: 20px 0;
}
@media (max-width: 1024px) {
header#header .header-middle .header-mid-column3-container .element {
margin-bottom: 20px;
}
}
@media (max-width: 991.98px) {
header#header .header-middle .header-mid-column3-container .element {
margin-bottom: 30px;
}
}
header#header .header-nav .header-nav-container {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
header#header .nav-side-icon-list {
margin-bottom: 0;
display: inline-block;
}
@media (max-width: 1024px) {
header#header .nav-side-icon-list {
float: left;
}
}
header#header .nav-side-icon-list > div {
display: inline-block;
padding: 20px 12px;
}
@media (max-width: 1024px) {
header#header .nav-side-icon-list > div {
padding: 13px 12px;
}
}  .menuzord,
.menuzord * {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.menuzord {
padding: 0 30px;
position: relative;
}  .menuzord a {
-o-transition: color 0.3s linear, background 0.3s linear;
-moz-transition: color 0.3s linear, background 0.3s linear;
-webkit-transition: color 0.3s linear, background 0.3s linear;
transition: color 0.3s linear, background 0.3s linear;
} .menuzord-menu.scrollable > .scrollable-fix {
display: none;
} .menuzord-brand {
display: inline-block;
color: var(--headings-color);
text-decoration: none;
font-size: 24px;
font-weight: 600;
line-height: 1.3;
cursor: pointer;
font-family: var(--heading-font-family);
}
.menuzord-brand img {
width: 155px;
} .menuzord-menu {
margin: 0;
padding: 0;
float: left;
list-style: none;
} .menuzord-menu.menuzord-right {
float: right;
} .menuzord-menu > li {
display: inline-block;
float: left;
}
@media (min-width: 1025px) {
.menuzord-menu > li {
padding: 20px 0;
}
}
.menuzord-menu > li > a {
padding: 7px 16px;
display: inline-block;
text-decoration: none;
font-size: 1rem;
text-transform: capitalize;
color: #222;
outline: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} .menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
color: #333;
} .menuzord-menu ul.dropdown {
top: 100%;
}
.menuzord-menu ul.dropdown li ul.dropdown {
top: 0;
} .menuzord-menu > li > .megamenu {
top: 100%;
} .menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
display: none;
position: absolute;
z-index: 99;
min-width: 230px;
background: #fff;
}
.menuzord-menu ul.dropdown li ul.dropdown {
left: 100%;
} .menuzord-menu ul.dropdown li {
clear: both;
width: 100%;
border: 0 none;
position: relative;
display: block;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.menuzord-menu ul.dropdown li {
transition: none;
}
}
.menuzord-menu ul.dropdown li a {
width: 100%;
background: none;
padding: 12px 25px 12px 22px;
color: #888;
text-decoration: none;
display: inline-block;
float: left;
clear: both;
position: relative;
outline: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.menuzord-menu ul.dropdown li a {
transition: none;
}
} .menuzord-menu ul.dropdown li:hover > a {
padding-left: 28px;
padding-right: 19px;
color: #333;
} .menuzord-menu ul.dropdown.dropdown-left {
left: none;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
left: -100%;
} .menuzord-menu li .indicator {
margin-left: 0;
margin-right: 0;
}
.menuzord-menu > li > a .indicator {
display: none;
}
@media (min-width: 1025px) {
.menuzord-menu li ul.dropdown li .indicator {
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
font-size: 15px;
line-height: 1;
}
} .menuzord-menu > li > .megamenu {
width: 100%;
padding: 20px 30px;
left: 0;
position: absolute;
display: none;
z-index: 99;
border-top: solid 1px #f0f0f0;
background: #fff;
}  .menuzord-menu > li > .megamenu.megamenu-half-width {
width: 50%;
left: auto;
} .menuzord-menu > li > .megamenu.megamenu-quarter-width {
width: 25%;
left: auto;
} .menuzord-menu > li > .megamenu .megamenu-row {
width: 100%;
margin-top: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
display: table;
content: "";
line-height: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
clear: both;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
display: block;
min-height: 20px;
float: left;
margin-left: 3%;
}
.menuzord-menu > li > .megamenu .megamenu-row [class*=col]:first-child {
margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
width: 5.5833333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
width: 14.1666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
width: 22.75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
width: 31.3333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
width: 39.9166666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
width: 48.5%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
width: 57.0833333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
width: 65.6666666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
width: 74.25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
width: 82.8333333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
width: 91.4166666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
width: 100%;
} .menuzord .showhide {
width: 30px;
height: 42px;
padding: 0 0 0;
float: right;
text-decoration: none;
outline: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
@media (min-width: 1025px) {
.menuzord .showhide {
display: none;
}
} .menuzord .showhide em {
width: 26px;
height: 3px;
margin: 4px 0 0;
float: right;
background: #333;
border-radius: 3px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.menuzord .showhide em {
transition: none;
}
} .menuzord-menu > li > a > i {
margin: 0 5px 0 0;
font-size: 18px;
display: inline-block;
line-height: 1;
font-family: "Font Awesome 5 Free";
}  .menuzord-menu > li.search form {
float: left;
padding: 22px 16px 17px;
} .menuzord-menu > li.search form input[type=text] {
width: 160px;
padding: 5px 10px;
font-family: "Open Sans", sans-serif;
border: none;
background: #f0f0f0;
border-radius: 2px;
outline: 0;
-o-transition: width 1s ease-out;
-moz-transition: width 1s ease-out;
-webkit-transition: width 1s ease-out;
transition: width 1s ease-out;
}
.menuzord-menu > li.search form:hover input[type=text] {
width: 160px;
} .menuzord-tabs {
width: 100%;
float: left;
}
.menuzord-tabs-nav {
width: 20%;
margin: 0;
padding: 0;
float: left;
list-style: none;
}
.menuzord-tabs-nav > li > a {
width: 100%;
padding: 7px 16px;
float: left;
font-size: 13px;
text-decoration: none;
color: #666;
border: solid 1px #f0f0f0;
outline: 0;
}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a {
background: #f0f0f0;
}
.menuzord-tabs-content {
width: 80%;
min-height: 30px;
padding: 20px;
float: right;
display: none;
font-size: 13px;
border: solid 1px #f0f0f0;
}
.menuzord-tabs-content.active {
display: block;
}  .menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a {
color: #4A89DC;
} .menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a {
color: #37BC9B;
} .menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a {
color: #E9573F;
} .menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a {
color: #ff670f;
} .menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a {
color: #F6BB42;
} .menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a {
color: #967ADC;
} .menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a {
color: #D770AD;
} @media (min-width: 1025px) {
header#header.header .top-primary-nav-clone-parent {
display: none !important;
}
}
@media (max-width: 1024px) { .menuzord-responsive.menuzord {
padding: 0;
}
header#header.header .nav-side-icon-parent {
display: none;
} .menuzord-responsive .menuzord-brand {
margin: 8px 30px 10px 20px;
font-size: 20px;
line-height: 1.55;
} .menuzord-responsive .showhide {
margin-top: 20px;
}
.elementor-element .menuzord-responsive .showhide {
margin-right: 5px;
} .menuzord-responsive .menuzord-menu {
width: 100%;
float: left !important;
margin-top: 5px;
padding: 0;
display: none;
}
.elementor-element .menuzord-responsive .menuzord-menu {
padding: 0 5px 5px;
} .menuzord-responsive .menuzord-menu.scrollable {
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
display: block;
} .menuzord-responsive .menuzord-menu > li {
width: 100%;
display: block;
position: relative;
}
.menuzord-responsive .menuzord-menu > li > a {
width: 100%;
padding: 12px 20px;
display: block;
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu > li:first-child > a {
border-top: solid 1px #f0f0f0;
} .menuzord-responsive .menuzord-menu ul.dropdown,
.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
width: 100%;
left: 0;
position: static;
border: none;
background: #fff;
float: left;
} .menuzord-responsive .menuzord-menu ul.dropdown li {
position: relative;
}
.menuzord-responsive .menuzord-menu ul.dropdown li a {
border-bottom: solid 1px #f0f0f0;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > a {
padding-left: 30px !important;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > a {
padding-left: 50px !important;
}
.menuzord-responsive .menuzord-menu.menuzord-indented > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
padding-left: 70px !important;
} .menuzord-responsive .menuzord-menu li .indicator {
width: 27px;
height: 27px;
position: absolute;
right: 15px;
top: 13.5px;
left: auto;
font-size: 12px;
text-align: center;
line-height: 1;
display: flex;
align-items: center;
justify-content: center;
background: var(--mobile-menu-item-indicator-bg-color);
color: var(--mobile-menu-item-indicator-text-color);
border-radius: 5px;
transform: rotate(-90deg);
transition: all 0.3s ease;
}   }
@media (max-width: 1024px) and (prefers-reduced-motion: reduce) {
.menuzord-responsive .menuzord-menu li .indicator {
transition: none;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu li .indicator.active {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
transform: rotate(0deg);
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
transform: rotate(0);
}
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator.active {
transform: rotate(90deg);
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu .megamenu .megamenu-row {
display: block;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu > li > .megamenu {
width: 100% !important;
left: 0 !important;
position: static;
border-top: none;
border-bottom: solid 1px #f0f0f0;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu > li > .megamenu .megamenu-row [class*=col] {
float: none;
display: block;
width: 100% !important;
margin-left: 0;
margin-top: 15px;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu > li.search form {
width: 100%;
margin: 4px 0;
padding: 10px 16px !important;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-menu > li.search form input[type=text] {
width: 100%;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-tabs-nav {
width: 100%;
}
}
@media (max-width: 1024px) {
.menuzord-responsive .menuzord-tabs-content {
width: 100%;
}
}
@media (max-width: 767.98px) {
header#header .header-nav .header-nav-container .top-primary-nav-clone-parent .menuzord-menu {
padding-bottom: 10px;
}
} .zoom-in {
-webkit-animation: zoomIn 400ms ease both;
-moz-animation: zoomIn 400ms ease both;
-o-animation: zoomIn 400ms ease both;
animation: zoomIn 400ms ease both;
}
@-webkit-keyframes zoomIn {
0% {
-webkit-transform: scale(1.5);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomIn {
0% {
-moz-transform: scale(1.5);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomIn {
0% {
opacity: 0;
-o-transform: scale(1.5);
}
100% {
opacity: 1;
-o-transform: scale(1);
}
}
@keyframes zoomIn {
0% {
transform: scale(1.5);
}
100% {
transform: scale(1);
}
}
.zoom-out {
-webkit-animation: zoomOut 400ms ease both;
-moz-animation: zoomOut 400ms ease both;
-o-animation: zoomOut 400ms ease both;
animation: zoomOut 400ms ease both;
}
@-webkit-keyframes zoomOut {
0% {
-webkit-transform: scale(0.6);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes zoomOut {
0% {
-moz-transform: scale(0.6);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes zoomOut {
0% {
-o-transform: scale(0.6);
}
100% {
-o-transform: scale(1);
}
}
@keyframes zoomOut {
0% {
transform: scale(0.6);
}
100% {
transform: scale(1);
}
}
.drop-up {
-webkit-animation: drop-up 400ms ease both;
-moz-animation: drop-up 400ms ease both;
-o-animation: drop-up 400ms ease both;
animation: drop-up 400ms ease both;
}
@-webkit-keyframes drop-up {
0% {
-webkit-transform: translateY(100px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes drop-up {
0% {
-moz-transform: translateY(100px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes drop-up {
0% {
-o-transform: translateY(100px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes drop-up {
0% {
transform: translateY(100px);
}
100% {
transform: translateY(0);
}
}
.drop-left {
-webkit-animation: drop-left 400ms ease both;
-moz-animation: drop-left 400ms ease both;
-o-animation: drop-left 400ms ease both;
animation: drop-left 400ms ease both;
}
@-webkit-keyframes drop-left {
0% {
-webkit-transform: translateX(-100px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes drop-left {
0% {
-moz-transform: translateX(-100px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes drop-left {
0% {
-o-transform: translateX(-100px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes drop-left {
0% {
transform: translateX(-100px);
}
100% {
transform: translateX(0);
}
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation: swing 400ms ease-out both;
-moz-animation: swing 400ms ease-out both;
-o-animation: swing 400ms ease-out both;
animation: swing 400ms ease-out both;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% {
-webkit-transform-origin: top center;
}
20% {
-webkit-transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
}
}
@-moz-keyframes swing {
20% {
-moz-transform: rotate(15deg);
}
40% {
-moz-transform: rotate(-10deg);
}
60% {
-moz-transform: rotate(5deg);
}
80% {
-moz-transform: rotate(-5deg);
}
100% {
-moz-transform: rotate(0deg);
}
}
@-o-keyframes swing {
20% {
-o-transform: rotate(15deg);
}
40% {
-o-transform: rotate(-10deg);
}
60% {
-o-transform: rotate(5deg);
}
80% {
-o-transform: rotate(-5deg);
}
100% {
-o-transform: rotate(0deg);
}
}
@keyframes swing {
20% {
transform: rotate(15deg);
}
40% {
transform: rotate(-10deg);
}
60% {
transform: rotate(5deg);
}
80% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}
.flip-animation {
-webkit-animation: flip-animation 700ms ease both;
-moz-animation: flip-animation 700ms ease both;
-o-animation: flip-animation 700ms ease both;
animation: flip-animation 700ms ease both;
}
@-webkit-keyframes flip-animation {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flip-animation {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.roll-in {
-webkit-animation: roll-in 400ms ease both;
-moz-animation: roll-in 400ms ease both;
-o-animation: roll-in 400ms ease both;
animation: roll-in 400ms ease both;
}
@-webkit-keyframes roll-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-15deg);
transform: translateX(-100%) rotate(-15deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes roll-in {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-15deg);
-ms-transform: translateX(-100%) rotate(-15deg);
transform: translateX(-100%) rotate(-15deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.stretch {
-webkit-animation: stretch 500ms ease both;
-moz-animation: stretch 500ms ease both;
-o-animation: stretch 500ms ease both;
animation: stretch 500ms ease both;
transform-origin: 0% 0%;
-ms-transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
}
@keyframes stretch {
0% {
transform: scaleX(0.3);
}
40% {
transform: scaleX(1.02);
}
60% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(0.98);
}
80% {
transform: scaleX(1.01);
}
100% {
transform: scaleX(1);
}
}
@-webkit-keyframes stretch {
0% {
-webkit-transform: scaleX(0.3);
}
40% {
-webkit-transform: scaleX(1.02);
}
60% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(0.98);
}
80% {
-webkit-transform: scaleX(1.01);
}
100% {
-webkit-transform: scaleX(1);
}
}
@-o-keyframes stretch {
0% {
-o-transform: scaleX(0.3);
}
40% {
-o-transform: scaleX(1.02);
}
60% {
-o-transform: scaleX(0.98);
}
80% {
-o-transform: scaleX(1.01);
}
100% {
-o-transform: scaleX(0.98);
}
80% {
-o-transform: scaleX(1.01);
}
100% {
-o-transform: scaleX(1);
}
}
body.tm-dark-layout .menuzord-container {
background-color: #151515;
}
body.tm-dark-layout .menuzord-container .menuzord-menu > li > a {
color: #888;
} header#header .header-nav .header-nav-container {
background-color: #fff;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
header#header .nav-side-icon-list {
display: inline-block;
}
@media (max-width: 1024px) {
header#header .nav-side-icon-list {
float: left;
}
}
header#header .nav-side-icon-list > div {
padding: 0 12px;
margin-top: -5px;
}
header#header .nav-side-icon-list > div .custom-button {
margin-top: -5px;
}
header#header .nav-side-icon-list > div:last-child {
padding-right: 0;
}
header#header .navbar-icons-responsive {
margin: 0;
list-style: none;
}
header#header .navbar-icons-responsive li {
display: block !important;
} .header-nav .header-nav-wrapper .menuzord-container {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.header-nav .header-nav-wrapper .menuzord-container {
transition: none;
}
}
.header-nav .header-nav-wrapper.navbar-scrolltofixed {
min-width: 100%;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.header-nav .header-nav-wrapper.navbar-scrolltofixed {
transition: none;
}
}
.header-nav .header-nav-col-row > .menuzord-primary-nav .showhide {
display: none !important;
}
.header-nav .header-nav-col-row > .menuzord-side-icon-list {
display: none;
}
@media (max-width: 1024px) {
.header-nav .header-nav-col-row > .menuzord-brand-parent {
flex: 0 0 auto;
width: auto;
}
.header-nav .header-nav-col-row > .menuzord-mobile-showhide {
flex: 1;
display: flex;
align-items: center;
justify-content: end;
}
.header-nav .header-nav-col-row > .menuzord-primary-nav {
flex-basis: 100%;
}
}
.menuzord-primary-nav {
min-height: 1px;
}
.menuzord-primary-nav.menuzord {
padding: 0;
}
.menuzord-primary-nav .menuzord-menu li a {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.menuzord-primary-nav .menuzord-menu li a {
transition: none;
}
}
.menuzord-primary-nav .menuzord-menu > li {
position: relative;
}
.menuzord-primary-nav .menuzord-menu > li > a {
font-size: 1rem;
padding-left: 16px;
padding-right: 16px;
}
@media (max-width: 1199.98px) {
.menuzord-primary-nav .menuzord-menu > li > a {
padding-left: 16px;
padding-right: 16px;
}
}
.menuzord-primary-nav .menuzord-menu ul.dropdown {
border: 1px solid #ddd;
box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li {
margin: 0;
padding-left: 0;
}
@media (min-width: 1025px) {
.menuzord-primary-nav .menuzord-menu ul.dropdown li {
border-bottom: 1px solid #eee;
}
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a {
color: #555;
font-size: 1rem;
padding: 12px 25px 12px 22px;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a:hover {
background-color: #f5f5f5;
padding-left: 25px;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a:after {
content: "";
display: inline-block;
height: 0;
width: 4px;
vertical-align: middle;
margin-right: 0;
opacity: 0;
visibility: hidden;
background: var(--theme-color1);
-webkit-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
-o-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
-moz-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover > a {
background: #eee none repeat scroll 0 0;
color: #333;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover > a:after {
top: 0;
left: -1px;
height: -webkit-calc(100% + 1px);
height: -moz-calc(100% + 1px);
height: calc(100% + 1px);
opacity: 1;
visibility: visible;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a.tm-submenu-title {
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
color: #222;
}
.menuzord-primary-nav .menuzord-menu > li > ul.dropdown {
border-top: 0;
background: #fcfcfc;
}
.menuzord-primary-nav .menuzord-menu .tm-menu-badge {
display: inline;
font-size: 65%;
line-height: 1;
text-transform: uppercase;
padding: 0 4px 0px 4px;
margin: 0 0 0 5px;
background-color: #f44336;
color: #fff;
}
@media (max-width: 1024px) {
.menuzord-primary-nav.menuzord-responsive .menuzord-menu > li > a {
color: var(--mobile-menu-item-link-text-color);
background-color: var(--mobile-menu-item-link-bg-color);
border-bottom-color: var(--mobile-menu-item-link-bg-border-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu li .indicator {
border-left-color: var(--mobile-menu-item-indicator-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown {
border-top: 0;
border-bottom: 0;
border-color: var(--mobile-menu-item-link-bg-border-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a {
color: var(--mobile-menu-item-link-text-color);
background-color: var(--mobile-menu-item-link-bg-color);
border-bottom-color: var(--mobile-menu-item-link-bg-border-color);
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu .widget {
margin-bottom: 15px;
}
.menuzord-primary-nav.menuzord-responsive .menuzord-menu .megamenu .megamenu-row [class*=col] {
margin-top: 0;
}
}
#top-primary-nav-clone .showhide,
#top-primary-nav-sticky-clone .showhide {
display: none !important;
}
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
display: none;
margin-bottom: 30px;
}
@media (max-width: 768px) {
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
margin-bottom: 20px;
}
}
@media (max-width: 575.98px) {
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
margin-bottom: 0;
}
}
header#header .menuzord-brand {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
header#header .menuzord-brand {
transition: none;
}
}
@media (max-width: 1024px) {
header#header .menuzord-brand {
margin-right: 20px;
padding: 10px 0;
}
}
@media (max-width: 767.98px) {
header#header .menuzord-brand {
margin-right: 0;
}
}
header#header .menuzord-brand img {
width: auto;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
header#header .menuzord-brand img {
transition: none;
}
}
@media (min-width: 1025px) {
header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav .menuzord-menu > li > a,
header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav-sticky .menuzord-menu > li > a,
header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav-clone .menuzord-menu > li > a,
header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav-sticky-clone .menuzord-menu > li > a {
color: #fff;
}
}
header#header.main-nav-items-textcolor-white .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) .menuzord .showhide em {
background: #fff;
}
@media (min-width: 1025px) {
header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav .menuzord-menu > li > a,
header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav-sticky .menuzord-menu > li > a,
header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav-clone .menuzord-menu > li > a,
header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) #top-primary-nav-sticky-clone .menuzord-menu > li > a {
color: #222;
}
}
header#header.main-nav-items-textcolor-dark .header-nav .navbar-scrolltofixed:not(.tm-sticky-menu) .menuzord .showhide em {
background: #333;
} .menu-item .subtitle {
display: block;
font-weight: normal;
} body.switchable-logo header#header .menuzord-brand .logo-primary {
display: inline-block;
}
body.switchable-logo header#header .menuzord-brand .logo-on-sticky {
display: none;
}
body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.tm-sticky-menu .menuzord-brand .logo-primary {
display: none;
}
body.switchable-logo header#header .header-nav-wrapper.navbar-scrolltofixed.tm-sticky-menu .menuzord-brand .logo-on-sticky {
display: inline-block;
} .menuzord-menu > li > .megamenu {
border-top: 3px solid var(--theme-color1);
background: #fcfcfc;
background-repeat: no-repeat;
background-position: bottom right;
padding: 0;
}
@media (min-width: 768px) {
.menuzord-menu > li > .megamenu {
min-width: 400px;
}
}
.menuzord-menu > li > .megamenu.megamenu-three-quarter-width {
left: auto;
width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row {
box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
display: flex;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
width: 8.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
width: 16.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
width: 25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
width: 33.333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
width: 41.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
width: 50%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
width: 58.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
width: 66.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
width: 83.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
width: 91.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^=col] {
float: none;
margin-left: 0;
padding: 15px 10px;
border-right: 1px solid #eee;
background-repeat: no-repeat;
background-position: bottom right;
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^=col]:last-child {
border-right: none;
}
.menuzord-menu > li > .megamenu .megamenu-row li {
border: 0 none;
clear: both;
margin: 0;
padding: 2px;
position: relative;
width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
color: #777;
display: block;
font-size: 1rem;
line-height: 1.65;
padding: 5px 12px 5px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
color: #777;
padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a.tm-submenu-title {
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
color: #222;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a:not(.tm-submenu-title), .menuzord-menu > li > .megamenu .megamenu-row li:hover > a:not(.tm-submenu-title) {
color: #111;
padding-left: 15px;
background-color: #f5f5f5;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a:not(.tm-submenu-title) i, .menuzord-menu > li > .megamenu .megamenu-row li:hover > a:not(.tm-submenu-title) i {
color: #555;
padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row .widget {
margin-bottom: 0;
} @media (max-width: 1024px) {
header#header.header-nav-left .header-nav-col-row {
padding: 10px 0;
}
header#header.header-nav-left .header-nav-col-row :first-child {
order: 1;
}
}
header#header.header-layout-type-header-default .menuzord-brand, header#header.header-layout-type-header-side-panel-nav .menuzord-brand {
margin-bottom: 15px;
margin-top: 15px;
}
header#header.header-layout-type-header-default .menuzord-brand img, header#header.header-layout-type-header-side-panel-nav .menuzord-brand img {
width: 155px;
}
@media (max-width: 767.98px) {
header#header.header-layout-type-header-side-panel-nav .header-nav-container {
padding: 0 20px;
}
}
body.tm-dark-layout header#header .header-nav {
border-top-color: #151515;
}
header#header.header-layout-type-header-mobile-nav .menuzord-brand {
float: none;
}
header#header.header-layout-type-header-vertical-nav .menuzord-brand {
padding: 15px;
}
header#header.header-layout-type-header-vertical-nav .menuzord-menu > li > a {
padding-bottom: 5px;
padding-top: 5px;
}
header#header.header-layout-type-header-vertical-nav .menuzord-menu > li:hover > a::before {
bottom: 0;
}
@media (max-width: 1024px) {
header#header.header-layout-type-header-vertical-nav .header-nav-container {
padding: 0 20px;
}
header#header.header-layout-type-header-vertical-nav .menuzord-brand {
padding: 0;
margin-bottom: 25px;
margin-top: 25px;
}
header#header.header-layout-type-header-vertical-nav .showhide {
margin-top: 30px;
}
header#header.header-layout-type-header-vertical-nav .menuzord .menuzord-menu li .indicator {
display: inline-flex;
}
}
body.tm-dark-layout header#header .header-nav {
border-top-color: #151515;
}
body.tm-dark-layout header#header .header-nav {
border-top-color: #151515;
} header#header .header-top .container-fluid,
header#header .header-middle .container-fluid,
header#header .header-nav .container-fluid {
padding: 0 100px;
}
@media (max-width: 1024px) {
header#header .header-top .container-fluid,
header#header .header-middle .container-fluid,
header#header .header-nav .container-fluid {
padding: 0 20px;
}
}
.navbar-scrolltofixed {
z-index: auto;
position: static;
top: auto;
}
.navbar-scrolltofixed.tm-sticky-menu {
top: 0;
z-index: 111;
position: fixed;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-transition: 0.3s all ease-in-out;
-o-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.header-nav-sticky {
width: 100%;
top: -100%;
z-index: 111;
position: fixed;
visibility: hidden;
-webkit-transition: 0.5s all ease-in-out;
-o-transition: 0.5s all ease-in-out;
transition: 0.5s all ease-in-out;
-webkit-animation-timing-function: ease;
animation-timing-function: ease;
-webkit-animation-duration: 0.2s;
animation-duration: 0.2s;
}
.header-nav-sticky.tm-sticky-menu {
visibility: visible;
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
} .menuzord-menu .tm-elementor-megamenu > ul.dropdown, .menuzord-menu .tm-elementor-megamenu > .megamenu:not(.elementor-megamenu-wrapper) {
display: none !important;
} .side-push-panel {
overflow-x: hidden; }
.side-push-panel.fullwidth-page #wrapper {
right: 0;
position: relative;
}
.side-push-panel.fullwidth-page header .header-nav-wrapper.tm-sticky-menu .container {
right: 0;
}
.side-push-panel.fullwidth-page.side-panel-left #wrapper {
left: 0;
right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.tm-sticky-menu .container {
left: 0;
right: auto;
}
.side-push-panel.fullwidth-page.side-panel-open #wrapper {
right: 480px;
}
.side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.tm-sticky-menu .container {
right: 480px;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
left: 480px;
right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.tm-sticky-menu .container {
left: 480px;
right: auto;
}
.side-push-panel.has-side-panel .menuzord .showhide {
float: left;
} .has-side-panel .side-panel-body-overlay {
background-color: rgba(17, 17, 17, 0.8);
height: 100vh;
left: 0;
opacity: 0;
pointer-events: none;
position: fixed;
top: 0;
width: 100%;
z-index: 1111;
transition: all 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
.has-side-panel .side-panel-body-overlay {
transition: none;
}
}
.has-side-panel.side-panel-open .side-panel-body-overlay {
opacity: 1;
pointer-events: auto;
}
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .side-panel-body-overlay:hover {
cursor: url(//zline.ae/wp-content/themes/tranxpress/assets/images/close.png) 15 15, default;
} .side-panel-container {
-webkit-backface-visibility: hidden;
background-color: #fff;
height: 100vh;
overflow: hidden;
position: fixed;
right: -480px;
top: 0;
text-align: left;
width: 480px;
z-index: 1112;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.side-panel-container {
transition: none;
}
}
@media (max-width: 991.98px) {
.side-panel-container {
width: 300px;
}
}
.side-panel-container ul {
padding-left: 0;
}
.side-panel-container .side-panel-wrap {
bottom: 0;
height: 100%;
left: 0;
overflow: auto;
padding: 0;
position: absolute;
top: 0;
width: 100%;
}
.side-panel-container .widget.widget-side-push-panel {
width: 100%;
}
.side-panel-container .widget.widget-side-push-panel .textwidget {
color: #333;
}
.side-panel-container .widget.widget-side-push-panel.widget-horizontal-row {
margin-top: 0;
margin-bottom: 0;
}
.side-panel-container .widget.widget-side-push-panel.widget-image-widget .thumb {
margin-bottom: 20px;
}
body.rtl .side-panel-container {
left: auto !important;
}
.side-panel-open .side-panel-container {
right: 0;
}
.side-panel-left .side-panel-container {
left: -480px;
right: auto;
}
.side-panel-left.side-panel-open .side-panel-container {
left: 0;
right: auto;
}
.device-touch .side-panel-container .side-panel-wrap {
overflow-y: scroll;
} .side-panel-trigger {
cursor: pointer;
display: block;
z-index: 11;
}
.side-panel-trigger-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
}
.side-panel-trigger-close .side-panel-trigger-icon {
font-size: 18px;
color: #333;
margin-top: 20px;
margin-right: 15px;
background: #eee;
padding: 13px 16px 14px 16px;
border-radius: 30px;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.side-panel-trigger-close .side-panel-trigger-icon {
transition: none;
}
}
.side-panel-trigger-close .side-panel-trigger-icon:hover {
color: var(--text-color-bg-theme-color1);
background: var(--theme-color1);
} .side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.tm-sticky-menu .container {
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.tm-sticky-menu .container {
transition: none;
}
} .hamburger-box {
display: inline-block;
height: 20px;
position: relative;
width: 40px;
padding: 12px 15px;
}
.hamburger-box .hamburger-inner {
margin-left: 3px;
top: 16px;
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
background-color: #444;
border-radius: 4px;
height: 2px;
position: absolute;
width: 24px;
transition: all 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
transition: none;
}
}
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
display: block;
content: "";
}
.hamburger-box .hamburger-inner:before {
top: -9px;
}
.hamburger-box .hamburger-inner:after {
bottom: -9px;
}
.hamburger-box .hamburger-inner {
width: 16px;
}
.hamburger-box .hamburger-inner:after {
width: 24px;
}
.hamburger-box .hamburger-inner:before {
width: 24px;
}
.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner:after,
.hamburger-box:hover .hamburger-inner:before {
height: 2px;
background-color: #333;
}
.hamburger-box:hover .hamburger-inner {
width: 24px;
}
.hamburger-box:hover .hamburger-inner:after {
width: 16px;
}
.hamburger-box:hover .hamburger-inner:before {
width: 16px;
}
body.elementor-editor-active .side-panel-container {
height: auto;
position: relative;
right: 0;
top: 0;
text-align: left;
width: 480px;
overflow: visible;
}
body.elementor-editor-active .side-panel-container .side-panel-wrap {
position: relative;
overflow: inherit;
} body.menufullpage-menu-open header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner {
background-color: transparent;
}
body.menufullpage-menu-open.switchable-logo header#header .menuzord-brand .logo-primary {
display: none;
}
body.menufullpage-menu-open.switchable-logo header#header .menuzord-brand .logo-on-sticky {
display: inline-block;
} body.menu-full-page #fullpage-nav {
background-color: #171717;
border-radius: 100%;
color: white;
cursor: pointer;
position: fixed;
width: 300px;
height: 300px;
left: -120px;
top: -120px;
opacity: 0;
z-index: 99;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
body.menu-full-page #fullpage-nav {
transition: none;
}
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner {
padding: 12% 5% 15%;
}
@media (max-width: 1024px) {
body.menu-full-page #fullpage-nav .fullpage-nav-inner {
padding: 150px 7%;
}
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul {
list-style: none;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li {
transition: all 0.4s ease;
padding: 10px 0;
position: relative;
opacity: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li {
transition: none;
}
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a {
color: #fff;
font-size: 36px;
line-height: 1.5;
text-decoration: none;
font-weight: 700;
padding: 0;
position: relative;
}
@media (max-width: 767.98px) {
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a {
font-size: 36px;
}
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a:hover {
color: var(--hover-theme-color);
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a .indicator {
opacity: 0.5;
font-size: 28px;
margin-left: 20px;
vertical-align: middle;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a .indicator i {
display: inline-block;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li a .indicator i {
transition: none;
}
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li:hover:after a {
position: absolute;
content: "";
color: #fff;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown, body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu {
margin: 10px 0;
display: none;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown li, body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu li {
padding: 0;
margin: 0;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown li a, body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu li a {
font-size: 19px;
line-height: 1.6;
font-weight: normal;
color: #fff;
display: block;
float: none;
margin: 0;
overflow: hidden;
padding: 5px 0;
box-sizing: border-box;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .dropdown li a:hover, body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li .megamenu li a:hover {
color: var(--hover-theme-color);
margin-left: 10px;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li.open-sub-menu > a {
color: var(--theme-color1);
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul li.open-sub-menu > a .indicator i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .fullpage-nav-menu ul ul li a:hover {
color: #888;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .menufullpage-nav-sidebar {
margin-top: 30px;
}
body.menu-full-page #fullpage-nav .fullpage-nav-inner .menufullpage-nav-sidebar .menufullpage-nav-sidebar-inner {
position: relative;
opacity: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
body.menu-full-page #fullpage-nav .fullpage-nav-inner .menufullpage-nav-sidebar .menufullpage-nav-sidebar-inner {
transition: none;
}
}
body.menu-full-page #fullpage-nav.menufullpage-menu-open {
border-radius: 0;
padding: 0 !important;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
body.menu-full-page #fullpage-nav.menufullpage-menu-open {
transition: none;
}
}
body.menu-full-page #fullpage-nav.menufullpage-menu-open .fullpage-nav-menu ul li {
animation: fadeInUp 0.5s ease-in-out forwards;
animation-delay: 0.35s;
}
body.menu-full-page #fullpage-nav.menufullpage-menu-open .menufullpage-nav-sidebar .menufullpage-nav-sidebar-inner {
animation: fadeInUp 0.5s ease-in-out forwards;
animation-delay: 0.35s;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open + #fullpage-nav {
opacity: 1;
z-index: 1011;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open + #fullpage-nav > ul {
margin-top: 70px;
}
body.menu-full-page .fullpage-nav-toggle {
position: relative;
display: block;
margin: 0;
padding: 0;
width: 40px;
height: 40px;
font-size: 0;
text-indent: -9999px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-shadow: none;
border-radius: none;
border: none;
cursor: pointer;
transition: background 0.3s;
background-color: transparent; }
@media (prefers-reduced-motion: reduce) {
body.menu-full-page .fullpage-nav-toggle {
transition: none;
}
}
body.menu-full-page .fullpage-nav-toggle i {
text-decoration: none;
font-size: 40px;
color: #fff;
}
body.menu-full-page .fullpage-nav-toggle:focus {
outline: none;
}
body.menu-full-page .fullpage-nav-toggle span {
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 25px;
height: 4px;
border-radius: 2px;
background: #333;
transition: background 0 0.3s;
}
@media (prefers-reduced-motion: reduce) {
body.menu-full-page .fullpage-nav-toggle span {
transition: none;
}
}
body.menu-full-page .fullpage-nav-toggle span:before, body.menu-full-page .fullpage-nav-toggle span:after {
position: absolute;
display: block;
left: 0;
width: 100%;
height: 4px;
border-radius: 0;
background-color: #333;
content: "";
-webkit-transition-duration: 0.3s, 0.3s;
transition-duration: 0.3s, 0.3s;
-webkit-transition-delay: 0.3s, 0;
transition-delay: 0.3s, 0;
}
body.menu-full-page .fullpage-nav-toggle span:before {
top: -8px;
-webkit-transition-property: top, -webkit-transform;
transition-property: top, transform;
}
body.menu-full-page .fullpage-nav-toggle span:after {
bottom: -8px;
-webkit-transition-property: bottom, -webkit-transform;
transition-property: bottom, transform;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open {
z-index: 1111;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span {
background: none;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:before, body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:after {
background-color: #fff;
-webkit-transition-delay: 0, 0.3s;
transition-delay: 0, 0.3s;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:before {
top: 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:after {
bottom: 0;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
body.menu-full-page .fullpage-nav-toggle {
background: #fff;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
width: 50px;
height: 50px;
margin-top: 4px;
}
body.menu-full-page .fullpage-nav-toggle span {
top: 49%;
left: 24px;
right: 24px;
height: 4px;
width: 20px;
border-radius: 2px;
background: #333;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span {
background: #fff;
}
body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:before, body.menu-full-page .fullpage-nav-toggle.menufullpage-menu-open span:after {
background-color: #111;
}
header#header.header-layout-type-header-mobile-nav-floating .menuzord-brand {
float: none;
}
header#header.header-layout-type-header-mobile-nav-floating .tm-fullpage-nav-header-inner {
position: fixed;
background-color: transparent;
width: 100%;
}
header#header .tm-fullpage-nav-header {
z-index: 99;
}
header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner {
position: relative;
background-color: #fff;
z-index: 1000;
transition: all 0.3s ease;
}
header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
padding: 30px 80px;
}
@media (max-width: 1024px) {
header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
padding: 30px;
}
}
@media (max-width: 991.98px) {
header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container {
padding: 20px;
}
}
header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container .menuzord-brand {
margin: 0;
}
@media (max-width: 767.98px) {
header#header .tm-fullpage-nav-header .tm-fullpage-nav-header-inner .tm-fullpage-nav-header-container .menuzord-brand img {
max-height: 25px;
}
} body.tm-vertical-nav .main-content .elementor-section-stretched {
left: auto !important;
width: 100% !important;
}
body.tm-vertical-nav .elementor-top-section.elementor-section-boxed > .elementor-container {
max-width: 100% !important;
width: 100% !important;
padding: 0 10px;
}
body.tm-vertical-nav header#header {
width: 300px;
position: fixed;
top: 0;
left: 0;
height: 100%;
background-color: #fcfcfc;
background-size: cover;
color: #555;
z-index: 101;
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.09);
transition: none;
}
body.tm-vertical-nav header#header .container {
max-width: 100%;
padding: 0;
}
body.tm-vertical-nav header#header.vertical-nav-shadow {
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.2);
}
body.tm-vertical-nav header#header.vertical-nav-border {
border-right: 1px solid #ddd;
}
body.tm-vertical-nav header#header.vertical-nav-center-content {
text-align: center;
}
body.tm-vertical-nav header#header .header-nav-container {
background: none;
}
@media (min-width: 1025px) {
body.tm-vertical-nav header#header .header-nav-container {
box-shadow: none;
}
}
body.tm-vertical-nav header#header .row {
margin-left: 0;
margin-right: 0;
}
body.tm-vertical-nav footer#footer .container {
max-width: 100%;
width: 100%;
}
body.tm-vertical-nav footer#footer .container .elementor-section-stretched {
left: auto !important;
width: 100% !important;
}
@media (min-width: 1025px) {
body.tm-vertical-nav .menuzord {
margin-bottom: 30px;
}
}
body.tm-vertical-nav .menuzord .menuzord-menu {
width: 100%;
float: none;
}
body.tm-vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
background: #eee none repeat scroll 0 0;
color: #111;
}
body.tm-vertical-nav .menuzord .menuzord-menu li {
padding: 0;
position: relative;
width: 100%;
}
body.tm-vertical-nav .menuzord .menuzord-menu li .indicator {
float: right;
display: block;
margin-right: 6px;
}
body.tm-vertical-nav .menuzord .menuzord-menu li a {
width: 100%;
}
body.tm-vertical-nav .menuzord .menuzord-menu > li {
padding: 5px 0;
}
body.tm-vertical-nav .menuzord .menuzord-menu > li.active > a, body.tm-vertical-nav .menuzord .menuzord-menu > li:hover > a {
background: none;
color: #333;
}
body.tm-vertical-nav .menuzord .menuzord-menu ul.dropdown,
body.tm-vertical-nav .menuzord .menuzord-menu .megamenu {
text-align: left;
}
@media (min-width: 1025px) {
body.tm-vertical-nav .menuzord .menuzord-menu ul.dropdown,
body.tm-vertical-nav .menuzord .menuzord-menu .megamenu {
left: 100% !important;
top: 4px !important;
}
}
body.tm-vertical-nav.vertical-nav-right header#header {
left: auto;
right: 0;
}
body.tm-vertical-nav.vertical-nav-right .top-sliders-container,
body.tm-vertical-nav.vertical-nav-right .main-content-area,
body.tm-vertical-nav.vertical-nav-right .footer {
margin-left: 0;
margin-right: 260px;
padding-top: 0;
}
body.tm-vertical-nav.vertical-nav-right .menuzord .menuzord-menu ul.dropdown,
body.tm-vertical-nav.vertical-nav-right .menuzord .menuzord-menu .megamenu {
left: auto;
right: 100%;
top: 0;
}
@media (max-width: 1024px) {
body.tm-vertical-nav .container {
width: 100%;
}
}
@media (min-width: 1025px) {
body.tm-vertical-nav .main-content,
body.tm-vertical-nav footer.footer {
margin-left: 300px;
}
body.tm-vertical-nav header#header .menuzord-brand {
display: block;
float: none;
margin: 50px 0 30px;
}
body.tm-vertical-nav #top-primary-nav .menuzord-menu > li {
border-bottom: 1px solid rgba(235, 235, 235, 0.1);
transition: all 0.3s ease;
}
}
@media (min-width: 1025px) and (prefers-reduced-motion: reduce) {
body.tm-vertical-nav #top-primary-nav .menuzord-menu > li {
transition: none;
}
}
@media (min-width: 1025px) {
body.tm-vertical-nav #top-primary-nav .menuzord-menu > li > a {
padding-left: 5px;
}
}
@media (min-width: 1025px) {
body.tm-vertical-nav #top-primary-nav .menuzord-menu > li:hover, body.tm-vertical-nav #top-primary-nav .menuzord-menu > li.active {
background-color: rgba(235, 235, 235, 0.7);
}
}
@media (min-width: 1025px) {
body.tm-vertical-nav .megamenu {
left: 100% !important;
right: 0 !important;
width: 800px !important;
}
}
@media (min-width: 1025px) {
body.tm-vertical-nav .menuzord .menuzord-menu {
padding: 30px 0 20px 15px;
}
}
@media (min-width: 1025px) {
body.tm-vertical-nav .vertical-nav-sidebar-widget-wrapper {
padding: 30px 15px 5px;
}
}
@media (max-width: 1024px) {
body.tm-vertical-nav header#header {
border: 0;
padding: 0;
position: fixed;
top: 0;
height: auto;
width: 100%;
background: #fff !important;
}
body.tm-vertical-nav .menuzord .menuzord-menu > li {
padding: 0;
}
body.tm-vertical-nav .menuzord .menuzord-menu > li > a {
color: #fff !important;
}
body.tm-vertical-nav .top-sliders-container,
body.tm-vertical-nav .main-content-area,
body.tm-vertical-nav .footer {
margin-left: 0;
}
body.tm-vertical-nav.vertical-nav-right .top-sliders-container,
body.tm-vertical-nav.vertical-nav-right .main-content-area,
body.tm-vertical-nav.vertical-nav-right .footer {
margin-right: 0;
}
body.tm-vertical-nav .vertical-nav-sidebar-widget-wrapper {
display: none;
}
}
body.tm-vertical-nav.elementor-editor-active header#header {
display: none;
}
body.tm-vertical-nav.elementor-editor-active .main-content, body.tm-vertical-nav.elementor-editor-active .footer.footer {
margin-left: 0;
} .top-nav-search-btn .search-icon {
color: var(--theme-color2);
font-size: 18px;
line-height: 1;
padding: 3px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.top-nav-search-btn .search-icon {
transition: none;
}
}
.top-nav-search-btn .search-icon:hover {
color: var(--hover-theme-color);
}
@media (max-width: 1024px) {
.top-nav-search-btn {
margin-top: 12px;
}
}
.top-nav-search-form {
background: rgba(15, 15, 15, 0.993);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
position: fixed;
visibility: hidden;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
transform: scale(0.9);
z-index: -1;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.top-nav-search-form {
transition: none;
}
}
.top-nav-search-form.active {
transform: scale(1);
z-index: 111;
opacity: 1;
visibility: visible;
}
.top-nav-search-form .nav-search-inner {
text-align: center;
}
.top-nav-search-form form {
margin-bottom: 0;
}
.top-nav-search-form .input-group {
color: #fff;
position: relative;
display: inline-block;
padding-bottom: 5px;
border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.top-nav-search-form input[type=text] {
-webkit-appearance: none;
display: inline-block;
padding: 15px 20px 15px 0;
box-shadow: none;
outline: none;
border: 0;
background: transparent;
-webkit-transition: all 350ms ease;
transition: all 350ms ease;
position: relative;
top: 1px;
color: #fff;
font-size: 36px;
width: 450px;
}
@media (max-width: 767.98px) {
.top-nav-search-form input[type=text] {
font-size: 26px;
width: 250px;
}
}
.top-nav-search-form input[type=text]::-webkit-input-placeholder {
color: #fff;
}
.top-nav-search-form input[type=text]::placeholder {
color: #fff;
}
.top-nav-search-form button {
position: relative;
white-space: nowrap;
margin-left: -1px;
z-index: 2;
display: inline-block;
text-align: center;
vertical-align: middle;
-webkit-appearance: button;
border: 0;
background: transparent;
cursor: pointer;
outline: none;
border-radius: 0;
padding: 0 0 0 20px;
}
.top-nav-search-form button i {
color: #fff;
font-size: 28px;
line-height: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.top-nav-search-form button i {
transition: none;
}
}
@media (max-width: 767.98px) {
.top-nav-search-form button i {
font-size: 20px;
}
}
.top-nav-search-form button i:hover {
color: var(--hover-theme-color);
}
.top-nav-search-form .close-search-btn {
color: #eee;
font-size: 28px;
line-height: 75px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 20px;
position: fixed;
right: 30px;
top: 30px;
}
.top-nav-search-form .close-search-btn:hover {
color: var(--hover-theme-color);
}
html.html-search-block-active {
overflow: hidden;
} .tm-page-title {
background-color: rgba(38, 28, 88, 0.9215686275);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
text-align: center;
}
.tm-page-title:before {
background-color: transparent;
background-image: linear-gradient(310deg, rgba(30, 30, 30, 0) 0%, rgba(0, 0, 0, 0.9098039216) 100%);
opacity: 0.9;
}
.tm-page-title .container,
.tm-page-title .container-fluid {
padding-top: 50px;
padding-bottom: 50px;
}
.tm-page-title .padding-default {
padding-top: 50px;
padding-bottom: 50px;
}
.tm-page-title .padding-extra-small {
padding-top: 30px;
padding-bottom: 30px;
}
.tm-page-title .padding-small {
padding-top: 50px;
padding-bottom: 50px;
}
.tm-page-title .padding-medium {
padding-top: 100px;
padding-bottom: 120px;
}
.tm-page-title .padding-large {
padding-top: 120px;
padding-bottom: 120px;
}
.tm-page-title .padding-extra-large {
padding-top: 150px;
padding-bottom: 150px;
}
.tm-page-title .title {
color: #fff;
margin-bottom: 20px;
margin-top: 0;
font-size: var(--h1-font-size);
text-transform: capitalize;
}
@media (max-width: 767.98px) {
.tm-page-title .title {
font-size: var(--h1-font-size-mob);
line-height: 1.3;
}
}
.tm-page-title .title b,
.tm-page-title .title strong {
color: #f5f5f5;
}
.tm-page-title .subtitle {
color: #aaa;
font-weight: 600;
margin: 0;
margin-top: 10px;
}
.tm-page-title.text-inverted .title {
color: #222;
}
.tm-page-title.text-inverted .subtitle {
color: #555;
}
.tm-page-title.text-inverted .breadcrumbs span a {
color: #555;
}
.tm-page-title.text-inverted .breadcrumbs span a:hover {
color: #151515;
}
.tm-page-title.text-inverted .breadcrumbs .active {
color: #808080;
}
.tm-page-title.page-title-standard .breadcrumbs {
margin-top: 10px;
}
.tm-page-title.page-title-standard .subtitle + .breadcrumbs {
margin-top: 15px;
}
.tm-page-title-elementor .breadcrumbs,
.tm-page-title .breadcrumbs {
display: inline-block;
margin: 0;
padding: 0;
background-color: transparent;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}
.tm-page-title-elementor .breadcrumbs > li,
.tm-page-title .breadcrumbs > li {
display: inline-block;
padding: 0;
float: none;
}
.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn),
.tm-page-title .breadcrumbs .trail-item a:not(.btn) {
color: var(--theme-color2);
}
.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn):hover,
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
color: #fff;
}
.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child),
.tm-page-title .breadcrumbs .trail-item:not(:last-child) {
margin-right: 20px;
padding-right: 20px;
position: relative;
}
.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
color: #eee;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 12px;
position: absolute;
right: -4px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
transition: none;
}
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end,
.tm-page-title .breadcrumbs .trail-item.trail-end {
color: #ddd;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end a,
.tm-page-title .breadcrumbs .trail-item.trail-end a {
color: #ddd;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon {
display: none;
}
.tm-page-title .breadcrumbs {
font-size: 12px;
font-weight: 500;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
}
.tm-page-title .breadcrumbs .trail-item a:not(.btn) {
color: #fff;
}
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
color: var(--theme-color1);
}
.tm-page-title .breadcrumbs .trail-item:not(:last-child) .tm-breadcrumb-arrow-icon {
color: #f2f2f2;
}
.tm-page-title .breadcrumbs .trail-item.trail-end {
color: #f2f2f2;
} @media (min-width: 1000px) {
body.container-970px .container {
max-width: 970px;
width: 970px;
}
}
@media (min-width: 1300px) {
body.container-1230px .container {
max-width: 1230px;
width: 1230px;
}
}
@media (min-width: 1400px) {
body.container-1300px .container {
max-width: 1300px;
width: 1300px;
}
}
@media (min-width: 1400px) {
body.container-1340px .container {
max-width: 1340px;
width: 1340px;
}
}
@media (min-width: 1500px) {
body.container-1440px .container {
max-width: 1440px;
width: 1440px;
}
}
@media (min-width: 1560px) {
body.container-1500px .container {
max-width: 1500px;
width: 1500px;
}
}
@media (min-width: 1660px) {
body.container-1600px .container {
max-width: 1600px;
width: 1600px;
}
}
body.container-100pr .container,
body.container-100pr .container-fluid {
max-width: 100%;
width: 100%;
}
body.tm-boxed-layout {
background-color: #444;
padding-top: 40px;
padding-bottom: 40px;
padding-left: 15px;
padding-right: 15px;
}
body.tm-boxed-layout.layer-overlay:before {
z-index: -1;
}
body.tm-boxed-layout #wrapper {
margin: 0 auto;
overflow: hidden;
background-color: #fff;
position: relative;
}
@media (min-width: 1200px) {
body.tm-boxed-layout #wrapper {
width: 1170px;
}
}
body.tm-boxed-layout .container .container {
width: 100%;
}
@media (min-width: 1200px) {
body.tm-boxed-layout .container {
width: 1140px;
}
}
@media (min-width: 1000px) {
body.tm-boxed-layout.container-970px #wrapper {
width: 970px;
}
}
body.tm-boxed-layout.container-970px .container,
body.tm-boxed-layout.container-970px .container-fluid {
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-970px .container .container,
body.tm-boxed-layout.container-970px .container .container-fluid,
body.tm-boxed-layout.container-970px .container-fluid .container,
body.tm-boxed-layout.container-970px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1300px) {
body.tm-boxed-layout.container-1230px #wrapper {
width: 1230px;
}
}
body.tm-boxed-layout.container-1230px .container,
body.tm-boxed-layout.container-1230px .container-fluid {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-1230px .container .container,
body.tm-boxed-layout.container-1230px .container .container-fluid,
body.tm-boxed-layout.container-1230px .container-fluid .container,
body.tm-boxed-layout.container-1230px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1400px) {
body.tm-boxed-layout.container-1300px #wrapper {
width: 1300px;
}
}
body.tm-boxed-layout.container-1300px .container,
body.tm-boxed-layout.container-1300px .container-fluid {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-1300px .container .container,
body.tm-boxed-layout.container-1300px .container .container-fluid,
body.tm-boxed-layout.container-1300px .container-fluid .container,
body.tm-boxed-layout.container-1300px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1400px) {
body.tm-boxed-layout.container-1340px #wrapper {
width: 1340px;
}
}
body.tm-boxed-layout.container-1340px .container,
body.tm-boxed-layout.container-1340px .container-fluid {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-1340px .container .container,
body.tm-boxed-layout.container-1340px .container .container-fluid,
body.tm-boxed-layout.container-1340px .container-fluid .container,
body.tm-boxed-layout.container-1340px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1400px) {
body.tm-boxed-layout.container-1440px #wrapper {
width: 1440px;
}
}
body.tm-boxed-layout.container-1440px .container,
body.tm-boxed-layout.container-1440px .container-fluid {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-1440px .container .container,
body.tm-boxed-layout.container-1440px .container .container-fluid,
body.tm-boxed-layout.container-1440px .container-fluid .container,
body.tm-boxed-layout.container-1440px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1560px) {
body.tm-boxed-layout.container-1500px #wrapper {
width: 1500px;
}
}
body.tm-boxed-layout.container-1500px .container,
body.tm-boxed-layout.container-1500px .container-fluid {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-1500px .container .container,
body.tm-boxed-layout.container-1500px .container .container-fluid,
body.tm-boxed-layout.container-1500px .container-fluid .container,
body.tm-boxed-layout.container-1500px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
@media (min-width: 1660px) {
body.tm-boxed-layout.container-1600px #wrapper {
width: 1600px;
}
}
body.tm-boxed-layout.container-1600px .container,
body.tm-boxed-layout.container-1600px .container-fluid {
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
body.tm-boxed-layout.container-1600px .container .container,
body.tm-boxed-layout.container-1600px .container .container-fluid,
body.tm-boxed-layout.container-1600px .container-fluid .container,
body.tm-boxed-layout.container-1600px .container-fluid .container-fluid {
padding-left: 0;
padding-right: 0;
}
body.tm-boxed-layout.container-100pr #wrapper {
width: 95%;
}
body.tm-boxed-layout.container-100pr #wrapper .container,
body.tm-boxed-layout.container-100pr #wrapper .container-fluid {
width: 100%;
}
body.tm-boxed-layout.container-shadow #wrapper {
box-shadow: 0 0 25px 0 #777;
}
body.tm-boxed-layout .header .navbar-default {
background-color: #fff;
border-color: #fff;
padding: 0;
}
body.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
padding: 30px 5px;
}
body.tm-boxed-layout .header .navbar-default .navbar-collapse {
background-color: #fff;
border-color: #fff;
margin-right: 30px;
}
body.tm-boxed-layout .header #header-logo {
margin: 0;
padding-top: 27px;
}
@media (max-width: 991.98px) {
.tm-boxed-layout {
padding-top: 15px;
}
.tm-boxed-layout .header .navbar-default .navbar-nav > li > a {
padding: 10px;
}
.tm-boxed-layout .header .navbar-default .navbar-collapse {
margin-right: 15px;
}
.tm-boxed-layout .navbar-header {
padding: 15px 0;
}
.tm-boxed-layout .navbar-collapse .navbar-nav li a .caret {
margin-right: 0;
}
} body.tm-dark-layout {
color: #aaa;
background-color: #2a2a2a;
}
body.tm-dark-layout h1,
body.tm-dark-layout h2,
body.tm-dark-layout h3,
body.tm-dark-layout h4,
body.tm-dark-layout h5,
body.tm-dark-layout h6 {
color: #777;
}
body.tm-dark-layout p {
color: #aaa;
}
body.tm-dark-layout [class^=bg-theme-], body.tm-dark-layout [class*=" bg-theme-"] {
color: #fff;
}
body.tm-dark-layout [class^=bg-theme-] h1,
body.tm-dark-layout [class^=bg-theme-] h2,
body.tm-dark-layout [class^=bg-theme-] h3,
body.tm-dark-layout [class^=bg-theme-] h4,
body.tm-dark-layout [class^=bg-theme-] h5,
body.tm-dark-layout [class^=bg-theme-] h6, body.tm-dark-layout [class*=" bg-theme-"] h1,
body.tm-dark-layout [class*=" bg-theme-"] h2,
body.tm-dark-layout [class*=" bg-theme-"] h3,
body.tm-dark-layout [class*=" bg-theme-"] h4,
body.tm-dark-layout [class*=" bg-theme-"] h5,
body.tm-dark-layout [class*=" bg-theme-"] h6 {
color: #fff;
}
body.tm-dark-layout [class^=bg-theme-] p, body.tm-dark-layout [class*=" bg-theme-"] p {
color: #fff;
}
body.tm-dark-layout .bg-silver-light {
background-color: #222 !important;
} .select2-container--default .select2-selection--single .select2-selection__arrow b {
margin-left: -10px;
}
.select2 .selection .select2-selection {
background-color: rgba(241, 238, 246, 0.5);
border: 1px solid rgba(241, 238, 246, 0.5);
height: calc(1.8rem + 32px);
padding: 14px 20px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
color: #686a6f;
line-height: 30px;
padding-left: 0;
font-weight: normal;
font-size: 1rem;
}
.select2 .selection .select2-selection .select2-selection__arrow {
height: 100%;
position: absolute;
right: 6px;
top: 0;
width: 20px;
}
.form-control, .input-text {
height: calc(1.8rem + 32px);
padding: 14px 20px;
outline: 0;
background-color: rgba(241, 238, 246, 0.5);
border: 1px solid rgba(241, 238, 246, 0.5);
color: #686a6f;
font-size: 1rem;
width: 100%;
}
.form-control::placeholder, .input-text::placeholder {
color: #686a6f;
opacity: 1;
}
.form-control:-ms-input-placeholder, .input-text:-ms-input-placeholder {
color: #686a6f;
}
.form-control::-ms-input-placeholder, .input-text::-ms-input-placeholder {
color: #686a6f;
}
.form-control:active, .form-control:focus, .input-text:active, .input-text:focus {
box-shadow: 0 0 0 1px var(--theme-color1);
border-color: var(--theme-color1);
}
textarea.form-control {
height: auto;
padding-top: 15px;
padding-bottom: 15px;
} .tm-contact-form-transparent {
padding-right: 15px;
}
.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
transition: none;
}
}
.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email] {
background: #fff;
border: none;
border-bottom: 1px solid #ddd;
padding: 14px;
padding-left: 0;
margin-bottom: 28px;
width: 100%;
}
.tm-contact-form-transparent textarea {
background: #fff;
border: none;
border-bottom: 1px solid #ddd;
width: 100%;
padding: 15px;
padding-left: 0;
margin-bottom: 28px;
}
.tm-contact-form-transparent .form-submit-btn {
padding: 12px 32px;
margin-top: 20px;
margin-bottom: 0;
font-weight: 700;
border: 2px solid transparent;
color: #fff;
transition: all 300ms;
}
.tm-contact-form-transparent .form-submit-btn:hover {
border-width: 2px;
border-style: solid;
background: none;
}
.tm-contact-form-transparent .form-input-label {
padding: 0;
padding-left: 15px;
line-height: 0;
margin: 0;
}
.tm-contact-form-transparent input[type=submit] {
margin-top: 15px;
}
.tm-contact-form-transparent.white-form input[type=text],
.tm-contact-form-transparent.white-form input[type=email] {
background: #ffffff;
border: 1px solid #eee;
}
.tm-contact-form-transparent.white-form textarea {
background: #ffffff;
border: 1px solid #eee;
} .tm-request-a-call-back-form1 {
padding-right: 15px;
}
.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email],
.tm-request-a-call-back-form1 textarea,
.tm-request-a-call-back-form1 select {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email],
.tm-request-a-call-back-form1 textarea,
.tm-request-a-call-back-form1 select {
transition: none;
}
}
.tm-request-a-call-back-form1 input[type=text],
.tm-request-a-call-back-form1 input[type=email] {
background: #ffffff;
border: 1px solid #ddd;
padding: 14px;
margin-bottom: 28px;
width: 100%;
}
.tm-request-a-call-back-form1 select {
background: #ffffff;
border: 1px solid #ddd;
width: 100%;
padding: 17px 14px;
}
.tm-request-a-call-back-form1 textarea {
background: #ffffff;
border: 1px solid #ddd;
width: 100%;
padding: 15px;
}
.tm-request-a-call-back-form1 .form-submit-btn {
padding: 12px 32px;
margin-bottom: 0;
font-weight: 700;
border: 2px solid transparent;
color: #fff;
transition: all 300ms;
}
.tm-request-a-call-back-form1 .form-submit-btn:hover {
border-width: 2px;
border-style: solid;
background: none;
}
.tm-request-a-call-back-form1 .form-input-label {
padding: 0;
padding-left: 15px;
line-height: 0;
margin: 0;
}
.tm-request-a-call-back-form1.white-form input[type=text],
.tm-request-a-call-back-form1.white-form input[type=email] {
background: #ffffff;
border: 1px solid #eee;
}
.tm-request-a-call-back-form1.white-form textarea {
background: #ffffff;
border: 1px solid #eee;
}
.tm-contact-form-transparent .form-submit-btn,
.tm-request-a-call-back-form1 .form-submit-btn {
background-color: var(--theme-color1);
}
.tm-contact-form-transparent .form-submit-btn:hover,
.tm-request-a-call-back-form1 .form-submit-btn:hover {
border-color: var(--theme-color1);
color: var(--theme-color1);
}
.tm-contact-form-transparent input[type=text]:focus,
.tm-contact-form-transparent input[type=email]:focus,
.tm-contact-form-transparent textarea:focus,
.tm-request-a-call-back-form1 input[type=text]:focus,
.tm-request-a-call-back-form1 input[type=email]:focus,
.tm-request-a-call-back-form1 textarea:focus {
border-bottom-color: var(--theme-color1);
} .tm-get-free-consulting-form1 {
padding-right: 15px;
}
.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email],
.tm-get-free-consulting-form1 textarea,
.tm-get-free-consulting-form1 select {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email],
.tm-get-free-consulting-form1 textarea,
.tm-get-free-consulting-form1 select {
transition: none;
}
}
.tm-get-free-consulting-form1 input[type=text],
.tm-get-free-consulting-form1 input[type=email] {
background: #ffffff;
border: 1px solid #ddd;
padding: 14px;
width: 100%;
}
.tm-get-free-consulting-form1 select {
background: #ffffff;
border: 1px solid #ddd;
width: 100%;
padding: 17px 14px;
}
.tm-get-free-consulting-form1 .form-submit-btn {
padding: 12px 32px;
margin-bottom: 0;
font-weight: 700;
border: 1px solid #38e17f;
color: #ffffff;
background: #2e4384;
cursor: pointer;
transition: all 300ms;
}
.tm-get-free-consulting-form1 .form-submit-btn:hover {
border: 1px solid #38e17f;
border-style: solid;
background: #38e17f;
color: #fff;
}
.tm-contact-form-transparent input[type=text],
.tm-contact-form-transparent input[type=email],
.tm-contact-form-transparent textarea {
background: transparent;
} .reservation-form {
background: rgba(10, 10, 15, 0.5);
padding: 30px;
}
.become-a-volunteer-form-title {
padding: 20px 20px 20px 30px;
color: #fff;
margin-bottom: 0;
}
.tm-cf7-subscription-form {
position: relative;
}
.tm-cf7-subscription-form .wpcf7-form-control.wpcf7-text {
color: #909090;
padding-left: 20px;
height: 53px;
}
.tm-cf7-subscription-form .submit-btn {
position: absolute;
top: 0;
right: 11px;
display: block;
width: 80px;
padding-right: 5px;
}
.tm-cf7-subscription-form-with-btn {
position: relative;
}
.tm-cf7-subscription-form-with-btn .wpcf7-form-control.wpcf7-text {
color: #909090;
padding-left: 20px;
height: 65px;
border-radius: 0;
}
.tm-cf7-subscription-form-with-btn .submit-btn {
position: absolute;
top: 0;
right: 0;
}
.tm-cf7-subscription-form-with-btn .submit-btn .wpcf7-form-control.wpcf7-submit {
position: relative;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
height: 65px;
color: #fff;
border-radius: 0;
border: 1px solid transparent;
cursor: pointer;
vertical-align: middle;
}
.tm-cf7-subscription-form-with-btn .submit-btn .wpcf7-form-control.wpcf7-submit:hover {
background-color: #111;
}
.tm-cf7-subscription-form-with-btn .submit-btn .ajax-loader {
display: block;
}
.tm-cf7-subscription-form-round-btn {
position: relative;
}
.tm-cf7-subscription-form-round-btn .wpcf7-form-control.wpcf7-text {
color: #909090;
padding-left: 30px;
height: 65px;
border-radius: 3rem;
}
.tm-cf7-subscription-form-round-btn .submit-btn {
position: absolute;
top: 0;
right: 0;
}
.tm-cf7-subscription-form-round-btn .submit-btn .wpcf7-form-control.wpcf7-submit {
position: relative;
line-height: 1;
font-size: 1rem;
text-transform: uppercase;
height: 65px;
color: #fff;
border: 1px solid transparent;
cursor: pointer;
vertical-align: middle;
}
.tm-cf7-subscription-form-round-btn .submit-btn .wpcf7-form-control.wpcf7-submit:hover {
background-color: #111;
}
.tm-cf7-subscription-form-round-btn .submit-btn .ajax-loader {
display: block;
}  .isotope-layout-filter,
.carousel-layout-filter {
margin-bottom: 30px;
}
.isotope-layout-filter a,
.carousel-layout-filter a {
transition: all 0.3s ease-in-out 0s;
color: #777;
font-size: 15px;
font-weight: 500;
margin: 0 5px 10px;
padding: 8px 20px 6px;
display: inline-block;
position: relative;
text-transform: uppercase;
border: 2px solid;
border-color: transparent;
}
@media (prefers-reduced-motion: reduce) {
.isotope-layout-filter a,
.carousel-layout-filter a {
transition: none;
}
}
.isotope-layout-filter a.active, .isotope-layout-filter a:focus, .isotope-layout-filter a:hover,
.carousel-layout-filter a.active,
.carousel-layout-filter a:focus,
.carousel-layout-filter a:hover {
color: #fff;
background: #343434;
}
.isotope-layout-filter.filter-style-2 a,
.carousel-layout-filter.filter-style-2 a {
border-color: #343434;
}
.isotope-layout-filter.filter-style-3 a,
.carousel-layout-filter.filter-style-3 a {
border-color: #eee;
}
.isotope-layout-filter.filter-style-4 a,
.carousel-layout-filter.filter-style-4 a {
background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-4 a.active, .isotope-layout-filter.filter-style-4 a:focus, .isotope-layout-filter.filter-style-4 a:hover,
.carousel-layout-filter.filter-style-4 a.active,
.carousel-layout-filter.filter-style-4 a:focus,
.carousel-layout-filter.filter-style-4 a:hover {
background: #343434;
}
.isotope-layout-filter.filter-style-5 a,
.carousel-layout-filter.filter-style-5 a {
border-radius: 7px;
}
.isotope-layout-filter.filter-style-6 a,
.carousel-layout-filter.filter-style-6 a {
border-radius: 7px;
border-color: #343434;
}
.isotope-layout-filter.filter-style-7 a,
.carousel-layout-filter.filter-style-7 a {
border-radius: 7px;
border-color: #eee;
}
.isotope-layout-filter.filter-style-8 a,
.carousel-layout-filter.filter-style-8 a {
border-radius: 7px;
background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-8 a.active, .isotope-layout-filter.filter-style-8 a:focus, .isotope-layout-filter.filter-style-8 a:hover,
.carousel-layout-filter.filter-style-8 a.active,
.carousel-layout-filter.filter-style-8 a:focus,
.carousel-layout-filter.filter-style-8 a:hover {
background: #343434;
}
.isotope-layout-filter.filter-style-9 a,
.carousel-layout-filter.filter-style-9 a {
border-width: 2px;
border-radius: 30px;
}
.isotope-layout-filter.filter-style-10 a,
.carousel-layout-filter.filter-style-10 a {
border-width: 2px;
border-radius: 30px;
border-color: #343434;
}
.isotope-layout-filter.filter-style-11 a,
.carousel-layout-filter.filter-style-11 a {
border-width: 2px;
border-radius: 30px;
border-color: #eee;
}
.isotope-layout-filter.filter-style-12 a,
.carousel-layout-filter.filter-style-12 a {
border-width: 2px;
border-radius: 30px;
background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-12 a.active, .isotope-layout-filter.filter-style-12 a:focus, .isotope-layout-filter.filter-style-12 a:hover,
.carousel-layout-filter.filter-style-12 a.active,
.carousel-layout-filter.filter-style-12 a:focus,
.carousel-layout-filter.filter-style-12 a:hover {
background: #343434;
}
.isotope-layout-filter.filter-style-13 a,
.carousel-layout-filter.filter-style-13 a {
border-width: 2px;
border-radius: 15px 0;
}
.isotope-layout-filter.filter-style-14 a,
.carousel-layout-filter.filter-style-14 a {
border-width: 2px;
border-radius: 15px 0;
border-color: #343434;
}
.isotope-layout-filter.filter-style-15 a,
.carousel-layout-filter.filter-style-15 a {
border-width: 2px;
border-radius: 15px 0;
border-color: #eee;
}
.isotope-layout-filter.filter-style-16 a,
.carousel-layout-filter.filter-style-16 a {
border-width: 2px;
border-radius: 15px 0;
background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-16 a.active, .isotope-layout-filter.filter-style-16 a:focus, .isotope-layout-filter.filter-style-16 a:hover,
.carousel-layout-filter.filter-style-16 a.active,
.carousel-layout-filter.filter-style-16 a:focus,
.carousel-layout-filter.filter-style-16 a:hover {
background: #343434;
}
.isotope-layout-filter.filter-style-flat a,
.carousel-layout-filter.filter-style-flat a {
margin-left: 20px;
padding: 0;
background: none;
border-bottom: 1px solid transparent;
}
.isotope-layout-filter.filter-style-flat a.active, .isotope-layout-filter.filter-style-flat a:focus, .isotope-layout-filter.filter-style-flat a:hover,
.carousel-layout-filter.filter-style-flat a.active,
.carousel-layout-filter.filter-style-flat a:focus,
.carousel-layout-filter.filter-style-flat a:hover {
color: #333;
border-bottom-color: #333;
}
.isotope-layout-filter.filter-style-flat a:first-child,
.carousel-layout-filter.filter-style-flat a:first-child {
margin-left: 0;
}
.isotope-layout-filter.btn-group a,
.carousel-layout-filter.btn-group a {
background-color: #fcfcfc;
}
.isotope-layout-filter.btn-group a.active, .isotope-layout-filter.btn-group a:focus, .isotope-layout-filter.btn-group a:hover,
.carousel-layout-filter.btn-group a.active,
.carousel-layout-filter.btn-group a:focus,
.carousel-layout-filter.btn-group a:hover {
box-shadow: none;
background-color: #444;
color: #fff;
} .isotope-layout-sorter {
margin-bottom: 30px;
}
.isotope-layout-sorter a {
background-color: #fcfcfc;
transition: all 0.3s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.isotope-layout-sorter a {
transition: none;
}
}
.isotope-layout-sorter a.active, .isotope-layout-sorter a:hover {
box-shadow: none;
background-color: #444;
color: #fff;
}
@media (max-width: 575.98px) {
.isotope-layout-sorter a {
margin-bottom: 10px;
}
} .isotope-layout {            }
.isotope-layout .isotope-layout-inner {
position: relative;
}
.isotope-layout .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
float: left;
width: 24.98%; }
.isotope-layout .isotope-item .isotope-item-inner {
position: relative;
height: 100%;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 49.98%;
}
.isotope-layout .isotope-item.isotope-item-sizer {
padding: 0 !important;
margin-bottom: 0 !important;
width: 24.98%;
}
.isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-wide, .isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-width-height {
width: 49.98%;
}
.isotope-layout .isotope-item .thumb img {
width: 100%;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) {
margin-left: 0;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-layout-inner {
margin-left: 0;
margin-right: 0;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-item {
padding-right: 0;
padding-left: 0;
margin-bottom: 0;
width: 100% !important;
position: relative !important;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive) .isotope-item .hentry {
margin-bottom: 0;
padding-bottom: 0;
}
.isotope-layout.grid-1 .isotope-item {
width: 100% !important;
}
.isotope-layout.grid-1 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-1 .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
.isotope-layout.grid-2 .isotope-item {
width: 49.98%;
}
.isotope-layout.grid-2 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-2 .isotope-item.tm-masonry-large-width-height {
width: 100%;
}
.isotope-layout.grid-3 .isotope-item {
width: 33.2%;
}
.isotope-layout.grid-3 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-3 .isotope-item.tm-masonry-large-width-height {
width: 66.4%;
}
.isotope-layout.grid-4 {
width: 100.1%;
width: calc(100% + 1px);
}
.isotope-layout.grid-4 .isotope-item {
width: 24.98%;
}
.isotope-layout.grid-4 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-4 .isotope-item.tm-masonry-large-width-height {
width: 49.98%;
}
.isotope-layout.grid-5 .isotope-item {
width: 20%;
}
.isotope-layout.grid-5 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-5 .isotope-item.tm-masonry-large-width-height {
width: 40%;
}
.isotope-layout.grid-6 .isotope-item {
width: 16.5%;
}
.isotope-layout.grid-6 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-6 .isotope-item.tm-masonry-large-width-height {
width: 33%;
}
.isotope-layout.grid-7 .isotope-item {
width: 14.2%;
}
.isotope-layout.grid-7 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-7 .isotope-item.tm-masonry-large-width-height {
width: 28.4%;
}
.isotope-layout.grid-8 .isotope-item {
width: 12.5%;
}
.isotope-layout.grid-8 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-8 .isotope-item.tm-masonry-large-width-height {
width: 24.98%;
}
.isotope-layout.grid-9 .isotope-item {
width: 11%;
}
.isotope-layout.grid-9 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-9 .isotope-item.tm-masonry-large-width-height {
width: 22%;
}
.isotope-layout.grid-10 .isotope-item {
width: 10%;
}
.isotope-layout.grid-10 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-10 .isotope-item.tm-masonry-large-width-height {
width: 20%;
}
.isotope-layout .isotope-layout-inner {
margin: 0 -15px;
}
.isotope-layout .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
}
.isotope-layout.gutter .isotope-layout-inner {
margin: 0 -15px;
}
.isotope-layout.gutter .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
}
.isotope-layout.gutter-0 .isotope-layout-inner {
margin: 0;
}
.isotope-layout.gutter-0 .isotope-item {
padding: 0;
margin: 0;
}
.isotope-layout.gutter-5 .isotope-layout-inner {
margin: 0 -5px;
}
.isotope-layout.gutter-5 .isotope-item {
padding: 0 5px;
margin: 0 0 10px;
}
.isotope-layout.gutter-10 .isotope-layout-inner {
margin: 0 -10px;
}
.isotope-layout.gutter-10 .isotope-item {
padding: 0 10px;
margin: 0 0 20px;
}
.isotope-layout.gutter-15 .isotope-layout-inner {
margin: 0 -15px;
}
.isotope-layout.gutter-15 .isotope-item {
padding: 0 15px;
margin: 0 0 30px;
}
.isotope-layout.gutter-20 .isotope-layout-inner {
margin: 0 -20px;
}
.isotope-layout.gutter-20 .isotope-item {
padding: 0 20px;
margin: 0 0 40px;
}
.isotope-layout.gutter-30 .isotope-layout-inner {
margin: 0 -30px;
}
.isotope-layout.gutter-30 .isotope-item {
padding: 0 30px;
margin: 0 0 60px;
}
.isotope-layout.gutter-40 .isotope-layout-inner {
margin: 0 -40px;
}
.isotope-layout.gutter-40 .isotope-item {
padding: 0 40px;
margin: 0 0 80px;
}
.isotope-layout.gutter-50 .isotope-layout-inner {
margin: 0 -50px;
}
.isotope-layout.gutter-50 .isotope-item {
padding: 0 50px;
margin: 0 0 100px;
}
.isotope-layout.gutter-60 .isotope-layout-inner {
margin: 0 -60px;
}
.isotope-layout.gutter-60 .isotope-item {
padding: 0 60px;
margin: 0 0 120px;
} @media (max-width: 767px) {
.isotope-layout .isotope-item {
width: 33.2% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 1024px) {
.isotope-layout .isotope-item {
width: 49.98% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 991.98px) {
.isotope-layout .isotope-item {
width: 49.98% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 767.98px) {
.isotope-layout .isotope-item {
width: 100% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
}
@media (max-width: 575.98px) {
.isotope-layout .isotope-item {
width: 100% !important;
}
.isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
width: 100% !important;
}
} .owl-carousel { }
.owl-carousel .tm-carousel-item {
transition: 0.8s;
-webkit-transition: 0.8s;
transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
}
.owl-carousel .tm-carousel-item.__loading {
opacity: 0;
transform: translateX(40px);
-webkit-transform: translateX(40px);
}
.owl-carousel .owl-item img {
display: inline-block;
width: auto;
}
.owl-carousel .owl-dots {
position: absolute;
}
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
background: #D6D6D6;
display: block;
height: 10px;
margin: 5px 3px;
opacity: 0.8;
width: 10px;
border-radius: 3px;
transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.owl-carousel .owl-dots .owl-dot span {
transition: none;
}
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
background: #869791;
}
.owl-carousel .owl-nav {
position: absolute;
}
.owl-carousel .owl-nav button {
border-radius: 0;
display: inline-block;
margin: 0;
opacity: 0.3;
z-index: 6;
transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.owl-carousel .owl-nav button {
transition: none;
}
}
.owl-carousel .owl-nav button i {
vertical-align: middle;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
background: #fff;
border-radius: 50%;
color: var(--theme-color1);
padding: 10px;
width: 50px;
height: 50px;
opacity: 1;
display: inline-flex;
justify-content: center;
align-items: center;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.owl-carousel .owl-nav button.owl-prev {
margin-right: 15px;
}
.owl-carousel .owl-nav button.owl-next {
left: 80px;
}
.owl-carousel[data-focused-center-image=true] .owl-item {
opacity: 0.3;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.owl-carousel[data-focused-center-image=true] .owl-item {
transition: none;
}
}
.owl-carousel[data-focused-center-image=true] .owl-item.active {
opacity: 0.6;
}
.owl-carousel[data-focused-center-image=true] .owl-item.active.center {
opacity: 1;
}
.owl-carousel[data-zoomin-center-image=true] .owl-item {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.owl-carousel[data-zoomin-center-image=true] .owl-item {
transition: none;
}
}
.owl-carousel[data-zoomin-center-image=true] .owl-item.active.center {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.owl-nav-outer .owl-nav button.owl-prev, .owl-nav-outer .owl-nav button.owl-next {
background: rgba(240, 240, 240, 0.8);
padding: 10px 15px;
}
.owl-nav-outer .owl-nav button.owl-prev {
left: -70px;
}
.owl-nav-outer .owl-nav button.owl-next {
right: -70px;
}
@media (max-width: 1199.98px) {
.owl-nav-outer .owl-nav button.owl-prev {
left: -25px;
}
.owl-nav-outer .owl-nav button.owl-next {
right: -25px;
}
} .owl-dots-bottom-right .owl-dots {
bottom: -10px;
position: absolute;
right: 0;
}
.owl-dots-center-bottom .owl-dots {
bottom: 15px;
left: 0;
position: absolute;
right: 0;
text-align: center;
}
.owl-dots-left .owl-dots {
text-align: left;
}
.owl-dots-center .owl-dots {
text-align: center;
}
.owl-dots-right .owl-dots {
text-align: right;
}
.owl-dots-light-skin .owl-dots .owl-dot span {
background: #D6D6D6;
}
.owl-dots-light-skin .owl-dots .owl-dot.active span, .owl-dots-light-skin .owl-dots .owl-dot:hover span {
background: #fff;
}
.owl-dots-dark-skin .owl-dots .owl-dot span {
background: #333;
}
.owl-dots-dark-skin .owl-dots .owl-dot.active span, .owl-dots-dark-skin .owl-dots .owl-dot:hover span {
background: #000;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y !important;
touch-action: pan-y !important;
}  .page-404-wrapper.page-404-wrapper-padding {
padding-top: 100px;
padding-bottom: 50px;
}
.page-404-wrapper .page-404-main-content {
margin-bottom: 25px;
}
.page-404-wrapper .page-404-main-content .title {
font-size: 11rem;
line-height: 1;
margin-top: 0;
margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
.page-404-wrapper .page-404-main-content .title {
font-size: 8rem;
}
}
.page-404-wrapper .page-404-main-content .sub-title {
font-size: 2rem;
line-height: 1;
margin-top: 0;
margin-bottom: 1.7rem;
}
.page-404-wrapper .page-404-main-content .content,
.page-404-wrapper .page-404-main-content .content p {
margin-bottom: 1.7rem;
}
.page-404-wrapper .search-box {
margin-bottom: 2rem;
}
.page-404-wrapper .search-box .paragraph {
margin-bottom: 1rem;
}
.page-404-wrapper .helpful-links {
margin-bottom: 25px;
}
.page-404-wrapper .helpful-links ul {
list-style: none;
}
.page-404-wrapper .helpful-links ul li {
padding-left: 15px;
position: relative;
margin-bottom: 5px;
}
.page-404-wrapper .helpful-links ul li::before {
content: "\f0da";
left: 0;
top: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
}
.page-404-wrapper .helpful-links ul li a {
color: var(--text-color);
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .title {
font-size: 8rem;
line-height: 1;
margin-top: 0;
margin-bottom: 1rem;
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .sub-title {
font-size: 1.7rem;
line-height: 1;
margin-top: 0;
margin-bottom: 1.2rem;
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .content,
.page-404-wrapper.page-404-layout-split .page-404-main-content .content p {
margin-bottom: 1rem;
}
.page-404-wrapper .page-404-main-content .title {
color: var(--theme-color1);
}
.page-404-wrapper .helpful-links ul li::before {
color: var(--theme-color1);
}
.page-404-wrapper .helpful-links ul li a:hover {
color: var(--hover-theme-color);
} body.archive .main-content-area article:not(.type-post) {
margin-bottom: 20px;
border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}
body.archive.post-type-archive .main-content-area,
body.archive.tax-product_cat .main-content-area {
padding-bottom: 90px;
}  article .entry-content .post-content ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid),
article .entry-content .post-content ol,
article .entry-content .post-excerpt ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid),
article .entry-content .post-excerpt ol {
padding-left: 10px;
}
article .box-hover-effect .thumb {
text-align: center;
}
.blog-posts .main-content-area .post .post-sticky-icon {
display: none;
}
body.archive .blog-posts .main-content-area article,
body.blog .blog-posts .main-content-area article {
margin-bottom: 3rem;
}
body.archive .blog-posts .main-content-area .row > div:last-child article,
body.blog .blog-posts .main-content-area .row > div:last-child article {
margin-bottom: 0;
}
body.archive .blog-posts .main-content-area .post.sticky,
body.blog .blog-posts .main-content-area .post.sticky {
box-shadow: none;
position: relative;
background: #fff;
border-radius: 10px;
padding: 30px;
padding-top: 15px;
border: 2px solid var(--theme-color1);
box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
body.archive .blog-posts .main-content-area .post.sticky .entry-content,
body.blog .blog-posts .main-content-area .post.sticky .entry-content {
background: #fff;
}
body.archive .blog-posts .main-content-area .post.sticky .bottom-box .comments,
body.blog .blog-posts .main-content-area .post.sticky .bottom-box .comments {
display: none;
}
body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon {
display: block;
position: absolute;
right: 12px;
top: 8px;
z-index: 1;
}
body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon i,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon i {
font-size: 30px;
color: #ccc;
transform: rotate(45deg);
}
.main-content-area article .entry-meta {
font-size: 14px;
margin-bottom: 1rem;
color: var(--entry-meta-color-light);
text-transform: uppercase;
}
.main-content-area article .entry-meta li:first-child {
padding-left: 0;
}
.main-content-area article .entry-meta li {
padding-right: 5px;
margin-bottom: 0;
}
.main-content-area article .entry-meta li:last-child {
padding-right: 0;
}
.main-content-area article .entry-meta i {
margin-right: 5px;
}
.main-content-area article .entry-meta .categories-links,
.main-content-area article .entry-meta a,
.main-content-area article .entry-meta span,
.main-content-area article .entry-meta .sl-wrapper span {
color: var(--entry-meta-color-light);
font-weight: normal;
}
.main-content-area article .entry-meta .categories-links a:hover,
.main-content-area article .entry-meta a:hover,
.main-content-area article .entry-meta .sl-wrapper span:hover {
color: var(--hover-theme-color);
}
.main-content-area article .post-excerpt {
margin-bottom: 20px;
}
.main-content-area article .post-excerpt p {
margin-bottom: 28px;
}
.main-content-area .pagination {
margin-top: 40px;
}
pre {
font-family: "Courier 10 Pitch", courier, monospace;
max-width: 100%;
margin: 1.6em 0;
padding: 1.6em;
background-color: #f5f5f5;
white-space: pre-wrap;
word-wrap: break-word;
font-family: monospace;
font-size: 1em;
color: #000;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
border-radius: 4px;
}
dt {
font-weight: var(--body-font-bold);
color: #222429;
}
dd {
margin: 0 1.5em 1.5em;
}
@media (min-width: 768px) {
.post-standard-1col-classic .entry-header {
border-radius: 2px;
float: left;
margin-right: 25px;
width: 45%;
}
}
article .entry-content h1 a:hover,
article .entry-content h2 a:hover,
article .entry-content h3 a:hover,
article .entry-content h4 a:hover,
article .entry-content h5 a:hover,
article .entry-content h6 a:hover,
article .entry-content .h1 a:hover,
article .entry-content .h2 a:hover,
article .entry-content .h3 a:hover,
article .entry-content .h4 a:hover,
article .entry-content .h5 a:hover,
article .entry-content .h6 a:hover {
color: var(--hover-theme-color);
}
article .entry-content h1 a:hover b,
article .entry-content h1 a:hover strong,
article .entry-content h2 a:hover b,
article .entry-content h2 a:hover strong,
article .entry-content h3 a:hover b,
article .entry-content h3 a:hover strong,
article .entry-content h4 a:hover b,
article .entry-content h4 a:hover strong,
article .entry-content h5 a:hover b,
article .entry-content h5 a:hover strong,
article .entry-content h6 a:hover b,
article .entry-content h6 a:hover strong,
article .entry-content .h1 a:hover b,
article .entry-content .h1 a:hover strong,
article .entry-content .h2 a:hover b,
article .entry-content .h2 a:hover strong,
article .entry-content .h3 a:hover b,
article .entry-content .h3 a:hover strong,
article .entry-content .h4 a:hover b,
article .entry-content .h4 a:hover strong,
article .entry-content .h5 a:hover b,
article .entry-content .h5 a:hover strong,
article .entry-content .h6 a:hover b,
article .entry-content .h6 a:hover strong {
color: var(--hover-theme-color);
}
article .entry-meta a:hover {
color: var(--hover-theme-color);
}
.blog-posts .main-content-area article {
position: relative;
margin-bottom: 20px !important;
}
.blog-posts .main-content-area article .entry-header {
position: relative;
}
.blog-posts .main-content-area article .entry-header .post-thumb {
position: relative;
overflow: hidden;
margin-bottom: 0;
}
.blog-posts .main-content-area article .entry-header .post-thumb .post-thumb-inner:after {
background: rgba(255, 255, 255, 0.3);
bottom: 0;
content: "";
left: 50%;
position: absolute;
right: 51%;
top: 0;
opacity: 1;
pointer-events: none;
transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
.blog-posts .main-content-area article .entry-header .post-thumb .post-thumb-inner:after {
transition: none;
}
}
.blog-posts .main-content-area article .entry-header .post-thumb .post-thumb-inner .thumb img {
display: block;
width: 100%;
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-posts .main-content-area article .entry-header .post-thumb .post-thumb-inner .thumb img {
transition: none;
}
}
.blog-posts .main-content-area article .entry-content {
position: relative;
}
.blog-posts .main-content-area article .entry-content .info-box {
display: none;
}
.blog-posts .main-content-area article .entry-content .info-box .entry-meta {
background-color: #fff;
padding: 15px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 0;
text-transform: capitalize;
}
.blog-posts .main-content-area article .entry-content .info-box .entry-meta li i {
color: var(--theme-color1);
}
.blog-posts .main-content-area article .entry-content .entry-title {
margin-bottom: 0px;
font-weight: 600;
}
.blog-posts .main-content-area article .entry-content .entry-title:hover {
color: var(--theme-color1);
}
.blog-posts .main-content-area article .entry-content .post-excerpt {
margin-top: 20px;
margin-bottom: 0 !important;
}
.blog-posts .main-content-area article:hover .entry-header .post-thumb .post-thumb-inner:after {
left: 0;
right: 0;
opacity: 0;
transition: all 400ms linear;
}
@media (prefers-reduced-motion: reduce) {
.blog-posts .main-content-area article:hover .entry-header .post-thumb .post-thumb-inner:after {
transition: none;
}
}
.blog-posts .main-content-area article:hover .entry-header .post-thumb .post-thumb-inner .thumb img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.blog-posts .main-content-area .isotope-layout .isotope-item article {
margin-bottom: 0px;
}
@-webkit-keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
@keyframes circle {
0% {
opacity: 1;
}
40% {
opacity: 1;
}
100% {
width: 200%;
height: 200%;
opacity: 0;
}
}
.btn-plain-text-with-arrow-right {
margin-top: 20px !important;
border-bottom: 1px solid var(--theme-color1) !important;
position: relative !important;
display: inline-flex !important;
font-size: 14px !important;
text-transform: uppercase !important;
font-weight: 800 !important;
z-index: 2 !important;
letter-spacing: 0 !important;
transition: all 300ms ease !important;
}
@media (prefers-reduced-motion: reduce) {
.btn-plain-text-with-arrow-right {
transition: none;
}
}
.btn-plain-text-with-arrow-right:hover {
color: var(--theme-color3) !important;
}
.btn-plain-text-with-arrow-right:after {
content: "\f061" !important;
-webkit-transform: rotate(-45deg) !important;
-moz-transform: rotate(-45deg) !important;
-ms-transform: rotate(-45deg) !important;
transform: rotate(-45deg) !important;
font-size: 14px !important;
line-height: 1.5 !important;
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box {
position: relative;
display: flex;
align-items: flex-end;
margin-top: -40px;
margin-bottom: 30px;
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .post-single-meta {
position: relative;
width: 72px;
height: 66px;
font-size: 12px;
line-height: 20px;
color: #fff;
font-weight: 500;
background-color: var(--theme-color1);
text-transform: uppercase;
text-align: center;
padding-top: 10px;
transition: all 400ms ease;
}
@media (prefers-reduced-motion: reduce) {
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .post-single-meta {
transition: none;
}
}
@media (max-width: 575.98px) {
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .post-single-meta {
width: 60px;
}
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .post-single-meta .day {
display: block;
line-height: 1em;
font-size: 30px;
font-weight: 600;
color: #fff;
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .post-single-meta .month {
color: #fff;
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .post-single-meta .year {
display: none;
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .entry-meta {
background-color: #fff;
padding: 15px 30px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
margin-bottom: 0;
text-transform: capitalize;
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content .info-box .entry-meta li i {
color: var(--theme-color1);
} body.single-post .main-content-area article {
margin-bottom: 0;
border-bottom: none;
}
body.single-post .main-content-area article .entry-meta {
padding: 0;
margin-top: 60px;
margin-bottom: 0;
}
body.single-post .main-content-area article .entry-meta li {
position: relative;
padding-right: 8px;
}
body.single-post .main-content-area article .entry-meta li a {
font-weight: normal;
}
body.single-post .main-content-area article .entry-meta li i {
margin: 0 5px 0 0;
vertical-align: baseline;
}
body.single-post .main-content-area article .entry-meta li i, body.single-post .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg {
color: var(--theme-color1);
}
body.single-post .main-content-area article .entry-meta li .sl-wrapper .sl-icon svg:hover {
color: var(--hover-theme-color);
}
body.single-post .main-content-area article .entry-meta li:first-child:after {
display: none;
}
body.single-post .main-content-area article .entry-meta li:last-child {
padding-right: 0;
}
body.single-post .main-content-area article .entry-header .post-thumb {
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.18);
margin-bottom: 25px;
border-radius: 5px;
overflow: hidden;
display: inline-block;
}
body.single-post .main-content-area article .entry-title {
margin-top: 0;
}
body.single-post .main-content-area article .entry-content h1, body.single-post .main-content-area article .entry-content h2, body.single-post .main-content-area article .entry-content h3, body.single-post .main-content-area article .entry-content h4, body.single-post .main-content-area article .entry-content h5, body.single-post .main-content-area article .entry-content h6,
body.single-post .main-content-area article .entry-content .h1, body.single-post .main-content-area article .entry-content .h2, body.single-post .main-content-area article .entry-content .h3, body.single-post .main-content-area article .entry-content .h4, body.single-post .main-content-area article .entry-content .h5, body.single-post .main-content-area article .entry-content .h6 {
margin-top: 30px;
}
body.single-post .main-content-area article .entry-content h1:first-child, body.single-post .main-content-area article .entry-content h2:first-child, body.single-post .main-content-area article .entry-content h3:first-child, body.single-post .main-content-area article .entry-content h4:first-child, body.single-post .main-content-area article .entry-content h5:first-child, body.single-post .main-content-area article .entry-content h6:first-child,
body.single-post .main-content-area article .entry-content .h1:first-child, body.single-post .main-content-area article .entry-content .h2:first-child, body.single-post .main-content-area article .entry-content .h3:first-child, body.single-post .main-content-area article .entry-content .h4:first-child, body.single-post .main-content-area article .entry-content .h5:first-child, body.single-post .main-content-area article .entry-content .h6:first-child {
margin-top: 0;
}
body.single-post .main-content-area article.format-link {
position: relative;
}
body.single-post .main-content-area article.format-link .entry-header {
padding: 90px 30px;
background-color: #fdfdfd;
text-align: center;
border: 1px solid rgba(222, 222, 222, 0.3);
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 3px 15px rgba(25, 41, 66, 0.04) inset;
}
body.single-post .main-content-area article.format-link .entry-header a {
font-size: var(--h4-font-size);
color: var(--headings-color);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
body.single-post .main-content-area article.format-link .entry-header a {
transition: none;
}
}
body.single-post .main-content-area article.format-link .entry-header a span {
color: #999;
display: block;
font-size: 1rem;
margin-top: 15px;
}
body.single-post .main-content-area article.format-link .entry-header .post-excerpt {
margin-bottom: 5px;
}
body.single-post .main-content-area article.format-link .entry-header .post-excerpt p {
margin-bottom: 5px;
}
body.single-post .main-content-area article.format-link:after {
content: "";
background: url(//zline.ae/wp-content/themes/tranxpress/assets/images/blog/link.png) no-repeat;
opacity: 0.1;
position: absolute;
right: 0;
top: 10px;
margin: 0 auto;
left: 0;
width: 100px;
height: 100px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
body.single-post .main-content-area article.format-link:after {
transition: none;
}
}
body.single-post .main-content-area article.format-quote {
position: relative;
}
body.single-post .main-content-area article.format-quote .post-excerpt {
margin-bottom: 0;
}
body.single-post .main-content-area article.format-quote .entry-header {
padding: 90px 30px;
background-color: #fdfdfd;
text-align: center;
border: 1px solid rgba(222, 222, 222, 0.3);
margin-bottom: 30px;
border-radius: 5px;
box-shadow: 0 3px 15px rgba(25, 41, 66, 0.04) inset;
}
body.single-post .main-content-area article.format-quote .entry-header blockquote {
border: 0;
padding: 0;
margin: 0;
background: none;
}
body.single-post .main-content-area article.format-quote .entry-header blockquote:before {
display: none;
}
body.single-post .main-content-area article.format-quote .entry-header blockquote p {
font-size: var(--h4-font-size);
color: var(--headings-color);
margin-bottom: 5px;
}
body.single-post .main-content-area article.format-quote .entry-header blockquote p span {
color: #999;
display: block;
font-size: 1rem;
margin-top: 15px;
}
body.single-post .main-content-area article.format-quote .entry-header blockquote cite {
font-size: 1rem;
font-family: var(--body-font-family);
margin-top: 20px;
}
body.single-post .main-content-area article.format-quote .entry-header blockquote cite a {
color: var(--theme-color1);
}
body.single-post .main-content-area article.format-quote:after {
content: "";
background: url(//zline.ae/wp-content/themes/tranxpress/assets/images/blog/quote.png) no-repeat;
opacity: 0.1;
position: absolute;
right: 0;
top: 10px;
margin: 0 auto;
left: 0;
width: 100px;
height: 100px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
body.single-post .main-content-area article.format-quote:after {
transition: none;
}
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb {
display: block;
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav {
position: unset;
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button {
border-radius: 0;
position: absolute;
margin: 0;
opacity: 0.3;
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button.owl-prev, body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button.owl-next {
background: #fff;
border-radius: 0;
color: var(--theme-color1);
padding: 10px;
width: 30px;
height: 65px;
opacity: 1;
top: 50%;
transform: translateY(-50%);
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button.owl-prev:hover, body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button.owl-next:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button.owl-prev {
left: 0;
}
body.single-post .main-content-area article.format-gallery .entry-header .post-thumb .owl-nav button.owl-next {
right: 0;
left: auto;
}
body.single-post .single-post-tags-share {
border-top: 1px solid #ececec;
padding: 20px 0 0;
margin-top: 55px;
margin-left: 0;
margin-right: 0;
}
@media (min-width: 1200px) {
body.single-post .single-post-tags-share > div {
max-width: 100%;
}
}
@media (min-width: 1200px) {
body.single-post .single-post-tags-share > div.max-width-half {
max-width: 50%;
}
}
body.single-post .single-post-tags-share > div:first-child {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 1199.98px) {
body.single-post .single-post-tags-share > div:first-child {
margin-bottom: 20px;
}
}
body.single-post .single-post-tags-share > div:last-child {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 1199.98px) {
body.single-post .single-post-tags-share > div:last-child {
margin-bottom: 0;
}
}
body.single-post .single-post-tags {
margin: 0;
}
body.single-post .single-post-tags span {
color: var(--headings-color);
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
}
body.single-post .single-post-tags li:not(:first-child) {
margin: 5px 7px 11px 0;
}
body.single-post .single-post-tags a {
border-radius: 10px;
font-size: 0.8rem;
padding: 8px 25px;
text-transform: capitalize;
background-color: #F8F6F0;
}
body.single-post .single-post-tags a:hover {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color1);
}
body.single-post .pre-next-post-link {
margin-top: 60px;
vertical-align: middle;
}
body.single-post .pre-next-post-link .pre-post-link,
body.single-post .pre-next-post-link .next-post-link {
cursor: pointer;
display: table;
height: 100%;
position: relative;
width: 100%;
}
body.single-post .pre-next-post-link .pre-post-link > *,
body.single-post .pre-next-post-link .next-post-link > * {
display: table-cell;
height: 100%;
position: relative;
vertical-align: middle;
}
body.single-post .pre-next-post-link .pre-post-link .title,
body.single-post .pre-next-post-link .next-post-link .title {
margin-top: 0;
margin-bottom: 0;
font-style: italic;
color: #9a9a9a;
font-size: 0.875rem;
}
body.single-post .pre-next-post-link .pre-post-link .content,
body.single-post .pre-next-post-link .next-post-link .content {
font-size: 1.25rem;
word-break: break-all;
}
body.single-post .pre-next-post-link .pre-post-link .content a,
body.single-post .pre-next-post-link .next-post-link .content a {
font-size: 1rem;
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
}
body.single-post .pre-next-post-link .pre-post-link span,
body.single-post .pre-next-post-link .next-post-link span {
color: #f5f5f5;
font-size: 130px;
line-height: 0;
padding-top: 15px;
transition: all 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
body.single-post .pre-next-post-link .pre-post-link span,
body.single-post .pre-next-post-link .next-post-link span {
transition: none;
}
}
body.single-post .pre-next-post-link .pre-post-link:hover a,
body.single-post .pre-next-post-link .next-post-link:hover a {
color: var(--hover-theme-color);
}
body.single-post .pre-next-post-link .pre-post-link:hover span,
body.single-post .pre-next-post-link .next-post-link:hover span {
color: #ddd;
}
body.single-post .pre-next-post-link .pre-post-link .link,
body.single-post .pre-next-post-link .next-post-link .link {
margin-bottom: 0;
margin-top: 0;
}
body.single-post .pre-next-post-link .next-post-link {
text-align: right;
}
body.single-post .author-info {
background: #f8f8f8;
border: 1px solid #f5f5f5;
margin-top: 60px;
padding: 40px;
}
body.single-post .author-info .author-thumb {
float: left;
margin-right: 30px;
}
body.single-post .author-info .author-thumb img {
border-radius: 50%;
}
body.single-post .author-info .author-description {
margin-left: 110px;
}
body.single-post .author-info .author-description .author-title {
margin-bottom: 0;
margin-top: 0;
}
body.single-post .author-info .author-description .author-title .author-title-label {
display: none;
font-weight: var(--body-font-bold);
}
body.single-post .author-info .author-description .author-email {
font-size: 14px;
}
body.single-post .author-info .author-description .author-email a {
color: #a1a1a1;
font-weight: normal;
}
body.single-post .author-info .author-description .author-text p {
margin-top: 10px;
margin-bottom: 0;
}
@media (max-width: 767.98px) {
body.single-post .author-info .author-thumb {
float: none;
}
body.single-post .author-info .author-description {
margin-left: 0;
}
body.single-post .author-info .author-description .author-title {
margin-top: 15px;
margin-bottom: 7px;
}
}
body.single-post .related-posts {
margin-top: 60px;
}
body.single-post .related-posts .title {
margin-bottom: 20px;
font-weight: var(--body-font-bold);
text-transform: uppercase;
}
body.single-post .related-posts article {
background-color: #fefefe;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
body.single-post .related-posts article .entry-header .post-thumb {
margin-bottom: 0;
}
body.single-post .related-posts article .entry-content {
padding: 20px;
}
body.single-post .related-posts article .entry-date {
color: #999;
font-size: 0.875rem;
}
body.single-post .related-posts article .post-excerpt {
font-size: 0.875rem;
margin-bottom: 10px;
}
body.single-post .related-posts article .entry-meta {
padding: 5px 0;
margin-bottom: 0;
margin-top: 0;
}
body.single-post .related-posts article .post-btn-readmore {
font-size: 11px;
font-weight: var(--body-font-bold);
text-transform: uppercase;
}
body.single-post.single-post .related-posts article .entry-title {
margin-bottom: 0;
margin-top: 10px;
}
body.single-post .post-single.drop-caps .entry-content .post-content > p:first-child:first-letter,
body.single-post .post-single.drop-caps .entry-content .post-excerpt > p:first-child:first-letter {
color: #222;
float: left;
font-size: 75px;
line-height: 0.85;
padding-top: 4px;
padding-right: 8px;
padding-left: 0;
}
body.single-post .comments-no-password {
margin-top: 1rem;
}
body.single-post .no-comments, body.single-post .comments-no-password {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
body.single-post .no-comments .close, body.single-post .comments-no-password .close {
color: var(--text-color-bg-theme-color1);
}
.comments-area {
margin-top: 60px;
}
.comments-area .comments-title .title {
margin-bottom: 0;
margin-top: 0;
}
.comments-area .comments-title p {
display: none;
}
.comments-area .comment-list {
margin: 0 0 60px;
border-bottom: 1px solid #eee;
}
.comments-area .comment-list .comment,
.comments-area .comment-list .pingback, .comments-area .comment-list .trackback {
border-top: 1px solid #eee;
background: #fff;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
padding: 30px 30px 30px;
margin-top: 30px;
margin-bottom: 0;
list-style: none;
}
.comments-area .comment-list .comment .comment,
.comments-area .comment-list .comment .pingback, .comments-area .comment-list .comment .trackback,
.comments-area .comment-list .pingback .comment,
.comments-area .comment-list .pingback .pingback,
.comments-area .comment-list .pingback .trackback, .comments-area .comment-list .trackback .comment,
.comments-area .comment-list .trackback .pingback, .comments-area .comment-list .trackback .trackback {
padding-left: 20px;
padding-right: 0;
box-shadow: none;
}
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children, .comments-area .comment-list .trackback .children {
margin: 20px 0 0 20px;
}
.comments-area .comment-list .comment .children > li,
.comments-area .comment-list .pingback .children > li, .comments-area .comment-list .trackback .children > li {
padding-bottom: 0;
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper, .comments-area .comment-list .trackback .comment-item-wrapper {
position: relative;
}
@media (min-width: 768px) {
.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper, .comments-area .comment-list .trackback .comment-item-wrapper {
padding-left: 110px;
}
}
@media (max-width: 767.98px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb, .comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb {
margin-bottom: 20px;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img, .comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb img {
border-radius: 50%;
}
@media (min-width: 768px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img, .comments-area .comment-list .trackback .comment-item-wrapper .comment-thumb img {
position: absolute;
top: 0;
left: 0;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body {
display: block;
padding: 0;
width: auto;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
margin-right: 0;
}
@media (min-width: 576px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
padding-left: 6px;
}
}
@media (max-width: 575.98px) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .list-inline-item {
padding-left: 0;
padding-right: 6px;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link {
display: inline-block;
margin-bottom: 10px;
line-height: 1;
border-radius: 10px;
font-size: 0.8rem;
font-weight: normal;
padding: 12px 16px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:hover, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-edit-link:focus,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:hover,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-reply-link .comment-reply-link:focus {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name {
margin-top: 0;
margin-bottom: 10px;
text-transform: capitalize;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a {
transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a {
transition: none;
}
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-author-name a:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-author-name a:hover, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-author-name a:hover {
text-decoration: underline;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata {
margin-bottom: 25px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a {
font-size: 0.95rem;
color: #a1a1a1;
font-weight: normal;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-metadata a:hover,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-metadata a:hover, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-metadata a:hover {
color: var(--hover-theme-color);
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content p {
margin-bottom: 30px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content p:last-of-type,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content p:last-of-type, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content p:last-of-type {
margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content ul, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content ol,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content ul,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content ol, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content ul, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content ol {
padding-left: 10px;
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content > ul > li, .comments-area .comment-list .comment .comment-item-wrapper .comment-body .comment-content > ol > li,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content > ul > li,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body .comment-content > ol > li, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content > ul > li, .comments-area .comment-list .trackback .comment-item-wrapper .comment-body .comment-content > ol > li {
padding-left: 0;
}
.comments-area .comment-list .pingback .comment-body a, .comments-area .comment-list .trackback .comment-body a {
color: var(--headings-color);
}
.comments-area .comment-list .pingback .comment-body a:hover, .comments-area .comment-list .trackback .comment-body a:hover {
color: var(--hover-theme-color);
}
.comments-area .comment-list .pingback .comment-body .edit-link a, .comments-area .comment-list .trackback .comment-body .edit-link a {
font-size: 1rem;
}
@media (max-width: 991.98px) {
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children, .comments-area .comment-list .trackback .children {
margin: 5px 0 0 5px;
}
}
@media (max-width: 767.98px) {
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children, .comments-area .comment-list .trackback .children {
margin: 0;
}
.comments-area .comment-list .comment .children .comment,
.comments-area .comment-list .comment .children .pingback, .comments-area .comment-list .comment .children .trackback,
.comments-area .comment-list .pingback .children .comment,
.comments-area .comment-list .pingback .children .pingback,
.comments-area .comment-list .pingback .children .trackback, .comments-area .comment-list .trackback .children .comment,
.comments-area .comment-list .trackback .children .pingback, .comments-area .comment-list .trackback .children .trackback {
padding-left: 5px;
}
}
.comments-area .comment-respond {
margin: 30px 0 0 0;
padding-left: 15px;
width: 100%;
padding-right: 15px;
}
.comments-area .comment-respond .comment-reply-title {
margin-bottom: 20px;
text-transform: capitalize;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
font-size: 0.85rem;
text-transform: capitalize;
margin-left: 10px;
color: var(--theme-color2);
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
color: var(--hover-theme-color);
}
.comments-area .comment-respond .comment-form {
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .logged-in-as, .comments-area .comment-respond .comment-form .comment-notes {
color: #888;
}
.comments-area .comment-respond .comment-form .logged-in-as a, .comments-area .comment-respond .comment-form .comment-notes a {
color: #888;
font-weight: normal;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover, .comments-area .comment-respond .comment-form .comment-notes a:hover {
color: var(--hover-theme-color);
}
.comments-area .comment-respond .comment-form .form-submit {
margin-bottom: 0;
}
.comments-area .comment-respond .comment-form .form-submit input[type=submit] {
margin-top: 0;
border-radius: 10px;
}
.comments-area .comment-respond .comment-form .form-control {
height: calc(1.8rem + 32px);
background-color: var(--theme-light-background);
}
.comments-area .comment-respond .comment-form .form-control:focus {
background-color: #fff;
}
.comments-area .comment-respond .comment-form textarea.form-control {
height: auto;
}
.comments-area .comment-respond .form-group label {
display: none;
font-size: 14px;
}
.comments-area .comment-respond .form-group .required {
display: none;
}
.comments-area > .comment-respond {
padding-left: 0;
padding-right: 0;
}
.comments-area .comment-form-cookies-consent label {
color: #aaa;
display: inline;
font-weight: normal;
}
.comments-area .comment-form-cookies-consent #wp-comment-cookies-consent {
margin-right: 0.6rem;
}
.post-password-form {
margin-bottom: 20px;
}
.post-password-form label {
display: block;
margin-bottom: 0;
}
.post-password-form input[type=password] {
margin-bottom: 7px !important;
}
.post-password-form > :last-child {
margin-bottom: 0;
}
body.single-post .post-password-form label {
display: inline-block;
}
body.single-post .post-password-form input[type=password] {
margin-bottom: 0 !important;
}
body.single-post .post-password-form input[type=submit] {
margin-top: -3px;
border-radius: 5px;
}
.page-links {
clear: both;
padding: 20px 0 20px;
display: flex;
align-items: center;
}
.page-links a,
.page-links > span {
border: 0;
border-radius: 50%;
font-size: 15px;
line-height: 1.9;
width: 40px;
height: 40px;
padding: 3px 10px;
margin-right: 10px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.page-links > span {
color: #fff;
background-color: #222;
}
.page-links a {
background-color: #f4f5f8;
border-color: #ddd;
color: #222;
}
.page-links a:hover, .page-links a:focus {
background-color: #222;
border-color: transparent;
color: #fff;
text-decoration: none;
}
.page-links > .page-links-title {
border: 0;
background: none;
color: #1a1a1a;
height: auto;
margin: 0 7px 0 0;
padding: 0;
width: auto;
}
.gallery {
margin-bottom: 30px;
}
.gallery .isotope-item {
display: inline-block;
padding: 1.79104477%;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery.gallery-columns-2 .isotope-item {
max-width: 50%;
}
.gallery.gallery-columns-3 .isotope-item {
max-width: 33.33%;
}
.gallery.gallery-columns-4 .isotope-item {
max-width: 25%;
}
.gallery.gallery-columns-5 .isotope-item {
max-width: 20%;
}
.gallery.gallery-columns-6 .isotope-item {
max-width: 16.66%;
}
.gallery.gallery-columns-7 .isotope-item {
max-width: 14.28%;
}
.gallery.gallery-columns-8 .isotope-item {
max-width: 12.5%;
}
.gallery.gallery-columns-9 .isotope-item {
max-width: 11.11%;
}
.gallery .gallery-icon img {
max-width: 100%;
height: auto;
margin: 0 auto;
}
.gallery .gallery-caption {
color: #707070;
color: rgba(51, 51, 51, 0.7);
display: block;
font-size: 0.95rem;
line-height: 1.5;
padding: 0.5em 0;
}
.video-player-wrapper video {
width: 100% !important;
}
@media (min-width: 1200px) {
.tm-social-share-icons {
text-align: right;
}
}
.tm-social-share-icons .title {
display: inline-block;
margin-right: 10px;
font-size: 1rem;
font-family: var(--heading-font-family);
color: var(--headings-color);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
}
.tm-social-share-icons .title i {
color: var(--theme-color1);
}
.tm-social-share-icons .styled-icons {
display: inline-block;
margin-bottom: 0;
}
.tm-social-share-icons .styled-icons a {
float: none;
}
.tm-social-share-icons .social-share-icons-text {
display: inline-block;
}
.news-details-bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 30px 0 30px;
margin-top: 56px;
border-top: 1px solid #e0e4e8;
gap: 10px;
}
.news-details-bottom p {
margin: 0;
}
.news-details__categories span,
.news-details__tags span {
color: var(--headings-color);
font-size: var(--h5-font-size);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
margin-right: 15px;
}
.news-details__categories a,
.news-details__tags a {
position: relative;
display: inline-block;
text-transform: capitalize;
transition: all 300ms ease;
margin-bottom: 10px;
line-height: 1;
font-size: 0.8rem;
font-weight: normal;
padding: 12px 16px;
border-radius: 10px;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
@media (prefers-reduced-motion: reduce) {
.news-details__categories a,
.news-details__tags a {
transition: none;
}
}
.news-details__categories a:hover, .news-details__categories a:focus,
.news-details__tags a:hover,
.news-details__tags a:focus {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.news-details__categories a + a,
.news-details__tags a + a {
margin-left: 6px;
}
.news-details__tags a {
background: transparent;
border: 1px solid var(--theme-color1);
color: var(--theme-color1);
}
.news-details__tags a:hover, .news-details__tags a:focus {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
} .nav-links {
margin: 0 0;
display: flex;
justify-content: space-between !important;
background: var(--theme-light-background);
position: relative;
}
@media (max-width: 767.98px) {
.nav-links {
display: inline-block;
}
}
.nav-links:after {
content: "";
position: absolute;
background: #e7e3e3;
height: 46%;
width: 3px;
left: 50%;
top: 0;
bottom: 0;
margin: auto 0;
transform: translateX(-10px);
}
@media (max-width: 767.98px) {
.nav-links:after {
content: none;
}
}
.nav-links .prev {
flex: 1;
}
.nav-links .prev a {
padding: 30px 30px 30px 90px;
}
@media (max-width: 575.98px) {
.nav-links .prev a {
padding: 30px 30px 30px 90px;
}
}
.nav-links .prev a:after {
content: "\f060";
font-family: "Font Awesome 5 Free";
position: absolute;
left: 30px;
top: 50%;
bottom: 0;
transform: translateY(-20px);
background: var(--theme-color1);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
}
.nav-links .prev a:hover:after {
background: var(--theme-color3);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.nav-links .prev a:hover:after {
transition: none;
}
}
.nav-links .prev .thumb {
margin-right: 20px;
}
.nav-links .next {
flex: 1;
text-align: right;
}
@media (max-width: 767.98px) {
.nav-links .next {
border-top: 1px solid rgba(222, 222, 222, 0.6);
}
}
.nav-links .next a {
padding: 30px 90px 30px 30px;
}
@media (max-width: 575.98px) {
.nav-links .next a {
padding: 30px 90px 30px 30px;
}
}
.nav-links .next a:after {
content: "\f061";
font-family: "Font Awesome 5 Free";
position: absolute;
right: 30px;
top: 50%;
bottom: 0;
transform: translateY(-20px);
background: var(--theme-color1);
height: 40px;
width: 40px;
text-align: center;
line-height: 40px;
color: #fff;
}
.nav-links .next a:hover:after {
background: var(--theme-color3);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.nav-links .next a:hover:after {
transition: none;
}
}
.nav-links .next .thumb {
margin-left: 20px;
}
.nav-links > div .thumb {
display: inline-block;
min-width: 60px;
width: 60px;
height: 60px;
overflow: hidden;
}
.nav-links > div .thumb a {
display: inline-block;
}
.nav-links > div > a {
display: inline-block;
word-wrap: break-word;
white-space: -moz-pre-wrap;
white-space: pre-wrap;
font-size: 16px;
line-height: 1.637;
font-weight: 600;
background-color: var(--theme-light-background);
padding: 30px;
width: 100%;
position: relative;
}
.nav-links > div > a:hover {
color: var(--link-color);
} .sidebar-area .widget_search .widget-inner {
padding: 0;
background: none;
}
@media (min-width: 992px) {
.has-sidebar-left {
flex-direction: row-reverse;
}
}  .sl-wrapper {    }
.sl-wrapper a {
border-bottom: 0 !important;
text-decoration: none !important;
}
.sl-wrapper .sl-button {
font-size: 1em;
line-height: 1;
font-weight: normal;
}
.sl-wrapper a.liked {
color: #da1b1b;
}
.sl-wrapper a.liked:hover,
.sl-wrapper a.liked:active,
.sl-wrapper a.liked:focus {
color: #666666;
}
.sl-wrapper .sl-icon {
margin-right: 0.3125em;
vertical-align: initial;
}
.sl-wrapper .sl-icon svg {
fill: currentColor;
width: 1em;
height: 1em;
}
.sl-wrapper .sl-icon svg:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.sl-wrapper .loader,
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
background: rgba(0, 0, 0, 0.2);
-webkit-animation: slloader 1s infinite ease-in-out;
animation: slloader 1s infinite ease-in-out;
width: 0.2em;
height: 0.6em;
}
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
position: absolute;
top: 0;
content: "";
}
.sl-wrapper .loader:before {
left: -0.375em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.sl-wrapper .loader {
text-indent: -9999em;
display: inline-block;
position: relative;
vertical-align: middle;
font-size: 1em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.sl-wrapper .loader:after {
left: 0.375em;
}
@-webkit-keyframes slloader {
0%, 80%, 100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: 0.6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
}
@keyframes slloader {
0%, 80%, 100% {
box-shadow: 0 0 rgba(0, 0, 0, 0.2);
height: 0.6em;
}
40% {
box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
height: 1em;
}
} body:not(.single) article.format-link {
padding: 50px 30px;
background-color: #fdfdfd;
text-align: center;
border: 1px solid rgba(222, 222, 222, 0.3);
position: relative;
z-index: 0;
display: flex;
justify-content: center;
}
body:not(.single) article.format-link .link-content {
height: 100%;
display: table;
}
body:not(.single) article.format-link .link-content .link-content-wrapper {
height: 100%;
display: table-cell;
vertical-align: middle;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .title {
font-size: 1.6rem;
margin-bottom: 20px;
line-height: 1.5;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .post-excerpt {
margin-bottom: 0;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .link {
color: #999;
}
body:not(.single) article.format-link .link-content .link-content-wrapper .link-url {
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 2;
}
body:not(.single) article.format-link:after {
content: "";
background: url(//zline.ae/wp-content/themes/tranxpress/assets/images/blog/link.png) no-repeat;
opacity: 0.1;
position: absolute;
right: 0;
top: 30px;
margin: 0 auto;
left: 0;
width: 100px;
height: 100px;
z-index: -1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
body:not(.single) article.format-link:after {
transition: none;
}
}
body:not(.single) article.format-quote {
background-color: #fdfdfd;
padding: 50px 30px;
text-align: center;
border: 1px solid rgba(222, 222, 222, 0.3);
position: relative;
z-index: 0;
display: flex;
justify-content: center;
}
body:not(.single) article.format-quote .quote-content {
height: 100%;
display: table;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper {
height: 100%;
display: table-cell;
vertical-align: middle;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote {
border: none;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .title {
font-size: 1.6rem;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .post-excerpt {
margin-bottom: 0;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote .quote {
margin-bottom: 20px;
line-height: 1.5;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote footer {
font-size: 0.9rem;
color: #999;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper blockquote:before {
color: rgba(250, 250, 250, 0.7);
content: "\f067";
display: none;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 7rem;
line-height: 1;
opacity: 0.2;
position: absolute;
bottom: 0;
right: 7px;
transform: rotate(180deg);
}
body:not(.single) article.format-quote:after {
content: "";
background: url(//zline.ae/wp-content/themes/tranxpress/assets/images/blog/quote.png) no-repeat;
opacity: 0.1;
position: absolute;
right: 0;
top: 30px;
margin: 0 auto;
left: 0;
width: 100px;
height: 100px;
z-index: -1;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
body:not(.single) article.format-quote:after {
transition: none;
}
}
body:not(.single) article.format-gallery .owl-nav {
position: unset;
}
body:not(.single) article.format-gallery .owl-nav button {
border-radius: 0;
position: absolute;
margin: 0;
opacity: 0.3;
}
body:not(.single) article.format-gallery .owl-nav button.owl-prev, body:not(.single) article.format-gallery .owl-nav button.owl-next {
background: #fff;
border-radius: 0;
color: var(--theme-color1);
padding: 10px;
width: 30px;
height: 65px;
opacity: 1;
top: 50%;
transform: translateY(-50%);
}
body:not(.single) article.format-gallery .owl-nav button.owl-prev:hover, body:not(.single) article.format-gallery .owl-nav button.owl-next:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
body:not(.single) article.format-gallery .owl-nav button.owl-prev {
left: 0;
}
body:not(.single) article.format-gallery .owl-nav button.owl-next {
right: 0;
left: auto;
} body.search-results .main-content-area article {
margin-bottom: 40px;
padding-bottom: 40px;
border-bottom: 1px solid #f5f5f5;
} table {
margin: 0 0 40px;
width: 100%;
}
table td, table th {
padding: 5px;
}
.main-content-area {
min-height: 0;
} #footer-top-callout-wrap {
background-color: #daefe9;
}
#footer-top-callout-wrap .container, #footer-top-callout-wrap .container-fluid {
padding-bottom: 40px;
padding-top: 40px;
}
#footer-top-callout-wrap .callout-icon.icon-left {
padding-right: 20px;
}
#footer-top-callout-wrap .callout-icon.icon-top {
margin-bottom: 20px;
}
#footer-top-callout-wrap .callout-icon i {
font-size: 48px;
margin-top: 5px;
}
#footer-top-callout-wrap .callout-content {
color: #7d7777;
font-size: 18px;
}
#footer-top-callout-wrap .button-right .callout-content p {
margin-bottom: 0;
} .tm-enable-element-animation-effect .tm-animation {
opacity: 0;
}
.tm-enable-element-animation-effect .tm-animation.fade-in.animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn 0.95s ease forwards;
}
.tm-enable-element-animation-effect .tm-animation.fade-in2.animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn 0.95s ease forwards;
animation-delay: 0.2s;
}
.tm-enable-element-animation-effect .tm-animation.fade-in3.animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn 0.95s ease forwards;
animation-delay: 0.4s;
}
.tm-enable-element-animation-effect .tm-animation.fade-in4.animate {
-webkit-animation: fadeIn 0.95s ease forwards;
animation: fadeIn 0.95s ease forwards;
animation-delay: 0.6s;
}
.tm-enable-element-animation-effect .tm-animation.move-up.animate {
-webkit-transform: translateY(150px);
transform: translateY(150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
}
.tm-enable-element-animation-effect .tm-animation.move-up2.animate {
-webkit-transform: translateY(150px);
transform: translateY(150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
animation-delay: 0.2s;
}
.tm-enable-element-animation-effect .tm-animation.move-up3.animate {
-webkit-transform: translateY(150px);
transform: translateY(150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
animation-delay: 0.4s;
}
.tm-enable-element-animation-effect .tm-animation.move-up4.animate {
-webkit-transform: translateY(150px);
transform: translateY(150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
animation-delay: 0.6s;
}
.tm-enable-element-animation-effect .tm-animation.move-down.animate {
-webkit-transform: translateY(-150px);
transform: translateY(-150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
}
.tm-enable-element-animation-effect .tm-animation.move-down2.animate {
-webkit-transform: translateY(-150px);
transform: translateY(-150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
animation-delay: 0.2s;
}
.tm-enable-element-animation-effect .tm-animation.move-down3.animate {
-webkit-transform: translateY(-150px);
transform: translateY(-150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
animation-delay: 0.4s;
}
.tm-enable-element-animation-effect .tm-animation.move-down4.animate {
-webkit-transform: translateY(-150px);
transform: translateY(-150px);
-webkit-animation: moveVertical 0.65s ease forwards;
animation: moveVertical 0.65s ease forwards;
animation-delay: 0.6s;
}
.tm-enable-element-animation-effect .tm-animation.move-left.animate {
-webkit-transform: translateX(150px);
transform: translateX(150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-enable-element-animation-effect .tm-animation.move-left2.animate {
-webkit-transform: translateX(150px);
transform: translateX(150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
animation-delay: 0.2s;
}
.tm-enable-element-animation-effect .tm-animation.move-left3.animate {
-webkit-transform: translateX(150px);
transform: translateX(150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
animation-delay: 0.4s;
}
.tm-enable-element-animation-effect .tm-animation.move-left4.animate {
-webkit-transform: translateX(150px);
transform: translateX(150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
animation-delay: 0.6s;
}
.tm-enable-element-animation-effect .tm-animation.move-right.animate {
-webkit-transform: translateX(-150px);
transform: translateX(-150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
}
.tm-enable-element-animation-effect .tm-animation.move-right2.animate {
-webkit-transform: translateX(-150px);
transform: translateX(-150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
animation-delay: 0.2s;
}
.tm-enable-element-animation-effect .tm-animation.move-right3.animate {
-webkit-transform: translateX(-150px);
transform: translateX(-150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
animation-delay: 0.4s;
}
.tm-enable-element-animation-effect .tm-animation.move-right4.animate {
-webkit-transform: translateX(-150px);
transform: translateX(-150px);
-webkit-animation: moveHorizontal 0.65s ease forwards;
animation: moveHorizontal 0.65s ease forwards;
animation-delay: 0.6s;
}
.tm-enable-element-animation-effect .tm-animation.scale-up.animate {
-webkit-transform: scale(0.6);
transform: scale(0.6);
-webkit-animation: scaleUp 0.65s ease-in-out forwards;
animation: scaleUp 0.65s ease-in-out forwards;
}
.tm-enable-element-animation-effect .tm-animation.fall-perspective {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-enable-element-animation-effect .tm-animation.fall-perspective.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
transform: translateZ(400px) translateY(300px) rotateX(-90deg);
-webkit-animation: fallPerspective 0.8s ease-in-out forwards;
animation: fallPerspective 0.8s ease-in-out forwards;
}
.tm-enable-element-animation-effect .tm-animation.fly {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-enable-element-animation-effect .tm-animation.fly.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 50% 50% -300px;
transform-origin: 50% 50% -300px;
-webkit-transform: rotateX(-180deg);
transform: rotateX(-180deg);
-webkit-animation: fly 0.8s ease-in-out forwards;
animation: fly 0.8s ease-in-out forwards;
}
.tm-enable-element-animation-effect .tm-animation.flip.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform-origin: 0% 0%;
transform-origin: 0% 0%;
-webkit-transform: rotateX(-80deg);
transform: rotateX(-80deg);
-webkit-animation: flip 0.8s ease-in-out forwards;
animation: flip 0.8s ease-in-out forwards;
}
.tm-enable-element-animation-effect .tm-animation.helix {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-enable-element-animation-effect .tm-animation.helix.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-animation: helix 0.8s ease-in-out forwards;
animation: helix 0.8s ease-in-out forwards;
}
.tm-enable-element-animation-effect .tm-animation.pop-up {
-webkit-perspective: 1300px;
perspective: 1300px;
}
.tm-enable-element-animation-effect .tm-animation.pop-up.animate {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: scale(0.4);
transform: scale(0.4);
-webkit-animation: popUp 0.8s ease-in forwards;
animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes fadeIn {
100% {
opacity: 1;
}
}
@keyframes fadeIn {
100% {
opacity: 1;
}
}
@-webkit-keyframes moveVertical {
100% {
-webkit-transform: translateY(0);
opacity: 1;
}
}
@keyframes moveVertical {
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
}
@-webkit-keyframes moveHorizontal {
100% {
-webkit-transform: translateX(0);
opacity: 1;
}
}
@keyframes moveHorizontal {
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
}
@-webkit-keyframes scaleUp {
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes scaleUp {
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes fallPerspective {
100% {
-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
}
}
@keyframes fallPerspective {
100% {
-webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
transform: translateZ(0px) translateY(0px) rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes fly {
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes fly {
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes flip {
100% {
-webkit-transform: rotateX(0deg);
opacity: 1;
}
}
@keyframes flip {
100% {
-webkit-transform: rotateX(0deg);
transform: rotateX(0deg);
opacity: 1;
}
}
@-webkit-keyframes helix {
100% {
-webkit-transform: rotateY(0deg);
opacity: 1;
}
}
@keyframes helix {
100% {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
}
@-webkit-keyframes popUp {
70% {
-webkit-transform: scale(1.1);
opacity: 0.8;
-webkit-animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@keyframes popUp {
70% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
opacity: 0.8;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
}
}
.tm-item-appear-clip-path {
clip-path: inset(0 100% 0 0);
-webkit-clip-path: inset(0 100% 0 0);
-webkit-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
-moz-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
}
.tm-item-appear-clip-path.tm-item-appeared {
clip-path: inset(-20% -20% -20% -20%);
-webkit-clip-path: inset(-20% -20% -20% -20%);
}
.tm-appear-block-holder {
position: relative;
overflow: hidden;
}
.tm-appear-block-holder:after, .tm-appear-block-holder:before {
content: "";
position: absolute;
display: block;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.tm-appear-block-holder:after {
background-color: var(--theme-color2);
z-index: 2;
-webkit-transform: translateX(-101%);
-ms-transform: translateX(-101%);
transform: translateX(-101%);
}
.tm-appear-block-holder:before {
background-color: var(--theme-color1);
z-index: 1;
-webkit-transform: translateX(-101%);
-ms-transform: translateX(-101%);
transform: translateX(-101%);
}
.tm-appear-block-holder.tm-item-appeared:after {
-webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.tm-appear-block-holder.tm-item-appeared:before {
-webkit-animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@-webkit-keyframes tm-appear-block-holder-animation {
0% {
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(101%);
transform: translateX(101%);
}
}
@keyframes tm-appear-block-holder-animation {
0% {
-webkit-transform: translateX(-101%);
transform: translateX(-101%);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(101%);
transform: translateX(101%);
}
}
.elementor-editor-active .elementor-column.tm-appear-block-holder:after, .elementor-editor-active .elementor-widget-mkdf_single_image.tm-appear-block-holder:after {
-webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
animation: tm-appear-block-holder-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.elementor-editor-active .elementor-column.tm-appear-block-holder:before, .elementor-editor-active .elementor-widget-mkdf_single_image.tm-appear-block-holder:before {
-webkit-animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
animation: tm-appear-block-holder-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.fadeInUp {
animation-name: fadeInUp;
animation-duration: 1.3s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translate3d(0, 25%, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInLeft {
animation-name: fadeInLeft;
animation-duration: 1s;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.fadeInRight {
animation-name: fadeInRight;
animation-duration: 1s;
}
@keyframes fadeInRight {
from {
opacity: 0;
transform: translate3d(15%, 0, 0);
}
to {
opacity: 1;
transform: none;
}
}
.tm-animation-floating {
-webkit-animation-name: tm-animation-floating;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: Floating;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes tm-animation-floating {
from {
-webkit-transform: translate(0, 0px);
}
65% {
-webkit-transform: translate(0, 15px);
}
to {
-webkit-transform: translate(0, 0px);
}
}
@-moz-keyframes tm-animation-floating {
from {
-moz-transform: translate(0, 0px);
}
65% {
-moz-transform: translate(0, 15px);
}
to {
-moz-transform: translate(0, 0px);
}
}
.tm-animation-slide-horizontal {
-webkit-animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both;
animation: tm-animation-slide-horizontal 3s linear infinite alternate-reverse both;
}
@-webkit-keyframes tm-animation-slide-horizontal {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
@keyframes tm-animation-slide-horizontal {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
-webkit-transform: translateX(-100px);
transform: translateX(-100px);
}
}
.tm-animation-scaling {
-webkit-animation-name: tm-animation-scaling;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-name: tm-animation-scaling;
-moz-animation-duration: 3s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes tm-animation-scaling {
from {
-webkit-transform: scale(0.6);
}
65% {
-webkit-transform: scale(1.2);
}
to {
-webkit-transform: scale(0.6);
}
}
@-moz-keyframes tm-animation-scaling {
from {
-moz-transform: scale(0.6);
}
65% {
-moz-transform: scale(1.2);
}
to {
-moz-transform: scale(0.6);
}
}
.tm-animation-flicker {
-webkit-animation: tm-animation-flicker 3s infinite;
-moz-animation: tm-animation-flicker 3s infinite;
-o-animation: tm-animation-flicker 3s infinite;
animation: tm-animation-flicker 3s infinite;
}
@keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@-o-keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@-moz-keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes tm-animation-flicker {
0% {
opacity: 1;
}
50% {
opacity: 0.3;
}
100% {
opacity: 1;
}
}
.tm-animation-spin {
-webkit-animation: spin 10s linear infinite;
-moz-animation: spin 10s linear infinite;
animation: spin 10s linear infinite;
}
@-moz-keyframes tm-animation-spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes tm-animation-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes tm-animation-spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.tm-animation-rotated-half {
-webkit-animation: rotatedHalf 20s linear infinite alternate;
-moz-animation: rotatedHalf 20s linear infinite alternate;
animation: rotatedHalf 20s linear infinite alternate;
}
@-webkit-keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
@keyframes rotatedHalf {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
50% {
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
.tm-animation-jump {
-webkit-animation: jump 20s linear infinite alternate;
-moz-animation: jump 20s linear infinite alternate;
animation: jump 20s linear infinite alternate;
}
@-webkit-keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes jump {
0% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40% {
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
100% {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.tm-animation-run {
-webkit-animation: run 20s linear infinite alternate;
-moz-animation: run 20s linear infinite alternate;
animation: run 20s linear infinite alternate;
}
@-webkit-keyframes run {
0% {
left: -20%;
}
50% {
left: 0%;
}
100% {
left: 20%;
}
}
@-moz-keyframes run {
0% {
left: -20%;
}
50% {
left: 0%;
}
100% {
left: 20%;
}
}
.tm-animation-scale-right {
-webkit-animation: scale-right 20s linear infinite alternate;
-moz-animation: scale-right 20s linear infinite alternate;
animation: scale-right 20s linear infinite alternate;
}
@-webkit-keyframes scale-right {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
50% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
@keyframes scale-right {
0% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
50% {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
100% {
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
.tm-animation-random-animation1 {
-webkit-animation: random-animation1 20s linear infinite alternate;
-moz-animation: random-animation1 20s linear infinite alternate;
animation: random-animation1 20s linear infinite alternate;
}
@keyframes random-animation1 {
0% {
transform: translate(0px, 0px) rotate(0deg);
}
20% {
transform: translate(73px, -1px) rotate(36deg);
}
40% {
transform: translate(141px, 72px) rotate(72deg);
}
60% {
transform: translate(83px, 122px) rotate(108deg);
}
80% {
transform: translate(-40px, 72px) rotate(144deg);
}
100% {
transform: translate(0px, 0px) rotate(0deg);
}
}
@-webkit-keyframes random-animation1 {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg);
}
}
.tm-animation-random-animation2 {
-webkit-animation: random-animation2 20s linear infinite alternate;
-moz-animation: random-animation2 20s linear infinite alternate;
animation: random-animation2 20s linear infinite alternate;
}
@keyframes random-animation2 {
0% {
transform: translate(0px, 0px) rotate(0deg) scale(1);
}
20% {
transform: translate(73px, -1px) rotate(36deg) scale(0.9);
}
40% {
transform: translate(141px, 72px) rotate(72deg) scale(1);
}
60% {
transform: translate(83px, 122px) rotate(108deg) scale(1.2);
}
80% {
transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
}
100% {
transform: translate(0px, 0px) rotate(0deg) scale(1);
}
}
@-webkit-keyframes random-animation2 {
0% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
20% {
-webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
}
40% {
-webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
}
60% {
-webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
}
80% {
-webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
}
100% {
-webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
}
}
.tm-animation-random-animation3 {
-webkit-animation: random-animation3 20s linear infinite alternate;
-moz-animation: random-animation3 20s linear infinite alternate;
animation: random-animation3 20s linear infinite alternate;
}
@keyframes random-animation3 {
0% {
transform: translate(165px, -179px);
}
100% {
transform: translate(-346px, 617px);
}
}
@-webkit-keyframes random-animation3 {
0% {
-webkit-transform: translate(165px, -179px);
}
100% {
-webkit-transform: translate(-346px, 617px);
}
}
.tm-animation-random-animation4 {
-webkit-animation: random-animation4 20s linear infinite alternate;
-moz-animation: random-animation4 20s linear infinite alternate;
animation: random-animation4 20s linear infinite alternate;
}
@keyframes random-animation4 {
0% {
transform: translate(-300px, 151px) rotate(0deg);
}
100% {
transform: translate(251px, -200px) rotate(180deg);
}
}
@-webkit-keyframes random-animation4 {
0% {
-webkit-transform: translate(-300px, 151px) rotate(0deg);
}
100% {
-webkit-transform: translate(251px, -200px) rotate(180deg);
}
}
.tm-animation-random-animation5 {
-webkit-animation: random-animation5 20s linear infinite alternate;
-moz-animation: random-animation5 20s linear infinite alternate;
animation: random-animation5 20s linear infinite alternate;
}
@keyframes random-animation5 {
0% {
transform: translate(61px, -99px) rotate(0deg);
}
21% {
transform: translate(4px, -190px) rotate(38deg);
}
41% {
transform: translate(-139px, -200px) rotate(74deg);
}
60% {
transform: translate(-263px, -164px) rotate(108deg);
}
80% {
transform: translate(-195px, -49px) rotate(144deg);
}
100% {
transform: translate(-1px, 0px) rotate(180deg);
}
}
@-webkit-keyframes random-animation5 {
0% {
-webkit-transform: translate(61px, -99px) rotate(0deg);
}
21% {
-webkit-transform: translate(4px, -190px) rotate(38deg);
}
41% {
-webkit-transform: translate(-139px, -200px) rotate(74deg);
}
60% {
-webkit-transform: translate(-263px, -164px) rotate(108deg);
}
80% {
-webkit-transform: translate(-195px, -49px) rotate(144deg);
}
100% {
-webkit-transform: translate(-1px, 0px) rotate(180deg);
}
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
} .final-countdown-timer {
font-size: 32px;
}
.final-countdown-timer span {
font-size: 16px;
} .pagination-wrapper {
text-align: center;
}
.pagination {
margin-top: 40px;
display: inline-flex;
}
.pagination > .page-item {
padding-left: 0 !important;
margin-right: 10px;
}
.pagination > .page-item .page-link {
color: var(--headings-color);
border-color: #ddd;
background-color: #f4f5f8;
border: 0;
border-radius: 50%;
text-align: center;
height: 50px;
width: 50px;
display: table-cell;
vertical-align: middle;
}
@media (max-width: 991.98px) {
.pagination > .page-item .page-link {
height: 45px;
width: 45px;
}
}
.pagination > .page-item .page-link:hover:not(.dots) {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.pagination > .page-item .page-link.dots {
background-color: transparent;
}
.pagination > .page-item.active .page-link {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
} .box-hover-effect {
display: block;
vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
position: relative;
overflow: hidden;
margin: 0;
width: 100%;          }
.box-hover-effect .effect-wrapper .thumb {
position: relative;
overflow: hidden;
backface-visibility: hidden;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .thumb {
transition: none;
}
}
.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
position: absolute;
left: 0;
bottom: 0;
height: 50%;
width: 100%;
background: #181818;
background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.55), transparent);
content: "";
z-index: 1;
}
.box-hover-effect .effect-wrapper .hover-link {
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
background: none !important;
color: transparent !important;
z-index: 9;
}
.box-hover-effect .effect-wrapper .overlay-shade {
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 10;
background-color: #000;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .overlay-shade {
transition: none;
}
}
.box-hover-effect .effect-wrapper .overlay-shade.shade-white {
background-color: #fff;
}
.box-hover-effect .effect-wrapper .icons-holder {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 13;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .icons-holder {
transition: none;
}
}
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner {
position: relative;
margin: 0;
}
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
transition: none;
}
}
.box-hover-effect .effect-wrapper .icons-holder-middle {
left: 0;
margin: 0 auto;
right: 0;
text-align: center;
top: 40%;
vertical-align: middle;
width: 80%;
}
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner {
display: inline-block;
vertical-align: middle;
}
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
transition: none;
}
}
.box-hover-effect .effect-wrapper .icons-holder-top-left {
top: -20%;
left: 0;
padding: 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-top-left .icons-holder-inner {
display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-top-right {
top: -20%;
right: 0;
padding: 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-top-right .icons-holder-inner {
display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-left {
bottom: -20%;
left: 0;
padding: 5px 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-left .icons-holder-inner {
display: block;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-right {
bottom: -20%;
right: 0;
padding: 5px 15px;
}
.box-hover-effect .effect-wrapper .icons-holder-bottom-right .icons-holder-inner {
display: block;
}
.box-hover-effect .effect-wrapper .text-holder {
display: inline-block;
opacity: 0;
overflow: hidden;
position: absolute;
transition: all 0.3s ease 0s;
z-index: 13;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder .title {
color: #fff;
}
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner {
display: table;
height: 100%;
position: relative;
width: 100%;
}
.box-hover-effect .effect-wrapper .text-holder .text_holder_inner2 {
display: table-cell;
height: 100%;
position: relative;
text-align: center;
vertical-align: middle;
width: 100%;
}
.box-hover-effect .effect-wrapper .overlay-shade.shade-white + .text-holder .title {
color: #333;
}
.box-hover-effect .effect-wrapper .text-holder-middle {
display: block;
left: 0;
margin: 0 auto;
right: 0;
text-align: center;
top: 30%;
vertical-align: middle;
width: 80%;
transition: all 0.3s ease 0.1s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-middle {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder-top {
display: block;
left: 0;
margin: 0 auto;
right: 0;
text-align: center;
top: -40px;
vertical-align: middle;
width: 80%;
transition: all 0.3s ease 0.1s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-top {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder-bottom {
display: block;
left: 0;
margin: 0 auto;
right: 0;
text-align: center;
bottom: -40px;
vertical-align: middle;
width: 80%;
transition: all 0.3s ease 0.1s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-bottom {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder-top-left {
left: -40px;
padding: 5px 15px;
top: 0;
width: auto;
transition: all 0.3s ease 0.2s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-top-left {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder-top-right {
right: -40px;
padding: 5px 15px;
top: 0;
width: auto;
transition: all 0.3s ease 0.2s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-top-right {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder-bottom-left {
left: 0;
padding: 5px 15px;
bottom: -40px;
width: auto;
transition: all 0.3s ease 0.2s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-bottom-left {
transition: none;
}
}
.box-hover-effect .effect-wrapper .text-holder-bottom-right {
right: 0;
padding: 5px 15px;
bottom: -40px;
width: auto;
transition: all 0.3s ease 0.2s;
}
@media (prefers-reduced-motion: reduce) {
.box-hover-effect .effect-wrapper .text-holder-bottom-right {
transition: none;
}
}
.box-hover-effect:hover .effect-wrapper .thumb {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.box-hover-effect:hover .effect-wrapper .overlay-shade {
opacity: 0.7;
filter: alpha(opacity=90);
}
.box-hover-effect:hover .effect-wrapper .icons-holder {
opacity: 1;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-middle {
top: 45%;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-top-left {
left: 0;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-top-right {
right: 0;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-left {
bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .icons-holder-bottom-right {
bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .text-holder {
opacity: 1;
}
.box-hover-effect:hover .effect-wrapper .text-holder-middle {
top: 40%;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top {
top: 20px;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom {
bottom: 20px;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top-left {
left: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-top-right {
right: 0;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-left {
bottom: 2%;
}
.box-hover-effect:hover .effect-wrapper .text-holder-bottom-right {
bottom: 2%;
}
.shadow-overlay {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shadow-overlay.png);
background-position: center bottom;
background-repeat: repeat-x;
bottom: 0;
color: #fff;
height: 100%;
left: 0;
position: absolute;
width: 100%;
}  .box-hover-effect.image-zoom-in .thumb {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.box-hover-effect.image-zoom-in:hover .thumb {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} .box-hover-effect.image-zoom-out .thumb {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.box-hover-effect.image-zoom-out:hover .thumb {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}  .post-excerpt blockquote:not([class*=has-]),
.comment-content blockquote,
.page-content blockquote,
.post-excerpt .wp-block-quote,
.widget_block .wp-block-quote,
.main-content-area article .post-excerpt .wp-block-quote,
.tm-sc-blockquote {
color: #333;
background-color: #f4f5f8;
border-left: 2px solid var(--theme-color2);
padding-left: 30px;
padding-right: 30px;
border-radius: 7px;
padding-top: 20px;
padding-bottom: 20px;
position: relative;
margin-bottom: 25px;
margin-left: 0;
margin-right: 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.post-excerpt blockquote:not([class*=has-]),
.comment-content blockquote,
.page-content blockquote,
.post-excerpt .wp-block-quote,
.widget_block .wp-block-quote,
.main-content-area article .post-excerpt .wp-block-quote,
.tm-sc-blockquote {
transition: none;
}
}
.post-excerpt blockquote:not([class*=has-]):before,
.comment-content blockquote:before,
.page-content blockquote:before,
.post-excerpt .wp-block-quote:before,
.widget_block .wp-block-quote:before,
.main-content-area article .post-excerpt .wp-block-quote:before,
.tm-sc-blockquote:before {
content: "\f10d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
bottom: 0;
font-size: 4rem;
line-height: 1;
color: var(--theme-color2);
opacity: 0.07;
right: 30px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.post-excerpt blockquote:not([class*=has-]):before,
.comment-content blockquote:before,
.page-content blockquote:before,
.post-excerpt .wp-block-quote:before,
.widget_block .wp-block-quote:before,
.main-content-area article .post-excerpt .wp-block-quote:before,
.tm-sc-blockquote:before {
transition: none;
}
}
.post-excerpt blockquote:not([class*=has-]):after,
.comment-content blockquote:after,
.page-content blockquote:after,
.post-excerpt .wp-block-quote:after,
.widget_block .wp-block-quote:after,
.main-content-area article .post-excerpt .wp-block-quote:after,
.tm-sc-blockquote:after {
content: "";
position: absolute;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.post-excerpt blockquote:not([class*=has-]):after,
.comment-content blockquote:after,
.page-content blockquote:after,
.post-excerpt .wp-block-quote:after,
.widget_block .wp-block-quote:after,
.main-content-area article .post-excerpt .wp-block-quote:after,
.tm-sc-blockquote:after {
transition: none;
}
}
.post-excerpt blockquote:not([class*=has-]) p,
.comment-content blockquote p,
.page-content blockquote p,
.post-excerpt .wp-block-quote p,
.widget_block .wp-block-quote p,
.main-content-area article .post-excerpt .wp-block-quote p,
.tm-sc-blockquote p {
margin-bottom: 15px;
}
.post-excerpt blockquote:not([class*=has-]) cite,
.comment-content blockquote cite,
.page-content blockquote cite,
.post-excerpt .wp-block-quote cite,
.widget_block .wp-block-quote cite,
.main-content-area article .post-excerpt .wp-block-quote cite,
.tm-sc-blockquote cite {
transition: all 0.3s ease;
color: var(--theme-color2);
display: block;
}
@media (prefers-reduced-motion: reduce) {
.post-excerpt blockquote:not([class*=has-]) cite,
.comment-content blockquote cite,
.page-content blockquote cite,
.post-excerpt .wp-block-quote cite,
.widget_block .wp-block-quote cite,
.main-content-area article .post-excerpt .wp-block-quote cite,
.tm-sc-blockquote cite {
transition: none;
}
}
.post-excerpt blockquote:not([class*=has-]) cite a,
.comment-content blockquote cite a,
.page-content blockquote cite a,
.post-excerpt .wp-block-quote cite a,
.widget_block .wp-block-quote cite a,
.main-content-area article .post-excerpt .wp-block-quote cite a,
.tm-sc-blockquote cite a {
color: var(--theme-color2);
}
.post-excerpt blockquote:not([class*=has-]) > :last-child,
.comment-content blockquote > :last-child,
.page-content blockquote > :last-child,
.post-excerpt .wp-block-quote > :last-child,
.widget_block .wp-block-quote > :last-child,
.main-content-area article .post-excerpt .wp-block-quote > :last-child,
.tm-sc-blockquote > :last-child {
margin-bottom: 0;
}
.post-excerpt blockquote:not([class*=has-]).has-text-align-right,
.comment-content blockquote.has-text-align-right,
.page-content blockquote.has-text-align-right,
.post-excerpt .wp-block-quote.has-text-align-right,
.widget_block .wp-block-quote.has-text-align-right,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right,
.tm-sc-blockquote.has-text-align-right {
border-right: 2px solid var(--theme-color2);
border-left: 0;
}
.post-excerpt blockquote:not([class*=has-]).has-text-align-right:before,
.comment-content blockquote.has-text-align-right:before,
.page-content blockquote.has-text-align-right:before,
.post-excerpt .wp-block-quote.has-text-align-right:before,
.widget_block .wp-block-quote.has-text-align-right:before,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right:before,
.tm-sc-blockquote.has-text-align-right:before {
right: auto;
left: 30px;
transform: rotateX(-180deg);
}
.post-excerpt .elementor-element blockquote {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container .wp-block-quote p:last-of-type {
margin-bottom: 15px;
} .btn-gray {
color: #fff;
background-color: #666;
border-color: #666;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-gray:hover {
color: #fff;
background-color: #575757;
border-color: #525252;
}
.btn-check:focus + .btn-gray, .btn-gray:focus {
color: #fff;
background-color: #575757;
border-color: #525252;
box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .show > .btn-gray.dropdown-toggle {
color: #fff;
background-color: #525252;
border-color: #4d4d4d;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .show > .btn-gray.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.5);
}
.btn-gray:disabled, .btn-gray.disabled {
color: #fff;
background-color: #666;
border-color: #666;
}
.btn-light-gray {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-gray:hover {
color: #000;
background-color: #ececec;
border-color: #ebebeb;
}
.btn-check:focus + .btn-light-gray, .btn-light-gray:focus {
color: #000;
background-color: #ececec;
border-color: #ebebeb;
box-shadow: 0 0 0 0.25rem rgba(198, 198, 198, 0.5);
}
.btn-check:checked + .btn-light-gray, .btn-check:active + .btn-light-gray, .btn-light-gray:active, .btn-light-gray.active, .show > .btn-light-gray.dropdown-toggle {
color: #000;
background-color: #ededed;
border-color: #ebebeb;
}
.btn-check:checked + .btn-light-gray:focus, .btn-check:active + .btn-light-gray:focus, .btn-light-gray:active:focus, .btn-light-gray.active:focus, .show > .btn-light-gray.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 198, 198, 0.5);
}
.btn-light-gray:disabled, .btn-light-gray.disabled {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-outline-gray {
color: #666;
border-color: #666;
}
.btn-outline-gray:hover {
color: #fff;
background-color: #666;
border-color: #666;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
color: #fff;
background-color: #666;
border-color: #666;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}
.btn-outline-gray:disabled, .btn-outline-gray.disabled {
color: #666;
background-color: transparent;
}
.btn-outline-light-gray {
color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-outline-light-gray:hover {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-check:focus + .btn-outline-light-gray, .btn-outline-light-gray:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 233, 233, 0.5);
}
.btn-check:checked + .btn-outline-light-gray, .btn-check:active + .btn-outline-light-gray, .btn-outline-light-gray:active, .btn-outline-light-gray.active, .btn-outline-light-gray.dropdown-toggle.show {
color: #000;
background-color: #e9e9e9;
border-color: #e9e9e9;
}
.btn-check:checked + .btn-outline-light-gray:focus, .btn-check:active + .btn-outline-light-gray:focus, .btn-outline-light-gray:active:focus, .btn-outline-light-gray.active:focus, .btn-outline-light-gray.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 233, 233, 0.5);
}
.btn-outline-light-gray:disabled, .btn-outline-light-gray.disabled {
color: #e9e9e9;
background-color: transparent;
}
.btn-xs {
padding: 0.5rem 1rem;
font-size: 0.8rem;
border-radius: 0.2rem;
}
.btn,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
font-size: var(--btn-font-size);
line-height: 1.4;
padding: 1.2rem 3.2rem;
font-family: var(--font-current-theme1);
font-weight: 600;
letter-spacing: 0.05em;
overflow: hidden;
text-align: center;
border-radius: 0;
border-width: 0;
overflow: hidden;
display: inline-block;
transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.btn,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
transition: none;
}
}
.btn.focus, .btn:focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]).focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus,
.woosw-item .button.focus,
.woosw-item .button:focus,
.woosw-item .added_to_cart.focus,
.woosw-item .added_to_cart:focus,
.woosc_table .button.focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart.focus,
.woosc_table .added_to_cart:focus {
box-shadow: none !important;
}
.btn i,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]) i,
.woosw-item .button i,
.woosw-item .added_to_cart i,
.woosc_table .button i,
.woosc_table .added_to_cart i {
margin-right: 5px;
}
.btn-group-xs > .btn,
.btn-xs {
padding: 0.5rem 1.2rem;
font-size: 0.75rem;
}
.btn-group-sm > .btn,
.btn-sm {
padding: 1rem 2.4rem;
font-size: 0.75rem;
}
.btn-group-lg > .btn,
.btn-lg {
padding: 1.3rem 3rem;
}
[class*=" btn-outline-"] {
border-width: 3px;
padding: 1rem 2.5rem;
}
[class*=" btn-outline-"].btn-xs {
padding: 0.55rem 1.2rem;
}
[class*=" btn-outline-"].btn-sm {
padding: 0.8rem 1.7rem;
}
[class*=" btn-outline-"].btn-lg {
padding: 1.1rem 3rem;
}
.btn-light,
.btn-outline-light {
background-color: #f7f4ed;
border-color: #f7f4ed;
box-shadow: none;
font-family: var(--font-current-theme1);
font-weight: 600;
font-size: var(--btn-font-size);
color: var(--theme-color2);
}
.btn-light:hover,
.btn-outline-light:hover {
background-color: #f7f4ed;
border-color: #f7f4ed;
box-shadow: none;
}
.btn-dark,
.btn-outline-dark {
box-shadow: 0 7px 20px rgba(33, 37, 41, 0.2);
}
.btn-dark:hover,
.btn-outline-dark:hover {
box-shadow: 0 1px 20px rgba(33, 37, 41, 0.5);
}
.btn-gray:hover {
color: #666;
border-color: #666;
background-color: transparent;
} .btn-3d {
box-shadow: 0 4px 1px #999999;
margin-bottom: 4px;
}
.btn-round {
border-radius: 3rem;
}
.btn-flat {
border-radius: 0;
}
.btn-modern-white {
position: relative;
overflow: hidden;
border-width: 2px;
color: #333;
border-color: #eeeeee;
background-color: transparent;
}
.btn-modern-white:after {
content: "";
background-color: #111;
width: 0;
height: 100%;
top: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
-webkit-transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s;
transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s;
}
.btn-modern-white:hover {
color: #ffffff;
border-color: #111;
}
.btn-modern-white:hover:after {
width: 100%;
left: 0;
right: auto;
}
.btn-modern-theme-colored {
position: relative;
overflow: hidden;
border-width: 2px;
color: #333;
border-color: #eeeeee;
background-color: transparent;
z-index: 0;
}
.btn-modern-theme-colored:after {
content: "";
background-color: #fff;
width: 0;
height: 100%;
top: 0;
position: absolute;
left: auto;
right: 0;
z-index: -1;
-webkit-transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s;
transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s;
}
.btn-modern-theme-colored:hover {
border-color: #eee;
}
.btn-modern-theme-colored:hover:after {
width: 100%;
left: 0;
right: auto;
} .hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
} .hvr-bounce-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-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;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} .hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #fff;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.hvr-sweep-to-right[class^=btn-outline-]:hover, .hvr-sweep-to-right[class^=btn-outline-]:focus, .hvr-sweep-to-right[class^=btn-outline-]:active, .hvr-sweep-to-right[class*=" btn-outline-"]:hover, .hvr-sweep-to-right[class*=" btn-outline-"]:focus, .hvr-sweep-to-right[class*=" btn-outline-"]:active,
.hvr-bounce-to-right[class^=btn-outline-]:hover,
.hvr-bounce-to-right[class^=btn-outline-]:focus,
.hvr-bounce-to-right[class^=btn-outline-]:active,
.hvr-bounce-to-right[class*=" btn-outline-"]:hover,
.hvr-bounce-to-right[class*=" btn-outline-"]:focus,
.hvr-bounce-to-right[class*=" btn-outline-"]:active,
.hvr-shutter-out-horizontal[class^=btn-outline-]:hover,
.hvr-shutter-out-horizontal[class^=btn-outline-]:focus,
.hvr-shutter-out-horizontal[class^=btn-outline-]:active,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:hover,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:focus,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:active {
background-color: transparent;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-gray:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-gray:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-gray:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-gray:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-gray:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-gray:before {
background: "gray";
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-light-gray:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-light-gray:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-light-gray:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-light-gray:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-light-gray:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-light-gray:before {
background: "light-gray";
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-primary:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-primary:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-primary:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-primary:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-primary:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-primary:before {
background: #0d6efd;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-secondary:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-secondary:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-secondary:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-secondary:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-secondary:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-secondary:before {
background: #6c757d;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-success:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-success:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-success:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-success:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-success:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-success:before {
background: #198754;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-info:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-info:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-info:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-info:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-info:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-info:before {
background: #0dcaf0;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-warning:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-warning:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-warning:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-warning:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-warning:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-warning:before {
background: #ffc107;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-danger:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-danger:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-danger:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-danger:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-danger:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-danger:before {
background: #dc3545;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-light:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-light:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-light:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-light:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-light:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-light:before {
background: #f8f9fa;
}
.hvr-sweep-to-right[class^=btn-outline-].btn-outline-dark:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-dark:before,
.hvr-bounce-to-right[class^=btn-outline-].btn-outline-dark:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-dark:before,
.hvr-shutter-out-horizontal[class^=btn-outline-].btn-outline-dark:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-dark:before {
background: #212529;
}
.hvr-sweep-to-right:not(.btn-outline):hover, .hvr-sweep-to-right:not(.btn-outline):focus, .hvr-sweep-to-right:not(.btn-outline):active,
.hvr-bounce-to-right:not(.btn-outline):hover,
.hvr-bounce-to-right:not(.btn-outline):focus,
.hvr-bounce-to-right:not(.btn-outline):active,
.hvr-shutter-out-horizontal:not(.btn-outline):hover,
.hvr-shutter-out-horizontal:not(.btn-outline):focus,
.hvr-shutter-out-horizontal:not(.btn-outline):active {
color: #222;
}
.btn-theme-colored1,
.btn-theme-colored2,
.btn-theme-colored3,
.btn-theme-colored4,
.btn-outline-theme-colored1,
.btn-outline-theme-colored2,
.btn-outline-theme-colored3,
.btn-outline-theme-colored3,
.btn-light,
.btn-dark,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]),
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
position: relative;
font-size: 14px;
line-height: 20px;
padding: 20px 35px;
font-weight: 600;
overflow: hidden;
text-transform: uppercase;
z-index: 0;
}
.btn-theme-colored1:before,
.btn-theme-colored2:before,
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored1:before,
.btn-outline-theme-colored2:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before,
.btn-light:before,
.btn-dark:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):before,
.woosw-item .button:before,
.woosw-item .added_to_cart:before,
.woosc_table .button:before,
.woosc_table .added_to_cart:before {
position: absolute;
left: 0;
top: 0%;
height: 100%;
width: 100%;
content: "";
z-index: -1;
background: var(--theme-color2);
transform: scale(0, 1);
transform-origin: bottom right;
transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-theme-colored1:after,
.btn-theme-colored2:after,
.btn-theme-colored3:after,
.btn-theme-colored4:after,
.btn-outline-theme-colored1:after,
.btn-outline-theme-colored2:after,
.btn-outline-theme-colored3:after,
.btn-outline-theme-colored3:after,
.btn-light:after,
.btn-dark:after,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):after,
.woosw-item .button:after,
.woosw-item .added_to_cart:after,
.woosc_table .button:after,
.woosc_table .added_to_cart:after {
position: absolute;
left: 3px;
bottom: 3px;
border-right: 41px solid transparent;
border-bottom: 41px solid var(--theme-color2);
content: "";
opacity: 0.2;
}
.btn-theme-colored1:hover, .btn-theme-colored1:focus,
.btn-theme-colored2:hover,
.btn-theme-colored2:focus,
.btn-theme-colored3:hover,
.btn-theme-colored3:focus,
.btn-theme-colored4:hover,
.btn-theme-colored4:focus,
.btn-outline-theme-colored1:hover,
.btn-outline-theme-colored1:focus,
.btn-outline-theme-colored2:hover,
.btn-outline-theme-colored2:focus,
.btn-outline-theme-colored3:hover,
.btn-outline-theme-colored3:focus,
.btn-outline-theme-colored3:hover,
.btn-outline-theme-colored3:focus,
.btn-light:hover,
.btn-light:focus,
.btn-dark:hover,
.btn-dark:focus,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):hover,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus,
.woosw-item .button:hover,
.woosw-item .button:focus,
.woosw-item .added_to_cart:hover,
.woosw-item .added_to_cart:focus,
.woosc_table .button:hover,
.woosc_table .button:focus,
.woosc_table .added_to_cart:hover,
.woosc_table .added_to_cart:focus {
color: var(--text-color-bg-theme-color3);
}
.btn-theme-colored1:hover:before, .btn-theme-colored1:focus:before,
.btn-theme-colored2:hover:before,
.btn-theme-colored2:focus:before,
.btn-theme-colored3:hover:before,
.btn-theme-colored3:focus:before,
.btn-theme-colored4:hover:before,
.btn-theme-colored4:focus:before,
.btn-outline-theme-colored1:hover:before,
.btn-outline-theme-colored1:focus:before,
.btn-outline-theme-colored2:hover:before,
.btn-outline-theme-colored2:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-light:hover:before,
.btn-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):hover:before,
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not([name=apply_coupon]):focus:before,
.woosw-item .button:hover:before,
.woosw-item .button:focus:before,
.woosw-item .added_to_cart:hover:before,
.woosw-item .added_to_cart:focus:before,
.woosc_table .button:hover:before,
.woosc_table .button:focus:before,
.woosc_table .added_to_cart:hover:before,
.woosc_table .added_to_cart:focus:before {
transform-origin: top left;
transform: scale(1, 1);
}
.btn-light:before,
.btn-dark:before {
background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-light:hover, .btn-light:focus,
.btn-dark:hover,
.btn-dark:focus {
color: var(--text-color-bg-theme-color2);
}
.btn-light:hover:before, .btn-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before {
background-color: var(--theme-color2);
}
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before {
background: var(--theme-color1);
}
input[type=submit].btn-theme-colored1:hover, input[type=submit].btn-theme-colored1:focus {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
}
input[type=submit].btn-theme-colored2:hover, input[type=submit].btn-theme-colored2:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
input[type=submit].btn-theme-colored3:hover, input[type=submit].btn-theme-colored3:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
input[type=submit].btn-theme-colored4:hover, input[type=submit].btn-theme-colored4:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
} .btn-plain-text {
color: #aaa;
font-size: 1rem;
padding: 0;
border: 0;
padding-bottom: 3px;
}
.btn-plain-text.focus, .btn-plain-text:focus {
box-shadow: none;
}
.btn-plain-text-with-arrow {
color: #31333e;
font-size: 1rem;
padding: 0;
border: 0;
text-transform: capitalize;
}
.btn-plain-text-with-arrow:before {
color: var(--theme-color2);
display: inline-block;
content: "\f35a";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-variant: normal;
font-weight: 600;
line-height: 1;
margin-right: 8px;
position: relative;
text-shadow: none;
text-transform: none;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.btn-plain-text-with-arrow:before {
transition: none;
}
}
.btn-plain-text-with-arrow:focus, .btn-plain-text-with-arrow:hover {
color: var(--theme-color2);
}
.btn-plain-text-with-arrow:focus:before, .btn-plain-text-with-arrow:hover:before {
color: var(--theme-color2);
transform: rotateX(180deg);
-webkit-animation: moveArrow 1s;
-moz-animation: moveArrow 1s;
animation: moveArrow 1s;
}
.btn-plain-text-with-arrow.focus, .btn-plain-text-with-arrow:focus {
box-shadow: none;
}
.btn-plain-text-with-arrow.text-white:after {
color: #fff !important;
}
.btn-plain-text-with-arrow-right {
color: #31333e;
font-size: 1rem;
padding: 0;
border: 0;
text-transform: capitalize;
}
.btn-plain-text-with-arrow-right:after {
color: var(--theme-color1);
display: inline-block;
content: "\f35a";
font-family: "Font Awesome 5 Free";
font-size: 16px;
font-variant: normal;
font-weight: 600;
line-height: 1;
margin-left: 10px;
position: relative;
text-shadow: none;
text-transform: none;
transition: all 0.3s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.btn-plain-text-with-arrow-right:after {
transition: none;
}
}
.btn-plain-text-with-arrow-right:focus, .btn-plain-text-with-arrow-right:hover {
color: var(--theme-color3);
}
.btn-plain-text-with-arrow-right:focus:after, .btn-plain-text-with-arrow-right:hover:after {
color: var(--theme-color3);
transform: rotateX(180deg);
-webkit-animation: moveArrow 1s;
-moz-animation: moveArrow 1s;
animation: moveArrow 1s;
}
.btn-plain-text-with-arrow-right.focus, .btn-plain-text-with-arrow-right:focus {
box-shadow: none;
}
.btn-plain-text-with-arrow-right.text-white:after {
color: #fff !important;
}
@keyframes moveArrow {
0%, 55% {
opacity: 1;
-webkit-transform: translateX(0) scale(1);
-moz-transform: translateX(0) scale(1);
transform: translateX(0) scale(1);
}
25% {
opacity: 0;
-webkit-transform: translateX(13px) scale(0.9);
-moz-transform: translateX(13px) scale(0.9);
transform: translateX(13px) scale(0.9);
}
26% {
opacity: 0;
-webkit-transform: translateX(-13px) scale(0.9);
-moz-transform: translateX(-13px) scale(0.9);
transform: translateX(-13px) scale(0.9);
}
}
.btn-hover-bg-white:hover, .btn-hover-bg-white:focus {
color: #333 !important;
}
.btn-hover-bg-white:hover:before, .btn-hover-bg-white:focus:before {
background-color: #fff;
}
.btn-circle-arrow {
border: 0;
padding: 0;
border-radius: 50%;
font-size: 1.2rem;
height: 55px;
line-height: 55px;
text-align: center;
width: 55px;
align-items: center;
display: inline-flex;
justify-content: center;
background-color: #f1f1f1;
position: relative;
transition: all 0.3s ease;
}
.btn-circle-arrow:after {
position: absolute;
content: "\f30b";
left: 50%;
font-size: 25px;
top: 50%;
font-weight: bold;
color: #111;
font-family: "Font Awesome 5 Free";
transform: translate(-50%, -50%);
border-radius: 50%;
text-align: center;
z-index: 9;
color: var(--theme-color2);
}
.btn .btn-icon,
.btn .btn-icon svg {
transition: all 0.3s ease;
} .tm-sc .excerpt {
margin-bottom: 20px;
}
.tm-loadmore-container {
text-align: center;
margin-top: 50px;
} .tm-sc-section-title {
margin-bottom: 60px;
}
.tm-sc-section-title .title-wrapper {
margin-bottom: 0;
position: relative;
}
.tm-sc-section-title .title-wrapper .title {
margin-top: -6px;
margin-bottom: 10px;
line-height: 1.3;
position: relative;
z-index: 0;
font-family: var(--section-title-font-family);
font-weight: var(--section-title-font-weight);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-section-title .title-wrapper .title {
transition: none;
}
}
.tm-sc-section-title .title-wrapper .title .title-shadow-text {
position: absolute;
left: 0;
right: 0;
z-index: -1;
color: #ddd;
font-size: 6rem;
opacity: 0.4;
top: -40px;
}
@media (max-width: 767.98px) {
.tm-sc-section-title .title-wrapper .title .title-shadow-text {
font-size: 4rem;
top: -20px;
}
}
.tm-sc-section-title .title-wrapper .title span {
line-height: 1;
display: inline;
}
.tm-sc-section-title .title-wrapper h2.title {
font-size: var(--section-title-font-size);
}
@media (max-width: 767.98px) {
.tm-sc-section-title .title-wrapper h2.title {
font-size: var(--h2-font-size-mob);
}
}
.tm-sc-section-title .title-wrapper .subtitle {
position: relative;
z-index: 1;
letter-spacing: 0.1em;
color: var(--section-title-subtitle-color);
font-size: var(--section-title-subtitle-font-size);
font-family: var(--section-title-subtitle-font-family);
font-weight: var(--section-title-subtitle-font-weight);
margin-bottom: 10px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-section-title .title-wrapper .subtitle {
transition: none;
}
}
.tm-sc-section-title .title-wrapper :first-child {
margin-top: 0;
}
.tm-sc-section-title .title-wrapper .paragraph {
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-section-title .title-wrapper .paragraph {
transition: none;
}
}
.tm-sc-section-title .title-wrapper .paragraph > * {
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sc-section-title .title-wrapper .paragraph > * {
transition: none;
}
}
.tm-sc-section-title.title-icon-pos-icon-top .title-wrapper .subtitle {
display: block;
}
.tm-sc-section-title.line-bottom-style1-image-icon .title-wrapper:after {
background: url(//zline.ae/wp-content/themes/tranxpress/assets/images/line-bottom-style1-image-icon.png) no-repeat;
bottom: -20px;
border-radius: 10px;
content: "";
height: 20px;
left: 0;
margin-top: 0;
position: absolute;
width: 66px;
}
.tm-sc-section-title.line-bottom-style1-image-icon.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style1-image-icon.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style2-solid-line .title-wrapper:after {
background-color: #aaa;
bottom: -25px;
border-radius: 10px;
content: "";
height: 4px;
left: 0;
margin-top: 0;
position: absolute;
width: 50px;
}
.tm-sc-section-title.line-bottom-style2-solid-line.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style2-solid-line.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
border: 1px solid #aaa;
bottom: -13px;
border-radius: 10px;
content: "";
height: 4px;
left: 0;
margin-top: 0;
position: absolute;
width: 50px;
}
.tm-sc-section-title.line-bottom-style3-bordered-line.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style3-bordered-line.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper {
position: relative;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:before {
content: "";
background: #eee;
position: absolute;
height: 3px;
width: 110px;
left: 0;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
position: absolute;
background: #333;
content: "";
height: 3px;
width: 35px;
left: 0;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:before {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-right .title-wrapper:before {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper {
position: relative;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:before {
content: "";
background: #eee;
position: absolute;
height: 3px;
width: 110px;
left: 0;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:after {
position: absolute;
background: #333;
content: "";
height: 3px;
width: 35px;
left: 20px;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-center .title-wrapper:before {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-right .title-wrapper:before {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-right .title-wrapper:after {
left: auto;
right: 20px;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper {
position: relative;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper:before {
content: "";
background: #ddd;
position: absolute;
height: 2px;
width: 70px;
left: 0;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper:after {
position: absolute;
background: #eee;
content: "";
height: 2px;
width: 35px;
left: 0;
bottom: -18px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines.text-center .title-wrapper:before {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines.text-right .title-wrapper:before {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style6-bold-double-lines.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper {
position: relative;
}
.tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:before {
content: "";
background: #d3c6c6;
position: absolute;
height: 3px;
width: 110px;
left: 0;
bottom: -24px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:after {
position: absolute;
background: #333;
content: "";
height: 7px;
width: 35px;
left: 20px;
bottom: -25px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style7-double-lines.text-center .title-wrapper:before {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style7-double-lines.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style7-double-lines.text-right .title-wrapper:before {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style7-double-lines.text-right .title-wrapper:after {
left: auto;
right: 20px;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper {
position: relative;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:before {
content: "";
background: #eee;
position: absolute;
height: 3px;
width: 110px;
left: 0;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:after {
position: absolute;
background: #999;
content: "";
height: 10px;
width: 10px;
left: 0;
bottom: -16px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle.text-center .title-wrapper:before {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle.text-right .title-wrapper:before {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style8-line-with-circle.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper {
position: relative;
}
.tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:before {
content: "";
background: #eee;
position: absolute;
height: 3px;
width: 110px;
left: 0;
bottom: -13px;
border-radius: 6px;
}
.tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:after {
position: absolute;
background: #999;
content: "";
height: 10px;
width: 10px;
left: 0;
bottom: -16px;
}
.tm-sc-section-title.line-bottom-style9-line-with-square.text-center .title-wrapper:before {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style9-line-with-square.text-center .title-wrapper:after {
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
.tm-sc-section-title.line-bottom-style9-line-with-square.text-right .title-wrapper:before {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style9-line-with-square.text-right .title-wrapper:after {
left: auto;
right: 0;
}
.tm-sc-section-title.line-bottom-style2-solid-line .title-wrapper:after {
background-color: var(--theme-color1);
}
.tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
border-color: var(--theme-color1);
}
.tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
background-color: var(--theme-color1);
}
.tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:after {
background-color: var(--theme-color1);
}
.tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:after {
background-color: var(--theme-color1);
}
.tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:after {
background-color: var(--theme-color1);
}
.tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:after {
background-color: var(--theme-color1);
}
.elementor-widget-tm-ele-section-title.horizontal-line-align-center .tm-sc-section-title .title-wrapper:before, .elementor-widget-tm-ele-section-title.horizontal-line-align-center .tm-sc-section-title .title-wrapper:after {
left: 50%;
transform: translate(-50%, 0);
}
.elementor-widget-tm-ele-section-title.horizontal-line-align-right .tm-sc-section-title .title-wrapper:before, .elementor-widget-tm-ele-section-title.horizontal-line-align-right .tm-sc-section-title .title-wrapper:after {
left: auto;
right: 0;
}
.elementor-widget-tm-ele-section-title.vertical-line-align-top .tm-sc-section-title .title-wrapper:before, .elementor-widget-tm-ele-section-title.vertical-line-align-top .tm-sc-section-title .title-wrapper:after {
bottom: auto;
top: -20px;
}
.tm-sc-section-title .subtitle {
padding-left: 20px;
}
.tm-sc-section-title .subtitle:before, .tm-sc-section-title.center .subtitle:before {
position: absolute;
left: 0;
top: 0;
content: "//";
color: var(--theme-color1);
}
.tm-sc-section-title.center .subtitle:before {
left: auto;
margin-left: -20px;
} .tm-stretched-bg {
position: absolute;
top: 0;
left: 0;
width: auto;
height: 100%;
z-index: 0;
}
.tm-stretched-bg:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
}
.tm-stretched-bg.tm-stretched-bg-both {
margin-left: -700px;
margin-right: -700px;
right: 0;
}
.tm-stretched-bg.tm-stretched-bg-left {
margin-left: -700px;
right: 0;
}
.tm-stretched-bg.tm-stretched-bg-right {
margin-right: -700px;
right: 0;
}
.tm-stretch-bg-theme-color1-left {
background: var(--theme-color1);
}
.tm-stretch-bg-theme-color1-left:before {
content: "";
position: absolute;
top: 0;
width: 5000px;
height: 100%;
left: -5000px;
background: var(--theme-color1);
}
.tm-stretch-bg-theme-color1-right {
background: var(--theme-color1);
}
.tm-stretch-bg-theme-color1-right:after {
content: "";
position: absolute;
top: 0;
width: 5000px;
height: 100%;
right: -5000px;
background: var(--theme-color1);
}
.tm-stretch-bg-theme-color2-left {
background: var(--theme-color2);
}
.tm-stretch-bg-theme-color2-left:before {
content: "";
position: absolute;
top: 0;
width: 5000px;
height: 100%;
left: -5000px;
background: var(--theme-color2);
}
.tm-stretch-bg-theme-color2-right {
background: var(--theme-color2);
}
.tm-stretch-bg-theme-color2-right:after {
content: "";
position: absolute;
top: 0;
width: 5000px;
height: 100%;
right: -5000px;
background: var(--theme-color2);
} .styled-icons li {
display: inline-block;
margin-bottom: 5px;
margin-top: 0;
padding-left: 0 !important;
}
.styled-icons a {
border: 2px solid transparent;
color: #333;
display: inline-block;
font-size: 16px;
height: 36px;
line-height: 2;
margin-right: 4px;
position: relative;
text-align: center;
text-decoration: none;
width: 36px;
transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
.styled-icons a {
transition: none;
}
}
.styled-icons a i {
height: 100%;
line-height: 2;
position: relative;
top: 0;
width: 100%;
}
.styled-icons a:hover {
background-color: #333;
color: #fff;
}
.styled-icons.styled-icons-effect-rollover a {
overflow: hidden;
vertical-align: middle;
}
.styled-icons.styled-icons-effect-rollover a:hover i {
top: -100%;
}
.styled-icons.styled-icons-effect-rotate a:hover i {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.styled-icons.icon-bordered a {
border-color: #555;
}
.styled-icons.icon-bordered a:hover {
background-color: #555;
color: #fff;
}
.styled-icons.icon-gray a {
background-color: #eee;
color: #8a7c7c;
}
.styled-icons.icon-gray a:hover {
background-color: #d5d5d5;
color: black;
}
.styled-icons.icon-gray.icon-bordered a {
background-color: transparent;
border-color: #eee;
color: #eee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
background-color: #eee;
border-color: #eee;
color: #111;
}
.styled-icons.icon-white a {
background-color: #fff;
color: #222;
}
.styled-icons.icon-white a:hover {
background-color: #e6e6e6;
color: black;
}
.styled-icons.icon-white.icon-bordered a {
background-color: transparent;
border-color: #fff;
color: #fff;
}
.styled-icons.icon-white.icon-bordered a:hover {
background-color: #fff;
border-color: #fff;
color: #222;
}
.styled-icons.icon-dark a {
background-color: #333;
color: #fff;
}
.styled-icons.icon-dark a:hover {
background-color: black;
color: #f2f2f2;
}
.styled-icons.icon-dark.icon-bordered a {
background-color: transparent;
border-color: #333;
color: #333;
}
.styled-icons.icon-dark.icon-bordered a:hover {
background-color: #333;
color: #fff;
}
.styled-icons.icon-default a {
height: 32px;
margin-right: 0;
width: 32px;
}
.styled-icons.icon-rounded a {
border-radius: 3px;
}
.styled-icons.icon-circled a {
border-radius: 50%;
}
.styled-icons.icon-xs a {
font-size: 12px;
height: 25px;
width: 25px;
}
.styled-icons.icon-sm a {
font-size: 14px;
height: 30px;
width: 30px;
}
.styled-icons.icon-md a {
font-size: 20px;
height: 45px;
width: 45px;
}
.styled-icons.icon-lg a {
font-size: 23px;
height: 50px;
width: 50px;
}
.styled-icons.icon-xl a {
font-size: 28px;
height: 60px;
width: 60px;
}
.styled-icons.styled-icons-brand a {
color: #fff;
} #sb_instagram {
padding-bottom: 0 !important;
position: relative;
}
#sb_instagram .sbi_follow_btn {
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
#sb_instagram .sbi_follow_btn a {
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
padding: 15px 25px;
margin: 5px auto 0;
background: #333;
border: none;
color: #fff;
text-decoration: none;
font-size: 13px;
line-height: 1.5;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.1s ease-in;
}
#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
box-shadow: none;
}
#sb_instagram #sbi_load {
padding: 0 !important;
}
#sb_instagram .sbi_photo_wrap .sbi_photo {
position: relative;
transition: all 0.5s ease;
}
@media (prefers-reduced-motion: reduce) {
#sb_instagram .sbi_photo_wrap .sbi_photo {
transition: none;
}
}
#sb_instagram .sbi_photo_wrap .sbi_photo:before {
color: var(--text-color-bg-theme-color1);
content: "\f16d";
font-family: "Font Awesome 5 Brands";
font-weight: 600;
font-size: 30px;
position: absolute;
height: 100%;
width: 100%;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
text-align: center;
-webkit-transform: scale(1.2) translateY(30%);
transform: scale(1.2) translateY(30%);
transition: all 0.3s ease-out;
z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
#sb_instagram .sbi_photo_wrap .sbi_photo:before {
transition: none;
}
}
#sb_instagram .sbi_photo_wrap .sbi_photo:after {
content: "";
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
right: 0;
z-index: 1;
opacity: 0;
visibility: hidden;
background-color: rgba(var(--theme-color1-rgb), 0.8);
transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
#sb_instagram .sbi_photo_wrap .sbi_photo:after {
transition: none;
}
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover:before {
-webkit-transform: scale(1) translateY(50%);
transform: scale(1) translateY(50%);
opacity: 1;
visibility: visible;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover:after {
opacity: 1;
visibility: visible;
}
#sb_instagram .sbi_follow_btn a {
color: var(--text-color-bg-theme-color2);
background: rgba(var(--theme-color2-rgb), 0.99) !important;
box-shadow: none !important;
}
#sb_instagram .sbi_follow_btn a:hover {
color: var(--text-color-bg-theme-color1);
background: rgba(var(--theme-color1-rgb), 0.99) !important;
}  body:not(.elementor-editor-active) .main-content .widget:not(.widget_search) .widget-inner {
position: relative;
display: block;
padding: 35px;
background-color: var(--theme-light-background);
border: 1px solid var(--theme-light-background);
border-radius: 7px;
}
@media (max-width: 767.98px) {
body:not(.elementor-editor-active) .main-content .widget:not(.widget_search) .widget-inner {
padding: 30px;
}
}
.widget {
margin-bottom: 35px;
}
.widget:last-child {
margin-bottom: 0;
}
.widget ul, .widget ol {
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li {
list-style: none;
padding-bottom: 0;
padding-top: 0;
margin-bottom: 0;
line-height: var(--line-height-widget-li);
}
.widget > ul li:last-child, .widget ul.menu li:last-child {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
.widget .widget-title, .widget.widget_block h2 {
margin-bottom: 25px;
margin-top: 0;
font-size: 1.3rem;
font-weight: var(--headings-font-weight-h5);
line-height: 1.4;
letter-spacing: inherit;
}
.widget .widget-title.widget-title-line-bottom, .widget.widget_block h2.widget-title-line-bottom {
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
}
.widget .widget-title.widget-title-line-bottom:after, .widget .widget-title.widget-title-line-bottom:before, .widget.widget_block h2.widget-title-line-bottom:after, .widget.widget_block h2.widget-title-line-bottom:before {
background: #bbb;
border-radius: 10px;
bottom: -1px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
}
.widget .widget-title.widget-title-line-bottom:before, .widget.widget_block h2.widget-title-line-bottom:before {
background: #eee;
width: 100%;
}
.widget.widget_block .wp-block-group__inner-container h2 {
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
}
.widget.widget_block .wp-block-group__inner-container h2:after, .widget.widget_block .wp-block-group__inner-container h2:before {
background: var(--sidebar-default-theme-color);
border-radius: 10px;
bottom: -1px;
content: "";
height: 3px;
left: 0;
position: absolute;
width: 50px;
}
.widget.widget_block .wp-block-group__inner-container h2:before {
background: #eee;
width: 100%;
}
.widget.tm-widget-sticky-sidebar-in-parent {
display: none;
}
.widget.widget_recent_entries ul > li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(150, 150, 150, 0.3);
line-height: 1.9;
}
.widget.widget_recent_entries ul > li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.widget.widget_recent_entries ul > li a {
color: #404040;
}
.widget.widget_recent_entries ul > li a:hover {
color: var(--hover-theme-color);
}
.widget.widget_recent_entries ul > li > span {
display: block;
color: #404040;
font-size: 14px;
font-weight: 300;
line-height: 12px;
padding: 4px 0;
}
.widget.widget_archive ul > li, .widget.widget_categories ul > li, .widget.widget_pages ul > li, .widget.widget_meta ul > li, .widget.widget_recent_comments ul > li, .widget.widget_rss ul > li, .widget.widget_nav_menu ul > li {
padding-left: 15px;
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_archive ul > li, .widget.widget_categories ul > li, .widget.widget_pages ul > li, .widget.widget_meta ul > li, .widget.widget_recent_comments ul > li, .widget.widget_rss ul > li, .widget.widget_nav_menu ul > li {
transition: none;
}
}
.widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
content: "\f0da";
left: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
transition: none;
}
}
.widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
color: var(--theme-color1);
}
.widget.widget_archive ul > li a, .widget.widget_categories ul > li a, .widget.widget_pages ul > li a, .widget.widget_meta ul > li a, .widget.widget_recent_comments ul > li a, .widget.widget_rss ul > li a, .widget.widget_nav_menu ul > li a {
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.widget.widget_archive ul > li > a:hover, .widget.widget_categories ul > li > a:hover, .widget.widget_pages ul > li > a:hover, .widget.widget_meta ul > li > a:hover, .widget.widget_recent_comments ul > li > a:hover, .widget.widget_rss ul > li > a:hover, .widget.widget_nav_menu ul > li > a:hover {
color: var(--hover-theme-color);
}
.widget.widget_categories ul > li, .widget.widget_archive ul > li {
padding-left: 24px;
color: #999;
}
.widget.widget_categories ul > li::before, .widget.widget_archive ul > li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
.widget.widget_categories ul > li a, .widget.widget_archive ul > li a {
margin-left: 5px;
}
.widget.widget_recent_comments ul > li {
line-height: 1.9;
margin-bottom: 7px;
padding-bottom: 7px;
}
.widget.widget_recent_comments ul > li .comment-author-link,
.widget.widget_recent_comments ul > li .comment-author-link a {
color: #404040;
font-size: var(--h6-font-size);
font-weight: var(--headings-font-weight-h6);
font-family: var(--heading-font-family);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_recent_comments ul > li .comment-author-link,
.widget.widget_recent_comments ul > li .comment-author-link a {
transition: none;
}
}
.widget.widget_recent_comments ul > li .comment-author-link a:hover {
color: var(--hover-theme-color);
}
.widget.widget_recent_comments ul > li a {
font-style: italic;
}
.widget.widget_recent_comments ul > li .comment-author-link a {
font-style: normal;
}
.widget.widget_nav_menu .sub-menu { }
.widget.widget_nav_menu ul > li::before {
content: "\f0da";
font-size: 14px;
font-weight: 600;
}
.widget.widget_nav_menu ul > li.current-menu-item:before {
color: var(--theme-color2);
}
.widget.widget_tag_cloud .tagcloud > a {
background: #FFF;
border: 1px solid #eee;
border-radius: 2px;
color: #404040;
display: inline-block;
font-size: 13px !important;
margin: 8px 5px 0 0 !important;
padding: 8px 25px !important;
border-radius: 10px;
text-transform: capitalize;
display: inline-block;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_tag_cloud .tagcloud > a {
transition: none;
}
}
.widget.widget_tag_cloud .tagcloud > a:hover {
background: #333;
color: #fff;
}
.widget .wp-block-tag-cloud > a {
background: #FFF;
border: 1px solid #eee;
color: #404040;
display: inline-block;
font-size: 13px !important;
margin: 8px 5px 0 0 !important;
padding: 8px 25px !important;
border-radius: 10px;
text-transform: capitalize;
display: inline-block;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget .wp-block-tag-cloud > a {
transition: none;
}
}
.widget .wp-block-tag-cloud > a:hover {
text-decoration: none !important;
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget select {
border: 1px solid rgba(51, 51, 51, 0.1);
max-width: 100%;
padding: 7px 10px;
width: 100%;
}
.widget.widget_rss ul li {
margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
margin-bottom: 0;
}
.widget.widget_rss ul li .rsswidget {
display: block;
color: var(--headings-color);
font-size: var(--h5-font-size);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h5);
line-height: 1.4;
}
.widget.widget_rss ul li .rss-date {
color: var(--theme-color1);
font-size: 0.9rem;
}
.widget.widget_rss ul li .rssSummary {
color: #777;
line-height: 1.9;
}
.widget.widget_rss ul li cite {
color: #333;
font-size: 0.9rem;
}
.widget.widget_rss ul li:before, .widget.widget_rss ul li:after, .widget.widget_rss ul li a {
line-height: 1.5;
}
.widget.widget_text img {
display: block;
}
.widget.widget_tag_cloud .tagcloud > a:hover, .widget.widget_product_tag_cloud .tagcloud > a:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget .name {
margin-top: 0;
}
.widget .nice-select {
float: none;
}
.widget.widget_archive .nice-select ul > li:before {
content: "";
}
.post-single .entry-content .nice-select {
float: none;
}
.text-center .widget .widget-title.widget-title-line-bottom:after {
left: 0;
right: 0;
margin: 0 auto;
}
.wp-block-categories > li {
padding-left: 15px;
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-categories > li {
transition: none;
}
}
.wp-block-categories > li::before {
content: "\f0da";
left: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-categories > li::before {
transition: none;
}
}
.wp-block-categories > li {
padding-left: 24px;
color: #bbb;
}
.wp-block-categories > li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--theme-color1);
}
.wp-block-categories > li a {
margin-left: 5px;
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-categories > li > a:hover {
color: var(--hover-theme-color);
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
position: relative;
padding-left: 60px;
min-height: 44px;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
content: "\f075";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 16px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--theme-color1, #ffffff);
width: 44px;
height: 44px;
color: var(--text-color-bg-theme-color1, #04000b);
margin-right: 20px;
transition: all 500ms ease;
position: absolute;
top: 0;
left: 0;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
} .widget-brochure-box .brochure-box {
background: #eee;
border-radius: 3px;
display: inline-block;
padding: 0 15px 0 0;
position: relative;
width: 100%;
transition: all 0.2s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.widget-brochure-box .brochure-box {
transition: none;
}
}
.widget-brochure-box .brochure-box:hover {
background: #333;
}
.widget-brochure-box .brochure-box .brochure-icon {
border-right: 1px solid #ddd;
border-radius: 3px 0 0 3px;
color: #888;
display: inline-block;
font-size: 18px;
padding: 15px;
vertical-align: middle;
transition: all 0.2s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.widget-brochure-box .brochure-box .brochure-icon {
transition: none;
}
}
.widget-brochure-box .brochure-box:hover .brochure-icon {
border-right-color: #444;
color: #fff;
}
.widget-brochure-box .brochure-box .text {
color: #333;
display: inline-block;
font-size: 14px;
margin: 0;
padding-left: 15px;
}
.widget-brochure-box .brochure-box:hover .text {
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-classic {
padding: 15px 0;
}
.widget-brochure-box .brochure-box.brochure-box-classic .brochure-icon {
padding: 3px 15px 0;
float: right;
border: 0;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version {
background: #333;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version:hover {
background: #eee;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version .text {
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version:hover .text {
color: #333;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version .brochure-icon {
border-right-color: #444;
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-dark-version:hover .brochure-icon {
border-right-color: #ddd;
color: #888;
}
.sidebar-area .widget-brochure-box {
margin-bottom: 15px;
}
.sidebar-area .widget-brochure-box:last-child {
margin-bottom: 35px;
}
.widget-brochure-box .brochure-box.brochure-box-black {
background: #222;
}
.widget-brochure-box .brochure-box.brochure-box-black .brochure-icon {
border-right: 1px solid #333;
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-black .text {
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-black:hover {
background: #111;
}
.widget-brochure-box .brochure-box.brochure-box-black:hover .brochure-icon {
border-right-color: #222;
} .tm-widget-blog-list .post {
border-bottom: none;
display: flex;
align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.tm-widget-blog-list .post {
align-items: start;
}
}
.tm-widget-blog-list .post:not(:last-child) {
margin-bottom: 13px;
padding-bottom: 13px;
}
.tm-widget-blog-list .post .post-thumb {
float: left;
margin-right: 15px;
margin-top: 1px;
width: 75px;
flex-shrink: 0;
}
.tm-widget-blog-list .post .post-thumb img {
border-radius: 50%;
}
.tm-widget-blog-list .post .post-right {
overflow: hidden;
}
.tm-widget-blog-list .post .post-right .post-title {
margin-top: 0;
margin-bottom: 7px;
}
.tm-widget-blog-list .post .post-right .post-title a {
text-transform: capitalize;
}
.tm-widget-blog-list .post .post-right .entry-date {
display: block;
color: var(--entry-meta-color-light);
font-size: 14px;
line-height: 12px;
padding: 4px 0;
}
.wp-block-calendar table,
.wp-block-calendar th,
.wp-block-calendar td, .widget_calendar table,
.widget_calendar th,
.widget_calendar td {
border: 1px solid rgba(51, 51, 51, 0.1);
}
.wp-block-calendar .wp-calendar-table, .widget_calendar .wp-calendar-table {
margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-table thead, .widget_calendar .wp-calendar-table thead {
background-color: var(--theme-color1);
}
.wp-block-calendar .wp-calendar-table thead th, .widget_calendar .wp-calendar-table thead th {
background-color: transparent;
color: var(--text-color-bg-theme-color1);
text-align: center;
padding-top: 15px;
padding-bottom: 10px;
}
.wp-block-calendar .wp-calendar-table tbody, .widget_calendar .wp-calendar-table tbody {
background-color: #fff;
}
.wp-block-calendar .wp-calendar-table tbody td, .widget_calendar .wp-calendar-table tbody td {
text-align: center;
padding-top: 10px;
padding-bottom: 8px;
}
.wp-block-calendar .wp-calendar-table caption, .widget_calendar .wp-calendar-table caption {
text-align: center;
color: var(--theme-color1);
padding-bottom: 0;
padding-top: 20px;
caption-side: bottom;
}
.wp-block-calendar a, .widget_calendar a {
text-decoration: none;
}
.wp-block-calendar .calendar_wrap nav, .widget_calendar .calendar_wrap nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.wp-block-calendar .calendar_wrap nav a, .widget_calendar .calendar_wrap nav a {
color: var(--theme-color2);
transition: all 500ms ease;
}
.wp-block-calendar .calendar_wrap nav a:hover, .widget_calendar .calendar_wrap nav a:hover {
color: var(--hover-theme-color);
}
.wp-block-calendar {
margin-bottom: 28px;
}
.widget .wp-block-calendar {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-calendar {
margin-bottom: 35px;
} .tm-widget-contact-info .thumb {
margin-bottom: 15px;
}
.tm-widget-contact-info .description {
margin-bottom: 15px;
}
.tm-widget-contact-info ul {
list-style: none;
}
.tm-widget-contact-info ul li {
margin-bottom: 20px;
padding: 0;
line-height: 1.5rem;
}
.tm-widget-contact-info ul li .icon {
color: var(--headings-color);
margin-right: 30px;
transition: color 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-widget-contact-info ul li .icon {
transition: none;
}
}
.tm-widget-contact-info ul li .text {
color: var(--text-color);
font-weight: 400;
font-size: var(--body-font-size);
}
.tm-widget-contact-info ul li .text a {
color: var(--text-color);
}
.tm-widget-contact-info ul li .text p {
margin-bottom: 0;
}
.tm-widget-contact-info ul li:last-child {
margin-bottom: 0;
}
.tm-widget-contact-info ul li a {
font-weight: var(--body-font-weight);
}
.tm-widget-contact-info ul li a:hover {
text-decoration: underline;
}
.tm-widget-contact-info.contact-info-style1 li .icon {
float: left;
width: 16px;
font-size: 22px;
text-align: center;
}
.tm-widget-contact-info.contact-info-style1 li .text {
overflow: hidden;
}
.tm-widget-contact-info.contact-info-style2 li .icon {
display: none;
}
.tm-widget-contact-info.contact-info-style2 li .text {
overflow: hidden;
}
.tm-widget-contact-info.contact-info-style3 li .icon {
float: left;
margin-right: 10px;
font-weight: var(--body-font-bold);
}
.tm-widget-contact-info.contact-info-style3 li .icon i {
width: 16px;
font-size: 18px;
text-align: center;
margin-right: 8px;
vertical-align: middle;
}
.tm-widget-contact-info.contact-info-style3 li .text {
overflow: hidden;
}
.tm-widget-contact-info.contact-info-style4 li .icon {
margin-right: 0;
font-weight: var(--body-font-bold);
}
.tm-widget-contact-info.contact-info-style5 li .icon {
margin-right: 0;
font-weight: var(--body-font-bold);
}
.tm-widget-contact-info.contact-info-style5 li .icon i {
width: 16px;
font-size: 18px;
text-align: center;
margin-right: 8px;
vertical-align: middle;
} .widget-empty-space {
margin-bottom: 0 !important;
}  .widget-featured-page .page .page-content a {
margin-bottom: 2px solid #bbb;
} #flickr-feed img {
background: #000 none repeat scroll 0 0;
float: left;
height: 100%;
padding: 0;
width: 100%;
} .widget-gallery-images .isotope-layout .isotope-item {
margin-bottom: 0;
}
.widget-gallery-images .isotope-layout.grid-3 .isotope-item {
width: 33.2% !important;
}   .widget-horizontal-row hr {
margin-top: 0;
margin-bottom: 20px;
}   .instagram-feed-carousel figure,
.instagram-feed-grid figure {
position: relative;
margin-bottom: 0;
}
.instagram-feed-carousel figure .link-out,
.instagram-feed-grid figure .link-out {
position: absolute;
right: 10px;
bottom: 10px;
background: rgba(0, 0, 0, 0.45);
color: #f8f8f8;
line-height: 1;
padding: 10px;
font-weight: 300;
opacity: 0;
}
.instagram-feed-carousel figure .link-out:hover,
.instagram-feed-grid figure .link-out:hover {
background: rgba(0, 0, 0, 0.7);
color: #f8f8f8;
}
.instagram-feed-carousel figure:hover .link-out,
.instagram-feed-grid figure:hover .link-out {
opacity: 1;
} .instagram-feed-grid .item {
width: 100px;
display: inline-block;
margin-bottom: 2px;
margin-right: 2px;
} .widget .instagram-feed-grid .item {
margin-bottom: 0;
margin-right: 0;
padding: 5px;
width: 33.33333333%;
}
.widget .instagram-feed-grid .item img {
border-radius: 10px;
}
.widget .instagram-feed-grid.feed-grid-3 .item {
width: 33.33333333%;
}
.widget .instagram-feed-grid.feed-grid-4 .item {
width: 25%;
}  body.error404 .search-box .search-form,
.sidebar-area .widget_search .search-form,
.footer-widget-area .widget_search .search-form,
body.search .new-search-form .search-form {
position: relative;
margin: 0px;
}
body.error404 .search-box .search-form input[type=text],
.sidebar-area .widget_search .search-form input[type=text],
.footer-widget-area .widget_search .search-form input[type=text],
body.search .new-search-form .search-form input[type=text] {
position: relative;
line-height: 40px;
padding: 19px 80px 19px 35px;
background: var(--theme-light-background);
border: 1px solid var(--theme-light-background);
border-radius: 7px;
color: #333;
display: block;
letter-spacing: 0px;
width: 100%;
height: 80px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
body.error404 .search-box .search-form input[type=search],
.sidebar-area .widget_search .search-form input[type=search],
.footer-widget-area .widget_search .search-form input[type=search],
body.search .new-search-form .search-form input[type=search] {
position: relative;
line-height: 40px;
padding: 15px 80px 15px 25px;
background: var(--theme-light-background);
border: 1px solid var(--theme-light-background);
border-radius: 7px;
color: #333;
display: block;
font-weight: 300;
letter-spacing: 0px;
width: 100%;
height: 67px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
body.error404 .search-box .search-form input:focus,
.sidebar-area .widget_search .search-form input:focus,
.footer-widget-area .widget_search .search-form input:focus,
body.search .new-search-form .search-form input:focus {
border-color: transparent;
box-shadow: 0 0 0 2px var(--theme-color1);
}
body.error404 .search-box .search-form button,
.sidebar-area .widget_search .search-form button,
.footer-widget-area .widget_search .search-form button,
body.search .new-search-form .search-form button {
position: absolute;
right: 0;
top: 0px;
border: none;
border-radius: 0 7px 7px 0;
outline: none;
padding: 0;
height: 67px;
width: 60px;
line-height: 67px;
display: block;
font-size: 1.1rem;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
font-weight: normal;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
body.error404 .search-box .search-form button,
.sidebar-area .widget_search .search-form button,
.footer-widget-area .widget_search .search-form button,
body.search .new-search-form .search-form button {
transition: none;
}
}
body.error404 .search-box .search-form button:hover,
.sidebar-area .widget_search .search-form button:hover,
.footer-widget-area .widget_search .search-form button:hover,
body.search .new-search-form .search-form button:hover {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
body.search .new-search-form {
margin-bottom: 60px;
}
body.search .new-search-form .search-title {
margin-top: 0;
}
body.search .new-search-form .search-form input[type=search] {
margin-top: 20px;
border-radius: 0;
border: 1px solid #e5e1e1;
border-radius: 10px;
}
body.search .new-search-form .search-form button {
border-radius: 0 10px 10px 0;
}
body.search-results .main-content-area .entry-title {
margin-top: 0;
}
.wp-block-search {
position: relative;
margin: 0px;
margin-bottom: 20px;
}
.wp-block-search .wp-block-search__label {
display: none;
}
.wp-block-search .wp-block-search__input {
position: relative;
line-height: 40px;
padding: 15px 80px 15px 25px;
background: var(--theme-light-background);
border: 1px solid #e5e1e1;
border-radius: 10px;
color: #333;
display: block;
letter-spacing: 0px;
width: 100%;
height: 67px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
.wp-block-search input:focus {
border-color: transparent;
box-shadow: 0 0 0 2px var(--theme-color1);
}
.wp-block-search .wp-block-search__button {
position: absolute;
right: 0px;
top: 0px;
border: none;
border-radius: 0 10px 10px 0;
outline: none;
padding: 0;
height: 67px;
width: 60px;
line-height: 67px;
display: block;
font-size: 0;
color: transparent;
background-color: var(--theme-color1);
font-weight: normal;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-search .wp-block-search__button {
transition: none;
}
}
.wp-block-search .wp-block-search__button:before {
content: "\f002";
left: 50%;
top: 50%;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 1.1rem;
color: var(--text-color-bg-theme-color1);
transform: translate(-50%, -50%);
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-search .wp-block-search__button:before {
transition: none;
}
}
.wp-block-search .wp-block-search__button:hover {
background-color: var(--theme-color2);
}
.wp-block-search .wp-block-search__button:hover:before {
color: var(--text-color-bg-theme-color2);
} .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li {
margin: 0;
padding: 0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li::before {
content: "";
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
color: #012446;
background: #f5f5f5;
font-weight: 700;
text-decoration: none !important;
border-left: 5px solid transparent;
border-bottom: 1px solid #fff;
display: block;
padding: 16px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
transition: none;
}
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a:hover {
border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.current-menu-item a {
border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
padding: 0;
transition: all 100ms ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
transition: none;
}
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li::before {
left: auto;
right: 18px;
top: 15px;
font-size: 18px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a {
background: #eef0f3;
border-left: 1px solid #eef0f3;
border-bottom: 1px solid #fff;
color: #333;
font-weight: 700;
display: block;
padding: 16px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
background: #fff;
border-left: 5px solid #eee;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.current-menu-item a {
background: #fff;
border-left: 5px solid #eee;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li:first-child a {
border-top: 1px solid #f5f5f5;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li a:hover {
border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.current-menu-item > a {
border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.current-menu-item > a {
border-left-color: var(--theme-color1);
}  .widget-testimonials .author-text {
font-size: 18px;
} .twitter-feed li {
font-size: 13px;
margin-bottom: 8px;
padding-bottom: 8px;
margin-top: 0px;
position: relative;
list-style: none;
}
.twitter-feed li.item {
position: relative;
}
.widget .twitter-feed li {
padding-left: 30px;
}
.widget .twitter-feed li::before {
left: 0;
position: absolute;
top: 0;
} .mc4wp-form .form-control {
background-color: #333;
border-color: #444;
border-radius: 0;
box-shadow: none;
color: #888;
height: 50px;
font-size: 13px;
}
.mc4wp-form .input-group-btn .btn {
padding: 10px 16px 10px;
background-color: #555;
border-color: #555;
color: #eee;
border-radius: 0;
}
.mc4wp-form .input-group-btn .btn:hover {
background-color: #444;
}  .wpml-ls-legacy-dropdown {
background-color: transparent;
border-color: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language > a {
background-color: transparent;
border-color: rgba(170, 170, 170, 0.32);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
color: #333 !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu a {
color: #333 !important;
}
.tm-onappear-slide-animation {
display: inline-block;
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
-webkit-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
}
.tm-onappear-slide-animation:nth-of-type(2) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.tm-onappear-slide-animation:nth-of-type(3) {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.tm-onappear-slide-animation:nth-of-type(4) {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.tm-onappear-slide-animation:nth-of-type(5) {
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.tm-onappear-slide-animation:nth-of-type(6) {
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.tm-onappear-slide-animation:nth-of-type(7) {
-webkit-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.tm-onappear-slide-animation:nth-of-type(8) {
-webkit-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.tm-onappear-slide-animation.tm-item-appeared {
opacity: 1;
visibility: visible;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.tm_cursor_mouse_helper {
font-size: 16px;
text-indent: 0;
--mouse-helper-width: 11px;
--mouse-helper-height: 11px;
--mouse-helper-left: 15px;
--mouse-helper-top: 15px;
border: none;
mix-blend-mode: exclusion;
background-color: #ffffff;
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-webkit-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
-ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image {
background-size: cover;
background-position: center center;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image:before {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
content: " ";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_top:not(.tm_cursor_mouse_helper_centered) {
top: var(--mouse-helper-top) !important;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_left:not(.tm_cursor_mouse_helper_centered) {
left: var(--mouse-helper-left) !important;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_permanent {
opacity: 1;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
-webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image {
-webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
--mouse-helper-width: 288px;
--mouse-helper-height: 288px;
padding: 0;
-webkit-box-sizing: "border-box";
-ms-box-sizing: "border-box";
box-sizing: "border-box";
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image {
--mouse-helper-width: 288px;
--mouse-helper-height: 288px;
padding: 0;
-webkit-box-sizing: "border-box";
-ms-box-sizing: "border-box";
box-sizing: "border-box";
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout {
--mouse-helper-width: 66px;
--mouse-helper-height: 66px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click {
--mouse-helper-width: 56px;
--mouse-helper-height: 56px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .custom-helper span:after {
transform: translateX(5px);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click .custom-helper span:before {
transform: translateX(-5px);
}
.tm-mouse-follow-floating-info-holder {
position: fixed;
top: 50%;
left: 50%;
z-index: 9999;
pointer-events: none;
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
transition: -webkit-clip-path 0.4s ease;
transition: clip-path 0.4s ease;
transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-info-holder .mouse-follow-floating-info-inner {
position: relative;
display: inline-block;
vertical-align: middle;
background-color: #000;
padding: 16px 24px 18px;
}
.tm-mouse-follow-floating-info-holder .floating-title {
display: block;
position: relative;
color: #fff;
white-space: nowrap;
margin-top: 0;
margin-bottom: 0;
z-index: 8;
opacity: 0;
transform: translateX(20px);
will-change: transform;
}
.tm-mouse-follow-floating-info-holder .floating-subtitle {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
color: #000;
display: inline-block;
white-space: nowrap;
z-index: 9;
opacity: 0;
transform: translateX(20px);
will-change: transform;
}
.tm-mouse-follow-floating-info-holder .floating-subtitle ul {
list-style: none;
margin: 0;
}
.tm-mouse-follow-floating-info-holder a {
color: #fff;
}
.tm-mouse-follow-floating-info-holder.floating-info-right {
text-align: right;
transform: translateX(-100%);
}
.tm-mouse-follow-floating-info-holder.floating-info-active {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
transition: -webkit-clip-path 0.4s ease;
transition: clip-path 0.4s ease;
transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-info-holder.floating-info-active .floating-title {
opacity: 1;
transform: translateX(0);
transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
}
.tm-mouse-follow-floating-info-holder.floating-info-active .floating-subtitle {
opacity: 1;
transform: translateX(0);
transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
transition: transform 0.4s ease 0.15s, opacity 0.2s ease-out 0.15s;
}
@media only screen and (max-width: 1024px) {
.tm-mouse-follow-floating-info-holder {
display: none;
}
} .alignnone {
clear: both;
margin: 5px 1.5em 1.5em 0;
}
p .alignnone:last-child {
margin-bottom: 0;
}
.aligncenter,
div.aligncenter {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.alignright {
float: right;
margin: 5px 0 1.5em 1.5em;
clear: right;
}
.alignleft {
float: left;
margin: 5px 1.5em 1.5em 0;
clear: left;
}
a img.alignright {
float: right;
margin: 5px 0 1.5em 1.5em;
}
a img.alignnone {
margin: 5px 1.5em 1.5em 0;
}
a img.alignleft {
float: left;
margin: 5px 1.5em 1.5em 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 1.5em 1.5em 0;
}
.wp-caption.alignleft {
margin: 5px 1.5em 1.5em 0;
}
.wp-caption.alignright {
margin: 5px 0 1.5em 1.5em;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
.wp-caption p, .wp-caption .wp-caption-text {
margin: 10px;
padding: 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: var(--body-font-bold);
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.bypostauthor {
opacity: 1;
}
.alignfull, .alignwide {
width: 100%;
position: relative;
background-color: #ffffff;
}
figcaption, .wp-caption-text {
color: var(--text-color);
display: block;
font-size: 1rem;
line-height: 1.5;
padding: 0 0 5px;
}
.wp-block-latest-comments__comment-date {
font-weight: normal;
color: #999;
}
.wp-block-media-text {
margin-top: 1.5em;
}
.wp-block-group,
.wp-block-media-text {
margin-bottom: 1.5em;
}
.main-content-area .entry-content .post-excerpt > *.alignwide,
.main-content-area .entry-summary .post-excerpt > *.alignwide {
margin-left: auto;
margin-right: auto;
clear: both;
}
@media only screen and (min-width: 768px) {
.main-content-area .entry-content .post-excerpt > *.alignwide,
.main-content-area .entry-summary .post-excerpt > *.alignwide {
width: 100%;
max-width: 100%;
}
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
border-left: none;
border-right: 2px solid var(--theme-color2);
padding-left: 0;
padding-right: 1em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
text-align: left;
}
:root .has-very-dark-gray-color {
color: #222;
}
.main-content-area .entry-content .wp-block-separator {
background-color: #767676;
border: 0;
height: 2px;
margin-bottom: 2rem;
margin-top: 2rem;
max-width: 2.25em;
text-align: left;
}
.main-content-area .entry-content .wp-block-separator.is-style-wide {
max-width: 100%;
}
.main-content-area .entry-content .wp-block-separator.is-style-dots {
max-width: 100%;
background-color: inherit;
border: inherit;
height: inherit;
text-align: center;
}
.tm-responsive-video {
position: relative;
padding-bottom: 56.25%;
margin-bottom: 30px;
padding-top: 0;
height: 0;
overflow: hidden;
}
.tm-responsive-video iframe, .tm-responsive-video object, .tm-responsive-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video {
width: 100%;
position: relative;
padding: 0;
padding-top: 56.25%;
}
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video > iframe, .wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video > object, .wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper .tm-responsive-video > embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-embed-wordpress-tv {
border: 0;
padding: 0;
}
.wp-block-embed-wordpress-tv .tm-responsive-video {
margin-bottom: 20px;
}
.wp-block-embed-wordpress-tv figcaption {
margin-bottom: 0;
}
.wp-block-embed-twitter {
border: 0;
padding: 0;
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
color: #fff !important;
}
.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
color: #fff !important;
}
.wp-caption {
padding-bottom: 0;
}
.wp-block-button {
float: none;
margin: 1.5em 0;
}
.wp-block-button .wp-block-button__link {
position: relative;
display: inline-block;
vertical-align: middle;
width: auto;
margin: 0;
font-size: var(--btn-font-size);
line-height: 1.2;
font-weight: 600;
text-decoration: none;
border-radius: 0;
outline: 0;
-webkit-transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
-o-transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
padding: 15px 36px;
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border: 1px solid transparent;
border-radius: 28px;
cursor: pointer;
}
.wp-block-button.is-style-outline .wp-block-button__link {
color: #000;
border: 2px solid var(--theme-color1);
border-width: 2px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.wp-block-button.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}
.wp-block-button.alignright {
text-align: right;
margin-top: 0;
margin-left: 2rem;
}
.wp-block-button.alignleft {
text-align: left;
margin-top: 0;
margin-right: 2rem;
}
.wp-block-button a:hover {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.wp-block-cover, .wp-block-cover-image {
position: relative;
background-size: cover;
background-position: 50%;
min-height: 430px;
width: 100%;
margin-bottom: 20px;
display: flex;
justify-content: center;
align-items: center;
padding: 1em;
box-sizing: border-box;
}
.main-content-area article p, .main-content-area article p.wp-block-cover-text {
margin-bottom: 0;
}
.wp-block-columns.alignfull, .wp-block-columns.alignwide {
padding: 30px;
}
.wp-block-gallery {
margin-bottom: 30px;
}
.wp-block-gallery figcaption, .wp-block-gallery .wp-caption-text {
margin-top: 0;
margin-bottom: 20px;
}
.widget .wp-block-gallery {
margin-bottom: 0;
}
.wp-block-categories-dropdown, .wp-block-archives-dropdown {
margin-bottom: 30px;
}
.wp-block-archives-list {
margin-bottom: 30px;
padding-left: 0 !important;
}
.wp-block-group.has-background {
padding: 20px 30px;
}
.wp-block-media-text.alignfull, .wp-block-media-text.alignwide {
padding: 0;
}
figure {
margin: 1em 0;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
border: 1px solid #e6e6e6;
}
.wp-block-columns .wp-block-column p:last-of-type,
.wp-block-group .wp-block-group__inner-container p:last-of-type {
margin-bottom: 0;
}
.wp-block-image {
margin: 0.5em 0 1em;
}
.post-excerpt .wp-block-archives {
margin-bottom: 30px;
}
.post-excerpt .wp-block-archives li {
margin-bottom: 10px;
} .wp-block-group .wp-block-group__inner-container > * {
margin-bottom: 35px;
}
.wp-block-group .wp-block-group__inner-container > :last-child {
margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container p.wp-block-tag-cloud {
margin-bottom: 0;
}
.widget_block > ul:not([class]) {
margin-left: 15px;
list-style: circle;
}
.widget_block > ul:not([class]) li {
list-style: circle;
}
.widget_block .wp-block-group, .widget_block .wp-block-media-text {
margin-bottom: 0;
}
.widget_block .wp-block-group .wp-block-group__inner-container > *:first-child {
margin-top: 0;
}
.widget_block .widget-inner > ul:not([class]) {
margin-left: 15px;
list-style: circle;
}
.widget_block .widget-inner > ul:not([class]) li {
list-style: circle;
}
.widget_block.widget_text .widget-inner p:last-of-type {
margin-bottom: 0;
}
.widget_block .wp-block-pullquote {
margin: 0;
padding: 3em 0 2rem;
}
.widget_block .wp-block-pullquote blockquote {
padding: 0;
position: relative;
}
.widget_block .wp-block-pullquote blockquote:before, .widget_block .wp-block-pullquote blockquote:after {
content: "";
background: url(//zline.ae/wp-content/themes/tranxpress/assets/images/blog/quote.png) no-repeat;
opacity: 0.1;
position: absolute;
margin: 0 auto;
width: 100px;
height: 100px;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.widget_block .wp-block-pullquote blockquote:before, .widget_block .wp-block-pullquote blockquote:after {
transition: none;
}
}
.widget_block .wp-block-pullquote blockquote:before {
top: -80px;
left: 0;
transform: rotate(180deg);
}
.widget_block .wp-block-pullquote blockquote:after {
bottom: -40px;
right: 0;
}
.widget_block .wp-block-pullquote blockquote p {
font-size: var(--h4-font-size);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
}
.widget_block .wp-block-pullquote blockquote cite {
font-size: 1rem;
font-family: var(--body-font-family);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
color: #DDDDDD;
color: var(--headings-color);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite {
color: var(--theme-color1);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite a {
color: var(--news-widget-archive-icon-color);
}
.wp-block-rss {
padding-left: 0 !important;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
display: inline-block;
font-size: var(--body-font-size);
}
.wp-block-latest-posts.wp-block-latest-posts__list {
padding-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(150, 150, 150, 0.2);
line-height: 1.9;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:after {
display: block;
clear: both;
content: "";
}
.wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author, .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
line-height: 1.9;
color: #999;
font-size: 14px;
font-weight: var(--body-font-weight);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
position: relative;
padding-left: 60px;
color: #717178;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
content: "\f302";
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 15px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
background-color: #1e1e22;
width: 40px;
height: 40px;
color: #ffffff;
transition: all 500ms ease;
position: absolute;
top: 3px;
left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:hover::before {
background-color: var(--news-widget-archive-icon-color);
color: var(--text-color-bg-theme-color2);
}
.wp-block-latest-posts__list.is-grid li::before {
top: auto;
font-size: 13px;
width: 35px;
height: 35px;
}
.wp-block-latest-posts__list.is-grid.has-dates li {
padding-left: 0;
}
.wp-block-latest-posts__list.is-grid.has-dates li::before {
position: relative;
top: auto;
left: 0;
margin-bottom: 10px;
}
.wp-block-latest-posts {
margin-bottom: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
width: 70px;
margin-bottom: 0;
}
.wp-block-latest-posts a {
color: #404040;
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
}
.wp-block-latest-posts a:hover {
color: var(--hover-theme-color);
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
font-size: 1rem;
}
.wp-block-tag-cloud .tag-cloud-link {
color: #404040;
font-weight: normal;
font-size: 1rem;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-tag-cloud .tag-cloud-link {
transition: none;
}
}
.wp-block-tag-cloud .tag-cloud-link:hover {
color: var(--hover-theme-color);
}
.widget_rss ul li {
margin-bottom: 25px;
}
.wp-block-page-list li {
padding-left: 15px;
position: relative;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-page-list li {
transition: none;
}
}
.wp-block-page-list li::before {
content: "\f0da";
left: 0;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #ccc;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.wp-block-page-list li::before {
transition: none;
}
}
.wp-block-page-list li::before {
color: var(--news-widget-archive-icon-color);
}
.wp-block-page-list li a {
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-page-list li > a:hover {
color: var(--hover-theme-color);
text-shadow: 0 0 1px var(--theme-color1);
}
.wp-block-latest-comments {
padding-left: 0 !important;
margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
margin-bottom: 20px;
line-height: 1.9;
display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
color: #404040;
font-size: var(--body-font-size);
font-weight: var(--body-font-weight);
font-family: var(--body-font-family);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
color: var(--hover-theme-color);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
font-size: 0.9rem;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
margin-left: 1em;
}
.wp-calendar-nav {
display: flex;
justify-content: space-between;
align-items: center;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
color: var(--news-widget-archive-icon-color);
text-decoration: none;
transition: all 500ms ease;
}
.wp-calendar-nav .wp-calendar-nav-prev a:hover {
color: var(--hover-theme-color);
}
.wp-block-verse {
background: none;
padding: 0;
}
.wp-block-table {
margin-bottom: 0;
}
.wp-block-table table {
width: 100%;
margin: 0;
}
.wp-block-table table td,
.wp-block-table table th {
padding: 10px 20px;
border: 1px solid #e6e6e6;
}
.wp-block-archives {
margin: 0;
padding: 0;
list-style: none;
}
.wp-block-archives > li {
color: #bbb;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-archives > li::before {
content: "\f07b";
font-family: "Font Awesome 5 Free";
font-weight: 400;
color: var(--news-widget-archive-icon-color);
margin-right: 5px;
}
.wp-block-archives > li a {
margin-left: 5px;
color: #404040;
font-weight: normal;
font-size: var(--body-font-size);
}
.wp-block-archives > li > a:hover {
color: var(--hover-theme-color);
text-shadow: 0 0 1px var(--theme-color1);
}
.wp-block-preformatted, .wp-block-code {
padding: 0;
}
.wp-block-preformatted:not(.has-background), .wp-block-code:not(.has-background) {
background-color: transparent;
} footer#footer .widget_block h2 {
color: #fff;
}
footer#footer .widget_block .wp-block-preformatted:not(.has-text-color), footer#footer .widget_block .wp-block-code:not(.has-text-color) {
color: #DDDDDD;
}
footer#footer .widget_block .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover::before {
background-color: var(--theme-color3, #6222cc);
color: var(--text-color-bg-theme-color3, #ffffff);
}
footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
color: #DDDDDD;
}
footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
color: #DDDDDD;
}
footer#footer .widget_block .wp-block-page-list li::before {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-page-list li a {
color: #DDDDDD;
}
footer#footer .widget_block .wp-block-page-list li a:hover {
color: #fff;
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-author, footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list .wp-block-latest-posts__post-excerpt {
color: #DDDDDD;
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
color: #717178;
}
footer#footer .widget_block .wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
background-color: var(--footer-default-theme-color);
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget_block .wp-block-latest-posts a {
color: #DDDDDD;
}
footer#footer .widget_block .wp-block-latest-posts a:hover {
color: #fff;
}
footer#footer .widget_block .wp-block-table table td,
footer#footer .widget_block .wp-block-table table th {
border-color: rgba(221, 221, 221, 0.4);
}
footer#footer .widget_block .wp-block-verse {
color: #DDDDDD;
}
footer#footer .wp-block-calendar .wp-calendar-table caption, footer#footer .widget_calendar .wp-calendar-table caption {
color: var(--footer-default-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table thead, footer#footer .widget_calendar .wp-calendar-table thead {
background-color: var(--footer-default-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table thead th, footer#footer .widget_calendar .wp-calendar-table thead th {
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table tbody, footer#footer .widget_calendar .wp-calendar-table tbody {
background-color: #fff;
}
footer#footer .wp-block-calendar .wp-calendar-table tbody td, footer#footer .widget_calendar .wp-calendar-table tbody td {
color: #555;
}
footer#footer .wp-block-calendar .wp-calendar-nav a, footer#footer .widget_calendar .wp-calendar-nav a {
color: #DDDDDD;
}
footer#footer .wp-block-calendar .wp-calendar-nav a:hover, footer#footer .widget_calendar .wp-calendar-nav a:hover {
color: var(--footer-default-hover-theme-color);
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
-webkit-box-shadow: none;
box-shadow: none;
background: none;
display: inline-block;
max-width: 100%;
}
.gallery-item a img {
display: block;
-webkit-transition: -webkit-filter 0.2s ease-in;
transition: -webkit-filter 0.2s ease-in;
transition: filter 0.2s ease-in;
transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
-webkit-filter: opacity(60%);
filter: opacity(60%);
}
.gallery-caption {
display: block;
text-align: center;
padding: 0 10px 0 0;
margin-bottom: 0;
}  footer#footer {
background-color: #181818;
color: #DDDDDD;
}
footer#footer b, footer#footer strong {
color: #DDDDDD;
}
footer#footer .footer-widget-area .footer-widget-area-column-separator {
border-left: 1px solid rgba(255, 255, 255, 0.1);
padding: 0 30px;
}
footer#footer .footer-widget-area .footer-widget-area-column-separator:first-child {
border: none !important;
}
footer#footer .footer-widget-area .widget {
margin-bottom: 45px;
}
footer#footer .footer-widget-area .widget .widget-title {
color: #fff;
margin-bottom: 35px;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:after, footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
background: #666;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
background: rgba(240, 240, 240, 0.1);
}
footer#footer .footer-widget-area .elementor-element .elementor-widget-container .widget:last-child {
margin-bottom: 0;
}
footer#footer .footer-widget-area .tm-widget-contact-info ul li .text {
color: #DDDDDD;
}
footer#footer .footer-widget-area .tm-widget-contact-info ul li .text a {
color: #DDDDDD;
}
footer#footer .footer-widget-area .tm-widget-contact-info ul li .text a:hover {
color: #fff;
} footer#footer.fixed-footer {
bottom: 0;
left: 0;
position: fixed;
right: 0;
z-index: 1;
}
@media (max-width: 1199.98px) {
footer#footer.fixed-footer {
position: relative;
}
}
body.has-fixed-footer .main-content {
background-color: #fff;
position: relative;
z-index: 2;
}
body.has-fixed-footer #header {
background-color: #fff;
position: relative;
z-index: 2;
}
body.has-fixed-footer.tm-boxed-layout .fixed-footer {
overflow: hidden;
margin: 0 auto;
max-width: 1170px;
} footer#footer.footer-inverted {
background-color: #f9f9f9;
border-top: 1px solid #eee;
color: #666;
}
footer#footer.footer-inverted a {
color: #222;
}
footer#footer.footer-inverted a:focus, footer#footer.footer-inverted a:hover, footer#footer.footer-inverted a:active {
color: black;
}
footer#footer.footer-inverted .footer-widget-area .footer-widget-area-column-separator {
border-left-color: rgba(65, 65, 65, 0.1);
}
footer#footer.footer-inverted .footer-widget-area .widget .widget-title.widget-title-line-bottom:before {
background: rgba(65, 65, 65, 0.1);
}
footer#footer.footer-inverted .footer-widget-area .widget .widget-title,
footer#footer.footer-inverted .footer-widget-area .widget .post .post-title a {
color: #222;
}
footer#footer.footer-inverted .footer-bottom {
background-color: #eee;
color: #666;
}
footer#footer.footer-inverted .styled-icons.icon-dark:not(.icon-bordered) a {
color: #fff;
} .widget_nav_menu.split-nav-menu ul li {
margin-bottom: 4px !important;
width: 50%;
float: left;
padding-right: 3px;
} footer#footer .footer-widget-area .widget .widget-title {
margin-bottom: 20px;
}
footer#footer .footer-widget-area .widget .widget-title.widget-title-line-bottom {
padding-bottom: 20px;
}
footer#footer .widget.widget_archive ul li::before, footer#footer .widget.widget_categories ul li::before, footer#footer .widget.widget_pages ul li::before, footer#footer .widget.widget_meta ul li::before, footer#footer .widget.widget_recent_comments ul li::before, footer#footer .widget.widget_rss ul li::before, footer#footer .widget.widget_links ul li::before, footer#footer .widget.widget_recent_entries ul li::before, footer#footer .widget.widget_nav_menu ul li::before {
color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_archive ul li a, footer#footer .widget.widget_categories ul li a, footer#footer .widget.widget_pages ul li a, footer#footer .widget.widget_meta ul li a, footer#footer .widget.widget_recent_comments ul li a, footer#footer .widget.widget_rss ul li a, footer#footer .widget.widget_links ul li a, footer#footer .widget.widget_recent_entries ul li a, footer#footer .widget.widget_nav_menu ul li a {
color: #DDDDDD;
}
footer#footer .widget.widget_archive ul li a:focus, footer#footer .widget.widget_archive ul li a:hover, footer#footer .widget.widget_archive ul li a:active, footer#footer .widget.widget_categories ul li a:focus, footer#footer .widget.widget_categories ul li a:hover, footer#footer .widget.widget_categories ul li a:active, footer#footer .widget.widget_pages ul li a:focus, footer#footer .widget.widget_pages ul li a:hover, footer#footer .widget.widget_pages ul li a:active, footer#footer .widget.widget_meta ul li a:focus, footer#footer .widget.widget_meta ul li a:hover, footer#footer .widget.widget_meta ul li a:active, footer#footer .widget.widget_recent_comments ul li a:focus, footer#footer .widget.widget_recent_comments ul li a:hover, footer#footer .widget.widget_recent_comments ul li a:active, footer#footer .widget.widget_rss ul li a:focus, footer#footer .widget.widget_rss ul li a:hover, footer#footer .widget.widget_rss ul li a:active, footer#footer .widget.widget_links ul li a:focus, footer#footer .widget.widget_links ul li a:hover, footer#footer .widget.widget_links ul li a:active, footer#footer .widget.widget_recent_entries ul li a:focus, footer#footer .widget.widget_recent_entries ul li a:hover, footer#footer .widget.widget_recent_entries ul li a:active, footer#footer .widget.widget_nav_menu ul li a:focus, footer#footer .widget.widget_nav_menu ul li a:hover, footer#footer .widget.widget_nav_menu ul li a:active {
color: #fff;
}
footer#footer .widget.widget_rss ul li .rsswidget {
color: #ccc;
}
footer#footer .widget.widget_rss ul li .rss-date {
color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_rss ul li .rssSummary {
color: #DDDDDD;
}
footer#footer .widget.widget_rss ul li cite {
color: #aaa;
}
footer#footer .widget.widget_recent_comments ul > li {
color: #aaa;
}
footer#footer .widget.widget_recent_comments ul > li a {
color: #DDDDDD;
font-style: italic;
}
footer#footer .widget.widget_recent_comments ul > li a:hover {
color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_recent_comments ul > li .comment-author-link,
footer#footer .widget.widget_recent_comments ul > li .comment-author-link a {
color: #ccc;
font-style: normal;
}
footer#footer .widget.widget_recent_comments ul > li .comment-author-link:hover,
footer#footer .widget.widget_recent_comments ul > li .comment-author-link a:hover {
color: var(--footer-default-hover-theme-color);
}
footer#footer .widget.widget_tag_cloud .tagcloud > a {
border-color: var(--footer-default-theme-color);
background-color: rgba(0, 0, 0, 0.25);
color: #ccc;
}
footer#footer .widget.widget_tag_cloud .tagcloud > a:hover {
background: var(--footer-default-theme-color);
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget .wp-block-tag-cloud > a {
border-color: var(--footer-default-theme-color);
background-color: rgba(0, 0, 0, 0.25);
color: #ccc;
}
footer#footer .widget .wp-block-tag-cloud > a:hover {
background: var(--footer-default-theme-color);
color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .post-title a {
color: #ddd;
}
footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .post-title a:hover {
color: var(--footer-default-hover-theme-color);
}
footer#footer .widget.widget-blog-list .tm-widget-blog-list .post .post-right .entry-date {
color: #aaa;
}
footer#footer .wp-block-archives li::before,
footer#footer .wp-block-categories li::before {
color: var(--footer-default-theme-color);
}
footer#footer .wp-block-archives li a,
footer#footer .wp-block-categories li a {
color: #DDDDDD;
}
footer#footer .wp-block-archives li a:focus, footer#footer .wp-block-archives li a:hover, footer#footer .wp-block-archives li a:active,
footer#footer .wp-block-categories li a:focus,
footer#footer .wp-block-categories li a:hover,
footer#footer .wp-block-categories li a:active {
color: #fff;
}
footer#footer.footer-black .widget.widget_archive ul > li, footer#footer.footer-black .widget.widget_categories ul > li, footer#footer.footer-black .widget.widget_links ul > li, footer#footer.footer-black .widget.widget_meta ul > li, footer#footer.footer-black .widget.widget_nav_menu ul > li, footer#footer.footer-black .widget.widget_pages ul > li, footer#footer.footer-black .widget.widget_recent_comments ul > li, footer#footer.footer-black .widget.widget_recent_entries ul > li {
border-top-color: rgba(51, 51, 51, 0.4);
}
footer#footer.footer-black .widget.widget_rss ul li .rss-date {
color: #aaaaaa;
}
footer#footer.footer-black .widget.widget_rss ul li cite {
color: #f7f7f7;
}
footer#footer.footer-inverted .widget.widget_archive ul > li, footer#footer.footer-inverted .widget.widget_categories ul > li, footer#footer.footer-inverted .widget.widget_links ul > li, footer#footer.footer-inverted .widget.widget_meta ul > li, footer#footer.footer-inverted .widget.widget_nav_menu ul > li, footer#footer.footer-inverted .widget.widget_pages ul > li, footer#footer.footer-inverted .widget.widget_recent_comments ul > li, footer#footer.footer-inverted .widget.widget_recent_entries ul > li {
border-top-color: rgba(55, 55, 55, 0.1);
}
footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:after, footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:before {
background: var(--footer-default-theme-color);
}
footer#footer .footer-widget-area .widget.widget_block .wp-block-group__inner-container h2:before {
background: rgba(240, 240, 240, 0.1);
} .get-quote__progress {
position: relative;
display: block;
width: 100%;
margin-top: 23px;
margin-bottom: 50px;
}
.get-quote__progress-single {
position: relative;
display: block;
}
.get-quote__progress-title {
font-size: 16px;
line-height: 26px;
margin-bottom: 14px;
}
.get-quote__progress .bar {
position: relative;
width: 100%;
height: 11px;
background-color: white;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
border-radius: 5px;
border: 1px solid #dfe3e7;
}
.get-quote__progress .bar-inner {
position: relative;
display: block;
width: 0px;
height: 11px;
border-radius: 5px;
background-image: -moz-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
background-image: -webkit-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
background-image: -ms-linear-gradient(0deg, #015fc9 0%, #0ce0ff 100%);
-webkit-transition: all 1500ms ease;
-ms-transition: all 1500ms ease;
-o-transition: all 1500ms ease;
-moz-transition: all 1500ms ease;
transition: all 1500ms ease;
}
.get-quote__progress .count-text {
position: absolute;
right: -30px;
bottom: -8px;
opacity: 0;
border-style: solid;
border-width: 2px;
border-color: white;
border-radius: 50%;
background-color: #16243d;
width: 34px;
height: 34px;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
transition: all 500ms ease;
}
.get-quote__progress .bar-inner.counted .count-text {
opacity: 1;
}
.get-quote__balance-box {
position: absolute;
top: 0;
right: 0;
color: var(--headings-color);
}
.get-quote__balance {
font-size: 16px;
}
.get-quote__btn {
border: none;
} .get-quote__progress-range .irs-single,
.get-quote__progress-range .irs-from,
.get-quote__progress-range .irs-to {
display: none;
}
.get-quote__progress-range .irs--flat {
height: 29px;
}
.get-quote__progress-range .irs--flat .irs-handle,
.get-quote__progress-range .irs--flat .irs-line,
.get-quote__progress-range .irs--flat .irs-bar {
top: 0;
}
.get-quote__progress-range .irs--flat .irs-line {
height: 12px;
border-radius: 6px;
border-style: solid;
border-width: 1px;
border-color: #dfe3e7;
background-color: #ffffff;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.get-quote__progress-range .irs--flat .irs-bar {
height: 12px;
border-radius: 6px;
background-image: linear-gradient(90deg, var(--theme-color2) 0%, var(--theme-color1) 100%);
}
.get-quote__progress-range .irs--flat .irs-handle {
height: 29px;
width: 29px;
background-color: var(--theme-color2);
border: 2px solid #ffffff;
border-radius: 50%;
top: -9px;
}
.get-quote__progress-range .irs--flat .irs-handle i {
display: none;
} .funfact-title {
padding: 53px 50px;
margin-right: 60px;
position: relative;
padding-right: 0;
background-color: var(--theme-color1);
}
@media (max-width: 767.98px) {
.funfact-title {
padding: 20px;
margin-right: 0;
text-align: center;
}
}
.funfact-title .title {
color: #fff;
font-size: 26px;
line-height: 1.25;
margin-top: 0;
margin-bottom: 0;
}
@media (min-width: 768px) {
.funfact-title:before {
content: "";
position: absolute;
border-style: solid;
border-width: 215px 60px 0 0;
top: 0;
right: -60px;
border-color: var(--theme-color1) transparent transparent transparent;
}
}
.funfact-current-theme-style1 .icon {
line-height: 36px;
margin-bottom: 20px;
display: inline-block;
position: relative;
}
.funfact-current-theme-style1 .icon:after {
content: "";
width: 75px;
height: 75px;
background: linear-gradient(145deg, #efc94c, #338f7a);
left: -40px;
top: -20px;
position: absolute;
border-radius: 50%;
z-index: -1;
opacity: 0.3;
transition: all 0.5s;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
.funfact-current-theme-style1 .icon:after {
transition: none;
}
}
.funfact-current-theme-style1:hover .icon:after {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.funfact-current-theme-style2 {
text-align: center;
} .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner img {
-webkit-transform: scale(0.94);
-moz-transform: scale(0.94);
-ms-transform: scale(0.94);
transform: scale(0.94);
border-radius: 50%;
}
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder {
border-color: rgba(var(--theme-color2), 0.8);
}
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
background-color: var(--theme-color2);
}
.tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .tag {
background-color: var(--theme-color1);
}
.tm-sc-working-steps.working-steps-theme-color1 .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
border-color: var(--theme-color1);
}
.tm-sc-working-steps.working-steps-theme-color2 .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
border-color: var(--theme-color2);
}
.tm-sc-working-steps.working-steps-theme-color3 .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
border-color: var(--theme-color3);
}
.tm-sc-working-steps.working-steps-theme-color4 .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
border-color: var(--theme-color4);
}
.tm-gallery-item-currenty-style1 {
border: none;
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner {
position: relative;
overflow: hidden;
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner .thumb img {
transition: all 0.6s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-gallery-item-currenty-style1 .tm-gallery-inner .thumb img {
transition: none;
}
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner .btn-more {
background-color: #fff;
border: none;
border-radius: 35px 35px 0 0;
bottom: 0;
color: #fff;
display: inline-block;
font-size: 20px;
height: 54px;
line-height: 1;
padding-top: 18px;
position: absolute;
right: 0;
left: 0;
text-align: center;
width: 68px;
margin: 0 auto;
opacity: 0;
z-index: 2;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.tm-gallery-item-currenty-style1 .tm-gallery-inner .btn-more {
transition: none;
}
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner .btn-more i {
color: #333;
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner .btn-more:hover {
background: var(--theme-color2);
border-bottom: 10px solid var(--theme-color1);
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner .btn-more:hover i {
color: var(--text-color-bg-theme-color2);
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
z-index: 1;
opacity: 0;
transition: all 0.4s ease-in-out 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-gallery-item-currenty-style1 .tm-gallery-inner:after {
transition: none;
}
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner:hover .thumb img {
transform: scale(1.1) rotate(3deg);
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner:hover .btn-more {
opacity: 1;
}
.tm-gallery-item-currenty-style1 .tm-gallery-inner:hover:after {
opacity: 1;
} .tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle {
padding-left: 70px;
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle:after {
background-color: #aaa;
background-image: linear-gradient(90deg, var(--theme-color1), var(--theme-color1-lighter));
top: 50%;
border-radius: 10px;
content: "";
height: 2px;
left: 0;
transform: translateY(-50%);
margin-top: 0;
position: absolute;
width: 60px;
}
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle {
padding-right: 70px;
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle:after {
background-color: #aaa;
background-image: linear-gradient(90deg, var(--theme-color1), var(--theme-color1-lighter));
top: 50%;
border-radius: 10px;
content: "";
height: 2px;
right: 0;
transform: translateY(-50%);
margin-top: 0;
position: absolute;
width: 55px;
}
.tm-sc-section-title.line-both-side-current-theme .title-wrapper .subtitle {
padding-left: 70px;
padding-right: 70px;
position: relative;
display: inline-block;
}
.tm-sc-section-title.line-both-side-current-theme .title-wrapper .subtitle:after {
background-color: #aaa;
background-image: linear-gradient(90deg, var(--theme-color1), var(--theme-color1-lighter));
top: 50%;
border-radius: 10px;
content: "";
height: 2px;
left: 0;
transform: translateY(-50%);
margin-top: 0;
position: absolute;
width: 60px;
}
.tm-sc-section-title.line-both-side-current-theme .title-wrapper .subtitle:before {
background-color: #aaa;
background-image: linear-gradient(90deg, var(--theme-color1-lighter), var(--theme-color1));
top: 50%;
border-radius: 10px;
content: "";
height: 2px;
right: 0;
transform: translateY(-50%);
margin-top: 0;
position: absolute;
width: 60px;
} .bubble-hover {
position: relative;
overflow: hidden;
}
.bubble-hover:after {
content: "";
width: 191px;
height: 191px;
border-radius: 50%;
background-color: #bac4c9;
opacity: 0.1;
position: absolute;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
transition-delay: 0.3s;
bottom: 0;
left: 0;
-webkit-transform: translate(-90%, 90%);
transform: translate(-60%, 60%);
}
.bubble-hover:before {
content: "";
width: 191px;
height: 191px;
border-radius: 50%;
background-color: #bac4c9;
opacity: 0.1;
position: absolute;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
transition-delay: 0.2s;
bottom: 0;
left: 0;
-webkit-transform: translate(-90%, 90%);
transform: translate(-55%, 55%);
}
.bubble-hover:hover:before {
bottom: 0;
left: 0;
-webkit-transform: translate(0%, 0%);
transform: translate(-20%, 20%);
}
.bubble-hover:hover:after {
bottom: 0;
left: 0;
-webkit-transform: translate(-30%, 30%);
transform: translate(-30%, 30%);
}
.outer-box {
position: relative;
}
.outer-box:before {
position: absolute;
right: -30px;
top: 0;
border-top: 30px solid transparent;
border-left: 30px solid #6fa23e;
content: "";
}
@media (max-width: 767.98px) {
.outer-box:before {
display: none;
}
}
.outer-box:after {
position: absolute;
left: -30px;
top: 0;
border-top: 30px solid transparent;
border-right: 30px solid #6fa23e;
content: "";
}
@media (max-width: 767.98px) {
.outer-box:after {
display: none;
}
} .rev-slider-cf7 .form-header {
padding: 25px 0 33px;
background: #081340;
}
.rev-slider-cf7 .form-header .title {
color: #fff;
margin: 0;
}
.rev-slider-cf7 .form-wrapper {
background: #fff;
padding: 30px;
}
.rev-slider-cf7 .form-wrapper input[type=text],
.rev-slider-cf7 .form-wrapper input[type=email],
.rev-slider-cf7 .form-wrapper input[type=number],
.rev-slider-cf7 .form-wrapper input[type=textarea] {
margin-bottom: 20px;
}
.rev-slider-cf7 .wpcf7-checkbox .wpcf7-list-item-label {
font-size: 1rem;
color: #aaa;
} footer#footer .footer-widget-area .widget.widget-contact-info {
margin-bottom: 0;
} .appointment-style-current-theme {
background-color: #f0f3f5;
padding: 54px 60px 50px;
position: relative;
}
.appointment-style-current-theme .form-control {
background: #fff;
border-radius: 0;
}
.appointment-style-current-theme input[type=text],
.appointment-style-current-theme input[type=email] {
height: 64px;
}
@media (max-width: 1199.98px) {
.appointment-style-current-theme {
padding: 54px 40px 50px;
}
}
@media (max-width: 479px) {
.appointment-style-current-theme {
padding: 44px 20px 40px;
}
}
.appointment-style-current-theme:before {
content: "";
position: absolute;
height: 21px;
left: 50%;
width: 480px;
transform: translate(-50%, 0);
bottom: -21px;
}
@media (max-width: 1199.98px) {
.appointment-style-current-theme:before {
display: none;
}
}
.appointment-style-current-theme .sub-title {
color: #616870;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 0;
letter-spacing: 2px;
text-align: center;
}
.appointment-style-current-theme .title {
font-size: 40px;
text-align: center;
margin-bottom: 35px;
}
@media (max-width: 479px) {
.appointment-style-current-theme .title {
font-size: 30px;
}
}
.appointment-style-current-theme .contact-form .mb-3 {
margin-bottom: 10px;
}
.appointment-style-current-theme .contact-form .mb-3 .form-control {
border: none;
font-size: 14px;
font-weight: 400;
height: 66px;
line-height: 66px;
padding: 0 30px;
}
.appointment-style-current-theme .contact-form .mb-3 .form-control::placeholder {
color: #616870;
opacity: 1;
}
.appointment-style-current-theme .contact-form .mb-3 .form-control:-ms-input-placeholder {
color: #616870;
}
.appointment-style-current-theme .contact-form .mb-3 .form-control::-ms-input-placeholder {
color: #616870;
}
.appointment-style-current-theme .contact-form .mb-3 textarea.form-control {
height: 192px;
resize: none;
}
.appointment-style-current-theme .contact-form .mb-3 .cp-btn-send {
font-weight: 600;
font-size: 16px;
letter-spacing: -0.2px;
padding: 18px 46px;
}
.contact-form-current-style1 {
background: #fff;
padding: 60px;
box-shadow: 0 0 18px 8px rgba(76, 76, 76, 0.1);
border-radius: 10px;
} .line-shape-bottom {
position: relative;
}
.line-shape-bottom:after {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/current-theme/title-shape-line.png);
background-repeat: no-repeat;
bottom: -15px;
content: "";
height: 10px;
position: absolute;
left: 0;
width: 151px;
}
.line-shape-bottom-center {
position: relative;
}
.line-shape-bottom-center:after {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/current-theme/title-shape-line.png);
background-repeat: no-repeat;
bottom: -15px;
content: "";
height: 10px;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
width: 151px;
}
.why-chose-us {
position: relative;
}
.why-chose-us:before {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/current-theme/divider-bg3.jpg);
bottom: 115px;
content: "";
left: 0;
position: absolute;
top: 0;
width: 40%;
}
@media (max-width: 1024px) {
.why-chose-us:before {
opacity: 0;
}
}
.qodef-qi-interactive-banner,
.qodef-qi-interactive-banner .qodef-m-image,
.qodef-qi-interactive-banner .qodef-m-image img {
width: 100%;
}
@media (min-width: 1024px) {
.style-two.pull-left {
z-index: 0;
transform: translateX(-80px) !important;
margin-right: -30px;
}
.style-two.pull-left:hover {
transform: translateX(-20px) !important;
}
}
@media (max-width: 767px) {
.tm-sc-pricing-table.pricing-table-featured {
padding: 15px;
}
.tm-sc-pricing-table.pricing-table-featured:before {
left: 15px !important;
}
}
@media (max-width: 575.98px) {
.tm-sc-pricing-table.pricing-table-featured {
padding: 0;
}
.tm-sc-pricing-table.pricing-table-featured:before {
left: 0px !important;
}
}
.call-anytime-box {
background: #fff;
bottom: 80px;
padding: 25px;
display: flex;
align-items: center;
left: 60px;
}
@media (max-width: 991.98px) {
.call-anytime-box {
bottom: 100px;
}
}
.call-anytime-box .icon-box {
float: left;
position: relative;
z-index: 0;
transition: all 0.5s ease;
margin-right: 20px;
}
.call-anytime-box .icon-box i {
color: var(--text-color-bg-theme-color1);
padding: 15px;
background: var(--theme-color1);
}
.call-anytime-box .number {
overflow: hidden;
line-height: 1.3;
}
.call-anytime-box:after {
position: absolute;
content: "";
left: 0;
width: 0;
height: 0;
bottom: -28px;
border-style: solid;
border-width: 28px 42px 0 0;
border-color: #ffffff transparent transparent transparent;
}
.call-anytime-box.dark {
background: #2C2E33;
}
.call-anytime-box.dark:after {
border-color: #2C2E33 transparent transparent transparent;
}
.experience::before {
position: absolute;
right: -20px;
bottom: 0;
border-left: 20px solid var(--theme-color1);
border-top: 20px solid transparent;
content: "";
}
.experience2::before {
position: absolute;
bottom: -68px;
left: 85px;
border-right: 45px solid var(--theme-color1);
border-top: 100px solid transparent;
content: "";
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}    @media (min-width: 992px) and (max-width: 1199.98px) {
h1 {
font-size: 3.3rem;
}
}
@media (min-width: 768px) and (max-width: 991.98px) {
h1 {
font-size: 3.1rem;
}
}
@media (max-width: 575.98px) {
h1 {
font-size: 3rem;
}
}.woocommerce {  }
.woocommerce .product .price ins {
text-decoration: none;
}
.woocommerce .product .price del {
color: #aaa;
font-size: 14px;
margin-right: 5px;
font-weight: 400;
}
.woocommerce .products { }
.woocommerce .products .product-title {
margin: 3px 0 8px;
}
.woocommerce .products .product-categories {
color: #858791;
font-size: 14px;
}
.woocommerce .products .product-categories a {
margin-right: 2px;
font-weight: normal;
text-transform: uppercase;
color: #858791;
font-size: 14px;
}
.woocommerce .products .product-categories a:hover {
color: var(--hover-theme-color);
}
.woocommerce .products .thumb.image-swap .attachment-woocommerce_thumbnail, .woocommerce .products .thumb.image-swap .wp-post-image {
position: relative;
z-index: 2;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .products .thumb.image-swap .attachment-woocommerce_thumbnail, .woocommerce .products .thumb.image-swap .wp-post-image {
transition: none;
}
}
.woocommerce .products .thumb.image-swap .product-hover-image {
left: 0;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
opacity: 0;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .products .thumb.image-swap .product-hover-image {
transition: none;
}
}
.woocommerce .products .thumb.image-gallery .attachment-woocommerce_thumbnail, .woocommerce .products .thumb.image-gallery .wp-post-image {
display: none;
}
.woocommerce .products .product:hover .thumb.image-swap .attachment-woocommerce_thumbnail, .woocommerce .products .product:hover .thumb.image-swap .wp-post-image {
opacity: 0;
}
.woocommerce .products .product:hover .thumb.image-swap .product-hover-image {
opacity: 1;
}
.woocommerce .products a.button,
.woocommerce .products button.button,
.woocommerce .products input.button,
.woocommerce .products #respond input#submit {
position: relative;
}
.woocommerce .products a.button.loading,
.woocommerce .products button.button.loading,
.woocommerce .products input.button.loading,
.woocommerce .products #respond input#submit.loading {
opacity: 0.85;
padding-right: 2.618em;
}
.woocommerce .products a.button.loading::after,
.woocommerce .products button.button.loading::after,
.woocommerce .products input.button.loading::after,
.woocommerce .products #respond input#submit.loading::after {
content: "\f110";
font-family: "Font Awesome 5 Free";
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 600;
position: absolute;
right: 1em;
-webkit-animation: spin 2s linear infinite;
-moz-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.woocommerce .products a.button.added::after,
.woocommerce .products button.button.added::after,
.woocommerce .products input.button.added::after,
.woocommerce .products #respond input#submit.added::after {
content: "\f00c";
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-left: 0.53em;
vertical-align: bottom;
}
.woocommerce .products a.added_to_cart2 {
color: #333;
padding-top: 0.5em;
white-space: nowrap;
display: none;
}
.woocommerce .woocommerce-result-count {
display: block;
float: left;
height: 36px;
line-height: 36px;
margin-right: 6px;
padding: 0;
font-weight: normal;
}
@media (max-width: 575.98px) {
.woocommerce .woocommerce-result-count {
float: none;
}
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-perpage select,
.woocommerce .variations_form select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
font-size: 14px;
border: 2px solid #444;
background-color: #fff;
height: 36px;
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/dropdown-icon.png);
background-position: 100% 50%;
background-repeat: no-repeat;
background-size: 26px auto;
cursor: pointer;
padding: 0 30px 0 15px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-perpage {
float: right;
margin-right: 0;
margin-left: 15px;
}
@media (max-width: 575.98px) {
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-perpage {
float: none;
margin-left: 0;
margin-bottom: 10px;
clear: both;
display: block;
}
}
.woocommerce .woocommerce-perpage select, .woocommerce .woocommerce-perpage .nice-select {
margin-left: 10px;
}
@media (max-width: 575.98px) {
.woocommerce .woocommerce-perpage select, .woocommerce .woocommerce-perpage .nice-select {
margin-bottom: 10px;
margin-left: 0;
}
}
.woocommerce .tm-wc-archive-before-loop {
margin-bottom: 30px;
}
@media (max-width: 575.98px) {
.woocommerce .tm-wc-archive-before-loop {
margin-bottom: 60px;
}
}
.woocommerce .woocommerce-pagination {
margin-top: 30px;
margin-bottom: 0;
}
#yith-quick-view-modal #yith-quick-view-content {
padding: 15px;
}  .woocommerce .carousel-layout.owl-carousel .owl-item .thumb img {
width: 100% !important;
}
.woocommerce .yith-buttons li .blockUI.blockOverlay,
.woocommerce .yith-buttons li .loader {
background: #fff !important;
opacity: 1 !important;
}
.woocommerce .yith-buttons li .blockUI.blockOverlay:before,
.woocommerce .yith-buttons li .loader:before {
content: "";
text-align: center;
display: inline-block;
position: relative;
margin: 0 8px 0 0;
border: 0;
color: #000;
font-size: 0;
padding: 0;
line-height: 38px;
height: 38px;
width: 38px;
vertical-align: top;
margin: 0;
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/shopping-cart-loading.svg) no-repeat scroll center 10px;
background-size: 20px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
transition: all 500ms ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .yith-buttons li .blockUI.blockOverlay:before,
.woocommerce .yith-buttons li .loader:before {
transition: none;
}
}
.woocommerce .yith-buttons li .wishlist-fragment .blockUI.blockOverlay::before,
.woocommerce .yith-buttons li .yith-wcwl-popup-form .blockUI.blockOverlay::before {
display: block;
}
.woocommerce .yith-buttons li:hover .blockUI.blockOverlay:before,
.woocommerce .yith-buttons li:hover .loader:before {
background-color: var(--theme-color1);
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/shopping-cart-loading-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default {
background-color: #fff;
transition: all 300ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner {
position: relative;
text-align: center;
background: #fff;
transition: all 300ms ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper {
position: relative;
overflow: hidden;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb {
background-color: #f1f3ee;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb a img,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb a img {
border-radius: 10px 10px 0 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .thumb:before {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
content: "";
opacity: 0.45;
left: -100%;
pointer-events: none;
z-index: 2;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .onsale {
font-size: 12px;
padding: 30px 35px 5px 35px;
background: var(--theme-color1);
color: #fff;
border-radius: 0;
transform: rotate(-45deg);
margin-left: -40px;
margin-top: -18px;
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder {
position: absolute;
top: 10px;
right: 10px;
display: inherit;
align-items: center;
justify-content: center;
opacity: 0;
z-index: 9;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
transition: all 500ms ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > * {
margin: 4px;
transform: translateY(20px);
opacity: 0;
transition: all 500ms ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > * {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(2),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(2) {
transition-delay: 100ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(3),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(3) {
transition-delay: 200ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(4),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *:nth-child(4) {
transition-delay: 300ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > * {
z-index: 7;
padding: 0;
font-size: 0;
width: 40px;
height: 40px;
display: block;
position: relative;
border-radius: 50%;
border: 0;
background-color: #fff;
transition: all 500ms ease 0s;
box-shadow: 0px 0px 40px rgba(5, 5, 5, 0.1);
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > * {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:before {
font-family: "linearicons-free";
font-size: 14px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #2F3529;
transition: color 500ms ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:before {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active {
background-color: #2F3529;
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:before {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:after, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:after, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active:after {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover a:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus a:before, .woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:hover a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:focus a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .product-meta > *:active a:before {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosc-btn:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosc-btn:before {
content: "\e05e";
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosq-btn:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosq-btn:before {
content: "\e03a";
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosw-btn:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder button.woosw-btn:before {
content: "\e043";
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding:before {
opacity: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding::after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-adding::after {
font-family: "linearicons-free";
content: "\e05a" !important;
animation: spin 0.75s linear infinite;
height: 20px;
width: 20px;
line-height: 20px;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -10px;
margin-top: -10px;
display: block;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added {
color: red;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:before {
margin-right: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .woosw-btn.woosw-added:hover {
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:before {
font-family: "linearicons-free";
content: "\e003";
font-size: 16px;
color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.loading:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.loading:before {
font-family: "linearicons-free";
content: "\e05a" !important;
animation: spin 0.75s linear infinite;
line-height: 20px;
font-size: 20px;
margin-left: -10px;
margin-top: -10px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.added,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart.added {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .added_to_cart:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .added_to_cart:before {
font-family: "linearicons-free";
content: "\e039" !important;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details {
padding: 26px;
background-color: #ffffff;
position: relative;
border-radius: 0;
bottom: 0;
z-index: 1;
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-categories,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-categories {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-title,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .product-title {
word-break: break-word;
margin-top: 0;
margin-bottom: 5px;
font-family: var(--font-current-theme1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .price,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .price {
font-size: 18px;
line-height: 28px;
color: var(--theme-color1);
font-weight: 600;
font-family: var(--font-current-theme1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .yith-wcqv-button,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .yith-wcqv-button {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating {
position: inherit;
font-size: 12px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating::before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating::before {
font-weight: 500;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating span::before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-details .star-rating span::before {
font-weight: 600;
color: var(--theme-color3);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart {
padding: 12px 40px;
line-height: 20px;
position: relative;
font-size: 12px;
border-radius: 50px;
letter-spacing: 0.05em;
transform: scale(0.7);
display: inline-block;
opacity: 0;
visibility: hidden;
transform-origin: center bottom;
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
transition: all 300ms ease;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:before {
height: 100%;
bottom: 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:after,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .thumb:after {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1;
visibility: visible;
-webkit-transition-delay: 200ms;
transition-delay: 200ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .woo-cart-holder a.added_to_cart {
opacity: 1;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder {
transform: translateY(-50%);
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > *,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder > * {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-details,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-details {
bottom: 44px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-default:hover .tm-woo-product-item-inner .product-add-to-cart.woo-cart-holder a.added_to_cart {
transform: scale(1);
visibility: visible;
opacity: 1;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-default {
box-shadow: none;
border: 0px solid #eee;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic {
text-align: center;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper {
position: relative;
overflow: hidden;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
border: 1px solid rgba(111, 111, 111, 0.18);
background-color: #fff;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder {
position: absolute;
margin: 0;
clear: both;
display: inline-block;
vertical-align: top;
width: 100%;
left: 0;
right: 0;
bottom: 0;
text-align: center;
z-index: 2;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li {
margin: 2px;
box-shadow: 0px 0px 10px rgba(5, 5, 5, 0.1);
opacity: 0;
-khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
display: inline-block;
-webkit-transform: translateY(70px);
-ms-transform: translateY(70px);
transform: translateY(70px);
transition: all 500ms ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li {
transition: none;
}
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li:nth-child(2),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li:nth-child(2) {
transition-delay: 100ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li:nth-child(3),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li:nth-child(3) {
transition-delay: 200ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li:nth-child(4),
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li:nth-child(4) {
transition-delay: 300ms;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button {
display: inline-block;
position: relative;
margin: 0 8px 0 0;
border: 0;
color: #000;
font-size: 0;
padding: 0;
line-height: 38px;
height: 38px;
width: 38px;
vertical-align: top;
margin: 0;
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/quick-view.svg) no-repeat scroll center 10px;
background-size: 20px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/quick-view-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button {
display: inline-block;
position: relative;
margin: 0;
border: 0;
color: #000;
font-size: 0;
padding: 0;
line-height: 38px;
height: 38px;
width: 38px;
vertical-align: top;
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/compare.svg) no-repeat scroll center 9px;
background-size: 20px;
padding: 0;
width: 38px;
height: 38px;
vertical-align: top;
font-size: 0px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/compare-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist {
margin-top: 0;
margin-right: 0;
position: relative;
height: 38px;
width: 38px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a {
line-height: 38px;
height: 38px;
width: 38px;
display: inline-block;
font-size: 0;
position: relative;
margin: 0;
vertical-align: top;
border-radius: 0px;
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/wish-list.svg) no-repeat scroll center 12px;
background-size: 17px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/wish-list-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
display: none;
font-size: 0;
margin: 0;
padding: 0;
text-indent: -9999px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/back.svg) no-repeat scroll center 12px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
content: "";
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/back.svg) no-repeat scroll center 12px;
background-size: 16px;
display: inline-block;
left: 0;
line-height: 38px;
padding: 0;
position: relative;
text-align: center;
top: 0;
width: 38px;
height: 38px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/back-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/back-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .ajax-loading,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist .ajax-loading {
left: 0;
margin: 0 auto !important;
position: absolute;
right: 0px;
top: 14px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart {
display: inline-block;
position: relative;
margin: 0 8px 0 0;
border: 0;
color: #000;
font-size: 0;
padding: 0;
line-height: 38px;
height: 38px;
width: 38px;
vertical-align: top;
margin: 0;
background: #fff url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/shopping-cart.svg) no-repeat scroll center 10px;
background-size: 20px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
background-image: url(//zline.ae/wp-content/themes/tranxpress/assets/images/shop/shopping-cart-white.svg);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details {
border-top: 1px solid rgba(240, 240, 240, 0.5);
padding: 15px 0 0;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details .product-title,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details .product-title {
margin-bottom: 15px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details .price,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details .price {
font-size: 18px;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details .yith-wcqv-button,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic .tm-woo-product-item-inner .product-details .yith-wcqv-button {
display: none;
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .button.yith-wcqv-button:hover {
background-color: var(--theme-color1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .compare-button .compare.button:hover {
background-color: var(--theme-color1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-add-to-wishlist a:hover {
background-color: var(--theme-color1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistaddedbrowse.show a:hover:before,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-wcwl-wishlistexistsbrowse.show a:hover:before {
background-color: var(--theme-color1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .tm-btn-add-to-cart:hover {
background-color: var(--theme-color1);
}
.woocommerce .carousel-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li,
.woocommerce .isotope-layout.products .tm-woo-product-item.shop-catalog-layout-classic:hover .tm-woo-product-item-inner .product-header-wrapper .product-button-holder .yith-buttons li {
opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
} body.single-product .main-content-area {
padding-bottom: 90px;
}
.woocommerce.single-product .product-details {
position: relative;
}
.woocommerce.single-product .product-details .single-image-wrapper {
position: relative;
}
.woocommerce.single-product .product-details .single-image-wrapper .onsale {
right: auto;
}
.woocommerce div.product .product_title {
margin-top: 0;
margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations th {
border: none;
padding-right: 15px;
padding-left: 0;
}
.woocommerce div.product form.cart .variations td {
border: none;
padding-bottom: 0;
vertical-align: middle;
padding-right: 1rem;
}
.woocommerce div.product form.cart .variations td.variations-label {
font-size: 0.9rem;
font-weight: 600;
padding-left: 0;
width: 21%;
}
.woocommerce div.product form.cart .variations label {
font-size: 0.9rem;
font-weight: 600;
text-transform: capitalize;
}
.woocommerce div.product form.cart .variations .reset_variations {
font-size: 0.8rem;
margin-left: 10px;
text-decoration: none;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
margin: 25px 0;
}
.woocommerce div.product form.cart .quantity {
float: left;
margin-right: 20px;
}
@media (max-width: 575.98px) {
.woocommerce div.product form.cart .quantity {
margin-bottom: 20px;
}
}
.woocommerce div.product .product_meta {
margin-top: 15px;
clear: both;
font-size: 0.9rem;
}
.woocommerce div.product .product_meta > span {
color: var(--headings-color);
display: block;
font-weight: 700;
}
.woocommerce div.product .product_meta > span a, .woocommerce div.product .product_meta > span .sku {
color: var(--text-color);
margin-left: 10px;
font-weight: normal;
}
.woocommerce div.product .product_meta > span a:hover {
text-decoration: underline;
}
.woocommerce div.product .woocommerce-product-gallery {
position: relative;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery {
margin-bottom: 3em;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery figure {
margin: 0;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .zoomImg {
background-color: #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-viewport {
border: 1px solid #ddd;
border-radius: 10px;
margin: 0;
width: 100%;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
max-width: 25%;
float: left;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img {
opacity: 0.5;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image:not(:first-child) img:hover {
opacity: 1;
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide img {
opacity: 1;
}
@media screen and (min-width: 1300px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs {
position: absolute;
left: -90px;
top: 0;
}
}
@media screen and (max-width: 1299px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
position: relative;
padding: 0 3px;
}
@media screen and (min-width: 1300px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
width: 83px;
}
}
@media screen and (max-width: 1299px) {
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs li {
margin-top: 6px;
width: 20%;
}
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img {
padding: 0;
border: 1px solid #ddd;
opacity: 0.5;
border-radius: 3px;
transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img:hover, .woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
opacity: 1;
box-shadow: 0px 0 20px rgba(5, 5, 5, 0.08);
}
.woocommerce div.product.single-product-image-with-thumb .woocommerce-product-gallery img {
display: block;
width: 100%;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
margin-top: 0;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__image, .woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__image {
margin-bottom: 10px;
}
.woocommerce div.product.single-product-plain-image .woocommerce-product-gallery .woocommerce-product-gallery__image a img, .woocommerce div.product.single-product-sticky-side-text .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: left;
}
.woocommerce div.product .woocommerce-product-gallery__trigger {
background: rgba(255, 255, 255, 0.7);
box-sizing: content-box;
height: 36px;
position: absolute;
right: 15px;
text-indent: -9999px;
top: 15px;
width: 36px;
z-index: 10;
border-radius: 50%;
}
.woocommerce div.product .woocommerce-product-gallery__trigger:hover {
background: rgba(255, 255, 255, 0.6);
}
.woocommerce div.product .woocommerce-product-gallery__trigger:before {
border: 2px solid #333;
border-radius: 100%;
box-sizing: content-box;
content: "";
display: block;
height: 10px;
left: 10px;
position: absolute;
top: 10px;
width: 10px;
}
.woocommerce div.product .woocommerce-product-gallery__trigger:after {
background: #333;
border-radius: 6px;
box-sizing: content-box;
content: "";
display: block;
height: 10px;
left: 23px;
position: absolute;
top: 19px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
width: 2px;
}
.woocommerce div.product .woocommerce-tabs {
clear: both;
padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li {
margin: 0 12px 0 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a {
display: block;
padding: 10px 20px;
position: relative;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:hover {
opacity: 1;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:hover:after {
opacity: 1;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:after {
content: "";
position: absolute;
height: 3px;
width: 0;
background: var(--theme-color1);
left: 0;
bottom: 0;
opacity: 0;
transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce div.product .woocommerce-tabs .wc-tabs li a:after {
transition: none;
}
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li:last-child {
margin-right: 0;
}
@media (max-width: 767.98px) {
.woocommerce div.product .woocommerce-tabs .wc-tabs li {
margin: 0 0 12px 0;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li:last-child {
margin-bottom: 0;
}
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.active a {
color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.active a:after {
content: "";
position: absolute;
height: 3px;
width: 100%;
background: var(--theme-color1);
left: 0;
bottom: 0;
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.ui-state-active a {
color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.ui-state-active a:after {
content: "";
position: absolute;
height: 3px;
width: 100%;
background: var(--theme-color1);
left: 0;
bottom: 0;
opacity: 1;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs li.ui-state-hover a {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .tab-content {
padding-bottom: 0;
padding-left: 0;
border: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs .tab-content .wc-tab {
margin-bottom: 0;
box-shadow: none;
padding: 15px 0 50px;
}
.woocommerce div.product .woocommerce-tabs .tab-content .wc-tab p {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs .tab-content p {
font-size: 1rem;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
margin-bottom: 30px;
font-family: var(--heading-font-family);
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h4);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist {
list-style: outside none none;
margin-bottom: 10px;
padding-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li {
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist li:last-child {
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
@media (max-width: 767.98px) {
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container {
display: block;
}
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container > img {
-ms-flex-negative: 0;
flex-shrink: 0;
width: 102px;
margin: 0;
margin-right: 14px;
padding: 10px;
background-color: #fff;
border-radius: 50%;
box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
}
@media (max-width: 767.98px) {
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container > img {
margin-bottom: 20px;
}
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .comment-text {
position: relative;
display: inline-block;
width: 100%;
vertical-align: top;
padding: 25px 30px 25px;
border: 1px solid var(--theme-light-background);
background-color: var(--theme-light-background);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .meta {
font-size: 1rem;
margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .meta .woocommerce-review__author {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
font-size: var(--h5-font-size);
display: inline-block;
text-transform: capitalize;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .meta .woocommerce-review__published-date {
font-size: 0.85rem;
font-weight: normal;
color: var(--theme-color1);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment_container .description {
margin: 10px 0 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment {
border-bottom: 1px solid #eee;
margin-bottom: 20px;
padding-bottom: 15px;
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews .commentlist .comment .media-left {
margin-right: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-reply-title {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
font-size: var(--h4-font-size);
line-height: 1.4;
margin-top: 30px;
margin-bottom: 10px;
display: block;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-notes {
font-size: 14px;
color: var(--theme-color2);
font-weight: normal;
margin: 12px 0 18px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-rating label {
margin-bottom: 5px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-comment {
margin-top: 17px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-rating label, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-comment label {
font-size: 1rem;
color: var(--text-color);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-rating .nice-select, .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-comment .nice-select {
display: none;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .form-control {
margin: 0 0 10px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond textarea.form-control {
height: auto;
border: 1px solid #e5e1e1;
background-color: var(--theme-light-background);
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .form-submit {
margin-top: 15px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-cookies-consent {
margin: 24px 0 32px;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-cookies-consent input {
margin-right: 0.6rem;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Reviews #review_form .comment-respond .comment-form-cookies-consent label {
color: #aaa;
display: inline;
font-weight: normal;
}
.woocommerce div.product .up-sells.products .title {
display: block;
margin: 15px 0 30px;
}
.woocommerce div.product .related.products .title {
display: block;
margin: 15px 0 30px;
}
.woocommerce div.product .summary .price {
font-size: 1.4rem;
margin-top: 10px;
margin-bottom: 25px;
font-family: var(--heading-font-family);
color: var(--theme-color1);
font-weight: var(--headings-font-weight-h3);
}
.woocommerce div.product .summary .woocommerce-product-details__short-description {
margin-bottom: 35px;
}
.woocommerce div.product .summary form.cart {
margin-bottom: 30px;
}
.woocommerce div.product .summary form.cart .variations td {
padding-left: 0;
}
.woocommerce div.product .summary .woocommerce-review-link {
font-size: 0.9rem;
color: var(--text-color);
font-weight: normal;
}
.woocommerce div.product .summary .woocommerce-review-link:hover {
text-decoration: underline;
}
.woocommerce div.product .summary .woosc-btn {
margin-top: 10px;
margin-right: 20px;
font-size: 13px;
font-weight: bold;
color: #222;
background-color: transparent;
border: none;
padding: 0;
}
.woocommerce div.product .summary .woosc-btn:before {
font-family: "linearicons-free";
content: "\e053";
margin-right: 10px;
line-height: inherit;
vertical-align: middle;
}
.woocommerce div.product .summary .woosc-btn:hover {
color: var(--theme-color1);
}
.woocommerce div.product .summary .woosw-btn {
margin-top: 10px;
font-size: 13px;
font-weight: bold;
color: #222;
background-color: transparent;
padding: 0;
margin-right: 30px;
border: none;
}
.woocommerce div.product .summary .woosw-btn:before {
font-family: "linearicons-free";
content: "\e043";
margin-right: 10px;
line-height: inherit;
vertical-align: middle;
}
.woocommerce div.product .summary .woosw-btn:hover {
color: var(--theme-color1);
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist, .woocommerce div.product .summary .compare.button {
vertical-align: middle;
float: left;
background: 0 0;
border: none;
line-height: 30px;
letter-spacing: 1px;
margin-right: 20px;
margin-bottom: 10px;
margin-top: 0;
font-size: 0.9rem;
color: var(--text-color);
font-weight: normal;
padding: 10px 0;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist:hover, .woocommerce div.product .summary .compare.button:hover {
background: none;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a, .woocommerce div.product .summary .compare.button a {
color: var(--text-color);
font-weight: normal;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist a:hover, .woocommerce div.product .summary .compare.button a:hover {
text-decoration: underline;
}
.woocommerce div.product .summary .compare.button:hover {
text-decoration: underline;
}
.woocommerce div.product .summary .compare.button .blockUI {
background-image: none !important;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
line-height: 1;
vertical-align: middle;
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f004";
color: var(--theme-color1);
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist .blockUI, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .blockUI, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .blockUI {
display: none !important;
}
.woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:before, .woocommerce div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:before {
content: "\f004";
}
.woocommerce div.product .summary .compare.button::before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 1;
vertical-align: middle;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 5px;
content: "\f24d";
color: var(--theme-color1);
} .woocommerce-product-search {
position: relative;
}
.woocommerce-product-search .search-field {
border: 1px solid #c0c0c0;
height: 42px;
padding: 5px 10px 5px 20px;
width: 100%;
border-radius: 0;
}
.woocommerce-product-search input[type=submit] {
background: #333;
border: none;
color: #fff;
height: 100%;
left: auto;
padding: 10px 20px;
position: absolute;
right: 0;
top: 0;
border-radius: 0;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce-product-search input[type=submit] {
transition: none;
}
}
.woocommerce-product-search input[type=submit]:hover {
background: #111;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-progress {
--range-color: var(--theme-color1);
height: 6px;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-input-wrapper {
height: 6px;
}
.wp-block-woocommerce-price-filter input[type=range i] {
appearance: auto;
cursor: default;
padding: initial;
border: initial;
margin: 0;
accent-color: var(--theme-color1);
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider__range-text {
margin: 0 0 15px;
}
.wp-block-woocommerce-price-filter .wc-block-components-price-slider {
margin-bottom: 0;
}
.wp-block-woocommerce-price-filter .wp-block-button__link {
padding: 7px 20px;
font-size: 12px;
} .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list {
list-style: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
line-height: 1.5;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-size: 14px;
font-weight: var(--headings-font-weight-h6);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a.remove {
color: #e81123;
float: left;
font-size: 16px;
font-weight: 800;
margin-left: 0;
margin-right: 6px;
margin-bottom: 30px;
position: relative;
top: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item img {
width: 56px;
float: right;
border-radius: 5px;
margin-left: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
display: block;
font-size: 13px;
margin-top: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 20px;
margin-top: 20px;
color: #777;
font-family: var(--heading-font-family);
font-weight: normal;
font-size: 13px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
margin-bottom: 0;
display: flex;
align-items: center;
gap: 7px;
flex-direction: column;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward {
margin: 0;
padding: 0.6rem 0.9rem;
font-size: 12px;
line-height: 2;
border-radius: 0.2rem;
width: 100%;
text-decoration: none;
text-align: center;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:last-child {
border-color: var(--theme-color2);
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget_shopping_cart .widget_shopping_cart_content .buttons .button.wc-forward:last-child:hover {
color: var(--text-color-bg-theme-color3);
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents {
position: relative;
display: inline-block;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon {
color: var(--theme-color2);
display: inline-block;
font-size: 20px;
line-height: 1;
padding: 5px;
position: relative;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
background-color: var(--theme-color1);
border-radius: 50%;
color: var(--text-color-bg-theme-color1);
font-size: 11px;
font-weight: 500;
height: 18px;
line-height: 18px;
margin-right: -2px;
position: absolute;
left: -3px;
text-align: center;
bottom: -2px;
width: 18px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .items-count {
transition: none;
}
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .mini-cart-icon .cart-quick-info {
font-size: 15px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
background-color: #fff;
border: 1px solid #eee;
border-radius: 10px;
font-size: 14px;
left: auto;
opacity: 0;
padding: 30px 30px 30px;
position: absolute;
right: 0;
text-align: left;
top: 100%;
visibility: hidden;
width: 300px;
z-index: 1000;
box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
transition: all 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
transition: none;
}
}
@media (max-width: 1199.98px) {
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content {
top: 100%;
}
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .woocommerce-mini-cart__empty-message {
margin-bottom: 0;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content ul {
list-style: none;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item a {
font-size: 14px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item img {
width: 56px;
float: right;
border-radius: 5px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .cart_list .mini_cart_item .quantity {
display: block;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents .dropdown-content .total {
padding-top: 10px;
margin-top: 10px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover {
color: #888;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover .dropdown-content {
opacity: 1;
visibility: visible;
}
.tm-floating-woocart-wrapper .floating-woocart-overlay {
background-color: rgba(17, 17, 17, 0);
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: 1029;
-webkit-transform: scaleX(0);
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transform-origin: 100% 50%;
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transition-delay: 0s;
-webkit-transition-delay: 0s;
transition: transform 0.4s ease 0s;
}
@media (prefers-reduced-motion: reduce) {
.tm-floating-woocart-wrapper .floating-woocart-overlay {
transition: none;
}
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar {
-webkit-transition: transform 0.8s ease 0s;
-khtml-transition: transform 0.8s ease 0s;
-moz-transition: transform 0.8s ease 0s;
-ms-transition: transform 0.8s ease 0s;
-o-transition: transform 0.8s ease 0s;
transition: transform 0.8s ease 0s;
-webkit-transform: translateX(100%);
-khtml-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
padding-top: 30px;
padding-bottom: 60px;
background-color: #fff;
position: fixed;
top: 0;
right: 0;
height: 100%;
z-index: 9999;
width: 350px;
max-width: 100%;
overflow: hidden;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 56px;
align-items: center;
display: flex;
justify-content: center;
text-align: center;
cursor: pointer;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon {
font-size: 0px;
width: 36px;
height: 36px;
background-color: var(--theme-color1);
border-radius: 100%;
position: relative;
display: block;
text-align: center;
line-height: 1;
margin: 0 auto;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:before, .tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:after {
content: "";
position: absolute;
height: 1px;
width: 55%;
top: 50%;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
}
@media (prefers-reduced-motion: reduce) {
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:before, .tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:after {
transition: none;
}
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:hover:before, .tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close .woocart-close-icon:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_head {
display: flex;
background-color: #f5f5f5;
padding: 12px 30px;
margin-top: -30px;
align-items: center;
position: relative;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_head .widget_shopping_title {
flex-grow: 1;
color: var(--headings-color);
font-family: var(--heading-font-family);
font-size: var(--h5-font-size);
font-weight: var(--headings-font-weight-h5);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_cart {
padding: 30px 45px 0 30px;
height: 100%;
overflow-y: scroll;
width: 350px;
max-width: 100%;
}
.tm-floating-woocart-wrapper.open .floating-woocart-overlay {
background-color: rgba(17, 17, 17, 0.9);
-webkit-transform: scaleX(1);
-moz-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
transition-delay: 0.2s;
-webkit-transition-delay: 0.2s;
}
.tm-floating-woocart-wrapper.open .floating-woocart-sidebar {
-webkit-transform: translateX(0px);
-moz-transform: translateX(0px);
-ms-transform: translateX(0px);
transform: translateX(0px);
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
box-shadow: 0 2px 20px rgba(33, 33, 33, 0.22);
}
@media screen and (min-width: 992px) {
.admin-bar .tm-floating-woocart-wrapper .floating-woocart-sidebar {
top: 32px;
padding-bottom: 70px;
}
} ul.cart_list,
ul.product_list_widget {
list-style: none outside;
padding: 0;
margin: 0;
}
ul.cart_list li,
ul.product_list_widget li {
border-bottom: 1px solid #eee;
margin: 6px 0;
padding: 6px 0 12px;
list-style: none;
}
ul.cart_list li::after,
ul.product_list_widget li::after {
display: block;
clear: both;
content: "";
}
ul.cart_list li:first-child,
ul.product_list_widget li:first-child {
margin-top: 0;
padding-top: 0;
}
ul.cart_list li:last-child,
ul.product_list_widget li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
ul.cart_list li .product-left,
ul.product_list_widget li .product-left {
float: left;
margin-right: 15px;
width: 80px;
}
ul.cart_list li .product-left a,
ul.product_list_widget li .product-left a {
display: block;
line-height: 20px;
}
ul.cart_list li .product-left a img,
ul.product_list_widget li .product-left a img {
border: 1px solid #e4e8e0;
border-radius: 8px;
}
ul.cart_list li .product-right,
ul.product_list_widget li .product-right {
overflow: hidden;
}
ul.cart_list li .product-right .product-title,
ul.product_list_widget li .product-right .product-title {
color: var(--headings-color);
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
font-size: var(--h6-font-size);
display: block;
line-height: 1.4;
}
ul.cart_list li .product-right .woocommerce-Price-amount,
ul.product_list_widget li .product-right .woocommerce-Price-amount {
display: inline-block;
line-height: 1.3;
margin: 10px 0 0;
font-size: 0.9rem;
}
ul.cart_list li a.remove,
ul.product_list_widget li a.remove {
color: #e81123;
float: left;
font-size: 16px;
font-weight: 800;
margin-left: 0;
margin-right: 6px;
position: relative;
top: -4px;
}
ul.cart_list li .attachment-shop_thumbnail,
ul.product_list_widget li .attachment-shop_thumbnail {
width: 64px;
}
ul.cart_list li dl,
ul.product_list_widget li dl {
font-size: 0.9rem;
margin: 0;
padding-left: 1em;
border-left: 2px solid rgba(0, 0, 0, 0.08);
}
ul.cart_list li dl::after,
ul.product_list_widget li dl::after {
display: block;
clear: both;
content: "";
}
ul.cart_list li dl dt,
ul.cart_list li dl dd,
ul.product_list_widget li dl dt,
ul.product_list_widget li dl dd {
display: inline-block;
float: left;
margin-bottom: 1em;
}
ul.cart_list li dl dt,
ul.product_list_widget li dl dt {
font-weight: 700;
padding: 0 0 0.25em;
margin: 0 4px 0 0;
clear: left;
}
ul.cart_list li dl dd,
ul.product_list_widget li dl dd {
padding: 0 0 0.25em;
}
ul.cart_list li dl dd p:last-child,
ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0;
}
ul.cart_list li del, ul.cart_list li ins,
ul.product_list_widget li del,
ul.product_list_widget li ins {
font-weight: 600;
}
ul.cart_list li .woocommerce-Price-amount,
ul.product_list_widget li .woocommerce-Price-amount {
color: var(--theme-color1);
}
ul.cart_list li ins,
ul.product_list_widget li ins {
text-decoration: none;
}
ul.cart_list li del,
ul.product_list_widget li del {
margin-right: 5px;
font-weight: 400;
}
ul.cart_list li del .woocommerce-Price-amount,
ul.product_list_widget li del .woocommerce-Price-amount {
color: #999;
text-decoration: line-through;
}
ul.cart_list li .star-rating,
ul.product_list_widget li .star-rating {
float: none;
font-size: 0.8rem;
margin-top: 10px;
}
.widget.woocommerce {     }
.widget.woocommerce .product-title {
color: #111;
font-weight: normal;
font-size: 1rem;
}
.widget.woocommerce.widget_shopping_cart .cart_list li {
padding-left: 0;
position: relative;
padding-top: 0;
margin-bottom: 10px;
padding-bottom: 10px;
}
.widget.woocommerce.widget_shopping_cart .buttons a {
margin-right: 5px;
margin-bottom: 5px;
}
.widget.woocommerce.widget_shopping_cart .cart-subtotal {
padding: 10px 0;
text-align: center;
}
.widget.woocommerce.widget_product_categories .product-categories .cat-item .children {
padding-left: 10px;
}
.widget.woocommerce.widget_product_categories .product-categories .cat-item .children li:last-child {
padding-bottom: 0;
}
.widget.woocommerce.widget_product_categories .product-categories li {
padding: 2px 0;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.woocommerce.widget_product_categories .product-categories li {
transition: none;
}
}
.widget.woocommerce.widget_product_categories .product-categories li a::after {
color: var(--theme-color1);
content: "\f105";
float: left;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
}
.widget.woocommerce.widget_product_categories .product-categories li:hover {
margin-left: 10px;
}
.widget.woocommerce.widget_layered_nav ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;
}
.widget.woocommerce.widget_layered_nav ul li {
padding: 2px 0;
list-style: none;
transition: all 0.3s ease;
}
.widget.woocommerce.widget_layered_nav ul li::after {
display: block;
clear: both;
content: "";
}
@media (prefers-reduced-motion: reduce) {
.widget.woocommerce.widget_layered_nav ul li {
transition: none;
}
}
.widget.woocommerce.widget_layered_nav ul li a,
.widget.woocommerce.widget_layered_nav ul li span {
padding: 1px 0;
}
.widget.woocommerce.widget_layered_nav ul li a::after {
content: "\f105";
float: left;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
}
.widget.woocommerce.widget_layered_nav ul li:hover {
margin-left: 10px;
}
.widget.woocommerce.widget_layered_nav_filters ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;
overflow: hidden;
zoom: 1;
}
.widget.woocommerce.widget_layered_nav_filters ul li {
float: left;
padding: 0 1px 1px 0;
list-style: none;
}
.widget.woocommerce.widget_layered_nav_filters ul li a {
text-decoration: none;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper {
padding-top: 10px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #ddd;
border: 0 none;
border-radius: 1em;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider {
margin-bottom: 1.3rem;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider {
margin-left: 0.5rem;
margin-right: 0.5rem;
position: relative;
text-align: left;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider .ui-slider-handle {
background-color: var(--theme-color2);
border-radius: 50%;
cursor: ew-resize;
height: 1rem;
border-color: #fd4a36;
margin-left: -0.5rem;
outline: 0 none;
position: absolute;
top: -0.3rem;
width: 1rem !important;
z-index: 2;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider .ui-slider-range {
background-color: var(--theme-color2);
border: 0 none;
border-radius: 1rem;
display: block;
font-size: 0.7rem;
position: absolute;
z-index: 1;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal {
height: 0.4rem;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider.ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
text-align: right;
line-height: 2.4;
font-size: 0.8751rem;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .from,
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .to {
color: var(--theme-color1);
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
color: #555;
font-size: 13px;
font-weight: 600;
line-height: 26px;
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
background-color: var(--theme-color1);
font-size: 13px;
line-height: 1.38;
padding: 6px 15px;
border: 1px solid transparent;
border-radius: 25px;
margin-right: 0;
float: left;
color: var(--text-color-bg-theme-color1);
cursor: pointer;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
transition: none;
}
}
.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget.woocommerce.widget_rating_filter ul {
margin: 0;
padding: 0;
border: 0;
list-style: none outside;
}
.widget.woocommerce.widget_rating_filter ul li {
padding: 0 0 1px;
list-style: none;
}
.widget.woocommerce.widget_rating_filter ul li::after {
display: block;
clear: both;
content: "";
}
.widget.woocommerce.widget_rating_filter ul li a {
padding: 1px 0;
text-decoration: none;
}
.widget.woocommerce.widget_rating_filter ul li .star-rating {
float: none;
display: inline-block;
}
.widget.woocommerce.widget_rating_filter ul li.chosen a::before {
color: #777;
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a {
background: #fcfcfc;
border: 1px solid #eee;
border-radius: 2px;
color: #404040;
display: inline-block;
font-size: 12px !important;
margin: 10px 5px 0 0 !important;
padding: 6px 15px !important;
font-weight: 400;
letter-spacing: 0.25px;
border-radius: 50px;
text-transform: uppercase;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a {
transition: none;
}
}
.widget.woocommerce.widget_product_tag_cloud .tagcloud > a:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget.woocommerce.widget_shopping_cart ul > li a, .widget.woocommerce.widget_product_categories ul > li a, .widget.woocommerce.widget_layered_nav ul > li a, .widget.woocommerce.widget_layered_nav_filters ul > li a, .widget.woocommerce.widget_price_filter ul > li a, .widget.woocommerce.widget_rating_filter ul > li a, .widget.woocommerce.widget_product_tag_cloud ul > li a {
color: #404040;
}
.widget.woocommerce.widget_shopping_cart ul > li a:hover, .widget.woocommerce.widget_product_categories ul > li a:hover, .widget.woocommerce.widget_layered_nav ul > li a:hover, .widget.woocommerce.widget_layered_nav_filters ul > li a:hover, .widget.woocommerce.widget_price_filter ul > li a:hover, .widget.woocommerce.widget_rating_filter ul > li a:hover, .widget.woocommerce.widget_product_tag_cloud ul > li a:hover {
color: var(--hover-theme-color);
}
.widget.woocommerce .woocommerce-product-search {
margin-bottom: 0;
position: relative;
}
.widget.woocommerce .woocommerce-product-search .search-field {
position: relative;
background: #ffffff;
display: block;
font-size: 14px;
width: 100%;
height: 55px;
font-weight: 400;
border: 1px solid #eeeeee;
}
.widget.woocommerce .woocommerce-product-search [type=submit] {
background: var(--theme-color1);
border: none;
color: var(--text-color-bg-theme-color1);
height: 100%;
left: auto;
padding: 8px 25px;
position: absolute;
right: 0;
top: 0;
border-radius: 0;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.widget.woocommerce .woocommerce-product-search [type=submit] {
transition: none;
}
}
.widget.woocommerce .woocommerce-product-search [type=submit]:hover {
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget.widget_block .wc-block-product-categories {
margin-bottom: 0;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li {
padding: 2px 0;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid rgba(230, 230, 230, 0.7);
margin: 0 0 6px;
padding: 0px 0 6px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li {
transition: none;
}
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:first-child {
margin-top: 0;
padding-top: 0;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li a::after {
color: var(--theme-color1);
content: "\f105";
float: left;
font-family: "Font Awesome 5 Free";
font-weight: 600;
margin-right: 10px;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
border-radius: 50%;
display: inline-block;
line-height: 27px;
font-size: 12px;
float: right;
text-align: center;
width: 27px;
height: 27px;
transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count {
transition: none;
}
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count:before, .widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li .wc-block-product-categories-list-item-count:after {
display: none;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:hover {
margin-left: 10px;
}
.widget.widget_block .wc-block-product-categories .wc-block-product-categories-list li:hover .wc-block-product-categories-list-item-count {
background-color: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
}
.widget.widget_block .wp-block-woocommerce-product-search {
margin-bottom: 0;
position: relative;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__label {
display: none;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__button svg {
display: none;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__fields {
align-items: center;
position: relative;
overflow: hidden;
border-radius: 7px;
}
.widget.widget_block .wp-block-woocommerce-product-search .wc-block-product-search__field {
padding: 20px;
position: relative;
background: #ffffff;
display: block;
font-size: 14px;
width: 100%;
height: 100%;
font-weight: 400;
border: 1px solid #eeeeee;
}
.widget.widget_block .wp-block-woocommerce-product-search [type=submit] {
border: none;
background: var(--theme-color2);
color: var(--text-color-bg-theme-color2);
height: 97%;
left: auto;
padding: 8px 25px;
position: absolute;
right: 0;
border-radius: 0;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.widget.widget_block .wp-block-woocommerce-product-search [type=submit] {
transition: none;
}
}
.widget.widget_block .wp-block-woocommerce-product-search [type=submit]:hover {
background: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
.widget.widget_block .wp-block-woocommerce-product-search [type=submit]:after {
font-family: "linearicons-free";
content: "\e01d";
position: absolute;
left: 0;
width: 100%;
font-size: 20px;
text-align: center;
} .widget_layered_nav_filters {
overflow: hidden;
}
.widget_layered_nav_filters li {
float: left;
margin-right: 5px;
font-size: 0.85rem;
}
.widget_layered_nav_filters .chosen a:before {
margin-right: 5px;
font-size: 82%;
color: #ccc;
font-weight: normal;
content: "\f00d";
font-family: "Font Awesome 5 Free";
font-weight: 600;
}  .woocommerce .woocommerce-cart-form .shop_table {
margin: 0;
}
.woocommerce .woocommerce-cart-form td.actions {
padding: 10px;
}
.woocommerce .woocommerce-cart-form .coupon {
position: relative;
display: inline-block;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form .coupon {
display: block;
padding-bottom: 0 !important;
}
}
.woocommerce .woocommerce-cart-form .coupon label {
display: none;
}
.woocommerce .woocommerce-cart-form .coupon .input-text {
width: auto;
display: inline-block;
border-radius: 5px;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form .coupon .input-text {
display: block;
width: 100% !important;
margin-right: 0;
margin-bottom: 0;
}
}
.woocommerce .woocommerce-cart-form .coupon button[type=submit] {
background-color: transparent;
padding: 0;
font-size: 0;
position: absolute !important;
right: 0;
top: 0;
bottom: 0;
width: 50px;
text-align: center;
color: #333;
border: none;
display: flex;
justify-content: center;
align-items: center;
}
.woocommerce .woocommerce-cart-form .coupon button[type=submit]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: "linearicons-free";
content: "\e87a";
font-size: 18px;
line-height: 0;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form .coupon button[type=submit] {
display: flex !important;
width: 50px !important;
}
}
.woocommerce .woocommerce-cart-form button[type=submit] {
float: right;
}
@media (max-width: 991.98px) {
.woocommerce .woocommerce-cart-form button[type=submit] {
float: none;
width: 100%;
}
}
.woocommerce .cart-empty {
padding: 1.25rem 1.25rem;
}
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
min-width: 64px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
width: 64px;
box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
vertical-align: middle;
}
@media (max-width: 767.98px) {
.woocommerce-cart table.cart .product-quantity,
.woocommerce-checkout table.cart .product-quantity,
#add_payment_method table.cart .product-quantity {
display: flex;
align-items: center;
justify-content: space-between;
}
.woocommerce-cart table.cart .product-quantity .quantity,
.woocommerce-checkout table.cart .product-quantity .quantity,
#add_payment_method table.cart .product-quantity .quantity {
margin-right: 0;
}
}
.woocommerce-cart table.cart .product-name a,
.woocommerce-checkout table.cart .product-name a,
#add_payment_method table.cart .product-name a {
color: var(--headings-color);
}
.woocommerce-cart table.cart .product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-cart table.cart .product-name .wc-item-meta dt,
.woocommerce-cart table.cart .product-name dl.variation .wc-item-meta-label,
.woocommerce-cart table.cart .product-name dl.variation dt,
.woocommerce-checkout table.cart .product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-checkout table.cart .product-name .wc-item-meta dt,
.woocommerce-checkout table.cart .product-name dl.variation .wc-item-meta-label,
.woocommerce-checkout table.cart .product-name dl.variation dt,
#add_payment_method table.cart .product-name .wc-item-meta .wc-item-meta-label,
#add_payment_method table.cart .product-name .wc-item-meta dt,
#add_payment_method table.cart .product-name dl.variation .wc-item-meta-label,
#add_payment_method table.cart .product-name dl.variation dt {
color: #444;
font-size: 0.9rem;
float: left;
clear: both;
margin-right: 0.25em;
display: inline-block;
list-style: none outside;
}
.woocommerce-cart table.cart .product-name .wc-item-meta dd,
.woocommerce-cart table.cart .product-name dl.variation dd,
.woocommerce-checkout table.cart .product-name .wc-item-meta dd,
.woocommerce-checkout table.cart .product-name dl.variation dd,
#add_payment_method table.cart .product-name .wc-item-meta dd,
#add_payment_method table.cart .product-name dl.variation dd {
font-size: 0.9rem;
margin: 0;
}
.woocommerce-cart table.cart .product-name .wc-item-meta p,
.woocommerce-cart table.cart .product-name .wc-item-meta:last-child,
.woocommerce-cart table.cart .product-name dl.variation p,
.woocommerce-cart table.cart .product-name dl.variation:last-child,
.woocommerce-checkout table.cart .product-name .wc-item-meta p,
.woocommerce-checkout table.cart .product-name .wc-item-meta:last-child,
.woocommerce-checkout table.cart .product-name dl.variation p,
.woocommerce-checkout table.cart .product-name dl.variation:last-child,
#add_payment_method table.cart .product-name .wc-item-meta p,
#add_payment_method table.cart .product-name .wc-item-meta:last-child,
#add_payment_method table.cart .product-name dl.variation p,
#add_payment_method table.cart .product-name dl.variation:last-child {
margin-bottom: 0;
}
.woocommerce-cart table > thead > tr > th,
.woocommerce-cart table > tbody > tr > th,
.woocommerce-cart table > tfoot > tr > th,
.woocommerce-checkout table > thead > tr > th,
.woocommerce-checkout table > tbody > tr > th,
.woocommerce-checkout table > tfoot > tr > th,
#add_payment_method table > thead > tr > th,
#add_payment_method table > tbody > tr > th,
#add_payment_method table > tfoot > tr > th {
color: #444;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button,
.woocommerce-checkout .cart-collaterals .shipping_calculator .button,
#add_payment_method .cart-collaterals .shipping_calculator .button {
width: 100%;
float: none;
display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals,
#add_payment_method .cart-collaterals .cart_totals {
background-color: #fff;
padding: 30px 40px;
border: 1px solid #eee;
}
@media (max-width: 1199.98px) {
.woocommerce-cart .cart-collaterals .cart_totals,
.woocommerce-checkout .cart-collaterals .cart_totals,
#add_payment_method .cart-collaterals .cart_totals {
width: 100%;
padding: 20px 25px;
}
}
.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout .cart-collaterals .cart_totals h2,
#add_payment_method .cart-collaterals .cart_totals h2 {
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h4);
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
border: none;
padding-left: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals td,
.woocommerce-checkout .cart-collaterals .cart_totals td,
#add_payment_method .cart-collaterals .cart_totals td {
text-align: right;
padding-right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals .cart-subtotal td,
.woocommerce-checkout .cart-collaterals .cart_totals .cart-subtotal th,
.woocommerce-checkout .cart-collaterals .cart_totals .cart-subtotal td,
#add_payment_method .cart-collaterals .cart_totals .cart-subtotal th,
#add_payment_method .cart-collaterals .cart_totals .cart-subtotal td {
font-weight: var(--body-font-weight);
color: var(--text-color);
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-checkout .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
#add_payment_method .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
width: 100%;
text-align: center;
padding: 1rem 1.5rem !important;
}
.woocommerce-cart .cart-collaterals .cross-sells,
.woocommerce-checkout .cart-collaterals .cross-sells,
#add_payment_method .cart-collaterals .cross-sells {
margin-top: 50px;
}
.woocommerce-cart .cart-collaterals .cross-sells .title,
.woocommerce-checkout .cart-collaterals .cross-sells .title,
#add_payment_method .cart-collaterals .cross-sells .title {
margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cross-sells h2,
.woocommerce-checkout .cart-collaterals .cross-sells h2,
#add_payment_method .cart-collaterals .cross-sells h2 {
font-size: var(--h3-font-size);
font-weight: var(--headings-font-weight-h3);
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells .isotope-item,
.woocommerce-checkout .cart-collaterals .cross-sells .isotope-item,
#add_payment_method .cart-collaterals .cross-sells .isotope-item {
margin-bottom: 0;
}
.woocommerce-cart .checkout .col-2 #ship-to-different-address,
.woocommerce-checkout .checkout .col-2 #ship-to-different-address,
#add_payment_method .checkout .col-2 #ship-to-different-address {
float: left;
clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
font-size: 11px;
font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
padding: 0;
clear: left;
width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
background: #fff;
border-radius: 5px;
border: 1px solid #dedede;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
text-align: left;
padding: 25px;
border-bottom: 1px solid #d5d5d5;
margin: 0;
list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
display: block;
clear: both;
content: "";
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
line-height: 2;
text-align: left;
margin: 0;
font-weight: normal;
margin-bottom: 15px;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
vertical-align: middle;
margin: -2px 0 0 0.5em;
padding: 0;
position: relative;
box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
display: block;
clear: both;
content: "";
}
.woocommerce-cart #payment ul.payment_methods .woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods .woocommerce-notice,
#add_payment_method #payment ul.payment_methods .woocommerce-notice {
padding: 0;
border: none;
background: transparent;
margin-bottom: 0;
}
.woocommerce-cart #payment .place-order,
.woocommerce-checkout #payment .place-order,
#add_payment_method #payment .place-order {
padding: 25px;
margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;
font-size: 0.92em;
border-radius: 7px;
line-height: 1.5;
background-color: #fff;
border: 1px solid #eee;
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
font-size: 0.857em;
font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
content: "";
display: block;
border: 1em solid #eee;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -1em;
left: 0;
margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
float: right;
line-height: 52px;
font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
}
@media (max-width: 767.98px) {
.woocommerce-cart .coupon input[name=coupon_code],
.woocommerce-checkout .coupon input[name=coupon_code],
#add_payment_method .coupon input[name=coupon_code] {
margin-bottom: 5px;
}
}
@media (max-width: 991.98px) {
.woocommerce-cart .coupon,
.woocommerce-checkout .coupon,
#add_payment_method .coupon {
margin-bottom: 15px;
}
} .shop_table .product-remove,
.shop_table .product-thumbnail,
.shop_table .product-price,
.shop_table .product-stock-status,
.shop_table .product-subtotal,
.shop_table .product-remove,
.woocommerce-orders-table {
text-align: center;
}
.shop_table .product-remove {
position: relative;
min-width: 50px;
}
.shop_table .product-remove a.remove {
font-size: 0px;
width: 26px;
height: 26px;
background-color: var(--theme-color1);
border-radius: 100%;
position: relative;
display: block;
text-align: center;
line-height: 1;
margin: 0 auto;
}
.shop_table .product-remove a.remove:before, .shop_table .product-remove a.remove:after {
content: "";
position: absolute;
height: 1px;
width: 55%;
top: 50%;
left: 0;
right: 0;
margin: auto;
background-color: #fff;
transform-origin: 50% 50%;
opacity: 1;
transition: transform ease 0.25s;
}
@media (prefers-reduced-motion: reduce) {
.shop_table .product-remove a.remove:before, .shop_table .product-remove a.remove:after {
transition: none;
}
}
.shop_table .product-remove a.remove:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.shop_table .product-remove a.remove:after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.shop_table .product-remove a.remove:hover:before, .shop_table .product-remove a.remove:hover:after {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
@media (max-width: 767.98px) {
.shop_table .product-remove {
min-height: 57px;
}
}
.shop_table thead, .shop_table thead th, .woocommerce-MyAccount-navigation li.is-active {
background-color: #fafafa !important;
border-bottom-color: #ddd !important;
}
.shop_table thead th, .woocommerce table.wishlist_table thead th, .woocommerce-MyAccount-navigation li.is-active {
color: #212121;
border-width: 1px;
border-style: solid;
border-color: #e0e0e0;
}
@media (min-width: 992px) {
.woocommerce-cart-form {
width: 69.5913978495%;
float: left;
margin-right: 3.2258064516%;
}
.cart-collaterals {
width: 27.1827956989%;
float: right;
margin-right: 0;
}
}
@media (max-width: 768px) {
.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
border-top: 1px solid #f1f1f1;
}
.woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item td,
.woocommerce-page table.shop_table_responsive tr.woocommerce-cart-form__cart-item td {
display: flex;
justify-content: space-between;
align-items: center;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
font-family: var(--heading-font-family);
font-weight: var(--headings-font-weight-h4);
line-height: 1.4;
color: var(--headings-color);
}
.woocommerce table.shop_table_responsive .product-remove,
.woocommerce-page table.shop_table_responsive .product-remove {
text-align: center !important;
padding: 15px 20px;
}
.woocommerce table.shop_table_responsive .order-total td,
.woocommerce-page table.shop_table_responsive .order-total td {
background-color: transparent !important;
}
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
padding: 1.25rem 1.25rem;
}
@media (min-width: 576px) {
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
margin-left: 10px;
}
}
.woocommerce-checkout .checkout_coupon {
margin-bottom: 2.617924em;
max-width: 450px;
margin-left: auto;
margin-right: auto;
padding: 30px;
border: 1px solid var(--theme-color1);
border-radius: 4px;
text-align: center;
display: grid;
grid-template-columns: 1fr 50px;
}
.woocommerce-checkout .checkout_coupon p:first-child {
grid-column-end: 2 span;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
grid-column: 1/3;
grid-row: 2;
margin-right: 0;
width: 100%;
}
.woocommerce-checkout .checkout_coupon .form-row-last {
width: unset;
float: left;
grid-column: 2;
grid-row: 2;
z-index: 4;
}
.woocommerce-checkout .checkout_coupon .input-text {
width: 100%;
padding-top: 0;
padding-bottom: 0;
line-height: 50px;
padding-right: 50px;
}
.woocommerce-checkout .checkout_coupon button[type=submit] {
font-size: 0;
padding: 0;
width: 50px !important;
height: 50px;
line-height: 48px;
background-color: transparent;
text-align: center;
border: 2px solid transparent;
}
.woocommerce-checkout .checkout_coupon button[type=submit]:before {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: "linearicons-free";
content: "\e87a";
font-size: 18px;
line-height: 48px;
}
.woocommerce-checkout .checkout_coupon button[type=submit]:hover {
background-color: transparent;
}
.woocommerce-checkout .checkout_coupon button[type=submit]:hover:before {
color: var(--theme-color1);
}
.woocommerce-checkout .woocommerce-privacy-policy-text a {
text-decoration: underline;
}
.woocommerce-checkout .woocommerce-NoticeGroup-checkout .woocommerce-error {
display: block;
}
.woocommerce-checkout .woocommerce-billing-fields .title {
margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-additional-fields .title {
margin-bottom: 30px;
}
.woocommerce-checkout #order_review_heading {
margin-bottom: 30px;
}
.woocommerce-checkout form.woocommerce-checkout {
margin-top: 40px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details h3 {
font-size: var(--h4-font-size);
font-weight: var(--headings-font-weight-h4);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table {
font-size: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead > tr > th {
font-size: var(--body-font-size);
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation dt {
color: #444;
font-size: 0.9rem;
float: left;
clear: both;
margin-right: 0.25em;
display: inline-block;
list-style: none outside;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation dd {
font-size: 0.9rem;
margin: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation p,
.woocommerce-checkout .woocommerce-checkout-review-order-table dl.variation:last-child {
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation {
margin-bottom: 30px;
} .woocommerce { }
.woocommerce .product { }
.woocommerce .product a.added_to_cart2 {
background: #f5f5f5;
border-radius: 2px;
color: #333;
font-size: 11px;
margin-left: 5px;
padding: 4px 11px;
}
.woocommerce .product a.added_to_cart2:hover {
background-color: #eee;
}
.woocommerce .star-rating {
float: right;
overflow: hidden;
position: relative;
height: 1.1em;
line-height: 1.2;
font-size: 0.9em;
width: 5.6em;
}
.woocommerce .star-rating::before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
font-family: "Font Awesome 5 Free";
font-weight: 900;
float: left;
top: 0;
left: 0;
position: absolute;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
content: "\f005\f005\f005\f005\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #f1c40f;
top: 0;
position: absolute;
left: 0;
}
.woocommerce .woocommerce-product-rating {
line-height: 2;
display: block;
}
.woocommerce .woocommerce-product-rating::after {
display: block;
clear: both;
content: "";
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: 0.5em 4px 0 0;
float: left;
}
.woocommerce .products .star-rating {
display: inline-block;
margin: 0;
float: none;
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
}
.woocommerce #review_form #respond {
position: static;
margin: 0;
width: auto;
padding: 0;
background: transparent none;
border: 0;
}
.woocommerce #review_form #respond::after {
display: block;
clear: both;
content: "";
}
.woocommerce #review_form #respond .form-submit input {
left: auto;
}
.woocommerce #review_form #respond textarea {
box-sizing: border-box;
width: 100%;
}
.woocommerce p.stars a {
color: #d3ced2;
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
}
.woocommerce p.stars a::before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "Font Awesome 5 Free";
font-weight: 500;
content: "\f005";
text-indent: 0;
}
.woocommerce p.stars a:hover ~ a {
color: #d3ced2;
}
.woocommerce p.stars a:hover ~ a::before {
content: "\f005";
}
.woocommerce p.stars:hover a {
color: #f9ca63;
}
.woocommerce p.stars:hover a::before {
content: "\f005";
}
.woocommerce p.stars.selected a.active {
color: #f9ca63;
}
.woocommerce p.stars.selected a.active::before {
content: "\f005";
}
.woocommerce p.stars.selected a.active ~ a {
color: #d3ced2;
}
.woocommerce p.stars.selected a.active ~ a::before {
content: "\f005";
}
.woocommerce p.stars.selected a:not(.active) {
color: #f9ca63;
}
.woocommerce p.stars.selected a:not(.active)::before {
content: "\f005";
}
.woocommerce .woocommerce-cart-form .quantity,
.woocommerce .cart .quantity {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 11px 0 0;
}
.woocommerce .woocommerce-cart-form .quantity .qty,
.woocommerce .cart .quantity .qty {
width: 96px;
border-radius: 10px;
height: calc(1.8rem + 32px);
border: 1px solid #e0e4e8;
-webkit-appearance: textfield;
-moz-appearance: textfield;
padding-left: 30px;
outline: none;
font-size: 18px;
font-weight: 500;
color: #696e77;
padding: 0 0 0 30px;
background: transparent;
}
.woocommerce .woocommerce-cart-form .quantity .qty:active, .woocommerce .woocommerce-cart-form .quantity .qty:focus,
.woocommerce .cart .quantity .qty:active,
.woocommerce .cart .quantity .qty:focus {
box-shadow: none;
}
.woocommerce .woocommerce-cart-form .quantity .minus, .woocommerce .woocommerce-cart-form .quantity .plus,
.woocommerce .cart .quantity .minus,
.woocommerce .cart .quantity .plus {
width: 28px;
height: 28px;
background-color: transparent;
color: #696e77;
font-size: 16px;
line-height: 0;
position: absolute;
top: 1px;
right: 1px;
background-color: #fff;
border: none;
border-left: 1px solid #e0e4e8;
border-top-right-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
outline: none;
}
.woocommerce .woocommerce-cart-form .quantity .minus:hover, .woocommerce .woocommerce-cart-form .quantity .plus:hover,
.woocommerce .cart .quantity .minus:hover,
.woocommerce .cart .quantity .plus:hover {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
border-color: var(--theme-color1);
}
.woocommerce .woocommerce-cart-form .quantity .minus,
.woocommerce .cart .quantity .minus {
bottom: 1px;
top: auto;
border-top: 1px solid #eeede5;
border-top-right-radius: 0px;
border-bottom-right-radius: 10px;
}
.woocommerce .woocommerce-cart-form .wc-cart-action-btns .coupon-form,
.woocommerce .cart .wc-cart-action-btns .coupon-form {
float: left;
}
.woocommerce .woocommerce-cart-form .wc-cart-action-btns .wc-update-cart-btn,
.woocommerce .cart .wc-cart-action-btns .wc-update-cart-btn {
float: right;
}
@media (max-width: 767.98px) {
.woocommerce .woocommerce-cart-form .wc-cart-action-btns .coupon-form input,
.woocommerce .cart .wc-cart-action-btns .coupon-form input {
margin-bottom: 10px;
}
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
margin-right: 20px;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
list-style: none outside !important;
padding-left: 0 !important;
margin-left: 0 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: #f7f6f7;
color: #515151;
border: 0;
border-top: 3px solid var(--theme-color1);
word-wrap: break-word;
display: flex;
align-items: center;
padding: 1.25rem 1.25rem;
}
@media (max-width: 767.98px) {
.woocommerce-error, .woocommerce-info, .woocommerce-message {
flex-direction: column;
align-items: start;
}
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
background: none;
padding: 0;
margin-left: auto;
margin-right: 0;
padding: 0.7rem 1.5rem !important;
font-size: 0.8rem !important;
order: 2 !important;
}
@media (max-width: 767.98px) {
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
margin: 10px 0 0;
}
}
.woocommerce-error .btn-close, .woocommerce-info .btn-close, .woocommerce-message .btn-close {
padding: 1.5rem 1rem;
display: none;
}
body.woocommerce .woocommerce-message .button, body.woocommerce .woocommerce-error .button, body.woocommerce .woocommerce-info .button {
margin-right: 0;
} .woocommerce .tm-woo-product-item .onsale, .woocommerce.single-product .onsale, .woocommerce #yith-quick-view-content .onsale {
border-radius: 15px;
background-size: 200% auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
font-size: 1rem;
position: absolute;
left: 10px;
top: 10px;
text-align: center;
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
display: block;
padding: 0 12px;
text-transform: uppercase;
z-index: 3;
transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .tm-woo-product-item .onsale, .woocommerce.single-product .onsale, .woocommerce #yith-quick-view-content .onsale {
transition: none;
}
}
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
padding: 10px 17px;
font-size: 11px;
margin-right: 5px;
}
.woosw-item .added_to_cart,
.woosc_table .added_to_cart {
background-color: #eee;
color: #111;
}
.woosw-item .add_to_cart_button.added,
.woosc_table .add_to_cart_button.added {
display: none;
} .woocommerce .woocommerce-account-fields .create-account {
line-height: 1.3;
}
.woocommerce .woocommerce-account-fields .create-account .woocommerce-form__input-checkbox {
margin-left: 0;
}
.woocommerce .woocommerce-account-fields .create-account .woocommerce-form__input-checkbox + span {
margin-left: 20px;
}
.select2-container--open .select2-dropdown {
border-color: #ddd;
padding: 10px;
box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.13);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid rgba(200, 200, 200, 0.4);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
}
body.admin-bar .select2-dropdown {
margin-top: -32px;
}
@media (max-width: 782px) {
body.admin-bar .select2-dropdown {
margin-top: -41px;
}
} .woocommerce-MyAccount-navigation .list-group li {
margin-bottom: 0;
}
.woocommerce-MyAccount-navigation .list-group li a {
color: #777;
}
.woocommerce-MyAccount-navigation .list-group li.is-active {
background-color: #eee;
}
.woocommerce-MyAccount-navigation .list-group li.is-active a {
color: #333;
}
.woocommerce-form-login .password-input {
display: block;
width: 100%;
}
.woocommerce-form-login .woocommerce-form-login__rememberme {
margin-left: 25px;
}
.woocommerce-form-login .form-row:nth-last-child(2) {
margin-top: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.woocommerce-form-login .woocommerce-LostPassword {
margin-top: 15px;
}
.woocommerce-MyAccount-content .u-columns > div {
display: block;
width: 100%;
} .woocommerce .woocommerce-Input {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: calc(2.25rem + 9px);
padding: 8px 16px;
outline: 0;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .woocommerce-Input {
transition: none;
}
}
.woocommerce .woocommerce-Input::-ms-expand {
background-color: transparent;
border: 0;
}
.woocommerce .woocommerce-Input::placeholder {
color: #6c757d;
opacity: 1;
}
.woocommerce .woocommerce-Input:disabled, .woocommerce .woocommerce-Input[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.woocommerce .woocommerce-Input::placeholder {
color: #686a6f;
opacity: 1;
}
.woocommerce .woocommerce-Input:-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-Input::-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-form-row {
margin-left: 0;
margin-right: 0;
}
.woocommerce .woocommerce-form-login .input-text {
display: block;
width: 100%;
height: calc(1.5em + 0.75rem + 2px);
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
height: calc(2.25rem + 9px);
padding: 8px 16px;
outline: 0;
}
@media (prefers-reduced-motion: reduce) {
.woocommerce .woocommerce-form-login .input-text {
transition: none;
}
}
.woocommerce .woocommerce-form-login .input-text::-ms-expand {
background-color: transparent;
border: 0;
}
.woocommerce .woocommerce-form-login .input-text::placeholder {
color: #6c757d;
opacity: 1;
}
.woocommerce .woocommerce-form-login .input-text:disabled, .woocommerce .woocommerce-form-login .input-text[readonly] {
background-color: #e9ecef;
opacity: 1;
}
.woocommerce .woocommerce-form-login .input-text::placeholder {
color: #686a6f;
opacity: 1;
}
.woocommerce .woocommerce-form-login .input-text:-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-form-login .input-text::-ms-input-placeholder {
color: #686a6f;
}
.woocommerce .woocommerce-form-login .input-text:active, .woocommerce .woocommerce-form-login .input-text:focus {
box-shadow: 0 0 0 2px var(--theme-color1);
}  .woocommerce .woocommerce-checkout .form-row,
.woocommerce .woocommerce-MyAccount-content .form-row,
.woocommerce .woocommerce-address-fields .form-row {
display: block;
margin-left: 0;
margin-right: 0;
margin-bottom: 25px;
}
#woosw_copy_url {
padding: 3px 8px;
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #ccc;
color: #aaa;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: 400;
border-radius: 3px;
outline: 0;
margin-right: 5px;
transition: all ease-in-out 0.3s;
}
#woosw_copy_btn {
display: inline-block;
font-weight: 400;
line-height: 1.5;
text-align: center;
text-decoration: none;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
border: 1px solid var(--theme-color2);
padding: 0.375rem 0.75rem;
font-size: 1rem;
border-radius: 0.25rem;
}
#woosw_copy_btn:hover {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border: 1px solid var(--theme-color1);
} .mfp-woosq .woocommerce div.product .product_title {
display: block;
}
.mfp-woosq .woosq-product .thumbnails .thumbnail {
display: flex !important;
} .yith-plugins {
list-style: none;
margin-top: 10px;
}
.yith-plugins .yith-wcqv-button {
background-color: #fd8c40;
width: 32px;
height: 32px;
display: block;
text-align: center;
line-height: 32px;
border-radius: 32px;
}
.yith-plugins .yith-wcqv-button i {
color: #fff;
font-size: 15px;
}
#yith-quick-view-content div.images {
width: 50%;
}
@media (max-width: 991.98px) {
#yith-quick-view-content div.images {
width: 100%;
}
}
#yith-quick-view-content div.summary {
padding: 10px 50px 50px;
width: 50%;
}
@media (max-width: 991.98px) {
#yith-quick-view-content div.summary {
padding: 10px 10px 30px;
width: 100%;
}
}
#yith-quick-view-content .onsale {
left: 25px !important;
top: 25px !important;
}
#yith-quick-view-content .woocommerce-product-gallery__wrapper {
margin-top: 0;
}
#yith-quick-view-modal .yith-wcqv-main {
box-shadow: none;
overscroll-behavior: contain;
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar {
width: 14px;
height: 18px;
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar-thumb {
height: 6px;
border: 4px solid rgba(0, 0, 0, 0);
background-clip: padding-box;
-webkit-border-radius: 7px;
background-color: rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
#yith-quick-view-modal .yith-wcqv-main::-webkit-scrollbar-corner {
background-color: transparent;
}
#yith-quick-view-modal #yith-quick-view-close {
background-color: var(--theme-color1);
background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1s bnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Igog ICAgIHZpZXdCb3g9IjAgMCAzMDAgMzAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAg MCAzMDAgMzAwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iI2ZmZmZm ZiIgZD0iTTcuODYsMjYzLjk4bDExMi42OS0xMTMuOTlMNy44NiwzNi4wMkMtMi4zOSwyNi42My0y LjYxLDE3LjAzLDcuMjIsNy4yYzkuODEtOS44MSwxOS40MS05LjYsMjguODEsMC42NAoJCWwxMTMu OTgsMTEyLjY5TDI2My45OCw3Ljg0QzI3My4zNy0yLjQsMjgyLjk3LTIuNjEsMjkyLjgsNy4yYzku ODEsOS44Miw5LjYsMTkuNDMtMC42NCwyOC44MUwxNzkuNDYsMTQ5Ljk5bDExMi42OSwxMTMuOTkK CQljMTAuMjQsOS40LDEwLjQ1LDE5LjAxLDAuNjQsMjguODFjLTkuODIsOS44MS0xOS40Myw5LjYt MjguODEtMC42NEwxNTAuMDEsMTc5LjQ1TDM2LjAzLDI5Mi4xNmMtOS40LDEwLjI0LTE5LjAxLDEw LjQ1LTI4LjgxLDAuNjQKCQlDLTIuNjEsMjgyLjk5LTIuMzksMjczLjM4LDcuODYsMjYzLjk4eiIv Pgo8L2c+Cjwvc3ZnPg==");
background-position: center;
background-repeat: no-repeat;
background-size: 12px 12px;
border: none;
border-radius: 50%;
cursor: pointer;
display: block;
font-size: 0;
height: 36px;
opacity: 1;
position: absolute;
right: 0;
top: 10px;
-webkit-transition: background-color 0.2s ease-out;
-o-transition: background-color 0.2s ease-out;
transition: background-color 0.2s ease-out;
width: 36px;
z-index: 100;
} .shop-archive .yith-wcwl-add-to-wishlist,
.custom-product .yith-wcwl-add-to-wishlist {
width: 32px;
height: 32px;
border-radius: 32px !important;
}
.yith-wcwl-add-to-wishlist a.active {
box-shadow: none !important;
}
.yith-wcwl-add-to-wishlist a i {
display: none;
}
.yith-wcwl-add-to-wishlist a:hover:before,
.yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-wishlistaddedbrowse a:before {
color: #ffffff;
}
.yith-wcwl-wishlistexistsbrowse .feedback i {
display: none;
}
.yith-wcwl-add-to-wishlist.exists .feedback i {
display: none;
}
.product-layout-single .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a:before {
left: 0;
}
.yith-wcwl-add-to-wishlist a.active:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
transition: all 300ms ease-out;
-ms-animation: wishlistSpin 600ms linear infinite;
animation: wishlistSpin 600ms linear infinite;
}
@keyframes wishlistSpin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#yith-wcwl-popup-message {
background-color: var(--theme-color1);
color: var(--text-color-bg-theme-color1);
line-height: 2.5;
bottom: 30px;
top: auto;
right: 30px;
left: auto;
border: none;
font-size: 16px;
border-radius: 3px;
}
.woocommerce table.wishlist_table tfoot td {
display: none;
}
.woocommerce .wishlist-title-container .wishlist-title h2 {
font-size: 24px;
display: inline-block;
padding: 5px;
margin-bottom: 20px;
}
.woocommerce .wishlist-title-container .wishlist-title a.btn.show-title-form {
visibility: visible;
padding: 0;
margin-top: -3px;
margin-left: 20px;
text-transform: capitalize;
background-color: transparent;
padding: 0;
color: var(--theme-color1);
}
.woocommerce .wishlist-title-container .wishlist-title a.btn.show-title-form:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce .wishlist-title-container .wishlist-title a.btn.show-title-form:before {
display: none;
}
.woocommerce .wishlist-title-container .hidden-title-form > input[type=text] {
padding: 16px;
padding-right: 65px;
}
.woocommerce table.wishlist_table {
font-size: 100%;
}
.woocommerce table.wishlist_table .product-thumbnail a {
width: 120px;
}
.woocommerce table.wishlist_table .product-remove {
padding: 10px 20px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
margin-left: 10px;
overflow: hidden;
color: var(--theme-color1);
background-color: transparent;
font-size: 0.8rem;
border-radius: 5px;
}
.woocommerce table.wishlist_table .yith-wcqv-button:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce table.wishlist_table .yith-wcqv-button:focus, .woocommerce table.wishlist_table .yith-wcqv-button.focus {
color: var(--theme-color2);
box-shadow: none;
background-color: transparent;
border: none;
}
.woocommerce table.wishlist_table .add_to_cart_button {
color: var(--theme-color1);
background-color: transparent;
font-size: 0.95rem;
}
.woocommerce table.wishlist_table .add_to_cart_button:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce table.wishlist_table .add_to_cart_button:focus, .woocommerce table.wishlist_table .add_to_cart_button.focus {
color: var(--theme-color2);
box-shadow: none;
background-color: transparent;
border: none;
}
.woocommerce ul.wishlist_table.mobile li {
position: relative;
margin-bottom: 30px;
border: 1px solid #eee;
background: #fff;
padding: 20px;
padding-bottom: 20px;
}
.woocommerce ul.wishlist_table.mobile .item-wrapper {
width: 100%;
}
.woocommerce ul.wishlist_table.mobile .item-wrapper .product-thumbnail {
max-width: 120px;
}
.woocommerce ul.wishlist_table.mobile .item-details {
width: 100%;
}
.woocommerce ul.wishlist_table.mobile .item-details .product-name {
margin-bottom: 10px;
}
.woocommerce ul.wishlist_table.mobile .item-details .product-name h3 {
font-size: var(--h5-font-size);
}
.woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button {
overflow: hidden;
color: var(--theme-color1);
background-color: transparent;
font-size: 0.8rem;
border-radius: 5px;
}
.woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button:hover {
color: var(--theme-color2);
background-color: transparent;
}
.woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button:focus, .woocommerce ul.wishlist_table.mobile .item-details .yith-wcqv-button.focus {
color: var(--theme-color2);
box-shadow: none;
background-color: transparent;
border: none;
}
.woocommerce ul.wishlist_table.mobile .item-details table.item-details-table {
margin-bottom: 0;
}
.woocommerce ul.wishlist_table.mobile .item-details table.item-details-table td {
font-size: 1rem;
}
.woocommerce ul.wishlist_table.mobile table.additional-info {
margin-bottom: 20px;
}
.woocommerce ul.wishlist_table.mobile table.additional-info td {
font-size: 1rem;
}
.woocommerce ul.wishlist_table.mobile .product-add-to-cart {
text-align: left;
}
.woocommerce ul.wishlist_table.mobile .product-add-to-cart a {
text-align: left;
margin: 0 !important;
}
.woocommerce ul.wishlist_table.mobile .product-remove {
position: absolute;
top: 10px;
right: 10px;
}
.woocommerce ul.wishlist_table.mobile .product-remove a {
font-size: 11px;
display: flex;
align-items: center;
justify-content: center;
}
.yith-wcwl-add-to-wishlist a.active:after {
border: 2px solid #fd8c40;
border-top: 2px solid #fd8c40;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.active:after, .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show a.active:hover:after {
border: 2px solid #fd8c40 !important;
border-top: 2px solid #ffffff !important;
}
.entry-content .yith-wcwl-share ul li, .yith-wcwl-share ul li {
margin-left: 2px;
margin-right: 2px;
}:root {
--theme-color1: #345f82;
--theme-color1-rgb: 52, 95, 130;
--theme-color1-lighter: #447caa;
--theme-color1-darker: #24425a;
--theme-color2: #e9f3f9;
--theme-color2-rgb: 233, 243, 249;
--theme-color2-lighter: white;
--theme-color2-darker: #bddbed;
--theme-color3: #e9f3f9;
--theme-color3-rgb: 233, 243, 249;
--theme-color3-lighter: white;
--theme-color3-darker: #bddbed;
--theme-color4: #e9f3f9;
--theme-color4-rgb: 233, 243, 249;
--theme-color4-lighter: white;
--theme-color4-darker: #bddbed;
--text-color-bg-theme-color1: #fff;
--text-color-bg-theme-color2: #fff;
--text-color-bg-theme-color3: #fff;
--text-color-bg-theme-color4: #fff;
--hover-theme-color: #345f82;
--sidebar-default-theme-color: var(--theme-color1);
--footer-default-theme-color: var(--theme-color3);
--footer-default-hover-theme-color: var(--theme-color3);
--footer-default-text-color-on-bg-theme-color: var(--text-color-bg-theme-color3);
} .tab-slider .nav.nav-pills a:hover, .tab-slider .nav.nav-pills a.active, .custom-nav-tabs > li > a:hover, .widget .tags a:hover, .blog-posts .post.style1 .entry-header .entry-date.entry-date-absolute, .title-dots span, .title-line-top:before, .become-a-volunteer-form-title {
background: var(--theme-color1);
} .drop-caps.text-colored p:first-child:first-letter, .pager.theme-colored a {
color: var(----hover-theme-color);
} .widget .line-bottom:after, .pager.theme-colored a {
border: 1px solid var(--theme-color1);
}
.hr-divider {
border-top-color: rgba(52, 95, 130, 0.2) !important;
} .text-theme-colored1 {
color: var(--theme-color1) !important;
}
.text-hover-theme-colored1:hover {
color: var(--theme-color1) !important;
} .border-theme-colored1 {
border-color: var(--theme-color1) !important;
}
.border-1px-theme-colored1 {
border: 1px solid var(--theme-color1);
} .bg-theme-colored1 {
background-color: var(--theme-color1) !important;
}
.bg-hover-theme-colored1:hover {
background: var(--theme-color1) !important;
border-color: var(--theme-color1) !important;
color: #fff !important;
}
.bg-hover-theme-colored1:hover h1, .bg-hover-theme-colored1:hover h2, .bg-hover-theme-colored1:hover h3, .bg-hover-theme-colored1:hover h4, .bg-hover-theme-colored1:hover h5, .bg-hover-theme-colored1:hover h6, .bg-hover-theme-colored1:hover p, .bg-hover-theme-colored1:hover a, .bg-hover-theme-colored1:hover i {
color: #fff !important;
}
.list-icon.theme-colored1.square li i, .list-icon.theme-colored1.rounded li i {
background: var(--theme-color1);
} .bg-theme-colored1-lighter2 {
background-color: #376489 !important;
}
.bg-theme-colored1-lighter3 {
background-color: #38678d !important;
}
.bg-theme-colored1-darker2 {
background-color: #315a7b !important;
}
.bg-theme-colored1-darker3 {
background-color: #305777 !important;
} .bg-theme-colored1-transparent-9 {
background-color: rgba(52, 95, 130, 0.9) !important;
}
.bg-theme-colored1-transparent-8 {
background-color: rgba(52, 95, 130, 0.8) !important;
}
.bg-theme-colored1-transparent-7 {
background-color: rgba(52, 95, 130, 0.7) !important;
} .text-theme-colored1 .btn-plain-text, .text-theme-colored1 .btn-plain-text-with-arrow {
color: var(--theme-color1) !important;
} .layer-overlay { }
.layer-overlay.overlay-theme-colored1::before {
background-color: rgba(52, 95, 130, 0.8) !important;
}
.layer-overlay.overlay-theme-colored1-1::before {
background-color: rgba(52, 95, 130, 0.1);
}
.layer-overlay.overlay-theme-colored1-2::before {
background-color: rgba(52, 95, 130, 0.2);
}
.layer-overlay.overlay-theme-colored1-3::before {
background-color: rgba(52, 95, 130, 0.3);
}
.layer-overlay.overlay-theme-colored1-4::before {
background-color: rgba(52, 95, 130, 0.4);
}
.layer-overlay.overlay-theme-colored1-5::before {
background-color: rgba(52, 95, 130, 0.5);
}
.layer-overlay.overlay-theme-colored1-6::before {
background-color: rgba(52, 95, 130, 0.6);
}
.layer-overlay.overlay-theme-colored1-7::before {
background-color: rgba(52, 95, 130, 0.7);
}
.layer-overlay.overlay-theme-colored1-8::before {
background-color: rgba(52, 95, 130, 0.8);
}
.layer-overlay.overlay-theme-colored1-9::before {
background-color: rgba(52, 95, 130, 0.9);
} .icon-theme-colored1 a {
color: var(--theme-color1);
}
.icon-theme-colored1.icon-bordered a {
border-color: var(--theme-color1);
}
.icon-theme-colored1.icon-bordered a:hover {
background-color: var(--theme-color1);
color: #fff;
}
.icon-theme-colored1.icon-dark a {
background-color: var(--theme-color1);
color: #fff;
}
.icon-theme-colored1.icon-dark a:hover {
background-color: #25445e;
}
.icon-theme-colored1.icon-dark.icon-bordered a {
border-color: var(--theme-color1);
color: var(--theme-color1);
}
.icon-theme-colored1.icon-dark.icon-bordered a:hover {
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: #fff;
}
.icon-theme-colored1.icon-gray a {
color: var(--theme-color1);
}
.icon-theme-colored1.icon-gray a:hover {
color: #25445e;
}
.icon-theme-colored1.icon-gray.icon-bordered a {
color: var(--theme-color1);
}
.icon-theme-colored1.icon-gray.icon-bordered a:hover {
background-color: #eee;
border-color: #eee;
color: var(--theme-color1);
}
.icon-hover-theme-colored1 a:hover {
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: #fff;
} .icon-box.iconbox-theme-colored1 .icon {
color: var(--theme-color1);
}
.icon-box.iconbox-theme-colored1 .icon.icon-border-effect::after {
box-shadow: 0 0 0 3px var(--theme-color1);
}
.icon-box.iconbox-theme-colored1 .icon.icon-bordered {
border-color: var(--theme-color1);
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-bordered {
background-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1 .icon.icon-gray.icon-bordered {
border-color: #eee;
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-gray {
background-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-gray.icon-bordered {
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1 .icon.icon-dark {
background-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1 .icon.icon-dark.icon-bordered {
background-color: transparent;
border-color: var(--theme-color1);
color: var(--theme-color1);
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-dark {
color: #fff;
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-dark.icon-bordered {
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1 .icon.icon-white {
background-color: #fff;
color: var(--theme-color1);
}
.icon-box.iconbox-theme-colored1 .icon.icon-white.icon-bordered {
background-color: transparent;
border-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-white {
background-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1:hover .icon.icon-white.icon-bordered {
background-color: var(--theme-color1);
border-color: var(--theme-color1);
color: #fff;
}
.icon-box.iconbox-theme-colored1.iconbox-border {
border-color: var(--theme-color1);
}
.line-bottom-theme-colored1:after, .line-bottom-theme-colored1:before {
background: var(--theme-color1);
} .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored1:after {
background: var(--theme-color1);
} .text-theme-colored2 {
color: var(--theme-color2) !important;
}
.text-hover-theme-colored2:hover {
color: var(--theme-color2) !important;
} .border-theme-colored2 {
border-color: var(--theme-color2) !important;
}
.border-1px-theme-colored2 {
border: 1px solid var(--theme-color2);
} .bg-theme-colored2 {
background-color: var(--theme-color2) !important;
}
.bg-hover-theme-colored2:hover {
background: var(--theme-color2) !important;
border-color: var(--theme-color2) !important;
color: #fff !important;
}
.bg-hover-theme-colored2:hover h1, .bg-hover-theme-colored2:hover h2, .bg-hover-theme-colored2:hover h3, .bg-hover-theme-colored2:hover h4, .bg-hover-theme-colored2:hover h5, .bg-hover-theme-colored2:hover h6, .bg-hover-theme-colored2:hover p, .bg-hover-theme-colored2:hover a, .bg-hover-theme-colored2:hover i {
color: #fff !important;
}
.list-icon.theme-colored2.square li i, .list-icon.theme-colored2.rounded li i {
background: var(--theme-color2);
} .bg-theme-colored2-lighter2 {
background-color: #f1f7fb !important;
}
.bg-theme-colored2-lighter3 {
background-color: #f5fafc !important;
}
.bg-theme-colored2-darker2 {
background-color: #e1eff7 !important;
}
.bg-theme-colored2-darker3 {
background-color: #ddecf6 !important;
} .bg-theme-colored2-transparent-9 {
background-color: rgba(233, 243, 249, 0.9) !important;
}
.bg-theme-colored2-transparent-8 {
background-color: rgba(233, 243, 249, 0.8) !important;
}
.bg-theme-colored2-transparent-7 {
background-color: rgba(233, 243, 249, 0.7) !important;
} .text-theme-colored2 .btn-plain-text, .text-theme-colored2 .btn-plain-text-with-arrow {
color: var(--theme-color2) !important;
} .layer-overlay { }
.layer-overlay.overlay-theme-colored2::before {
background-color: rgba(233, 243, 249, 0.8) !important;
}
.layer-overlay.overlay-theme-colored2-1::before {
background-color: rgba(233, 243, 249, 0.1);
}
.layer-overlay.overlay-theme-colored2-2::before {
background-color: rgba(233, 243, 249, 0.2);
}
.layer-overlay.overlay-theme-colored2-3::before {
background-color: rgba(233, 243, 249, 0.3);
}
.layer-overlay.overlay-theme-colored2-4::before {
background-color: rgba(233, 243, 249, 0.4);
}
.layer-overlay.overlay-theme-colored2-5::before {
background-color: rgba(233, 243, 249, 0.5);
}
.layer-overlay.overlay-theme-colored2-6::before {
background-color: rgba(233, 243, 249, 0.6);
}
.layer-overlay.overlay-theme-colored2-7::before {
background-color: rgba(233, 243, 249, 0.7);
}
.layer-overlay.overlay-theme-colored2-8::before {
background-color: rgba(233, 243, 249, 0.8);
}
.layer-overlay.overlay-theme-colored2-9::before {
background-color: rgba(233, 243, 249, 0.9);
} .icon-theme-colored2 a {
color: var(--theme-color2);
}
.icon-theme-colored2.icon-bordered a {
border-color: var(--theme-color2);
}
.icon-theme-colored2.icon-bordered a:hover {
background-color: var(--theme-color2);
color: #fff;
}
.icon-theme-colored2.icon-dark a {
background-color: var(--theme-color2);
color: #fff;
}
.icon-theme-colored2.icon-dark a:hover {
background-color: #c1ddee;
}
.icon-theme-colored2.icon-dark.icon-bordered a {
border-color: var(--theme-color2);
color: var(--theme-color2);
}
.icon-theme-colored2.icon-dark.icon-bordered a:hover {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: #fff;
}
.icon-theme-colored2.icon-gray a {
color: var(--theme-color2);
}
.icon-theme-colored2.icon-gray a:hover {
color: #c1ddee;
}
.icon-theme-colored2.icon-gray.icon-bordered a {
color: var(--theme-color2);
}
.icon-theme-colored2.icon-gray.icon-bordered a:hover {
background-color: #eee;
border-color: #eee;
color: var(--theme-color2);
}
.icon-hover-theme-colored2 a:hover {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: #fff;
} .icon-box.iconbox-theme-colored2 .icon {
color: var(--theme-color2);
}
.icon-box.iconbox-theme-colored2 .icon.icon-border-effect::after {
box-shadow: 0 0 0 3px var(--theme-color2);
}
.icon-box.iconbox-theme-colored2 .icon.icon-bordered {
border-color: var(--theme-color2);
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-bordered {
background-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2 .icon.icon-gray.icon-bordered {
border-color: #eee;
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-gray {
background-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-gray.icon-bordered {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2 .icon.icon-dark {
background-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2 .icon.icon-dark.icon-bordered {
background-color: transparent;
border-color: var(--theme-color2);
color: var(--theme-color2);
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-dark {
color: #fff;
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-dark.icon-bordered {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2 .icon.icon-white {
background-color: #fff;
color: var(--theme-color2);
}
.icon-box.iconbox-theme-colored2 .icon.icon-white.icon-bordered {
background-color: transparent;
border-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-white {
background-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2:hover .icon.icon-white.icon-bordered {
background-color: var(--theme-color2);
border-color: var(--theme-color2);
color: #fff;
}
.icon-box.iconbox-theme-colored2.iconbox-border {
border-color: var(--theme-color2);
}
.line-bottom-theme-colored2:after {
background: var(--theme-color2);
} .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored2:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored2:after {
background: var(--theme-color2);
} .text-theme-colored3 {
color: var(--theme-color3) !important;
}
.text-hover-theme-colored3:hover {
color: var(--theme-color3) !important;
} .border-theme-colored3 {
border-color: var(--theme-color3) !important;
}
.border-1px-theme-colored3 {
border: 1px solid var(--theme-color3);
} .bg-theme-colored3 {
background-color: var(--theme-color3) !important;
}
.bg-hover-theme-colored3:hover {
background: var(--theme-color3) !important;
border-color: var(--theme-color3) !important;
color: #fff !important;
}
.bg-hover-theme-colored3:hover h1, .bg-hover-theme-colored3:hover h2, .bg-hover-theme-colored3:hover h3, .bg-hover-theme-colored3:hover h4, .bg-hover-theme-colored3:hover h5, .bg-hover-theme-colored3:hover h6, .bg-hover-theme-colored3:hover p, .bg-hover-theme-colored3:hover a, .bg-hover-theme-colored3:hover i {
color: #fff !important;
}
.list-icon.theme-colored3.square li i, .list-icon.theme-colored3.rounded li i {
background: var(--theme-color3);
} .bg-theme-colored3-lighter2 {
background-color: #f1f7fb !important;
}
.bg-theme-colored3-lighter3 {
background-color: #f5fafc !important;
}
.bg-theme-colored3-darker2 {
background-color: #e1eff7 !important;
}
.bg-theme-colored3-darker3 {
background-color: #ddecf6 !important;
} .bg-theme-colored3-transparent-9 {
background-color: rgba(233, 243, 249, 0.9) !important;
}
.bg-theme-colored3-transparent-8 {
background-color: rgba(233, 243, 249, 0.8) !important;
}
.bg-theme-colored3-transparent-7 {
background-color: rgba(233, 243, 249, 0.7) !important;
} .text-theme-colored3 .btn-plain-text, .text-theme-colored3 .btn-plain-text-with-arrow {
color: var(--theme-color3) !important;
} .layer-overlay { }
.layer-overlay.overlay-theme-colored3::before {
background-color: rgba(233, 243, 249, 0.8) !important;
}
.layer-overlay.overlay-theme-colored3-1::before {
background-color: rgba(233, 243, 249, 0.1);
}
.layer-overlay.overlay-theme-colored3-2::before {
background-color: rgba(233, 243, 249, 0.2);
}
.layer-overlay.overlay-theme-colored3-3::before {
background-color: rgba(233, 243, 249, 0.3);
}
.layer-overlay.overlay-theme-colored3-4::before {
background-color: rgba(233, 243, 249, 0.4);
}
.layer-overlay.overlay-theme-colored3-5::before {
background-color: rgba(233, 243, 249, 0.5);
}
.layer-overlay.overlay-theme-colored3-6::before {
background-color: rgba(233, 243, 249, 0.6);
}
.layer-overlay.overlay-theme-colored3-7::before {
background-color: rgba(233, 243, 249, 0.7);
}
.layer-overlay.overlay-theme-colored3-8::before {
background-color: rgba(233, 243, 249, 0.8);
}
.layer-overlay.overlay-theme-colored3-9::before {
background-color: rgba(233, 243, 249, 0.9);
} .icon-theme-colored3 a {
color: var(--theme-color3);
}
.icon-theme-colored3.icon-bordered a {
border-color: var(--theme-color3);
}
.icon-theme-colored3.icon-bordered a:hover {
background-color: var(--theme-color3);
color: #fff;
}
.icon-theme-colored3.icon-dark a {
background-color: var(--theme-color3);
color: #fff;
}
.icon-theme-colored3.icon-dark a:hover {
background-color: #c1ddee;
}
.icon-theme-colored3.icon-dark.icon-bordered a {
border-color: var(--theme-color3);
color: var(--theme-color3);
}
.icon-theme-colored3.icon-dark.icon-bordered a:hover {
background-color: var(--theme-color3);
border-color: var(--theme-color3);
color: #fff;
}
.icon-theme-colored3.icon-gray a {
color: var(--theme-color3);
}
.icon-theme-colored3.icon-gray a:hover {
color: #c1ddee;
}
.icon-theme-colored3.icon-gray.icon-bordered a {
color: var(--theme-color3);
}
.icon-theme-colored3.icon-gray.icon-bordered a:hover {
background-color: #eee;
border-color: #eee;
color: var(--theme-color3);
}
.icon-hover-theme-colored3 a:hover {
background-color: var(--theme-color3);
border-color: var(--theme-color3);
color: #fff;
} .icon-box.iconbox-theme-colored3 .icon {
color: var(--theme-color3);
}
.icon-box.iconbox-theme-colored3 .icon.icon-border-effect::after {
box-shadow: 0 0 0 3px var(--theme-color3);
}
.icon-box.iconbox-theme-colored3 .icon.icon-bordered {
border-color: var(--theme-color3);
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-bordered {
background-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3 .icon.icon-gray.icon-bordered {
border-color: #eee;
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-gray {
background-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-gray.icon-bordered {
background-color: var(--theme-color3);
border-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3 .icon.icon-dark {
background-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3 .icon.icon-dark.icon-bordered {
background-color: transparent;
border-color: var(--theme-color3);
color: var(--theme-color3);
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-dark {
color: #fff;
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-dark.icon-bordered {
background-color: var(--theme-color3);
border-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3 .icon.icon-white {
background-color: #fff;
color: var(--theme-color3);
}
.icon-box.iconbox-theme-colored3 .icon.icon-white.icon-bordered {
background-color: transparent;
border-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-white {
background-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3:hover .icon.icon-white.icon-bordered {
background-color: var(--theme-color3);
border-color: var(--theme-color3);
color: #fff;
}
.icon-box.iconbox-theme-colored3.iconbox-border {
border-color: var(--theme-color3);
}
.line-bottom-theme-colored3:after {
background: var(--theme-color3);
} .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored3:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored3:after {
background: var(--theme-color3);
} .text-theme-colored4 {
color: var(--theme-color4) !important;
}
.text-hover-theme-colored4:hover {
color: var(--theme-color4) !important;
} .border-theme-colored4 {
border-color: var(--theme-color4) !important;
}
.border-1px-theme-colored4 {
border: 1px solid var(--theme-color4);
} .bg-theme-colored4 {
background-color: var(--theme-color4) !important;
}
.bg-hover-theme-colored4:hover {
background: var(--theme-color4) !important;
border-color: var(--theme-color4) !important;
color: #fff !important;
}
.bg-hover-theme-colored4:hover h1, .bg-hover-theme-colored4:hover h2, .bg-hover-theme-colored4:hover h3, .bg-hover-theme-colored4:hover h4, .bg-hover-theme-colored4:hover h5, .bg-hover-theme-colored4:hover h6, .bg-hover-theme-colored4:hover p, .bg-hover-theme-colored4:hover a, .bg-hover-theme-colored4:hover i {
color: #fff !important;
}
.list-icon.theme-colored4.square li i, .list-icon.theme-colored4.rounded li i {
background: var(--theme-color4);
} .bg-theme-colored4-lighter2 {
background-color: #f1f7fb !important;
}
.bg-theme-colored4-lighter3 {
background-color: #f5fafc !important;
}
.bg-theme-colored4-darker2 {
background-color: #e1eff7 !important;
}
.bg-theme-colored4-darker3 {
background-color: #ddecf6 !important;
} .bg-theme-colored4-transparent-9 {
background-color: rgba(233, 243, 249, 0.9) !important;
}
.bg-theme-colored4-transparent-8 {
background-color: rgba(233, 243, 249, 0.8) !important;
}
.bg-theme-colored4-transparent-7 {
background-color: rgba(233, 243, 249, 0.7) !important;
}
.bg-theme-colored4-transparent {
background-color: rgba(233, 243, 249, 0.5) !important;
} .text-theme-colored4 .btn-plain-text, .text-theme-colored4 .btn-plain-text-with-arrow {
color: var(--theme-color4) !important;
} .layer-overlay { }
.layer-overlay.overlay-theme-colored4::before {
background-color: rgba(233, 243, 249, 0.8) !important;
}
.layer-overlay.overlay-theme-colored4-1::before {
background-color: rgba(233, 243, 249, 0.1);
}
.layer-overlay.overlay-theme-colored4-2::before {
background-color: rgba(233, 243, 249, 0.2);
}
.layer-overlay.overlay-theme-colored4-3::before {
background-color: rgba(233, 243, 249, 0.3);
}
.layer-overlay.overlay-theme-colored4-4::before {
background-color: rgba(233, 243, 249, 0.4);
}
.layer-overlay.overlay-theme-colored4-5::before {
background-color: rgba(233, 243, 249, 0.5);
}
.layer-overlay.overlay-theme-colored4-6::before {
background-color: rgba(233, 243, 249, 0.6);
}
.layer-overlay.overlay-theme-colored4-7::before {
background-color: rgba(233, 243, 249, 0.7);
}
.layer-overlay.overlay-theme-colored4-8::before {
background-color: rgba(233, 243, 249, 0.8);
}
.layer-overlay.overlay-theme-colored4-9::before {
background-color: rgba(233, 243, 249, 0.9);
} .icon-theme-colored4 a {
color: var(--theme-color4);
}
.icon-theme-colored4.icon-bordered a {
border-color: var(--theme-color4);
}
.icon-theme-colored4.icon-bordered a:hover {
background-color: var(--theme-color4);
color: #fff;
}
.icon-theme-colored4.icon-dark a {
background-color: var(--theme-color4);
color: #fff;
}
.icon-theme-colored4.icon-dark a:hover {
background-color: #c1ddee;
}
.icon-theme-colored4.icon-dark.icon-bordered a {
border-color: var(--theme-color4);
color: var(--theme-color4);
}
.icon-theme-colored4.icon-dark.icon-bordered a:hover {
background-color: var(--theme-color4);
border-color: var(--theme-color4);
color: #fff;
}
.icon-theme-colored4.icon-gray a {
color: var(--theme-color4);
}
.icon-theme-colored4.icon-gray a:hover {
color: #c1ddee;
}
.icon-theme-colored4.icon-gray.icon-bordered a {
color: var(--theme-color4);
}
.icon-theme-colored4.icon-gray.icon-bordered a:hover {
background-color: #eee;
border-color: #eee;
color: var(--theme-color4);
}
.icon-hover-theme-colored4 a:hover {
background-color: var(--theme-color4);
border-color: var(--theme-color4);
color: #fff;
} .icon-box.iconbox-theme-colored4 .icon {
color: var(--theme-color4);
}
.icon-box.iconbox-theme-colored4 .icon.icon-border-effect::after {
box-shadow: 0 0 0 3px var(--theme-color4);
}
.icon-box.iconbox-theme-colored4 .icon.icon-bordered {
border-color: var(--theme-color4);
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-bordered {
background-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4 .icon.icon-gray.icon-bordered {
border-color: #eee;
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-gray {
background-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-gray.icon-bordered {
background-color: var(--theme-color4);
border-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4 .icon.icon-dark {
background-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4 .icon.icon-dark.icon-bordered {
background-color: transparent;
border-color: var(--theme-color4);
color: var(--theme-color4);
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-dark {
color: #fff;
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-dark.icon-bordered {
background-color: var(--theme-color4);
border-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4 .icon.icon-white {
background-color: #fff;
color: var(--theme-color4);
}
.icon-box.iconbox-theme-colored4 .icon.icon-white.icon-bordered {
background-color: transparent;
border-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-white {
background-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4:hover .icon.icon-white.icon-bordered {
background-color: var(--theme-color4);
border-color: var(--theme-color4);
color: #fff;
}
.icon-box.iconbox-theme-colored4.iconbox-border {
border-color: var(--theme-color4);
}
.line-bottom-theme-colored4:after {
background: var(--theme-color4);
} .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored4:after, footer#footer .widget .widget-title.widget-title-line-bottom.line-bottom-theme-colored4:after {
background: var(--theme-color4);
} .menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li:hover > a {
color: #fff;
}
@media (min-width: 1025px) {
.menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-rounded-boxed .menuzord-menu > li:hover > a {
color: var(--text-color-bg-theme-color1);
background: var(--theme-color1);
}
}
.menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-boxed .menuzord-menu ul.dropdown li:hover > a {
background: var(--theme-color1);
color: #fff;
}
.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu ul.dropdown li:hover > a {
border-color: var(--theme-color1) !important;
}
.menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-top-bottom-boxed-border .menuzord-menu ul.dropdown li:hover > a {
border-color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-left .menuzord-menu ul.dropdown li:hover > a {
border-color: var(--theme-color1);
color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu ul.dropdown li:hover > a {
color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li.active, .menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu > li:hover, .menuzord.menuzord-color-default.menuzord-border-top .menuzord-menu ul.dropdown li:hover {
border-top-color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover > a {
color: var(--theme-color2);
}
@media (max-width: 1024px) {
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover > a {
color: #fff;
}
}
.menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li.active, .menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu > li:hover, .menuzord.menuzord-color-default.menuzord-border-bottom .menuzord-menu ul.dropdown li:hover {
border-bottom-color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu ul.dropdown li:hover > a {
color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li.active, .menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu > li:hover, .menuzord.menuzord-color-default.menuzord-border-top-bottom .menuzord-menu ul.dropdown li:hover {
border-color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu ul.dropdown li:hover > a {
color: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li.active > a:before, .menuzord.menuzord-color-default.menuzord-bottom-trace .menuzord-menu > li:hover > a:before {
background: var(--theme-color1);
}
.menuzord.menuzord-color-default.menuzord-default .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-default .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-default .menuzord-menu ul.dropdown li:hover > a {
color: var(--theme-color2);
}
@media (max-width: 1024px) {
.menuzord.menuzord-color-default.menuzord-default .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-default .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-default .menuzord-menu ul.dropdown li:hover > a {
color: var(--mobile-menu-item-link-text-color-hover);
}
}
.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li.active > a, .menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li:hover > a, .menuzord.menuzord-color-default.menuzord-strip .menuzord-menu ul.dropdown li:hover > a {
color: #fff;
}
.menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li.active, .menuzord.menuzord-color-default.menuzord-strip .menuzord-menu > li:hover, .menuzord.menuzord-color-default.menuzord-strip .menuzord-menu ul.dropdown li:hover {
background: var(--theme-color1);
} .tm-accordion.accordion-gradient.accordion-theme-colored1 .card .card-header .title:not(.collapsed) {
background: var(--theme-color1);
background: linear-gradient(0deg, #345f82 0%, #4b87b7 45%, #709fc6 100%);
color: var(--text-color-bg-theme-color1);
}
.tm-accordion.accordion-gradient.accordion-theme-colored2 .card .card-header .title:not(.collapsed) {
background: var(--theme-color2);
background: linear-gradient(0deg, #e9f3f9 0%, white 45%, white 100%);
color: var(--text-color-bg-theme-color2);
}
.tm-accordion.accordion-gradient.accordion-theme-colored3 .card .card-header .title:not(.collapsed) {
background: var(--theme-color3);
background: linear-gradient(0deg, #e9f3f9 0%, white 45%, white 100%);
color: var(--text-color-bg-theme-color3);
}
.tm-accordion.accordion-gradient.accordion-theme-colored4 .card .card-header .title:not(.collapsed) {
background: var(--theme-color4);
background: linear-gradient(0deg, #e9f3f9 0%, white 45%, white 100%);
color: var(--text-color-bg-theme-color4);
} .tm-sc-blog.blog-classic article .entry-header .post-single-meta {
background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-header .post-single-meta {
background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-content .post-btn-readmore {
border-color: var(--theme-color1);
background-color: #fff;
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore {
background-color: var(--theme-color1);
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
color: #fff;
}
.tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .post-thumb .post-thumb-inner .thumb:after {
background-color: rgba(52, 95, 130, 0.94);
} .btn-theme-colored1 {
color: #fff;
background-color: #345f82;
border-color: #345f82;
}
.btn-theme-colored1:hover {
color: #fff;
background-color: #2c516f;
border-color: #2a4c68;
}
.btn-check:focus + .btn-theme-colored1, .btn-theme-colored1:focus {
color: #fff;
background-color: #2c516f;
border-color: #2a4c68;
box-shadow: 0 0 0 0.25rem rgba(82, 119, 149, 0.5);
}
.btn-check:checked + .btn-theme-colored1, .btn-check:active + .btn-theme-colored1, .btn-theme-colored1:active, .btn-theme-colored1.active, .show > .btn-theme-colored1.dropdown-toggle {
color: #fff;
background-color: #2a4c68;
border-color: #274762;
}
.btn-check:checked + .btn-theme-colored1:focus, .btn-check:active + .btn-theme-colored1:focus, .btn-theme-colored1:active:focus, .btn-theme-colored1.active:focus, .show > .btn-theme-colored1.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(82, 119, 149, 0.5);
}
.btn-theme-colored1:disabled, .btn-theme-colored1.disabled {
color: #fff;
background-color: #345f82;
border-color: #345f82;
}
.btn-theme-colored2 {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-theme-colored2:hover {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
}
.btn-check:focus + .btn-theme-colored2, .btn-theme-colored2:focus {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-check:checked + .btn-theme-colored2, .btn-check:active + .btn-theme-colored2, .btn-theme-colored2:active, .btn-theme-colored2.active, .show > .btn-theme-colored2.dropdown-toggle {
color: #000;
background-color: #edf5fa;
border-color: #ebf4fa;
}
.btn-check:checked + .btn-theme-colored2:focus, .btn-check:active + .btn-theme-colored2:focus, .btn-theme-colored2:active:focus, .btn-theme-colored2.active:focus, .show > .btn-theme-colored2.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-theme-colored2:disabled, .btn-theme-colored2.disabled {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-theme-colored3 {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-theme-colored3:hover {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
}
.btn-check:focus + .btn-theme-colored3, .btn-theme-colored3:focus {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-check:checked + .btn-theme-colored3, .btn-check:active + .btn-theme-colored3, .btn-theme-colored3:active, .btn-theme-colored3.active, .show > .btn-theme-colored3.dropdown-toggle {
color: #000;
background-color: #edf5fa;
border-color: #ebf4fa;
}
.btn-check:checked + .btn-theme-colored3:focus, .btn-check:active + .btn-theme-colored3:focus, .btn-theme-colored3:active:focus, .btn-theme-colored3.active:focus, .show > .btn-theme-colored3.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-theme-colored3:disabled, .btn-theme-colored3.disabled {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-theme-colored4 {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-theme-colored4:hover {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
}
.btn-check:focus + .btn-theme-colored4, .btn-theme-colored4:focus {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-check:checked + .btn-theme-colored4, .btn-check:active + .btn-theme-colored4, .btn-theme-colored4:active, .btn-theme-colored4.active, .show > .btn-theme-colored4.dropdown-toggle {
color: #000;
background-color: #edf5fa;
border-color: #ebf4fa;
}
.btn-check:checked + .btn-theme-colored4:focus, .btn-check:active + .btn-theme-colored4:focus, .btn-theme-colored4:active:focus, .btn-theme-colored4.active:focus, .show > .btn-theme-colored4.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-theme-colored4:disabled, .btn-theme-colored4.disabled {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-outline-theme-colored1 {
color: #345f82;
border-color: #345f82;
}
.btn-outline-theme-colored1:hover {
color: #fff;
background-color: #345f82;
border-color: #345f82;
}
.btn-check:focus + .btn-outline-theme-colored1, .btn-outline-theme-colored1:focus {
box-shadow: 0 0 0 0.25rem rgba(52, 95, 130, 0.5);
}
.btn-check:checked + .btn-outline-theme-colored1, .btn-check:active + .btn-outline-theme-colored1, .btn-outline-theme-colored1:active, .btn-outline-theme-colored1.active, .btn-outline-theme-colored1.dropdown-toggle.show {
color: #fff;
background-color: #345f82;
border-color: #345f82;
}
.btn-check:checked + .btn-outline-theme-colored1:focus, .btn-check:active + .btn-outline-theme-colored1:focus, .btn-outline-theme-colored1:active:focus, .btn-outline-theme-colored1.active:focus, .btn-outline-theme-colored1.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(52, 95, 130, 0.5);
}
.btn-outline-theme-colored1:disabled, .btn-outline-theme-colored1.disabled {
color: #345f82;
background-color: transparent;
}
.btn-outline-theme-colored2 {
color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-outline-theme-colored2:hover {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-check:focus + .btn-outline-theme-colored2, .btn-outline-theme-colored2:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 243, 249, 0.5);
}
.btn-check:checked + .btn-outline-theme-colored2, .btn-check:active + .btn-outline-theme-colored2, .btn-outline-theme-colored2:active, .btn-outline-theme-colored2.active, .btn-outline-theme-colored2.dropdown-toggle.show {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-check:checked + .btn-outline-theme-colored2:focus, .btn-check:active + .btn-outline-theme-colored2:focus, .btn-outline-theme-colored2:active:focus, .btn-outline-theme-colored2.active:focus, .btn-outline-theme-colored2.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 243, 249, 0.5);
}
.btn-outline-theme-colored2:disabled, .btn-outline-theme-colored2.disabled {
color: #e9f3f9;
background-color: transparent;
}
.btn-outline-theme-colored3 {
color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-outline-theme-colored3:hover {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-check:focus + .btn-outline-theme-colored3, .btn-outline-theme-colored3:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 243, 249, 0.5);
}
.btn-check:checked + .btn-outline-theme-colored3, .btn-check:active + .btn-outline-theme-colored3, .btn-outline-theme-colored3:active, .btn-outline-theme-colored3.active, .btn-outline-theme-colored3.dropdown-toggle.show {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-check:checked + .btn-outline-theme-colored3:focus, .btn-check:active + .btn-outline-theme-colored3:focus, .btn-outline-theme-colored3:active:focus, .btn-outline-theme-colored3.active:focus, .btn-outline-theme-colored3.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 243, 249, 0.5);
}
.btn-outline-theme-colored3:disabled, .btn-outline-theme-colored3.disabled {
color: #e9f3f9;
background-color: transparent;
}
.btn-outline-theme-colored4 {
color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-outline-theme-colored4:hover {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-check:focus + .btn-outline-theme-colored4, .btn-outline-theme-colored4:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 243, 249, 0.5);
}
.btn-check:checked + .btn-outline-theme-colored4, .btn-check:active + .btn-outline-theme-colored4, .btn-outline-theme-colored4:active, .btn-outline-theme-colored4.active, .btn-outline-theme-colored4.dropdown-toggle.show {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-check:checked + .btn-outline-theme-colored4:focus, .btn-check:active + .btn-outline-theme-colored4:focus, .btn-outline-theme-colored4:active:focus, .btn-outline-theme-colored4.active:focus, .btn-outline-theme-colored4.dropdown-toggle.show:focus {
box-shadow: 0 0 0 0.25rem rgba(233, 243, 249, 0.5);
}
.btn-outline-theme-colored4:disabled, .btn-outline-theme-colored4.disabled {
color: #e9f3f9;
background-color: transparent;
}
.btn-gradient-theme-colored1 {
color: #fff;
background-color: #345f82;
border-color: #345f82;
background-size: 200% auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to right, #345f82 0%, #4680b0 30%, #345f82 100%);
}
.btn-gradient-theme-colored1:hover {
color: #fff;
background-color: #2c516f;
border-color: #2a4c68;
background-color: transparent;
background-position: right center;
}
.btn-check:focus + .btn-gradient-theme-colored1, .btn-gradient-theme-colored1:focus {
color: #fff;
background-color: #2c516f;
border-color: #2a4c68;
box-shadow: 0 0 0 0.25rem rgba(82, 119, 149, 0.5);
}
.btn-check:checked + .btn-gradient-theme-colored1, .btn-check:active + .btn-gradient-theme-colored1, .btn-gradient-theme-colored1:active, .btn-gradient-theme-colored1.active, .show > .btn-gradient-theme-colored1.dropdown-toggle {
color: #fff;
background-color: #2a4c68;
border-color: #274762;
}
.btn-check:checked + .btn-gradient-theme-colored1:focus, .btn-check:active + .btn-gradient-theme-colored1:focus, .btn-gradient-theme-colored1:active:focus, .btn-gradient-theme-colored1.active:focus, .show > .btn-gradient-theme-colored1.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(82, 119, 149, 0.5);
}
.btn-gradient-theme-colored1:disabled, .btn-gradient-theme-colored1.disabled {
color: #fff;
background-color: #345f82;
border-color: #345f82;
}
.btn-gradient-theme-colored2 {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
background-size: 200% auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to right, #e9f3f9 0%, white 30%, #e9f3f9 100%);
}
.btn-gradient-theme-colored2:hover {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
background-color: transparent;
background-position: right center;
}
.btn-check:focus + .btn-gradient-theme-colored2, .btn-gradient-theme-colored2:focus {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-check:checked + .btn-gradient-theme-colored2, .btn-check:active + .btn-gradient-theme-colored2, .btn-gradient-theme-colored2:active, .btn-gradient-theme-colored2.active, .show > .btn-gradient-theme-colored2.dropdown-toggle {
color: #000;
background-color: #edf5fa;
border-color: #ebf4fa;
}
.btn-check:checked + .btn-gradient-theme-colored2:focus, .btn-check:active + .btn-gradient-theme-colored2:focus, .btn-gradient-theme-colored2:active:focus, .btn-gradient-theme-colored2.active:focus, .show > .btn-gradient-theme-colored2.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-gradient-theme-colored2:disabled, .btn-gradient-theme-colored2.disabled {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-gradient-theme-colored3 {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
background-size: 200% auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to right, #e9f3f9 0%, white 30%, #e9f3f9 100%);
}
.btn-gradient-theme-colored3:hover {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
background-color: transparent;
background-position: right center;
}
.btn-check:focus + .btn-gradient-theme-colored3, .btn-gradient-theme-colored3:focus {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-check:checked + .btn-gradient-theme-colored3, .btn-check:active + .btn-gradient-theme-colored3, .btn-gradient-theme-colored3:active, .btn-gradient-theme-colored3.active, .show > .btn-gradient-theme-colored3.dropdown-toggle {
color: #000;
background-color: #edf5fa;
border-color: #ebf4fa;
}
.btn-check:checked + .btn-gradient-theme-colored3:focus, .btn-check:active + .btn-gradient-theme-colored3:focus, .btn-gradient-theme-colored3:active:focus, .btn-gradient-theme-colored3.active:focus, .show > .btn-gradient-theme-colored3.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-gradient-theme-colored3:disabled, .btn-gradient-theme-colored3.disabled {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-gradient-theme-colored4 {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
background-size: 200% auto;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
background-image: linear-gradient(to right, #e9f3f9 0%, white 30%, #e9f3f9 100%);
}
.btn-gradient-theme-colored4:hover {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
background-color: transparent;
background-position: right center;
}
.btn-check:focus + .btn-gradient-theme-colored4, .btn-gradient-theme-colored4:focus {
color: #000;
background-color: #ecf5fa;
border-color: #ebf4fa;
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-check:checked + .btn-gradient-theme-colored4, .btn-check:active + .btn-gradient-theme-colored4, .btn-gradient-theme-colored4:active, .btn-gradient-theme-colored4.active, .show > .btn-gradient-theme-colored4.dropdown-toggle {
color: #000;
background-color: #edf5fa;
border-color: #ebf4fa;
}
.btn-check:checked + .btn-gradient-theme-colored4:focus, .btn-check:active + .btn-gradient-theme-colored4:focus, .btn-gradient-theme-colored4:active:focus, .btn-gradient-theme-colored4.active:focus, .show > .btn-gradient-theme-colored4.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(198, 207, 212, 0.5);
}
.btn-gradient-theme-colored4:disabled, .btn-gradient-theme-colored4.disabled {
color: #000;
background-color: #e9f3f9;
border-color: #e9f3f9;
}
.btn-light-gray:hover {
color: #fff;
border-color: var(--theme-color1);
background-color: var(--theme-color1);
}
.btn-modern-white:after {
background-color: var(--theme-color1);
}
.btn-modern-white:hover {
border-color: var(--theme-color1);
}
.btn-modern-theme-colored {
border-color: var(--theme-color1);
background-color: var(--theme-color1);
}
.hvr-sweep-to-right[class^="btn-outline-"]:hover, .hvr-sweep-to-right[class^="btn-outline-"]:focus, .hvr-sweep-to-right[class^="btn-outline-"]:active, .hvr-sweep-to-right[class*=" btn-outline-"]:hover, .hvr-sweep-to-right[class*=" btn-outline-"]:focus, .hvr-sweep-to-right[class*=" btn-outline-"]:active, .hvr-bounce-to-right[class^="btn-outline-"]:hover, .hvr-bounce-to-right[class^="btn-outline-"]:focus, .hvr-bounce-to-right[class^="btn-outline-"]:active, .hvr-bounce-to-right[class*=" btn-outline-"]:hover, .hvr-bounce-to-right[class*=" btn-outline-"]:focus, .hvr-bounce-to-right[class*=" btn-outline-"]:active, .hvr-shutter-out-horizontal[class^="btn-outline-"]:hover, .hvr-shutter-out-horizontal[class^="btn-outline-"]:focus, .hvr-shutter-out-horizontal[class^="btn-outline-"]:active, .hvr-shutter-out-horizontal[class*=" btn-outline-"]:hover, .hvr-shutter-out-horizontal[class*=" btn-outline-"]:focus, .hvr-shutter-out-horizontal[class*=" btn-outline-"]:active {
background-color: transparent;
}
.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored1:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored1:before, .hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored1:before, .hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored1:before, .hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored1:before, .hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored1:before {
background: #345f82;
}
.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored2:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored2:before, .hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored2:before, .hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored2:before, .hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored2:before, .hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored2:before {
background: #e9f3f9;
}
.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored3:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored3:before, .hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored3:before, .hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored3:before, .hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored3:before, .hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored3:before {
background: #e9f3f9;
}
.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-theme-colored4:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-theme-colored4:before, .hvr-bounce-to-right[class^="btn-outline-"].btn-outline-theme-colored4:before, .hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-theme-colored4:before, .hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-theme-colored4:before, .hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-theme-colored4:before {
background: #e9f3f9;
}
.btn-theme-colored1 {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color1);
border-color: var(--theme-color1);
}
.btn-theme-colored1:hover, .btn-theme-colored1:focus {
color: var(--text-color-bg-theme-color3);
background-color: var(--theme-color1);
border-color: var(--theme-color1);
}
.btn-theme-colored2 {
color: var(--text-color-bg-theme-color2);
background-color: var(--theme-color2);
border-color: var(--theme-color2);
}
.btn-theme-colored2:hover, .btn-theme-colored2:focus {
color: var(--text-color-bg-theme-color3);
background-color: var(--theme-color2);
border-color: var(--theme-color2);
}
.btn-theme-colored3 {
color: var(--text-color-bg-theme-color3);
background-color: var(--theme-color3);
border-color: var(--theme-color3);
}
.btn-theme-colored3:hover, .btn-theme-colored3:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color3);
border-color: var(--theme-color3);
}
.btn-theme-colored4 {
color: var(--text-color-bg-theme-color4);
background-color: var(--theme-color4);
border-color: var(--theme-color4);
}
.btn-theme-colored4:hover, .btn-theme-colored4:focus {
color: var(--text-color-bg-theme-color1);
background-color: var(--theme-color4);
border-color: var(--theme-color4);
}
.btn-outline-theme-colored1:hover, .btn-outline-theme-colored2:hover {
border-color: var(--theme-color3) !important;
color: #fff !important;
} .icon-box.iconbox-style3-moving-border-bottom:after {
background-image: -moz-linear-gradient(0deg, #345f82 0%, #5e93be 100%);
background-image: -webkit-linear-gradient(0deg, #345f82 0%, #5e93be 100%);
background-image: -ms-linear-gradient(0deg, #345f82 0%, #5e93be 100%);
background-image: gradient(0deg, #345f82 0%, #5e93be 100%);
}
.icon-box.iconbox-style4-bgcolor:before {
background-color: var(--theme-color2);
}
.icon-box.iconbox-style5-moving-bgcolor:before {
background-color: var(--theme-color2);
}
.icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
background-color: var(--theme-color1);
}
.icon-box.iconbox-style6-moving-double-bgcolor:after {
background-color: var(--theme-color2);
}
.icon-box.iconbox-style7-hover-moving-border:after {
border-right-color: rgba(52, 95, 130, 0.7);
border-left-color: rgba(52, 95, 130, 0.7);
}
.icon-box.iconbox-style7-hover-moving-border:before {
border-top-color: rgba(52, 95, 130, 0.7);
border-bottom-color: rgba(52, 95, 130, 0.7);
}
.tm-features-icon-box .icon-box-wrapper:after {
color: var(--theme-color1);
}
.tm-features-icon-box:before, .tm-features-icon-box:after {
background-color: var(--theme-color1);
} .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a:hover {
background: var(--theme-color1);
border-color: var(--theme-color1);
}
.tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a.active {
background: var(--theme-color1);
border-color: var(--theme-color1);
}
.tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs:before {
background-image: -webkit-linear-gradient(0deg, #345f82 30%, rgba(52, 95, 130, 0.8) 100%);
background-image: -ms-linear-gradient(0deg, #345f82 30%, rgba(52, 95, 130, 0.8) 100%);
}
.tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li:last-child:before {
background: var(--theme-color1);
} .styled-icons.icon-theme-colored1.icon-dark a {
background: var(--theme-color1);
}
.styled-icons.icon-theme-colored1.icon-dark a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored1.icon-dark a:hover:after {
box-shadow: inset 0 0 0 50px #25445e;
}
.styled-icons.icon-theme-colored1.icon-dark.icon-bordered a {
background: transparent;
}
.styled-icons.icon-theme-colored1.icon-dark.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color1);
}
.styled-icons.icon-theme-colored1.icon-gray a {
color: var(--theme-color1);
}
.styled-icons.icon-theme-colored1.icon-gray a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored1.icon-gray a:hover:after {
box-shadow: inset 0 0 0 50px #25445e;
}
.styled-icons.icon-theme-colored1.icon-gray.icon-bordered a {
color: var(--theme-color1);
border: 1px solid var(--theme-color1);
}
.styled-icons.icon-theme-colored1.icon-gray.icon-bordered a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored1.icon-gray.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color1);
}
.styled-icons.icon-theme-colored2.icon-dark a {
background: var(--theme-color2);
}
.styled-icons.icon-theme-colored2.icon-dark a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored2.icon-dark a:hover:after {
box-shadow: inset 0 0 0 50px #c1ddee;
}
.styled-icons.icon-theme-colored2.icon-dark.icon-bordered a {
background: transparent;
}
.styled-icons.icon-theme-colored2.icon-dark.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color2);
}
.styled-icons.icon-theme-colored2.icon-gray a {
color: var(--theme-color2);
}
.styled-icons.icon-theme-colored2.icon-gray a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored2.icon-gray a:hover:after {
box-shadow: inset 0 0 0 50px #c1ddee;
}
.styled-icons.icon-theme-colored2.icon-gray.icon-bordered a {
color: var(--theme-color2);
border: 1px solid var(--theme-color2);
}
.styled-icons.icon-theme-colored2.icon-gray.icon-bordered a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored2.icon-gray.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color2);
}
.styled-icons.icon-theme-colored3.icon-dark a {
background: var(--theme-color3);
}
.styled-icons.icon-theme-colored3.icon-dark a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored3.icon-dark a:hover:after {
box-shadow: inset 0 0 0 50px #c1ddee;
}
.styled-icons.icon-theme-colored3.icon-dark.icon-bordered a {
background: transparent;
}
.styled-icons.icon-theme-colored3.icon-dark.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color3);
}
.styled-icons.icon-theme-colored3.icon-gray a {
color: var(--theme-color3);
}
.styled-icons.icon-theme-colored3.icon-gray a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored3.icon-gray a:hover:after {
box-shadow: inset 0 0 0 50px #c1ddee;
}
.styled-icons.icon-theme-colored3.icon-gray.icon-bordered a {
color: var(--theme-color3);
border: 1px solid var(--theme-color3);
}
.styled-icons.icon-theme-colored3.icon-gray.icon-bordered a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored3.icon-gray.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color3);
}
.styled-icons.icon-theme-colored4.icon-dark a {
background: var(--theme-color4);
}
.styled-icons.icon-theme-colored4.icon-dark a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored4.icon-dark a:hover:after {
box-shadow: inset 0 0 0 50px #c1ddee;
}
.styled-icons.icon-theme-colored4.icon-dark.icon-bordered a {
background: transparent;
}
.styled-icons.icon-theme-colored4.icon-dark.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color4);
}
.styled-icons.icon-theme-colored4.icon-gray a {
color: var(--theme-color4);
}
.styled-icons.icon-theme-colored4.icon-gray a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored4.icon-gray a:hover:after {
box-shadow: inset 0 0 0 50px #c1ddee;
}
.styled-icons.icon-theme-colored4.icon-gray.icon-bordered a {
color: var(--theme-color4);
border: 1px solid var(--theme-color4);
}
.styled-icons.icon-theme-colored4.icon-gray.icon-bordered a:hover {
color: #fff;
}
.styled-icons.icon-theme-colored4.icon-gray.icon-bordered a:hover:after {
box-shadow: inset 0 0 0 50px var(--theme-color4);
}  .widget-brochure-box .brochure-box .brochure-icon {
color: var(--theme-color1);
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored1 {
background: var(--theme-color1);
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored1 .brochure-icon {
border-right-color: #305777;
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored1 .text {
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored1:hover {
background: #2b4f6c;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored1:hover .brochure-icon {
border-right-color: #274761;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored2 {
background: var(--theme-color2);
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored2 .brochure-icon {
border-right-color: #ddecf6;
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored2 .text {
color: #fff;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored2:hover {
background: #d1e6f2;
}
.widget-brochure-box .brochure-box.brochure-box-theme-colored2:hover .brochure-icon {
border-right-color: #c5dfef;
} .widget-contact-info .contact-info.contact-icon-theme-colored1 li .icon i {
color: var(--theme-color1);
}
.widget-contact-info .contact-info.contact-icon-theme-colored2 li .icon i {
color: var(--theme-color2);
}
.widget-contact-info .contact-info.contact-icon-theme-colored3 li .icon i {
color: var(--theme-color3);
}
.widget-contact-info .contact-info.contact-icon-theme-colored4 li .icon i {
color: var(--theme-color4);
}  .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]), .woosc_table .button, .woosc_table .added_to_cart, .woosw-item .added_to_cart {
color: #fff;
background-color: #345f82;
border-color: #345f82;
color: var(--text-color-bg-theme-color1);
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover, .woosc_table .button:hover, .woosc_table .added_to_cart:hover, .woosw-item .added_to_cart:hover {
color: #fff;
background-color: #2c516f;
border-color: #2a4c68;
}
.btn-check:focus + .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]), .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus, .btn-check:focus + .woosc_table .button, .woosc_table .button:focus, .btn-check:focus + .woosc_table .added_to_cart, .woosc_table .added_to_cart:focus, .btn-check:focus + .woosw-item .added_to_cart, .woosw-item .added_to_cart:focus {
color: #fff;
background-color: #2c516f;
border-color: #2a4c68;
box-shadow: 0 0 0 0.25rem rgba(82, 119, 149, 0.5);
}
.btn-check:checked + .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]), .btn-check:active + .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]), .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):active, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).active, .show > .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).dropdown-toggle, .btn-check:checked + .woosc_table .button, .btn-check:active + .woosc_table .button, .woosc_table .button:active, .woosc_table .button.active, .show > .woosc_table .button.dropdown-toggle, .btn-check:checked + .woosc_table .added_to_cart, .btn-check:active + .woosc_table .added_to_cart, .woosc_table .added_to_cart:active, .woosc_table .added_to_cart.active, .show > .woosc_table .added_to_cart.dropdown-toggle, .btn-check:checked + .woosw-item .added_to_cart, .btn-check:active + .woosw-item .added_to_cart, .woosw-item .added_to_cart:active, .woosw-item .added_to_cart.active, .show > .woosw-item .added_to_cart.dropdown-toggle {
color: #fff;
background-color: #2a4c68;
border-color: #274762;
}
.btn-check:checked + .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus, .btn-check:active + .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):active:focus, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).active:focus, .show > .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).dropdown-toggle:focus, .btn-check:checked + .woosc_table .button:focus, .btn-check:active + .woosc_table .button:focus, .woosc_table .button:active:focus, .woosc_table .button.active:focus, .show > .woosc_table .button.dropdown-toggle:focus, .btn-check:checked + .woosc_table .added_to_cart:focus, .btn-check:active + .woosc_table .added_to_cart:focus, .woosc_table .added_to_cart:active:focus, .woosc_table .added_to_cart.active:focus, .show > .woosc_table .added_to_cart.dropdown-toggle:focus, .btn-check:checked + .woosw-item .added_to_cart:focus, .btn-check:active + .woosw-item .added_to_cart:focus, .woosw-item .added_to_cart:active:focus, .woosw-item .added_to_cart.active:focus, .show > .woosw-item .added_to_cart.dropdown-toggle:focus {
box-shadow: 0 0 0 0.25rem rgba(82, 119, 149, 0.5);
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled, .woosc_table .button:disabled, .woosc_table .button.disabled, .woosc_table .added_to_cart:disabled, .woosc_table .added_to_cart.disabled, .woosw-item .added_to_cart:disabled, .woosw-item .added_to_cart.disabled {
color: #fff;
background-color: #345f82;
border-color: #345f82;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):hover, .woosc_table .button:hover, .woosc_table .added_to_cart:hover, .woosw-item .added_to_cart:hover {
color: var(--text-color-bg-theme-color3);
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):focus, .woosc_table .button:focus, .woosc_table .added_to_cart:focus, .woosw-item .added_to_cart:focus {
color: var(--text-color-bg-theme-color3);
box-shadow: none;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled, .woosc_table .button:disabled, .woosc_table .button.disabled, .woosc_table .added_to_cart:disabled, .woosc_table .added_to_cart.disabled, .woosw-item .added_to_cart:disabled, .woosw-item .added_to_cart.disabled {
color: var(--text-color-bg-theme-color1);
opacity: 0.5;
}
.woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]):disabled:hover, .woocommerce .button:not(.compare):not(.yith-wcqv-button):not([name=apply_coupon]).disabled:hover, .woosc_table .button:disabled:hover, .woosc_table .button.disabled:hover, .woosc_table .added_to_cart:disabled:hover, .woosc_table .added_to_cart.disabled:hover, .woosw-item .added_to_cart:disabled:hover, .woosw-item .added_to_cart.disabled:hover {
color: var(--text-color-bg-theme-color3);
} .scroll-to-top {
background-image: linear-gradient(to right, #345f82 0%, #4883b3 51%, #345f82 100%);
}
.scroll-to-top:hover {
box-shadow: 0 10px 20px rgba(52, 95, 130, 0.5);
background-position: right center;
}  .bg-theme-colored1-gradient {
background-color: #345f82;
background: -webkit-gradient(linear, left top, left bottom, from(#345f82), to(#4b87b7));
background: -webkit-linear-gradient(top, #345f82, #4b87b7);
background: -moz-linear-gradient(top, #345f82, #4b87b7);
background: -ms-linear-gradient(top, #345f82, #4b87b7);
background: -o-linear-gradient(top, #345f82, #4b87b7);
}
.bg-theme-colored1-gradient-horizontal {
background: #345f82;
background: -webkit-gradient(linear, left top, right top, from(#345f82), to(#4b87b7));
background: -webkit-linear-gradient(left, #345f82, #4b87b7);
background: -moz-linear-gradient(left, #345f82, #4b87b7);
background: -ms-linear-gradient(left, #345f82, #4b87b7);
background: -o-linear-gradient(left, #345f82, #4b87b7);
}
.bg-theme-colored12-gradient {
background-color: #345f82;
background: -webkit-gradient(linear, left top, left bottom, from(#345f82), to(#e9f3f9));
background: -webkit-linear-gradient(top, #345f82, #e9f3f9);
background: -moz-linear-gradient(top, #345f82, #e9f3f9);
background: -ms-linear-gradient(top, #345f82, #e9f3f9);
background: -o-linear-gradient(top, #345f82, #e9f3f9);
}
.bg-theme-colored12-gradient-horizontal {
background: #345f82;
background: -webkit-gradient(linear, left top, right top, from(#345f82), to(#e9f3f9));
background: -webkit-linear-gradient(left, #345f82, #e9f3f9);
background: -moz-linear-gradient(left, #345f82, #e9f3f9);
background: -ms-linear-gradient(left, #345f82, #e9f3f9);
background: -o-linear-gradient(left, #345f82, #e9f3f9);
} .layer-overlay.overlay-theme-colored1-gradient::before {
background: rgba(52, 95, 130, 0.009);
background: -webkit-gradient(linear, left top, right top, from(rgba(52, 95, 130, 0.009)), to(#5e93be));
background: -webkit-linear-gradient(left, rgba(52, 95, 130, 0.009), #5e93be);
background: -moz-linear-gradient(left, rgba(52, 95, 130, 0.009), #5e93be);
background: -ms-linear-gradient(left, rgba(52, 95, 130, 0.009), #5e93be);
background: -o-linear-gradient(left, rgba(52, 95, 130, 0.009), #5e93be);
} .layer-overlay.overlay-theme-colored2-gradient::before {
background: rgba(233, 243, 249, 0.009);
background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 249, 0.009)), to(white));
background: -webkit-linear-gradient(left, rgba(233, 243, 249, 0.009), white);
background: -moz-linear-gradient(left, rgba(233, 243, 249, 0.009), white);
background: -ms-linear-gradient(left, rgba(233, 243, 249, 0.009), white);
background: -o-linear-gradient(left, rgba(233, 243, 249, 0.009), white);
} .layer-overlay.overlay-theme-colored12-gradient::before {
background: rgba(52, 95, 130, 0.9);
background: -webkit-gradient(linear, left top, right top, from(rgba(52, 95, 130, 0.9)), to(rgba(233, 243, 249, 0.9)));
background: -webkit-linear-gradient(left, rgba(52, 95, 130, 0.9), rgba(233, 243, 249, 0.9));
background: -moz-linear-gradient(left, rgba(52, 95, 130, 0.9), rgba(233, 243, 249, 0.9));
background: -ms-linear-gradient(left, rgba(52, 95, 130, 0.9), rgba(233, 243, 249, 0.9));
background: -o-linear-gradient(left, rgba(52, 95, 130, 0.9), rgba(233, 243, 249, 0.9));
} .layer-overlay.overlay-theme-colored21-gradient::before {
background: rgba(233, 243, 249, 0.9);
background: -webkit-gradient(linear, left top, right top, from(rgba(233, 243, 249, 0.9)), to(rgba(52, 95, 130, 0.9)));
background: -webkit-linear-gradient(left, rgba(233, 243, 249, 0.9), rgba(52, 95, 130, 0.9));
background: -moz-linear-gradient(left, rgba(233, 243, 249, 0.9), rgba(52, 95, 130, 0.9));
background: -ms-linear-gradient(left, rgba(233, 243, 249, 0.9), rgba(52, 95, 130, 0.9));
background: -o-linear-gradient(left, rgba(233, 243, 249, 0.9), rgba(52, 95, 130, 0.9));
}.isotope-layout.shop-archive .isotope-item {padding-left: 20px;padding-right: 20px;margin-bottom: 40px;}.isotope-layout.shop-archive .isotope-layout-inner {margin-left: -20px;margin-right: -20px;}header#header .menuzord-brand img {max-width: 200px;}header#header .menuzord-brand img {max-height: 55px;}header#header .header-nav-wrapper.tm-sticky-menu .menuzord-brand img {max-height: 40px;}.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown {min-width: 260px;}@media (min-width: 1650px){body.tm-vertical-nav header#header {width: 300px;}body.tm-vertical-nav .main-content, body.tm-vertical-nav footer.footer {margin-left: 300px;}body.tm-vertical-nav .elementor-top-section.elementor-section-boxed>.elementor-container {max-width: 1300px !important;width: 1300px !important;}}body.tm-vertical-nav header#header {background-repeat: no-repeat;background-size: cover;background-position: left top;background-image: url(https://zline.ae/wp-content/themes/tranxpress/assets/images/vertical-nav/bg1.png);}@media (min-width: 1200px){.side-panel-container {width: 380px;}.side-panel-container {right: -380px;}}.side-panel-container {background-repeat: no-repeat;background-size: cover;background-position: left bottom;}body.tm-boxed-layout {background-color: #444;}.maintenance-mode .logo img {max-width: 200px;}.maintenance-mode {background-size: cover;background-image: url(https://zline.ae/wp-content/uploads/2023/06/nathan-cima-2JNNpq4nGls-unsplash.webp);}.tm-page-title {background-repeat: no-repeat;background-size: cover;background-position: center center;}@font-face{font-family:eicons;src:url(//zline.ae/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.36.0);src:url(//zline.ae/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.36.0#iefix) format("embedded-opentype"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.36.0) format("woff2"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.36.0) format("woff"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.36.0) format("truetype"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.36.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e8aa"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-left:8px;margin-right:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-bottom:0;border-left-width:1px;border-right:0;border-top:0;border-style:solid;height:100%;left:auto;position:relative;right:auto;right:-8px;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{bottom:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-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: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .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: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.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: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-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-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.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-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.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 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }@media (max-width: 1279px) { .tm_cursor_mouse_helper {
display: none;
} .tm_addons_hide_cursor,
.tm_addons_hide_cursor *,
[data-mouse-helper-hide-cursor="1"],
[data-mouse-helper-hide-cursor="1"] * {
cursor: unset !important;
}
[data-mouse-helper="highlight"] {
background-size: 130vw 130vh !important;
background-position: center !important;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
}a.bdt-link-muted,.bdt-link-muted a,.bdt-link-toggle .bdt-link-muted{color:#999}a.bdt-link-muted:hover,.bdt-link-muted a:hover,.bdt-link-toggle:hover .bdt-link-muted{color:#666}a.bdt-link-text,.bdt-link-text a,.bdt-link-toggle .bdt-link-text{color:inherit}a.bdt-link-text:hover,.bdt-link-text a:hover,.bdt-link-toggle:hover .bdt-link-text{color:#999}a.bdt-link-heading,.bdt-link-heading a,.bdt-link-toggle .bdt-link-heading{color:inherit}a.bdt-link-heading:hover,.bdt-link-heading a:hover,.bdt-link-toggle:hover .bdt-link-heading{color:#1e87f0;text-decoration:none}a.bdt-link-reset,.bdt-link-reset a{color:inherit !important;text-decoration:none !important}.bdt-link-toggle{color:inherit !important;text-decoration:none !important}[class*="bdt-divider"]{border:none;margin-bottom:20px}*+[class*="bdt-divider"]{margin-top:20px}.bdt-divider-icon{position:relative;height:20px;background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/divider-icon.svg);background-repeat:no-repeat;background-position:50% 50%}.bdt-divider-icon::before,.bdt-divider-icon::after{content:"";position:absolute;top:50%;max-width:calc(50% - (50px / 2));border-bottom:1px solid #e5e5e5}.bdt-divider-icon::before{right:calc(50% + (50px / 2));width:100%}.bdt-divider-icon::after{left:calc(50% + (50px / 2));width:100%}.bdt-divider-small{line-height:0}.bdt-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:1px solid #e5e5e5;vertical-align:top}.bdt-divider-vertical{width:max-content;height:100px;margin-left:auto;margin-right:auto;border-left:1px solid #e5e5e5}.bdt-list{padding:0;list-style:none}.bdt-list>*{break-inside:avoid-column}.bdt-list>*>:last-child{margin-bottom:0}.bdt-list>:nth-child(n+2),.bdt-list>*>ul{margin-top:10px}.bdt-list-disc>*,.bdt-list-circle>*,.bdt-list-square>*,.bdt-list-decimal>*,.bdt-list-hyphen>*{padding-left:30px}.bdt-list-decimal{counter-reset:decimal}.bdt-list-decimal>*{counter-increment:decimal}.bdt-list-disc>::before,.bdt-list-circle>::before,.bdt-list-square>::before,.bdt-list-decimal>::before,.bdt-list-hyphen>::before{content:"";position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;display:list-item;list-style-position:inside;text-align:right}.bdt-list-disc>::before{list-style-type:disc}.bdt-list-circle>::before{list-style-type:circle}.bdt-list-square>::before{list-style-type:square}.bdt-list-decimal>::before{content:counter(decimal, decimal) '\200A.\00A0'}.bdt-list-hyphen>::before{content:'–\00A0\00A0'}.bdt-list-muted>::before{color:#999 !important}.bdt-list-emphasis>::before{color:#333 !important}.bdt-list-primary>::before{color:#1e87f0 !important}.bdt-list-secondary>::before{color:#222 !important}.bdt-list-bullet>*{padding-left:30px}.bdt-list-bullet>::before{content:"";display:list-item;position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/list-bullet.svg);background-repeat:no-repeat;background-position:50% 50%}.bdt-list-divider>:nth-child(n+2){margin-top:10px;padding-top:10px;border-top:1px solid #e5e5e5}.bdt-list-striped>*{padding:10px 10px}.bdt-list-striped>:nth-of-type(odd){background:#f8f8f8}.bdt-list-striped>:nth-child(n+2){margin-top:0}.bdt-list-large>:nth-child(n+2),.bdt-list-large>*>ul{margin-top:20px}.bdt-list-collapse>:nth-child(n+2),.bdt-list-collapse>*>ul{margin-top:0}.bdt-list-large.bdt-list-divider>:nth-child(n+2){margin-top:20px;padding-top:20px}.bdt-list-collapse.bdt-list-divider>:nth-child(n+2){margin-top:0;padding-top:0}.bdt-list-large.bdt-list-striped>*{padding:20px 10px}.bdt-list-collapse.bdt-list-striped>*{padding-top:0;padding-bottom:0}.bdt-list-large.bdt-list-striped>:nth-child(n+2),.bdt-list-collapse.bdt-list-striped>:nth-child(n+2){margin-top:0}.bdt-description-list>dt{color:#333}.bdt-description-list>dt:nth-child(n+2){margin-top:20px}.bdt-description-list-divider>dt:nth-child(n+2){margin-top:20px;padding-top:20px;border-top:1px solid #e5e5e5}.bdt-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}*+.bdt-table{margin-top:20px}.bdt-table th{padding:16px 12px;text-align:left;vertical-align:bottom;font-size:16px;font-weight:bold;color:#666}.bdt-table td{padding:16px 12px;vertical-align:top}.bdt-table td>:last-child{margin-bottom:0}.bdt-table tfoot{font-size:.875rem}.bdt-table caption{font-size:.875rem;text-align:left;color:#999}.bdt-table-middle,.bdt-table-middle td{vertical-align:middle !important}.bdt-table-divider>tr:not(:first-child),.bdt-table-divider>:not(:first-child)>tr,.bdt-table-divider>:first-child>tr:not(:first-child){border-top:1px solid #e5e5e5}.bdt-table-striped>tr:nth-of-type(odd),.bdt-table-striped tbody tr:nth-of-type(odd){background:#f8f8f8}.bdt-table-hover>tr:hover,.bdt-table-hover tbody tr:hover{background:#ffd}.bdt-table>tr.bdt-active,.bdt-table tbody tr.bdt-active{background:#ffd}.bdt-table-small th,.bdt-table-small td{padding:10px 12px}.bdt-table-large th,.bdt-table-large td{padding:22px 12px}.bdt-table-justify th:first-child,.bdt-table-justify td:first-child{padding-left:0}.bdt-table-justify th:last-child,.bdt-table-justify td:last-child{padding-right:0}.bdt-table-shrink{width:1px}.bdt-table-expand{min-width:150px}.bdt-table-link{padding:0 !important}.bdt-table-link>a{display:block;padding:16px 12px}.bdt-table-small .bdt-table-link>a{padding:10px 12px}@media (max-width:959px){.bdt-table-responsive,.bdt-table-responsive tbody,.bdt-table-responsive th,.bdt-table-responsive td,.bdt-table-responsive tr{display:block}.bdt-table-responsive thead{display:none}.bdt-table-responsive th,.bdt-table-responsive td{width:auto !important;max-width:none !important;min-width:0 !important;overflow:visible !important;white-space:normal !important}.bdt-table-responsive th:not(:first-child):not(.bdt-table-link),.bdt-table-responsive td:not(:first-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:first-child)>a{padding-top:5px !important}.bdt-table-responsive th:not(:last-child):not(.bdt-table-link),.bdt-table-responsive td:not(:last-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:last-child)>a{padding-bottom:5px !important}.bdt-table-justify.bdt-table-responsive th,.bdt-table-justify.bdt-table-responsive td{padding-left:0;padding-right:0}}.bdt-icon{margin:0;border:none;border-radius:0;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background-color:transparent;display:inline-block;fill:currentcolor;line-height:0}button.bdt-icon:not(:disabled){cursor:pointer}.bdt-icon::-moz-focus-inner{border:0;padding:0}.bdt-icon:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve){fill:currentcolor}.bdt-icon:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve){stroke:currentcolor}.bdt-icon>*{transform:translate(0, 0)}.bdt-icon-image{width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;object-fit:scale-down;max-width:none}.bdt-icon-link{color:#999;text-decoration:none !important}.bdt-icon-link:hover{color:#666}.bdt-icon-link:active,.bdt-active>.bdt-icon-link{color:#595959}.bdt-icon-button{box-sizing:border-box;width:36px;height:36px;border-radius:500px;background:#f8f8f8;color:#999;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center}.bdt-icon-button:hover{background-color:#ebebeb;color:#666}.bdt-icon-button:active,.bdt-active>.bdt-icon-button{background-color:#dfdfdf;color:#666}.bdt-range{-webkit-appearance:none;box-sizing:border-box;margin:0;vertical-align:middle;max-width:100%;width:100%;background:transparent}.bdt-range:focus{outline:none}.bdt-range::-moz-focus-outer{border:none}.bdt-range:not(:disabled)::-webkit-slider-thumb{cursor:pointer}.bdt-range:not(:disabled)::-moz-range-thumb{cursor:pointer}.bdt-range::-webkit-slider-runnable-track{height:3px;background:#ebebeb}.bdt-range:focus::-webkit-slider-runnable-track,.bdt-range:active::-webkit-slider-runnable-track{background:#dedede}.bdt-range::-moz-range-track{height:3px;background:#ebebeb}.bdt-range:focus::-moz-range-track{background:#dedede}.bdt-range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-7px;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-moz-range-thumb{border:none;height:15px;width:15px;margin-top:-7px;border-radius:500px;background:#666}.bdt-input,.bdt-select,.bdt-textarea,.bdt-radio,.bdt-checkbox{box-sizing:border-box;margin:0;border-radius:0;font:inherit}.bdt-input{overflow:visible}.bdt-select{text-transform:none}.bdt-select optgroup{font:inherit;font-weight:bold}.bdt-textarea{overflow:auto}.bdt-input[type="search"]::-webkit-search-cancel-button,.bdt-input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.bdt-input[type="number"]::-webkit-inner-spin-button,.bdt-input[type="number"]::-webkit-outer-spin-button{height:auto}.bdt-input::-moz-placeholder,.bdt-textarea::-moz-placeholder{opacity:1}.bdt-radio:not(:disabled),.bdt-checkbox:not(:disabled){cursor:pointer}.bdt-fieldset{border:none;margin:0;padding:0;min-width:0}.bdt-input,.bdt-textarea{-webkit-appearance:none}.bdt-input,.bdt-select,.bdt-textarea{max-width:100%;width:100%;border:0 none;padding:0 10px;background:#f8f8f8;color:#666}.bdt-input,.bdt-select:not([multiple]):not([size]){height:40px;vertical-align:middle;display:inline-block}.bdt-input:not(input),.bdt-select:not(select){line-height:40px}.bdt-select[multiple],.bdt-select[size],.bdt-textarea{padding-top:6px;padding-bottom:6px;vertical-align:top}.bdt-select[multiple],.bdt-select[size]{resize:vertical}.bdt-input:focus,.bdt-select:focus,.bdt-textarea:focus{outline:none;background-color:#ebebeb;color:#666}.bdt-input:disabled,.bdt-select:disabled,.bdt-textarea:disabled{background-color:#f8f8f8;color:#999}.bdt-input::placeholder{color:#999}.bdt-textarea::placeholder{color:#999}.bdt-form-small{font-size:.875rem}.bdt-form-small:not(textarea):not([multiple]):not([size]){height:30px;padding-left:8px;padding-right:8px}textarea.bdt-form-small,[multiple].bdt-form-small,[size].bdt-form-small{padding:5px 8px}.bdt-form-small:not(select):not(input):not(textarea){line-height:30px}.bdt-form-large{font-size:1.25rem}.bdt-form-large:not(textarea):not([multiple]):not([size]){height:55px;padding-left:12px;padding-right:12px}textarea.bdt-form-large,[multiple].bdt-form-large,[size].bdt-form-large{padding:7px 12px}.bdt-form-large:not(select):not(input):not(textarea){line-height:55px}.bdt-form-danger,.bdt-form-danger:focus{color:#f0506e}.bdt-form-success,.bdt-form-success:focus{color:#32d296}.bdt-form-blank{background:none}input.bdt-form-width-xsmall{width:50px}select.bdt-form-width-xsmall{width:75px}.bdt-form-width-small{width:130px}.bdt-form-width-medium{width:200px}.bdt-form-width-large{width:500px}.bdt-select:not([multiple]):not([size]){-webkit-appearance:none;-moz-appearance:none;padding-right:20px;background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-select.svg);background-repeat:no-repeat;background-position:100% 50%}.bdt-select:not([multiple]):not([size]) option{color:#666}.bdt-select:not([multiple]):not([size]):disabled{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-select.svg)}.bdt-input[list]{padding-right:20px;background-repeat:no-repeat;background-position:100% 50%}.bdt-input[list]:hover,.bdt-input[list]:focus{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-datalist.svg)}.bdt-input[list]::-webkit-calendar-picker-indicator{display:none !important}.bdt-radio,.bdt-checkbox{display:inline-block;height:16px;width:16px;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;background-color:#ebebeb;background-repeat:no-repeat;background-position:50% 50%}.bdt-radio{border-radius:50%}.bdt-radio:focus,.bdt-checkbox:focus{background-color:#dedede;outline:none}.bdt-radio:checked,.bdt-checkbox:checked,.bdt-checkbox:indeterminate{background-color:#1e87f0}.bdt-radio:checked:focus,.bdt-checkbox:checked:focus,.bdt-checkbox:indeterminate:focus{background-color:#0e6dcd}.bdt-radio:checked{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-radio.svg)}.bdt-checkbox:checked{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox.svg)}.bdt-checkbox:indeterminate{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox-indeterminate.svg)}.bdt-radio:disabled,.bdt-checkbox:disabled{background-color:#f8f8f8}.bdt-radio:disabled:checked{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-radio.svg)}.bdt-checkbox:disabled:checked{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox.svg)}.bdt-checkbox:disabled:indeterminate{background-image:url(//zline.ae/wp-content/plugins/bdthemes-prime-slider-lite/images/backgrounds/form-checkbox-indeterminate.svg)}.bdt-legend{width:100%;color:inherit;padding:0;font-size:1.5rem;line-height:1.4}.bdt-form-custom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.bdt-form-custom select,.bdt-form-custom input[type="file"]{position:absolute;top:0;z-index:1;width:100%;height:100%;left:0;-webkit-appearance:none;opacity:0;cursor:pointer}.bdt-form-custom input[type="file"]{font-size:500px;overflow:hidden}.bdt-form-stacked .bdt-form-label{display:block;margin-bottom:10px}@media (max-width:959px){.bdt-form-horizontal .bdt-form-label{display:block;margin-bottom:10px}}@media (min-width:960px){.bdt-form-horizontal .bdt-form-label{width:200px;margin-top:7px;float:left}.bdt-form-horizontal .bdt-form-controls{margin-left:215px}.bdt-form-horizontal .bdt-form-controls-text{padding-top:7px}}.bdt-form-icon{position:absolute;top:0;bottom:0;left:0;width:40px;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-form-icon:hover{color:#666}.bdt-form-icon:not(a):not(button):not(input){pointer-events:none}.bdt-form-icon:not(.bdt-form-icon-flip)~.bdt-input{padding-left:40px !important}.bdt-form-icon-flip{right:0;left:auto}.bdt-form-icon-flip~.bdt-input{padding-right:40px !important}.bdt-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;-webkit-appearance:none;border-radius:0;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:16px;line-height:40px;text-align:center;text-decoration:none}.bdt-button:not(:disabled){cursor:pointer}.bdt-button::-moz-focus-inner{border:0;padding:0}.bdt-button:hover{text-decoration:none}.bdt-button-default{background-color:#f8f8f8;color:#333}.bdt-button-default:hover{background-color:#ebebeb;color:#333}.bdt-button-default:active,.bdt-button-default.bdt-active{background-color:#dfdfdf;color:#333}.bdt-button-primary{background-color:#1e87f0;color:#fff}.bdt-button-primary:hover{background-color:#0f7ae5;color:#fff}.bdt-button-primary:active,.bdt-button-primary.bdt-active{background-color:#0e6dcd;color:#fff}.bdt-button-secondary{background-color:#222;color:#fff}.bdt-button-secondary:hover{background-color:#151515;color:#fff}.bdt-button-secondary:active,.bdt-button-secondary.bdt-active{background-color:#080808;color:#fff}.bdt-button-danger{background-color:#f0506e;color:#fff}.bdt-button-danger:hover{background-color:#ee395b;color:#fff}.bdt-button-danger:active,.bdt-button-danger.bdt-active{background-color:#ec2147;color:#fff}.bdt-button-default:disabled,.bdt-button-primary:disabled,.bdt-button-secondary:disabled,.bdt-button-danger:disabled{background-color:#f8f8f8;color:#999}.bdt-button-small{padding:0 15px;line-height:30px;font-size:.875rem}.bdt-button-large{padding:0 40px;line-height:55px;font-size:1.25rem}.bdt-button-text{padding:0;line-height:1.5;background:none;color:#333}.bdt-button-text:hover{color:#999}.bdt-button-text:disabled{color:#999}.bdt-button-link{padding:0;line-height:1.5;background:none;color:#333}.bdt-button-link:hover{color:#999;text-decoration:none}.bdt-button-link:disabled{color:#999;text-decoration:none}.bdt-button-group{display:inline-flex;vertical-align:middle;position:relative}.bdt-progress{vertical-align:baseline;display:block;width:100%;border:0;background-color:#f8f8f8;margin-bottom:20px;height:15px}*+.bdt-progress{margin-top:20px}.bdt-progress::-webkit-progress-bar{background-color:transparent}.bdt-progress::-webkit-progress-value{background-color:#1e87f0;transition:width .6s ease}.bdt-progress::-moz-progress-bar{background-color:#1e87f0;transition:width .6s ease}.bdt-section{display:flow-root;box-sizing:border-box;padding-top:40px;padding-bottom:40px}@media (min-width:960px){.bdt-section{padding-top:70px;padding-bottom:70px}}.bdt-section>:last-child{margin-bottom:0}.bdt-section-xsmall{padding-top:20px;padding-bottom:20px}.bdt-section-small{padding-top:40px;padding-bottom:40px}.bdt-section-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-section-large{padding-top:140px;padding-bottom:140px}}.bdt-section-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-section-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-section-default{--bdt-inverse:dark;background:#fff}.bdt-section-muted{--bdt-inverse:dark;background:#f8f8f8}.bdt-section-primary{--bdt-inverse:light;background:#1e87f0}.bdt-section-secondary{--bdt-inverse:light;background:#222}.bdt-container{display:flow-root;box-sizing:content-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:640px){.bdt-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-container{padding-left:40px;padding-right:40px}}.bdt-container>:last-child{margin-bottom:0}.bdt-container .bdt-container{padding-left:0;padding-right:0}.bdt-container-xsmall{max-width:750px}.bdt-container-small{max-width:900px}.bdt-container-large{max-width:1400px}.bdt-container-xlarge{max-width:1600px}.bdt-container-expand{max-width:none}.bdt-container-expand-left{margin-left:0}.bdt-container-expand-right{margin-right:0}@media (min-width:640px){.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 30px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 30px)}}@media (min-width:960px){.bdt-container-expand-left,.bdt-container-expand-right{max-width:calc(50% + (1200px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 40px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 40px)}.bdt-container-expand-left.bdt-container-large,.bdt-container-expand-right.bdt-container-large{max-width:calc(50% + (1400px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xlarge,.bdt-container-expand-right.bdt-container-xlarge{max-width:calc(50% + (1600px / 2) - 40px)}}.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 15px)}.bdt-container-item-padding-remove-left{margin-left:-15px}.bdt-container-item-padding-remove-right{margin-right:-15px}@media (min-width:640px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 30px)}.bdt-container-item-padding-remove-left{margin-left:-30px}.bdt-container-item-padding-remove-right{margin-right:-30px}}@media (min-width:960px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 40px)}.bdt-container-item-padding-remove-left{margin-left:-40px}.bdt-container-item-padding-remove-right{margin-right:-40px}}.bdt-tile{display:flow-root;position:relative;box-sizing:border-box;padding-left:15px;padding-right:15px;padding-top:40px;padding-bottom:40px}@media (min-width:640px){.bdt-tile{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-tile{padding-left:40px;padding-right:40px;padding-top:70px;padding-bottom:70px}}.bdt-tile>:last-child{margin-bottom:0}.bdt-tile-xsmall{padding-top:20px;padding-bottom:20px}.bdt-tile-small{padding-top:40px;padding-bottom:40px}.bdt-tile-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-tile-large{padding-top:140px;padding-bottom:140px}}.bdt-tile-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-tile-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-tile-default{--bdt-inverse:dark;background-color:#fff}.bdt-tile-muted{--bdt-inverse:dark;background-color:#f8f8f8}.bdt-tile-primary{--bdt-inverse:light;background-color:#1e87f0}.bdt-tile-secondary{--bdt-inverse:light;background-color:#222}.bdt-card{position:relative;box-sizing:border-box}.bdt-card-body{display:flow-root;padding:30px 30px}.bdt-card-header{display:flow-root;padding:15px 30px}.bdt-card-footer{display:flow-root;padding:15px 30px}@media (min-width:1200px){.bdt-card-body{padding:40px 40px}.bdt-card-header{padding:20px 40px}.bdt-card-footer{padding:20px 40px}}.bdt-card-body>:last-child,.bdt-card-header>:last-child,.bdt-card-footer>:last-child{margin-bottom:0}.bdt-card-title{font-size:1.5rem;line-height:1.4}.bdt-card-badge{position:absolute;top:15px;right:15px;z-index:1;height:22px;padding:0 10px;background:#1e87f0;color:#fff;font-size:.875rem;display:flex;justify-content:center;align-items:center;line-height:0}.bdt-card-badge:first-child+*{margin-top:0}.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(.bdt-card-secondary):hover{background-color:#f8f8f8}.bdt-card-default{--bdt-inverse:dark;background-color:#f8f8f8;color:#666}.bdt-card-default .bdt-card-title{color:#333}.bdt-card-default.bdt-card-hover:hover{background-color:#ebebeb}.bdt-card-primary{--bdt-inverse:light;background-color:#1e87f0;color:#fff}.bdt-card-primary .bdt-card-title{color:#fff}.bdt-card-primary.bdt-card-hover:hover{background-color:#0f7ae5}.bdt-card-secondary{--bdt-inverse:light;background-color:#222;color:#fff}.bdt-card-secondary .bdt-card-title{color:#fff}.bdt-card-secondary.bdt-card-hover:hover{background-color:#151515}.bdt-card-small.bdt-card-body,.bdt-card-small .bdt-card-body{padding:20px 20px}.bdt-card-small .bdt-card-header{padding:13px 20px}.bdt-card-small .bdt-card-footer{padding:13px 20px}@media (min-width:1200px){.bdt-card-large.bdt-card-body,.bdt-card-large .bdt-card-body{padding:70px 70px}.bdt-card-large .bdt-card-header{padding:35px 70px}.bdt-card-large .bdt-card-footer{padding:35px 70px}}.bdt-close{color:#999}.bdt-close:hover{color:#666}.bdt-spinner>*{animation:bdt-spinner-rotate 1.4s linear infinite}@keyframes bdt-spinner-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.bdt-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:bdt-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes bdt-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}.bdt-totop{padding:5px;color:#999}.bdt-totop:hover{color:#666}.bdt-totop:active{color:#333}.bdt-marker{padding:5px;background:#222;color:#fff}.bdt-marker:hover{color:#fff}.bdt-alert{position:relative;margin-bottom:20px;padding:15px 29px 15px 15px;background:#f8f8f8;color:#666}*+.bdt-alert{margin-top:20px}.bdt-alert>:last-child{margin-bottom:0}.bdt-alert-close{position:absolute;top:20px;right:15px}.bdt-alert-close:first-child+*{margin-top:0}.bdt-alert-primary{background:#d8eafc;color:#1e87f0}.bdt-alert-success{background:#edfbf6;color:#32d296}.bdt-alert-warning{background:#fff6ee;color:#faa05a}.bdt-alert-danger{background:#fef4f6;color:#f0506e}.bdt-placeholder{margin-bottom:20px;padding:30px 30px;background:#f8f8f8}*+.bdt-placeholder{margin-top:20px}.bdt-placeholder>:last-child{margin-bottom:0}.bdt-badge{box-sizing:border-box;min-width:18px;height:18px;padding:0 5px;border-radius:500px;vertical-align:middle;background:#1e87f0;color:#fff;font-size:11px;display:inline-flex;justify-content:center;align-items:center;line-height:0}.bdt-badge:hover{text-decoration:none}.bdt-label{display:inline-block;padding:0 10px;background:#1e87f0;line-height:1.5;font-size:.875rem;color:#fff;vertical-align:middle;white-space:nowrap}.bdt-label-success{background-color:#32d296;color:#fff}.bdt-label-warning{background-color:#faa05a;color:#fff}.bdt-label-danger{background-color:#f0506e;color:#fff}.bdt-overlay{padding:30px 30px}.bdt-overlay>:last-child{margin-bottom:0}.bdt-overlay-default{--bdt-inverse:dark;background:rgba(255,255,255,0.8)}.bdt-overlay-primary{--bdt-inverse:light;background:rgba(34,34,34,0.8)}.bdt-article{display:flow-root}.bdt-article>:last-child{margin-bottom:0}.bdt-article+.bdt-article{margin-top:70px}.bdt-article-title{font-size:2.23125rem;line-height:1.2}@media (min-width:960px){.bdt-article-title{font-size:2.625rem}}.bdt-article-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-body{display:flow-root;overflow-wrap:break-word;word-wrap:break-word}.bdt-comment-header{display:flow-root;margin-bottom:20px}.bdt-comment-body>:last-child,.bdt-comment-header>:last-child{margin-bottom:0}.bdt-comment-title{font-size:1.25rem;line-height:1.4}.bdt-comment-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-list{padding:0;list-style:none}.bdt-comment-list>:nth-child(n+2){margin-top:70px}.bdt-comment-list .bdt-comment~ul{margin:70px 0 0 0;padding-left:30px;list-style:none}@media (min-width:960px){.bdt-comment-list .bdt-comment~ul{padding-left:100px}}.bdt-comment-list .bdt-comment~ul>:nth-child(n+2){margin-top:70px}.bdt-search{display:inline-block;position:relative;max-width:100%;margin:0}.bdt-search-input::-webkit-search-cancel-button,.bdt-search-input::-webkit-search-decoration{-webkit-appearance:none}.bdt-search-input::-moz-placeholder{opacity:1}.bdt-search-input{box-sizing:border-box;margin:0;border-radius:0;font:inherit;overflow:visible;-webkit-appearance:none;vertical-align:middle;width:100%;border:none;color:#666}.bdt-search-input:focus{outline:none}.bdt-search-input::placeholder{color:#999}.bdt-search .bdt-search-icon{position:absolute;top:0;bottom:0;left:0;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-search .bdt-search-icon:hover{color:#999}.bdt-search .bdt-search-icon:not(a):not(button):not(input){pointer-events:none}.bdt-search .bdt-search-icon-flip{right:0;left:auto}.bdt-search-default{width:240px}.bdt-search-default .bdt-search-input{height:40px;padding-left:10px;padding-right:10px;background:#f8f8f8}.bdt-search-default .bdt-search-input:focus{background-color:#f3f3f3}.bdt-search-default .bdt-search-icon{width:40px}.bdt-search-default:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:40px}.bdt-search-default:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:40px}.bdt-search-navbar{width:240px}.bdt-search-navbar .bdt-search-input{height:40px;padding-left:10px;padding-right:10px;background:#fff}.bdt-search-navbar .bdt-search-input:focus{background-color:#fcfcfc}.bdt-search-navbar .bdt-search-icon{width:40px}.bdt-search-navbar:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:40px}.bdt-search-navbar:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:40px}.bdt-search-medium{width:400px}.bdt-search-medium .bdt-search-input{height:40px;background:transparent;font-size:1.5rem}.bdt-search-medium .bdt-search-icon{width:24px}.bdt-search-medium:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:34px}.bdt-search-medium:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:34px}.bdt-search-large{width:500px}.bdt-search-large .bdt-search-input{height:80px;background:transparent;font-size:2.625rem}.bdt-search-large .bdt-search-icon{width:40px}.bdt-search-large:has(.bdt-search-icon:not(.bdt-search-icon-flip)) .bdt-search-input{padding-left:60px}.bdt-search-large:has(.bdt-search-icon-flip) .bdt-search-input{padding-right:60px}.bdt-search-toggle{color:#999}.bdt-search-toggle:hover{color:#666}.bdt-accordion{padding:0;list-style:none}.bdt-accordion>:nth-child(n+2){margin-top:20px}.bdt-accordion-title{display:block;font-size:1.25rem;line-height:1.4;color:#333}.bdt-accordion-title:hover{color:#666;text-decoration:none}.bdt-accordion-content{display:flow-root;margin-top:20px}.bdt-accordion-content>:last-child{margin-bottom:0}.bdt-drop{display:none;position:absolute;z-index:1020;--bdt-position-offset:20px;--bdt-position-viewport-offset:15px;box-sizing:border-box;width:300px}.bdt-drop.bdt-open{display:block}.bdt-drop-stack .bdt-drop-grid>*{width:100% !important}.bdt-drop-parent-icon{margin-left:.25em;transition:transform .3s ease-out}[aria-expanded="true"]>.bdt-drop-parent-icon{transform:rotateX(180deg)}.bdt-dropbar{--bdt-position-offset:0;--bdt-position-shift-offset:0;--bdt-position-viewport-offset:0;--bdt-inverse:dark;width:auto;padding:15px 15px 15px 15px;background:#f8f8f8;color:#666}.bdt-dropbar>:last-child{margin-bottom:0}@media (min-width:640px){.bdt-dropbar{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-dropbar{padding-left:40px;padding-right:40px}}.bdt-dropbar :focus-visible{outline-color:#333 !important}.bdt-dropbar-large{padding-top:40px;padding-bottom:40px}.bdt-dropnav-dropbar{position:absolute;z-index:980;padding:0;left:0;right:0}.bdt-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;padding:15px 15px;background:rgba(0,0,0,0.6);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.bdt-modal{padding:50px 30px}}@media (min-width:960px){.bdt-modal{padding-left:40px;padding-right:40px}}.bdt-modal.bdt-open{opacity:1}.bdt-modal-page{overflow:hidden}.bdt-modal-dialog{position:relative;box-sizing:border-box;margin:0 auto;width:600px;max-width:100% !important;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity, transform}.bdt-open>.bdt-modal-dialog{opacity:1;transform:translateY(0)}.bdt-modal-container .bdt-modal-dialog{width:1200px}.bdt-modal-full{padding:0;background:none}.bdt-modal-full .bdt-modal-dialog{margin:0;width:100%;max-width:100%;transform:translateY(0)}.bdt-modal-body{display:flow-root;padding:20px 20px}.bdt-modal-header{display:flow-root;padding:10px 20px;background:#f8f8f8}.bdt-modal-footer{display:flow-root;padding:10px 20px;background:#f8f8f8}@media (min-width:640px){.bdt-modal-body{padding:30px 30px}.bdt-modal-header{padding:15px 30px}.bdt-modal-footer{padding:15px 30px}}.bdt-modal-body>:last-child,.bdt-modal-header>:last-child,.bdt-modal-footer>:last-child{margin-bottom:0}.bdt-modal-title{font-size:2rem;line-height:1.3}[class*="bdt-modal-close-"]{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}[class*="bdt-modal-close-"]:first-child+*{margin-top:0}.bdt-modal-close-outside{top:0;right:-5px;transform:translate(0, -100%);color:#fff}.bdt-modal-close-outside:hover{color:#fff}@media (min-width:960px){.bdt-modal-close-outside{right:0;transform:translate(100%, -100%)}}.bdt-slideshow{-webkit-tap-highlight-color:transparent}.bdt-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none;touch-action:pan-y}.bdt-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:transform, opacity}.bdt-slideshow-items>:not(.bdt-active){display:none}.bdt-slider{-webkit-tap-highlight-color:transparent}.bdt-slider-container{overflow:hidden;overflow:clip}.bdt-slider-container-offset{margin:-11px -25px -39px -25px;padding:11px 25px 39px 25px}.bdt-slider-items{will-change:transform;position:relative;touch-action:pan-y}.bdt-slider-items:not(.bdt-grid){display:flex;margin:0;padding:0;list-style:none;-webkit-touch-callout:none}.bdt-slider-items.bdt-grid{flex-wrap:nowrap}.bdt-slider-items>*{flex:none !important;box-sizing:border-box;max-width:100%;position:relative}.bdt-sticky{position:relative;z-index:980;box-sizing:border-box}.bdt-sticky-fixed{margin:0 !important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bdt-sticky[class*="bdt-animation-"]{animation-duration:.2s}.bdt-sticky.bdt-animation-reverse{animation-duration:.2s}.bdt-sticky-placeholder{pointer-events:none}.bdt-offcanvas{display:none;position:fixed;top:0;bottom:0;left:0;z-index:1000}.bdt-offcanvas-flip .bdt-offcanvas{right:0;left:auto}.bdt-offcanvas-bar{--bdt-inverse:light;position:absolute;top:0;bottom:0;left:-270px;box-sizing:border-box;width:270px;padding:20px 20px;background:#222;overflow-y:auto}@media (min-width:640px){.bdt-offcanvas-bar{left:-350px;width:350px;padding:30px 30px}}.bdt-offcanvas-flip .bdt-offcanvas-bar{left:auto;right:-270px}@media (min-width:640px){.bdt-offcanvas-flip .bdt-offcanvas-bar{right:-350px}}.bdt-open>.bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar{left:auto;right:0}.bdt-offcanvas-bar-animation{transition:left .3s ease-out}.bdt-offcanvas-flip .bdt-offcanvas-bar-animation{transition-property:right}.bdt-offcanvas-reveal{position:absolute;top:0;bottom:0;left:0;width:0;overflow:hidden;transition:width .3s ease-out}.bdt-offcanvas-reveal .bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar{left:auto;right:0}.bdt-open>.bdt-offcanvas-reveal{width:270px}@media (min-width:640px){.bdt-open>.bdt-offcanvas-reveal{width:350px}}.bdt-offcanvas-flip .bdt-offcanvas-reveal{right:0;left:auto}.bdt-offcanvas-close{position:absolute;z-index:1000;top:5px;right:5px;padding:5px}@media (min-width:640px){.bdt-offcanvas-close{top:10px;right:10px}}.bdt-offcanvas-close:first-child+*{margin-top:0}.bdt-offcanvas-overlay{width:100vw;touch-action:none}.bdt-offcanvas-overlay::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.1);opacity:0;transition:opacity .15s linear}.bdt-offcanvas-overlay.bdt-open::before{opacity:1}.bdt-offcanvas-page,.bdt-offcanvas-container{overflow-x:hidden;overflow-x:clip}.bdt-offcanvas-container{position:relative;left:0;transition:left .3s ease-out;box-sizing:border-box;width:100%}:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:270px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-270px}@media (min-width:640px){:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:350px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-350px}}.bdt-switcher{margin:0;padding:0;list-style:none}.bdt-switcher>:not(.bdt-active){display:none}.bdt-switcher>*>:last-child{margin-bottom:0}.bdt-leader{overflow:hidden}.bdt-leader-fill::after{display:inline-block;margin-left:15px;width:0;content:attr(data-fill);white-space:nowrap}.bdt-leader-fill.bdt-leader-hide::after{display:none}:root{--bdt-leader-fill-content:.}.bdt-notification{position:fixed;top:10px;left:10px;z-index:1040;box-sizing:border-box;width:350px}.bdt-notification-top-right,.bdt-notification-bottom-right{left:auto;right:10px}.bdt-notification-top-center,.bdt-notification-bottom-center{left:50%;margin-left:-175px}.bdt-notification-bottom-left,.bdt-notification-bottom-right,.bdt-notification-bottom-center{top:auto;bottom:10px}@media (max-width:639px){.bdt-notification{left:10px;right:10px;width:auto;margin:0}}.bdt-notification-message{position:relative;padding:15px;background:#f8f8f8;color:#666;font-size:1.25rem;line-height:1.4;cursor:pointer}*+.bdt-notification-message{margin-top:10px}.bdt-notification-close{display:none;position:absolute;top:20px;right:15px}.bdt-notification-message:hover .bdt-notification-close{display:block}.bdt-notification-message-primary{color:#1e87f0}.bdt-notification-message-success{color:#32d296}.bdt-notification-message-warning{color:#faa05a}.bdt-notification-message-danger{color:#f0506e}.bdt-tooltip{display:none;position:absolute;z-index:1030;--bdt-position-offset:10px;--bdt-position-viewport-offset:10;top:0;box-sizing:border-box;max-width:200px;padding:3px 6px;background:#666;border-radius:2px;color:#fff;font-size:12px}.bdt-tooltip.bdt-active{display:block}.bdt-sortable{position:relative}.bdt-sortable>:last-child{margin-bottom:0}.bdt-sortable-drag{position:fixed !important;z-index:1050 !important;pointer-events:none}.bdt-sortable-placeholder{opacity:0;pointer-events:none}.bdt-sortable-empty{min-height:50px}.bdt-sortable-handle:hover{cursor:move}.bdt-countdown-number{font-variant-numeric:tabular-nums;font-size:2rem;line-height:.8}@media (min-width:640px){.bdt-countdown-number{font-size:4rem}}@media (min-width:960px){.bdt-countdown-number{font-size:6rem}}.bdt-countdown-separator{font-size:1rem;line-height:1.6}@media (min-width:640px){.bdt-countdown-separator{font-size:2rem}}@media (min-width:960px){.bdt-countdown-separator{font-size:3rem}}.bdt-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.bdt-grid>*{margin:0}.bdt-grid>*>:last-child{margin-bottom:0}.bdt-grid{margin-left:-30px}.bdt-grid>*{padding-left:30px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:30px}@media (min-width:1200px){.bdt-grid{margin-left:-40px}.bdt-grid>*{padding-left:40px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:40px}}.bdt-grid-small,.bdt-grid-column-small{margin-left:-15px}.bdt-grid-small>*,.bdt-grid-column-small>*{padding-left:15px}.bdt-grid+.bdt-grid-small,.bdt-grid+.bdt-grid-row-small,.bdt-grid-small>.bdt-grid-margin,.bdt-grid-row-small>.bdt-grid-margin,*+.bdt-grid-margin-small{margin-top:15px}.bdt-grid-medium,.bdt-grid-column-medium{margin-left:-30px}.bdt-grid-medium>*,.bdt-grid-column-medium>*{padding-left:30px}.bdt-grid+.bdt-grid-medium,.bdt-grid+.bdt-grid-row-medium,.bdt-grid-medium>.bdt-grid-margin,.bdt-grid-row-medium>.bdt-grid-margin,*+.bdt-grid-margin-medium{margin-top:30px}.bdt-grid-large,.bdt-grid-column-large{margin-left:-40px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:40px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:40px}@media (min-width:1200px){.bdt-grid-large,.bdt-grid-column-large{margin-left:-70px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:70px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:70px}}.bdt-grid-collapse,.bdt-grid-column-collapse{margin-left:0}.bdt-grid-collapse>*,.bdt-grid-column-collapse>*{padding-left:0}.bdt-grid+.bdt-grid-collapse,.bdt-grid+.bdt-grid-row-collapse,.bdt-grid-collapse>.bdt-grid-margin,.bdt-grid-row-collapse>.bdt-grid-margin{margin-top:0}.bdt-grid-divider>*{position:relative}.bdt-grid-divider>:not(.bdt-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid #e5e5e5}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid #e5e5e5}.bdt-grid-divider{margin-left:-60px}.bdt-grid-divider>*{padding-left:60px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}@media (min-width:1200px){.bdt-grid-divider{margin-left:-80px}.bdt-grid-divider>*{padding-left:80px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}}.bdt-grid-divider.bdt-grid-small,.bdt-grid-divider.bdt-grid-column-small{margin-left:-30px}.bdt-grid-divider.bdt-grid-small>*,.bdt-grid-divider.bdt-grid-column-small>*{padding-left:30px}.bdt-grid-divider.bdt-grid-small>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-small>:not(.bdt-first-column)::before{left:15px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin{margin-top:30px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px;left:30px}.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px}.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack>.bdt-grid-margin::before{left:30px}.bdt-grid-divider.bdt-grid-medium,.bdt-grid-divider.bdt-grid-column-medium{margin-left:-60px}.bdt-grid-divider.bdt-grid-medium>*,.bdt-grid-divider.bdt-grid-column-medium>*{padding-left:60px}.bdt-grid-divider.bdt-grid-medium>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-medium>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px}.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack>.bdt-grid-margin::before{left:60px}.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-80px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:80px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:80px}@media (min-width:1200px){.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-140px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:140px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:70px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:140px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px;left:140px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:140px}}.bdt-grid-match>*,.bdt-grid-item-match{display:flex;flex-wrap:wrap}.bdt-grid-match>*>:not([class*="bdt-width"]),.bdt-grid-item-match>:not([class*="bdt-width"]){box-sizing:border-box;width:100%;flex:auto}.bdt-nav,.bdt-nav ul{margin:0;padding:0;list-style:none}.bdt-nav li>a{display:flex;align-items:center;column-gap:.25em;text-decoration:none}.bdt-nav>li>a{padding:5px 0}ul.bdt-nav-sub{padding:5px 0 5px 15px}.bdt-nav-sub ul{padding-left:15px}.bdt-nav-sub a{padding:2px 0}.bdt-nav-parent-icon{margin-left:auto;transition:transform .3s ease-out}.bdt-nav>li.bdt-open>a .bdt-nav-parent-icon{transform:rotateX(180deg)}.bdt-nav-header{padding:5px 0;text-transform:uppercase;font-size:.875rem}.bdt-nav-header:not(:first-child){margin-top:20px}.bdt-nav .bdt-nav-divider{margin:5px 0}.bdt-nav-default{font-size:16px;line-height:1.5}.bdt-nav-default>li>a{color:#999}.bdt-nav-default>li>a:hover{color:#666}.bdt-nav-default>li.bdt-active>a{color:#333}.bdt-nav-default .bdt-nav-subtitle{font-size:.875rem}.bdt-nav-default .bdt-nav-header{color:#333}.bdt-nav-default .bdt-nav-divider{border-top:1px solid #e5e5e5}.bdt-nav-default .bdt-nav-sub{font-size:16px;line-height:1.5}.bdt-nav-default .bdt-nav-sub a{color:#999}.bdt-nav-default .bdt-nav-sub a:hover{color:#666}.bdt-nav-default .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-primary{font-size:1.5rem;line-height:1.5}.bdt-nav-primary>li>a{color:#999}.bdt-nav-primary>li>a:hover{color:#666}.bdt-nav-primary>li.bdt-active>a{color:#333}.bdt-nav-primary .bdt-nav-subtitle{font-size:1.25rem}.bdt-nav-primary .bdt-nav-header{color:#333}.bdt-nav-primary .bdt-nav-divider{border-top:1px solid #e5e5e5}.bdt-nav-primary .bdt-nav-sub{font-size:1.25rem;line-height:1.5}.bdt-nav-primary .bdt-nav-sub a{color:#999}.bdt-nav-primary .bdt-nav-sub a:hover{color:#666}.bdt-nav-primary .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-secondary{font-size:16px;line-height:1.5}.bdt-nav-secondary>li>a{color:#333}.bdt-nav-secondary>li>a:hover{color:#333}.bdt-nav-secondary>li.bdt-active>a{color:#333}.bdt-nav-secondary .bdt-nav-subtitle{font-size:.875rem;color:#999}.bdt-nav-secondary>li>a:hover .bdt-nav-subtitle{color:#666}.bdt-nav-secondary>li.bdt-active>a .bdt-nav-subtitle{color:#333}.bdt-nav-secondary .bdt-nav-header{color:#333}.bdt-nav-secondary .bdt-nav-divider{border-top:1px solid #e5e5e5}.bdt-nav-secondary .bdt-nav-sub{font-size:.875rem;line-height:1.5}.bdt-nav-secondary .bdt-nav-sub a{color:#999}.bdt-nav-secondary .bdt-nav-sub a:hover{color:#666}.bdt-nav-secondary .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-medium{font-size:2.8875rem;line-height:1}.bdt-nav-large{font-size:3.4rem;line-height:1}.bdt-nav-xlarge{font-size:4rem;line-height:1}@media (min-width:960px){.bdt-nav-medium{font-size:3.5rem}.bdt-nav-large{font-size:4rem}.bdt-nav-xlarge{font-size:6rem}}@media (min-width:1200px){.bdt-nav-medium{font-size:4rem}.bdt-nav-large{font-size:6rem}.bdt-nav-xlarge{font-size:8rem}}.bdt-nav-center{text-align:center}.bdt-nav-center li>a{justify-content:center}.bdt-nav-center .bdt-nav-sub,.bdt-nav-center .bdt-nav-sub ul{padding-left:0}.bdt-nav-center .bdt-nav-parent-icon{margin-left:.25em}.bdt-nav.bdt-nav-divider>:not(.bdt-nav-header, .bdt-nav-divider)+:not(.bdt-nav-header, .bdt-nav-divider){margin-top:5px;padding-top:5px;border-top:1px solid #e5e5e5}.bdt-navbar{display:flex;position:relative}.bdt-navbar-container:not(.bdt-navbar-transparent){background:#f8f8f8}.bdt-navbar-left,.bdt-navbar-right,[class*="bdt-navbar-center"]{display:flex;gap:0;align-items:center}.bdt-navbar-right{margin-left:auto}.bdt-navbar-center:only-child{margin-left:auto;margin-right:auto;position:relative}.bdt-navbar-center:not(:only-child){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:max-content;box-sizing:border-box;z-index:990}.bdt-navbar-center-left,.bdt-navbar-center-right{position:absolute;top:0}.bdt-navbar-center-left{right:calc(100% + 0px)}.bdt-navbar-center-right{left:calc(100% + 0px)}[class*="bdt-navbar-center-"]{width:max-content;box-sizing:border-box}.bdt-navbar-nav{display:flex;gap:0;margin:0;padding:0;list-style:none}.bdt-navbar-left,.bdt-navbar-right,.bdt-navbar-center:only-child{flex-wrap:wrap}.bdt-navbar-nav>li>a,.bdt-navbar-item,.bdt-navbar-toggle{display:flex;justify-content:center;align-items:center;column-gap:.25em;box-sizing:border-box;min-height:80px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-decoration:none}.bdt-navbar-nav>li>a{padding:0 15px;color:#999}.bdt-navbar-nav>li:hover>a,.bdt-navbar-nav>li>a[aria-expanded="true"]{color:#666}.bdt-navbar-nav>li>a:active{color:#333}.bdt-navbar-nav>li.bdt-active>a{color:#333}.bdt-navbar-parent-icon{margin-left:4px;transition:transform .3s ease-out}.bdt-navbar-nav>li>a[aria-expanded="true"] .bdt-navbar-parent-icon{transform:rotateX(180deg)}.bdt-navbar-item{padding:0 15px;color:#666}.bdt-navbar-item>:last-child{margin-bottom:0}.bdt-navbar-toggle{padding:0 15px;color:#999}.bdt-navbar-toggle:hover,.bdt-navbar-toggle[aria-expanded="true"]{color:#666;text-decoration:none}.bdt-navbar-subtitle{font-size:.875rem}.bdt-navbar-justify .bdt-navbar-left,.bdt-navbar-justify .bdt-navbar-right,.bdt-navbar-justify .bdt-navbar-nav,.bdt-navbar-justify .bdt-navbar-nav>li,.bdt-navbar-justify .bdt-navbar-item,.bdt-navbar-justify .bdt-navbar-toggle{flex-grow:1}.bdt-navbar-dropdown{--bdt-position-offset:0;--bdt-position-shift-offset:0;--bdt-position-viewport-offset:15px;--bdt-inverse:dark;width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-navbar-dropdown>:last-child{margin-bottom:0}.bdt-navbar-dropdown :focus-visible{outline-color:#333 !important}.bdt-navbar-dropdown .bdt-drop-grid{margin-left:-30px}.bdt-navbar-dropdown .bdt-drop-grid>*{padding-left:30px}.bdt-navbar-dropdown .bdt-drop-grid>.bdt-grid-margin{margin-top:30px}.bdt-navbar-dropdown-width-2:not(.bdt-drop-stack){width:400px}.bdt-navbar-dropdown-width-3:not(.bdt-drop-stack){width:600px}.bdt-navbar-dropdown-width-4:not(.bdt-drop-stack){width:800px}.bdt-navbar-dropdown-width-5:not(.bdt-drop-stack){width:1000px}.bdt-navbar-dropdown-large{--bdt-position-shift-offset:0;padding:40px}.bdt-navbar-dropdown-dropbar{width:auto;background:transparent;padding:15px 0 15px 0;--bdt-position-offset:0;--bdt-position-shift-offset:0;--bdt-position-viewport-offset:15px}@media (min-width:640px){.bdt-navbar-dropdown-dropbar{--bdt-position-viewport-offset:30px}}@media (min-width:960px){.bdt-navbar-dropdown-dropbar{--bdt-position-viewport-offset:40px}}.bdt-navbar-dropdown-dropbar-large{--bdt-position-shift-offset:0;padding-top:40px;padding-bottom:40px}.bdt-navbar-dropdown-nav>li>a{color:#999}.bdt-navbar-dropdown-nav>li>a:hover{color:#666}.bdt-navbar-dropdown-nav>li.bdt-active>a{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-subtitle{font-size:.875rem}.bdt-navbar-dropdown-nav .bdt-nav-header{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-divider{border-top:1px solid #e5e5e5}.bdt-navbar-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover{color:#666}.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-subnav{display:flex;flex-wrap:wrap;align-items:center;margin-left:-20px;padding:0;list-style:none}.bdt-subnav>*{flex:none;padding-left:20px;position:relative}.bdt-subnav>*>:first-child{display:flex;align-items:center;column-gap:.25em;color:#999}.bdt-subnav>*>a:hover{color:#666;text-decoration:none}.bdt-subnav>.bdt-active>a{color:#333}.bdt-subnav-divider{margin-left:-41px}.bdt-subnav-divider>*{display:flex;align-items:center}.bdt-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid transparent}.bdt-subnav-divider>:nth-child(n+2):not(.bdt-first-column)::before{border-left-color:#e5e5e5}.bdt-subnav-pill>*>:first-child{padding:5px 10px;background:transparent;color:#999}.bdt-subnav-pill>*>a:hover{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>*>a:active{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>.bdt-active>a{background-color:#1e87f0;color:#fff}.bdt-subnav>.bdt-disabled>a{color:#999}.bdt-breadcrumb{padding:0;list-style:none}.bdt-breadcrumb>*{display:contents}.bdt-breadcrumb>*>*{font-size:.875rem;color:#999}.bdt-breadcrumb>*>:hover{color:#666;text-decoration:none}.bdt-breadcrumb>:last-child>span,.bdt-breadcrumb>:last-child>a:not([href]){color:#666}.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before{content:"/";display:inline-block;margin:0 20px 0 calc(20px - 4px);font-size:.875rem;color:#999}.bdt-pagination{display:flex;flex-wrap:wrap;align-items:center;margin-left:0;padding:0;list-style:none}.bdt-pagination>*{flex:none;padding-left:0;position:relative}.bdt-pagination>*>*{display:flex;align-items:center;column-gap:.25em;padding:5px 10px;color:#999}.bdt-pagination>*>:hover{color:#666;text-decoration:none}.bdt-pagination>.bdt-active>*{color:#666}.bdt-pagination>.bdt-disabled>*{color:#999}.bdt-tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-tab>*{flex:none;padding-left:20px;position:relative}.bdt-tab>*>a{display:flex;align-items:center;column-gap:.25em;justify-content:center;padding:5px 10px;color:#999}.bdt-tab>*>a:hover{color:#666;text-decoration:none}.bdt-tab>.bdt-active>a{color:#333}.bdt-tab>.bdt-disabled>a{color:#999}.bdt-tab-left,.bdt-tab-right{flex-direction:column;margin-left:0}.bdt-tab-left>*,.bdt-tab-right>*{padding-left:0}.bdt-tab-left>*>a{justify-content:left}.bdt-tab-right>*>a{justify-content:left}.bdt-slidenav{padding:5px 10px;color:rgba(102,102,102,0.5)}.bdt-slidenav:hover{color:rgba(102,102,102,0.9)}.bdt-slidenav:active{color:rgba(102,102,102,0.5)}.bdt-slidenav-large{padding:10px 10px}.bdt-slidenav-container{display:flex}.bdt-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-12px}.bdt-dotnav>*{flex:none;padding-left:12px}.bdt-dotnav>*>*{display:block;box-sizing:border-box;width:10px;height:10px;border-radius:50%;background:rgba(102,102,102,0.2);text-indent:100%;overflow:hidden;white-space:nowrap}.bdt-dotnav>*>:hover{background-color:rgba(102,102,102,0.6)}.bdt-dotnav>*>:active{background-color:rgba(102,102,102,0.2)}.bdt-dotnav>.bdt-active>*{background-color:rgba(102,102,102,0.6)}.bdt-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.bdt-dotnav-vertical>*{padding-left:0;padding-top:12px}.bdt-thumbnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-15px}.bdt-thumbnav>*{padding-left:15px}.bdt-thumbnav>*>*{display:inline-block}.bdt-thumbnav-vertical{flex-direction:column;margin-left:0;margin-top:-15px}.bdt-thumbnav-vertical>*{padding-left:0;padding-top:15px}.bdt-iconnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-10px}.bdt-iconnav>*{padding-left:10px}.bdt-iconnav>*>a{display:flex;align-items:center;column-gap:.25em;line-height:0;color:#999;text-decoration:none}.bdt-iconnav>*>a:hover{color:#666}.bdt-iconnav>.bdt-active>a{color:#666}.bdt-iconnav-vertical{flex-direction:column;margin-left:0;margin-top:-10px}.bdt-iconnav-vertical>*{padding-left:0;padding-top:10px}.bdt-dropdown{--bdt-position-offset:10px;--bdt-position-viewport-offset:15px;--bdt-inverse:dark;width:auto;min-width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-dropdown>:last-child{margin-bottom:0}.bdt-dropdown :focus-visible{outline-color:#333 !important}.bdt-dropdown-large{padding:40px}.bdt-dropdown-dropbar{width:auto;background:transparent;padding:15px 0 15px 0;--bdt-position-viewport-offset:15px}@media (min-width:640px){.bdt-dropdown-dropbar{--bdt-position-viewport-offset:30px}}@media (min-width:960px){.bdt-dropdown-dropbar{--bdt-position-viewport-offset:40px}}.bdt-dropdown-dropbar-large{padding-top:40px;padding-bottom:40px}.bdt-dropdown-nav>li>a{color:#999}.bdt-dropdown-nav>li>a:hover,.bdt-dropdown-nav>li.bdt-active>a{color:#666}.bdt-dropdown-nav .bdt-nav-subtitle{font-size:.875rem}.bdt-dropdown-nav .bdt-nav-header{color:#333}.bdt-dropdown-nav .bdt-nav-divider{border-top:1px solid #e5e5e5}.bdt-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-dropdown-nav .bdt-nav-sub a:hover,.bdt-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#666}.bdt-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:#000;opacity:0;transition:opacity .15s linear;touch-action:pinch-zoom}.bdt-lightbox.bdt-open{display:block;opacity:1}.bdt-lightbox :focus-visible{outline-color:rgba(255,255,255,0.7)}.bdt-lightbox-page{overflow:hidden}.bdt-lightbox-items>*{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;color:rgba(255,255,255,0.7);will-change:transform, opacity}.bdt-lightbox-items>*>*{max-width:100vw;max-height:100vh}.bdt-lightbox-items>*>:not(iframe){width:auto;height:auto}.bdt-lightbox-items>.bdt-active{display:flex}.bdt-lightbox-toolbar{padding:10px 10px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar>*{color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon{padding:5px;color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon:hover{color:#fff}.bdt-lightbox-button{box-sizing:border-box;width:50px;height:50px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7);display:inline-flex;justify-content:center;align-items:center}.bdt-lightbox-button:hover{color:#fff}.bdt-lightbox-caption:empty{display:none}.bdt-lightbox-iframe{width:80%;height:80%}[class*="bdt-animation-"]{animation:.5s ease-out both}.bdt-animation-fade{animation-name:bdt-fade;animation-duration:.8s;animation-timing-function:linear}.bdt-animation-scale-up{animation-name:bdt-fade,bdt-scale-up}.bdt-animation-scale-down{animation-name:bdt-fade,bdt-scale-down}.bdt-animation-slide-top{animation-name:bdt-fade,bdt-slide-top}.bdt-animation-slide-bottom{animation-name:bdt-fade,bdt-slide-bottom}.bdt-animation-slide-left{animation-name:bdt-fade,bdt-slide-left}.bdt-animation-slide-right{animation-name:bdt-fade,bdt-slide-right}.bdt-animation-slide-top-small{animation-name:bdt-fade,bdt-slide-top-small}.bdt-animation-slide-bottom-small{animation-name:bdt-fade,bdt-slide-bottom-small}.bdt-animation-slide-left-small{animation-name:bdt-fade,bdt-slide-left-small}.bdt-animation-slide-right-small{animation-name:bdt-fade,bdt-slide-right-small}.bdt-animation-slide-top-medium{animation-name:bdt-fade,bdt-slide-top-medium}.bdt-animation-slide-bottom-medium{animation-name:bdt-fade,bdt-slide-bottom-medium}.bdt-animation-slide-left-medium{animation-name:bdt-fade,bdt-slide-left-medium}.bdt-animation-slide-right-medium{animation-name:bdt-fade,bdt-slide-right-medium}.bdt-animation-kenburns{animation-name:bdt-kenburns;animation-duration:15s}.bdt-animation-shake{animation-name:bdt-shake}.bdt-animation-stroke{animation-name:bdt-stroke;animation-duration:2s;stroke-dasharray:var(--bdt-animation-stroke)}.bdt-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.bdt-animation-fast{animation-duration:.1s}.bdt-animation-toggle:not(:hover):not(:focus) [class*="bdt-animation-"]{animation-name:none}@keyframes bdt-fade{0%{opacity:0}100%{opacity:1}}@keyframes bdt-scale-up{0%{transform:scale(.9)}100%{transform:scale(1)}}@keyframes bdt-scale-down{0%{transform:scale(1.1)}100%{transform:scale(1)}}@keyframes bdt-slide-top{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}@keyframes bdt-slide-bottom{0%{transform:translateY(100%)}100%{transform:translateY(0)}}@keyframes bdt-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@keyframes bdt-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@keyframes bdt-slide-top-small{0%{transform:translateY(-10px)}100%{transform:translateY(0)}}@keyframes bdt-slide-bottom-small{0%{transform:translateY(10px)}100%{transform:translateY(0)}}@keyframes bdt-slide-left-small{0%{transform:translateX(-10px)}100%{transform:translateX(0)}}@keyframes bdt-slide-right-small{0%{transform:translateX(10px)}100%{transform:translateX(0)}}@keyframes bdt-slide-top-medium{0%{transform:translateY(-50px)}100%{transform:translateY(0)}}@keyframes bdt-slide-bottom-medium{0%{transform:translateY(50px)}100%{transform:translateY(0)}}@keyframes bdt-slide-left-medium{0%{transform:translateX(-50px)}100%{transform:translateX(0)}}@keyframes bdt-slide-right-medium{0%{transform:translateX(50px)}100%{transform:translateX(0)}}@keyframes bdt-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes bdt-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes bdt-stroke{0%{stroke-dashoffset:var(--bdt-animation-stroke)}100%{stroke-dashoffset:0}}[class*="bdt-child-width"]>*{box-sizing:border-box;width:100%}.bdt-child-width-1-2>*{width:50%}.bdt-child-width-1-3>*{width:calc(100% / 3)}.bdt-child-width-1-4>*{width:25%}.bdt-child-width-1-5>*{width:20%}.bdt-child-width-1-6>*{width:calc(100% / 6)}.bdt-child-width-auto>*{width:auto}.bdt-child-width-expand>:not([class*="bdt-width"]){flex:1;min-width:1px}@media (min-width:640px){.bdt-child-width-1-1\@s>*{width:100%}.bdt-child-width-1-2\@s>*{width:50%}.bdt-child-width-1-3\@s>*{width:calc(100% / 3)}.bdt-child-width-1-4\@s>*{width:25%}.bdt-child-width-1-5\@s>*{width:20%}.bdt-child-width-1-6\@s>*{width:calc(100% / 6)}.bdt-child-width-auto\@s>*{width:auto}.bdt-child-width-expand\@s>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@s>:not([class*="bdt-width"]),.bdt-child-width-1-2\@s>:not([class*="bdt-width"]),.bdt-child-width-1-3\@s>:not([class*="bdt-width"]),.bdt-child-width-1-4\@s>:not([class*="bdt-width"]),.bdt-child-width-1-5\@s>:not([class*="bdt-width"]),.bdt-child-width-1-6\@s>:not([class*="bdt-width"]),.bdt-child-width-auto\@s>:not([class*="bdt-width"]){flex:initial}}@media (min-width:960px){.bdt-child-width-1-1\@m>*{width:100%}.bdt-child-width-1-2\@m>*{width:50%}.bdt-child-width-1-3\@m>*{width:calc(100% / 3)}.bdt-child-width-1-4\@m>*{width:25%}.bdt-child-width-1-5\@m>*{width:20%}.bdt-child-width-1-6\@m>*{width:calc(100% / 6)}.bdt-child-width-auto\@m>*{width:auto}.bdt-child-width-expand\@m>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@m>:not([class*="bdt-width"]),.bdt-child-width-1-2\@m>:not([class*="bdt-width"]),.bdt-child-width-1-3\@m>:not([class*="bdt-width"]),.bdt-child-width-1-4\@m>:not([class*="bdt-width"]),.bdt-child-width-1-5\@m>:not([class*="bdt-width"]),.bdt-child-width-1-6\@m>:not([class*="bdt-width"]),.bdt-child-width-auto\@m>:not([class*="bdt-width"]){flex:initial}}@media (min-width:1200px){.bdt-child-width-1-1\@l>*{width:100%}.bdt-child-width-1-2\@l>*{width:50%}.bdt-child-width-1-3\@l>*{width:calc(100% / 3)}.bdt-child-width-1-4\@l>*{width:25%}.bdt-child-width-1-5\@l>*{width:20%}.bdt-child-width-1-6\@l>*{width:calc(100% / 6)}.bdt-child-width-auto\@l>*{width:auto}.bdt-child-width-expand\@l>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@l>:not([class*="bdt-width"]),.bdt-child-width-1-2\@l>:not([class*="bdt-width"]),.bdt-child-width-1-3\@l>:not([class*="bdt-width"]),.bdt-child-width-1-4\@l>:not([class*="bdt-width"]),.bdt-child-width-1-5\@l>:not([class*="bdt-width"]),.bdt-child-width-1-6\@l>:not([class*="bdt-width"]),.bdt-child-width-auto\@l>:not([class*="bdt-width"]){flex:initial}}@media (min-width:1600px){.bdt-child-width-1-1\@xl>*{width:100%}.bdt-child-width-1-2\@xl>*{width:50%}.bdt-child-width-1-3\@xl>*{width:calc(100% / 3)}.bdt-child-width-1-4\@xl>*{width:25%}.bdt-child-width-1-5\@xl>*{width:20%}.bdt-child-width-1-6\@xl>*{width:calc(100% / 6)}.bdt-child-width-auto\@xl>*{width:auto}.bdt-child-width-expand\@xl>:not([class*="bdt-width"]){flex:1;min-width:1px}.bdt-child-width-1-1\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-2\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-3\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-4\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-5\@xl>:not([class*="bdt-width"]),.bdt-child-width-1-6\@xl>:not([class*="bdt-width"]),.bdt-child-width-auto\@xl>:not([class*="bdt-width"]){flex:initial}}[class*="bdt-width"]{box-sizing:border-box;width:100%;max-width:100%}.bdt-width-1-2{width:50%}.bdt-width-1-3{width:calc(100% / 3)}.bdt-width-2-3{width:calc(200% / 3)}.bdt-width-1-4{width:25%}.bdt-width-3-4{width:75%}.bdt-width-1-5{width:20%}.bdt-width-2-5{width:40%}.bdt-width-3-5{width:60%}.bdt-width-4-5{width:80%}.bdt-width-1-6{width:calc(100% / 6)}.bdt-width-5-6{width:calc(500% / 6)}.bdt-width-small{width:150px}.bdt-width-medium{width:300px}.bdt-width-large{width:450px}.bdt-width-xlarge{width:600px}.bdt-width-2xlarge{width:750px}.bdt-width-auto{width:auto}.bdt-width-expand{flex:1;min-width:1px}@media (min-width:640px){.bdt-width-1-1\@s{width:100%}.bdt-width-1-2\@s{width:50%}.bdt-width-1-3\@s{width:calc(100% / 3)}.bdt-width-2-3\@s{width:calc(200% / 3)}.bdt-width-1-4\@s{width:25%}.bdt-width-3-4\@s{width:75%}.bdt-width-1-5\@s{width:20%}.bdt-width-2-5\@s{width:40%}.bdt-width-3-5\@s{width:60%}.bdt-width-4-5\@s{width:80%}.bdt-width-1-6\@s{width:calc(100% / 6)}.bdt-width-5-6\@s{width:calc(500% / 6)}.bdt-width-small\@s{width:150px}.bdt-width-medium\@s{width:300px}.bdt-width-large\@s{width:450px}.bdt-width-xlarge\@s{width:600px}.bdt-width-2xlarge\@s{width:750px}.bdt-width-auto\@s{width:auto}.bdt-width-expand\@s{flex:1;min-width:1px}.bdt-width-1-1\@s,.bdt-width-1-2\@s,.bdt-width-1-3\@s,.bdt-width-2-3\@s,.bdt-width-1-4\@s,.bdt-width-3-4\@s,.bdt-width-1-5\@s,.bdt-width-2-5\@s,.bdt-width-3-5\@s,.bdt-width-4-5\@s,.bdt-width-1-6\@s,.bdt-width-5-6\@s,.bdt-width-small\@s,.bdt-width-medium\@s,.bdt-width-large\@s,.bdt-width-xlarge\@s,.bdt-width-2xlarge\@s,.bdt-width-auto\@s{flex:initial}}@media (min-width:960px){.bdt-width-1-1\@m{width:100%}.bdt-width-1-2\@m{width:50%}.bdt-width-1-3\@m{width:calc(100% / 3)}.bdt-width-2-3\@m{width:calc(200% / 3)}.bdt-width-1-4\@m{width:25%}.bdt-width-3-4\@m{width:75%}.bdt-width-1-5\@m{width:20%}.bdt-width-2-5\@m{width:40%}.bdt-width-3-5\@m{width:60%}.bdt-width-4-5\@m{width:80%}.bdt-width-1-6\@m{width:calc(100% / 6)}.bdt-width-5-6\@m{width:calc(500% / 6)}.bdt-width-small\@m{width:150px}.bdt-width-medium\@m{width:300px}.bdt-width-large\@m{width:450px}.bdt-width-xlarge\@m{width:600px}.bdt-width-2xlarge\@m{width:750px}.bdt-width-auto\@m{width:auto}.bdt-width-expand\@m{flex:1;min-width:1px}.bdt-width-1-1\@m,.bdt-width-1-2\@m,.bdt-width-1-3\@m,.bdt-width-2-3\@m,.bdt-width-1-4\@m,.bdt-width-3-4\@m,.bdt-width-1-5\@m,.bdt-width-2-5\@m,.bdt-width-3-5\@m,.bdt-width-4-5\@m,.bdt-width-1-6\@m,.bdt-width-5-6\@m,.bdt-width-small\@m,.bdt-width-medium\@m,.bdt-width-large\@m,.bdt-width-xlarge\@m,.bdt-width-2xlarge\@m,.bdt-width-auto\@m{flex:initial}}@media (min-width:1200px){.bdt-width-1-1\@l{width:100%}.bdt-width-1-2\@l{width:50%}.bdt-width-1-3\@l{width:calc(100% / 3)}.bdt-width-2-3\@l{width:calc(200% / 3)}.bdt-width-1-4\@l{width:25%}.bdt-width-3-4\@l{width:75%}.bdt-width-1-5\@l{width:20%}.bdt-width-2-5\@l{width:40%}.bdt-width-3-5\@l{width:60%}.bdt-width-4-5\@l{width:80%}.bdt-width-1-6\@l{width:calc(100% / 6)}.bdt-width-5-6\@l{width:calc(500% / 6)}.bdt-width-small\@l{width:150px}.bdt-width-medium\@l{width:300px}.bdt-width-large\@l{width:450px}.bdt-width-xlarge\@l{width:600px}.bdt-width-2xlarge\@l{width:750px}.bdt-width-auto\@l{width:auto}.bdt-width-expand\@l{flex:1;min-width:1px}.bdt-width-1-1\@l,.bdt-width-1-2\@l,.bdt-width-1-3\@l,.bdt-width-2-3\@l,.bdt-width-1-4\@l,.bdt-width-3-4\@l,.bdt-width-1-5\@l,.bdt-width-2-5\@l,.bdt-width-3-5\@l,.bdt-width-4-5\@l,.bdt-width-1-6\@l,.bdt-width-5-6\@l,.bdt-width-small\@l,.bdt-width-medium\@l,.bdt-width-large\@l,.bdt-width-xlarge\@l,.bdt-width-2xlarge\@l,.bdt-width-auto\@l{flex:initial}}@media (min-width:1600px){.bdt-width-1-1\@xl{width:100%}.bdt-width-1-2\@xl{width:50%}.bdt-width-1-3\@xl{width:calc(100% / 3)}.bdt-width-2-3\@xl{width:calc(200% / 3)}.bdt-width-1-4\@xl{width:25%}.bdt-width-3-4\@xl{width:75%}.bdt-width-1-5\@xl{width:20%}.bdt-width-2-5\@xl{width:40%}.bdt-width-3-5\@xl{width:60%}.bdt-width-4-5\@xl{width:80%}.bdt-width-1-6\@xl{width:calc(100% / 6)}.bdt-width-5-6\@xl{width:calc(500% / 6)}.bdt-width-small\@xl{width:150px}.bdt-width-medium\@xl{width:300px}.bdt-width-large\@xl{width:450px}.bdt-width-xlarge\@xl{width:600px}.bdt-width-2xlarge\@xl{width:750px}.bdt-width-auto\@xl{width:auto}.bdt-width-expand\@xl{flex:1;min-width:1px}.bdt-width-1-1\@xl,.bdt-width-1-2\@xl,.bdt-width-1-3\@xl,.bdt-width-2-3\@xl,.bdt-width-1-4\@xl,.bdt-width-3-4\@xl,.bdt-width-1-5\@xl,.bdt-width-2-5\@xl,.bdt-width-3-5\@xl,.bdt-width-4-5\@xl,.bdt-width-1-6\@xl,.bdt-width-5-6\@xl,.bdt-width-small\@xl,.bdt-width-medium\@xl,.bdt-width-large\@xl,.bdt-width-xlarge\@xl,.bdt-width-2xlarge\@xl,.bdt-width-auto\@xl{flex:initial}}.bdt-width-max-content{width:max-content}.bdt-width-min-content{width:min-content}[class*="bdt-height"]{box-sizing:border-box}.bdt-height-1-1{height:100%}.bdt-height-viewport{min-height:100vh}.bdt-height-viewport-2{min-height:200vh}.bdt-height-viewport-3{min-height:300vh}.bdt-height-viewport-4{min-height:400vh}.bdt-height-small{height:150px}.bdt-height-medium{height:300px}.bdt-height-large{height:450px}.bdt-height-max-small{max-height:150px}.bdt-height-max-medium{max-height:300px}.bdt-height-max-large{max-height:450px}.bdt-text-lead{font-size:1.5rem;line-height:1.5;color:#333}.bdt-text-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-text-small{font-size:.875rem;line-height:1.5}.bdt-text-large{font-size:1.5rem;line-height:1.5}.bdt-text-default{font-size:16px;line-height:1.5}.bdt-text-light{font-weight:300}.bdt-text-normal{font-weight:400}.bdt-text-bold{font-weight:700}.bdt-text-lighter{font-weight:lighter}.bdt-text-bolder{font-weight:bolder}.bdt-text-italic{font-style:italic}.bdt-text-capitalize{text-transform:capitalize !important}.bdt-text-uppercase{text-transform:uppercase !important}.bdt-text-lowercase{text-transform:lowercase !important}.bdt-text-decoration-none{text-decoration:none !important}.bdt-text-muted{color:#999 !important}.bdt-text-emphasis{color:#333 !important}.bdt-text-primary{color:#1e87f0 !important}.bdt-text-secondary{color:#222 !important}.bdt-text-success{color:#32d296 !important}.bdt-text-warning{color:#faa05a !important}.bdt-text-danger{color:#f0506e !important}.bdt-text-background{-webkit-background-clip:text;color:transparent !important;display:inline-block;background-color:#1e87f0}.bdt-text-left{text-align:left !important}.bdt-text-right{text-align:right !important}.bdt-text-center{text-align:center !important}.bdt-text-justify{text-align:justify !important}@media (min-width:640px){.bdt-text-left\@s{text-align:left !important}.bdt-text-right\@s{text-align:right !important}.bdt-text-center\@s{text-align:center !important}}@media (min-width:960px){.bdt-text-left\@m{text-align:left !important}.bdt-text-right\@m{text-align:right !important}.bdt-text-center\@m{text-align:center !important}}@media (min-width:1200px){.bdt-text-left\@l{text-align:left !important}.bdt-text-right\@l{text-align:right !important}.bdt-text-center\@l{text-align:center !important}}@media (min-width:1600px){.bdt-text-left\@xl{text-align:left !important}.bdt-text-right\@xl{text-align:right !important}.bdt-text-center\@xl{text-align:center !important}}.bdt-text-top{vertical-align:top !important}.bdt-text-middle{vertical-align:middle !important}.bdt-text-bottom{vertical-align:bottom !important}.bdt-text-baseline{vertical-align:baseline !important}.bdt-text-nowrap{white-space:nowrap}.bdt-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}th.bdt-text-truncate,td.bdt-text-truncate{max-width:0}.bdt-text-break{overflow-wrap:break-word}th.bdt-text-break,td.bdt-text-break{word-break:break-word}[class*="bdt-column-"]{column-gap:30px}@media (min-width:1200px){[class*="bdt-column-"]{column-gap:40px}}[class*="bdt-column-"] img{transform:translate3d(0, 0, 0)}.bdt-column-divider{column-rule:1px solid #e5e5e5;column-gap:60px}@media (min-width:1200px){.bdt-column-divider{column-gap:80px}}.bdt-column-1-2{column-count:2}.bdt-column-1-3{column-count:3}.bdt-column-1-4{column-count:4}.bdt-column-1-5{column-count:5}.bdt-column-1-6{column-count:6}@media (min-width:640px){.bdt-column-1-2\@s{column-count:2}.bdt-column-1-3\@s{column-count:3}.bdt-column-1-4\@s{column-count:4}.bdt-column-1-5\@s{column-count:5}.bdt-column-1-6\@s{column-count:6}}@media (min-width:960px){.bdt-column-1-2\@m{column-count:2}.bdt-column-1-3\@m{column-count:3}.bdt-column-1-4\@m{column-count:4}.bdt-column-1-5\@m{column-count:5}.bdt-column-1-6\@m{column-count:6}}@media (min-width:1200px){.bdt-column-1-2\@l{column-count:2}.bdt-column-1-3\@l{column-count:3}.bdt-column-1-4\@l{column-count:4}.bdt-column-1-5\@l{column-count:5}.bdt-column-1-6\@l{column-count:6}}@media (min-width:1600px){.bdt-column-1-2\@xl{column-count:2}.bdt-column-1-3\@xl{column-count:3}.bdt-column-1-4\@xl{column-count:4}.bdt-column-1-5\@xl{column-count:5}.bdt-column-1-6\@xl{column-count:6}}.bdt-column-span{column-span:all}[bdt-cover]:where(canvas, iframe, svg),[data-bdt-cover]:where(canvas, iframe, svg){max-width:none;position:absolute;left:50%;top:50%;--bdt-position-translate-x:-50%;--bdt-position-translate-y:-50%;transform:translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y))}iframe[bdt-cover],iframe[data-bdt-cover]{pointer-events:none}[bdt-cover]:where(img, video),[data-bdt-cover]:where(img, video){position:absolute;top:0;left:0;width:100%;height:100%;box-sizing:border-box;object-fit:cover;object-position:center}.bdt-cover-container{overflow:hidden;position:relative}.bdt-background-default{background-color:#fff}.bdt-background-muted{background-color:#f8f8f8}.bdt-background-primary{background-color:#1e87f0}.bdt-background-secondary{background-color:#222}.bdt-background-cover,.bdt-background-contain,.bdt-background-width-1-1,.bdt-background-height-1-1{background-position:50% 50%;background-repeat:no-repeat}.bdt-background-cover{background-size:cover}.bdt-background-contain{background-size:contain}.bdt-background-width-1-1{background-size:100%}.bdt-background-height-1-1{background-size:auto 100%}.bdt-background-top-left{background-position:0 0}.bdt-background-top-center{background-position:50% 0}.bdt-background-top-right{background-position:100% 0}.bdt-background-center-left{background-position:0 50%}.bdt-background-center-center{background-position:50% 50%}.bdt-background-center-right{background-position:100% 50%}.bdt-background-bottom-left{background-position:0 100%}.bdt-background-bottom-center{background-position:50% 100%}.bdt-background-bottom-right{background-position:100% 100%}.bdt-background-norepeat{background-repeat:no-repeat}.bdt-background-fixed{background-attachment:fixed;backface-visibility:hidden}@media (pointer:coarse){.bdt-background-fixed{background-attachment:scroll}}@media (max-width:639px){.bdt-background-image\@s{background-image:none !important}}@media (max-width:959px){.bdt-background-image\@m{background-image:none !important}}@media (max-width:1199px){.bdt-background-image\@l{background-image:none !important}}@media (max-width:1599px){.bdt-background-image\@xl{background-image:none !important}}.bdt-background-blend-multiply{background-blend-mode:multiply}.bdt-background-blend-screen{background-blend-mode:screen}.bdt-background-blend-overlay{background-blend-mode:overlay}.bdt-background-blend-darken{background-blend-mode:darken}.bdt-background-blend-lighten{background-blend-mode:lighten}.bdt-background-blend-color-dodge{background-blend-mode:color-dodge}.bdt-background-blend-color-burn{background-blend-mode:color-burn}.bdt-background-blend-hard-light{background-blend-mode:hard-light}.bdt-background-blend-soft-light{background-blend-mode:soft-light}.bdt-background-blend-difference{background-blend-mode:difference}.bdt-background-blend-exclusion{background-blend-mode:exclusion}.bdt-background-blend-hue{background-blend-mode:hue}.bdt-background-blend-saturation{background-blend-mode:saturation}.bdt-background-blend-color{background-blend-mode:color}.bdt-background-blend-luminosity{background-blend-mode:luminosity}[class*="bdt-align"]{display:block;margin-bottom:30px}*+[class*="bdt-align"]{margin-top:30px}.bdt-align-center{margin-left:auto;margin-right:auto}.bdt-align-left{margin-top:0;margin-right:30px;float:left}.bdt-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width:640px){.bdt-align-left\@s{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width:960px){.bdt-align-left\@m{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width:1200px){.bdt-align-left\@l{margin-top:0;float:left}.bdt-align-right\@l{margin-top:0;float:right}.bdt-align-left,.bdt-align-left\@s,.bdt-align-left\@m,.bdt-align-left\@l{margin-right:40px}.bdt-align-right,.bdt-align-right\@s,.bdt-align-right\@m,.bdt-align-right\@l{margin-left:40px}}@media (min-width:1600px){.bdt-align-left\@xl{margin-top:0;margin-right:40px;float:left}.bdt-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.bdt-svg,.bdt-svg:not(.bdt-preserve) [fill*="#"]:not(.bdt-preserve){fill:currentcolor}.bdt-svg:not(.bdt-preserve) [stroke*="#"]:not(.bdt-preserve){stroke:currentcolor}.bdt-svg{transform:translate(0, 0)}.bdt-panel{display:flow-root;position:relative;box-sizing:border-box}.bdt-panel>:last-child{margin-bottom:0}.bdt-panel-scrollable{height:170px;padding:10px;border:1px solid #e5e5e5;overflow:auto;resize:both}.bdt-clearfix::before{content:"";display:table-cell}.bdt-clearfix::after{content:"";display:table;clear:both}.bdt-float-left{float:left}.bdt-float-right{float:right}[class*="bdt-float-"]{max-width:100%}.bdt-overflow-hidden{overflow:hidden}.bdt-overflow-auto{overflow:auto}.bdt-overflow-auto>:last-child{margin-bottom:0}.bdt-box-sizing-content{box-sizing:content-box}.bdt-box-sizing-border{box-sizing:border-box}.bdt-resize{resize:both}.bdt-resize-horizontal{resize:horizontal}.bdt-resize-vertical{resize:vertical}.bdt-display-block{display:block !important}.bdt-display-inline{display:inline !important}.bdt-display-inline-block{display:inline-block !important}[class*="bdt-inline"]{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.bdt-inline-clip{overflow:hidden}.bdt-preserve-width,.bdt-preserve-width canvas,.bdt-preserve-width img,.bdt-preserve-width svg,.bdt-preserve-width video{max-width:none}.bdt-responsive-width,.bdt-responsive-height{box-sizing:border-box}.bdt-responsive-width{max-width:100% !important;height:auto}.bdt-responsive-height{max-height:100%;width:auto;max-width:none}[bdt-responsive],[data-bdt-responsive]{max-width:100%}.bdt-object-cover{object-fit:cover}.bdt-object-contain{object-fit:contain}.bdt-object-fill{object-fit:fill}.bdt-object-none{object-fit:none}.bdt-object-scale-down{object-fit:scale-down}.bdt-object-top-left{object-position:0 0}.bdt-object-top-center{object-position:50% 0}.bdt-object-top-right{object-position:100% 0}.bdt-object-center-left{object-position:0 50%}.bdt-object-center-center{object-position:50% 50%}.bdt-object-center-right{object-position:100% 50%}.bdt-object-bottom-left{object-position:0 100%}.bdt-object-bottom-center{object-position:50% 100%}.bdt-object-bottom-right{object-position:100% 100%}.bdt-border-circle{border-radius:50%}.bdt-border-pill{border-radius:500px}.bdt-border-rounded{border-radius:5px}.bdt-inline-clip[class*="bdt-border-"]{-webkit-transform:translateZ(0)}.bdt-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,0.16)}[class*="bdt-box-shadow-hover"]{transition:box-shadow .1s ease-in-out}.bdt-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,0.16)}@supports (filter: blur(0)){.bdt-box-shadow-bottom{display:inline-block;position:relative;z-index:0;max-width:100%;vertical-align:middle}.bdt-box-shadow-bottom::after{content:"";position:absolute;bottom:-30px;left:0;right:0;z-index:-1;height:30px;border-radius:100%;background:#444;filter:blur(20px);will-change:filter}}.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1}@-moz-document url-prefix(){.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{margin-top:1.1%}}.bdt-logo{font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#333;text-decoration:none}:where(.bdt-logo){display:inline-block;vertical-align:middle}.bdt-logo:hover{color:#333;text-decoration:none}.bdt-logo :where(img, svg, video){display:block}.bdt-logo-inverse{display:none}.bdt-disabled{pointer-events:none}.bdt-drag,.bdt-drag *{cursor:move}.bdt-drag iframe{pointer-events:none}.bdt-dragover{box-shadow:0 0 20px rgba(100,100,100,0.3)}.bdt-blend-multiply{mix-blend-mode:multiply}.bdt-blend-screen{mix-blend-mode:screen}.bdt-blend-overlay{mix-blend-mode:overlay}.bdt-blend-darken{mix-blend-mode:darken}.bdt-blend-lighten{mix-blend-mode:lighten}.bdt-blend-color-dodge{mix-blend-mode:color-dodge}.bdt-blend-color-burn{mix-blend-mode:color-burn}.bdt-blend-hard-light{mix-blend-mode:hard-light}.bdt-blend-soft-light{mix-blend-mode:soft-light}.bdt-blend-difference{mix-blend-mode:difference}.bdt-blend-exclusion{mix-blend-mode:exclusion}.bdt-blend-hue{mix-blend-mode:hue}.bdt-blend-saturation{mix-blend-mode:saturation}.bdt-blend-color{mix-blend-mode:color}.bdt-blend-luminosity{mix-blend-mode:luminosity}.bdt-transform-center{transform:translate(-50%, -50%)}.bdt-transform-origin-top-left{transform-origin:0 0}.bdt-transform-origin-top-center{transform-origin:50% 0}.bdt-transform-origin-top-right{transform-origin:100% 0}.bdt-transform-origin-center-left{transform-origin:0 50%}.bdt-transform-origin-center-right{transform-origin:100% 50%}.bdt-transform-origin-bottom-left{transform-origin:0 100%}.bdt-transform-origin-bottom-center{transform-origin:50% 100%}.bdt-transform-origin-bottom-right{transform-origin:100% 100%}.bdt-flex{display:flex}.bdt-flex-inline{display:inline-flex}.bdt-flex-left{justify-content:flex-start}.bdt-flex-center{justify-content:center}.bdt-flex-right{justify-content:flex-end}.bdt-flex-between{justify-content:space-between}.bdt-flex-around{justify-content:space-around}@media (min-width:640px){.bdt-flex-left\@s{justify-content:flex-start}.bdt-flex-center\@s{justify-content:center}.bdt-flex-right\@s{justify-content:flex-end}.bdt-flex-between\@s{justify-content:space-between}.bdt-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.bdt-flex-left\@m{justify-content:flex-start}.bdt-flex-center\@m{justify-content:center}.bdt-flex-right\@m{justify-content:flex-end}.bdt-flex-between\@m{justify-content:space-between}.bdt-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.bdt-flex-left\@l{justify-content:flex-start}.bdt-flex-center\@l{justify-content:center}.bdt-flex-right\@l{justify-content:flex-end}.bdt-flex-between\@l{justify-content:space-between}.bdt-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.bdt-flex-left\@xl{justify-content:flex-start}.bdt-flex-center\@xl{justify-content:center}.bdt-flex-right\@xl{justify-content:flex-end}.bdt-flex-between\@xl{justify-content:space-between}.bdt-flex-around\@xl{justify-content:space-around}}.bdt-flex-stretch{align-items:stretch}.bdt-flex-top{align-items:flex-start}.bdt-flex-middle{align-items:center}.bdt-flex-bottom{align-items:flex-end}@media (min-width:640px){.bdt-flex-stretch\@s{align-items:stretch}.bdt-flex-top\@s{align-items:flex-start}.bdt-flex-middle\@s{align-items:center}.bdt-flex-bottom\@s{align-items:flex-end}}@media (min-width:960px){.bdt-flex-stretch\@m{align-items:stretch}.bdt-flex-top\@m{align-items:flex-start}.bdt-flex-middle\@m{align-items:center}.bdt-flex-bottom\@m{align-items:flex-end}}@media (min-width:1200px){.bdt-flex-stretch\@l{align-items:stretch}.bdt-flex-top\@l{align-items:flex-start}.bdt-flex-middle\@l{align-items:center}.bdt-flex-bottom\@l{align-items:flex-end}}@media (min-width:1600px){.bdt-flex-stretch\@xl{align-items:stretch}.bdt-flex-top\@xl{align-items:flex-start}.bdt-flex-middle\@xl{align-items:center}.bdt-flex-bottom\@xl{align-items:flex-end}}.bdt-flex-row{flex-direction:row}.bdt-flex-row-reverse{flex-direction:row-reverse}.bdt-flex-column{flex-direction:column}.bdt-flex-column-reverse{flex-direction:column-reverse}@media (min-width:640px){.bdt-flex-row\@s{flex-direction:row}.bdt-flex-column\@s{flex-direction:column}}@media (min-width:960px){.bdt-flex-row\@m{flex-direction:row}.bdt-flex-column\@m{flex-direction:column}}@media (min-width:1200px){.bdt-flex-row\@l{flex-direction:row}.bdt-flex-column\@l{flex-direction:column}}@media (min-width:1600px){.bdt-flex-row\@xl{flex-direction:row}.bdt-flex-column\@xl{flex-direction:column}}.bdt-flex-nowrap{flex-wrap:nowrap}.bdt-flex-wrap{flex-wrap:wrap}.bdt-flex-wrap-reverse{flex-wrap:wrap-reverse}.bdt-flex-wrap-stretch{align-content:stretch}.bdt-flex-wrap-top{align-content:flex-start}.bdt-flex-wrap-middle{align-content:center}.bdt-flex-wrap-bottom{align-content:flex-end}.bdt-flex-wrap-between{align-content:space-between}.bdt-flex-wrap-around{align-content:space-around}.bdt-flex-first{order:-1}.bdt-flex-last{order:99}@media (min-width:640px){.bdt-flex-first\@s{order:-1}.bdt-flex-last\@s{order:99}}@media (min-width:960px){.bdt-flex-first\@m{order:-1}.bdt-flex-last\@m{order:99}}@media (min-width:1200px){.bdt-flex-first\@l{order:-1}.bdt-flex-last\@l{order:99}}@media (min-width:1600px){.bdt-flex-first\@xl{order:-1}.bdt-flex-last\@xl{order:99}}.bdt-flex-initial{flex:initial}.bdt-flex-none{flex:none}.bdt-flex-auto{flex:auto}.bdt-flex-1{flex:1}@media (min-width:640px){.bdt-flex-initial\@s{flex:initial}.bdt-flex-none\@s{flex:none}.bdt-flex-1\@s{flex:1}}@media (min-width:960px){.bdt-flex-initial\@m{flex:initial}.bdt-flex-none\@m{flex:none}.bdt-flex-1\@m{flex:1}}@media (min-width:1200px){.bdt-flex-initial\@l{flex:initial}.bdt-flex-none\@l{flex:none}.bdt-flex-1\@l{flex:1}}@media (min-width:1600px){.bdt-flex-initial\@xl{flex:initial}.bdt-flex-none\@xl{flex:none}.bdt-flex-1\@xl{flex:1}}.bdt-margin{margin-bottom:20px}*+.bdt-margin{margin-top:20px !important}.bdt-margin-top{margin-top:20px !important}.bdt-margin-bottom{margin-bottom:20px !important}.bdt-margin-left{margin-left:20px !important}.bdt-margin-right{margin-right:20px !important}.bdt-margin-small{margin-bottom:10px}*+.bdt-margin-small{margin-top:10px !important}.bdt-margin-small-top{margin-top:10px !important}.bdt-margin-small-bottom{margin-bottom:10px !important}.bdt-margin-small-left{margin-left:10px !important}.bdt-margin-small-right{margin-right:10px !important}.bdt-margin-medium{margin-bottom:40px}*+.bdt-margin-medium{margin-top:40px !important}.bdt-margin-medium-top{margin-top:40px !important}.bdt-margin-medium-bottom{margin-bottom:40px !important}.bdt-margin-medium-left{margin-left:40px !important}.bdt-margin-medium-right{margin-right:40px !important}.bdt-margin-large{margin-bottom:40px}*+.bdt-margin-large{margin-top:40px !important}.bdt-margin-large-top{margin-top:40px !important}.bdt-margin-large-bottom{margin-bottom:40px !important}.bdt-margin-large-left{margin-left:40px !important}.bdt-margin-large-right{margin-right:40px !important}@media (min-width:1200px){.bdt-margin-large{margin-bottom:70px}*+.bdt-margin-large{margin-top:70px !important}.bdt-margin-large-top{margin-top:70px !important}.bdt-margin-large-bottom{margin-bottom:70px !important}.bdt-margin-large-left{margin-left:70px !important}.bdt-margin-large-right{margin-right:70px !important}}.bdt-margin-xlarge{margin-bottom:70px}*+.bdt-margin-xlarge{margin-top:70px !important}.bdt-margin-xlarge-top{margin-top:70px !important}.bdt-margin-xlarge-bottom{margin-bottom:70px !important}.bdt-margin-xlarge-left{margin-left:70px !important}.bdt-margin-xlarge-right{margin-right:70px !important}@media (min-width:1200px){.bdt-margin-xlarge{margin-bottom:140px}*+.bdt-margin-xlarge{margin-top:140px !important}.bdt-margin-xlarge-top{margin-top:140px !important}.bdt-margin-xlarge-bottom{margin-bottom:140px !important}.bdt-margin-xlarge-left{margin-left:140px !important}.bdt-margin-xlarge-right{margin-right:140px !important}}.bdt-margin-auto{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-top{margin-top:auto !important}.bdt-margin-auto-bottom{margin-bottom:auto !important}.bdt-margin-auto-left{margin-left:auto !important}.bdt-margin-auto-right{margin-right:auto !important}.bdt-margin-auto-vertical{margin-top:auto !important;margin-bottom:auto !important}@media (min-width:640px){.bdt-margin-auto\@s{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@s{margin-left:auto !important}.bdt-margin-auto-right\@s{margin-right:auto !important}}@media (min-width:960px){.bdt-margin-auto\@m{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@m{margin-left:auto !important}.bdt-margin-auto-right\@m{margin-right:auto !important}}@media (min-width:1200px){.bdt-margin-auto\@l{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@l{margin-left:auto !important}.bdt-margin-auto-right\@l{margin-right:auto !important}}@media (min-width:1600px){.bdt-margin-auto\@xl{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@xl{margin-left:auto !important}.bdt-margin-auto-right\@xl{margin-right:auto !important}}.bdt-margin-remove{margin:0 !important}.bdt-margin-remove-top{margin-top:0 !important}.bdt-margin-remove-bottom{margin-bottom:0 !important}.bdt-margin-remove-left{margin-left:0 !important}.bdt-margin-remove-right{margin-right:0 !important}.bdt-margin-remove-vertical{margin-top:0 !important;margin-bottom:0 !important}.bdt-margin-remove-adjacent+*,.bdt-margin-remove-first-child>:first-child{margin-top:0 !important}.bdt-margin-remove-last-child>:last-child{margin-bottom:0 !important}@media (min-width:640px){.bdt-margin-remove-left\@s{margin-left:0 !important}.bdt-margin-remove-right\@s{margin-right:0 !important}}@media (min-width:960px){.bdt-margin-remove-left\@m{margin-left:0 !important}.bdt-margin-remove-right\@m{margin-right:0 !important}}@media (min-width:1200px){.bdt-margin-remove-left\@l{margin-left:0 !important}.bdt-margin-remove-right\@l{margin-right:0 !important}}@media (min-width:1600px){.bdt-margin-remove-left\@xl{margin-left:0 !important}.bdt-margin-remove-right\@xl{margin-right:0 !important}}.bdt-padding{padding:30px}@media (min-width:1200px){.bdt-padding{padding:40px}}.bdt-padding-small{padding:15px}.bdt-padding-large{padding:40px}@media (min-width:1200px){.bdt-padding-large{padding:70px}}.bdt-padding-remove{padding:0 !important}.bdt-padding-remove-top{padding-top:0 !important}.bdt-padding-remove-bottom{padding-bottom:0 !important}.bdt-padding-remove-left{padding-left:0 !important}.bdt-padding-remove-right{padding-right:0 !important}.bdt-padding-remove-vertical{padding-top:0 !important;padding-bottom:0 !important}.bdt-padding-remove-horizontal{padding-left:0 !important;padding-right:0 !important}:root{--bdt-position-margin-offset:.0001px}[class*="bdt-position-top"],[class*="bdt-position-bottom"],[class*="bdt-position-left"],[class*="bdt-position-right"],[class*="bdt-position-center"]{position:absolute !important;max-width:calc(100% - (var(--bdt-position-margin-offset) * 2));box-sizing:border-box}.bdt-position-top{top:0;left:0;right:0}.bdt-position-bottom{bottom:0;left:0;right:0}.bdt-position-left{top:0;bottom:0;left:0}.bdt-position-right{top:0;bottom:0;right:0}.bdt-position-top-left{top:0;left:0}.bdt-position-top-right{top:0;right:0}.bdt-position-bottom-left{bottom:0;left:0}.bdt-position-bottom-right{bottom:0;right:0}.bdt-position-center{top:calc(50% - var(--bdt-position-margin-offset));left:calc(50% - var(--bdt-position-margin-offset));--bdt-position-translate-x:-50%;--bdt-position-translate-y:-50%;transform:translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y));width:max-content}[class*="bdt-position-center-left"],[class*="bdt-position-center-right"],.bdt-position-center-vertical{top:calc(50% - var(--bdt-position-margin-offset));--bdt-position-translate-y:-50%;transform:translate(0, var(--bdt-position-translate-y))}.bdt-position-center-left{left:0}.bdt-position-center-right{right:0}.bdt-position-center-vertical{left:0;right:0}.bdt-position-center-left-out{right:100%;width:max-content}.bdt-position-center-right-out{left:100%;width:max-content}.bdt-position-top-center,.bdt-position-bottom-center,.bdt-position-center-horizontal{left:calc(50% - var(--bdt-position-margin-offset));--bdt-position-translate-x:-50%;transform:translate(var(--bdt-position-translate-x), 0);width:max-content}.bdt-position-top-center{top:0}.bdt-position-bottom-center{bottom:0}.bdt-position-center-horizontal{top:0;bottom:0}.bdt-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.bdt-position-small{margin:15px;--bdt-position-margin-offset:15px}.bdt-position-medium{margin:30px;--bdt-position-margin-offset:30px}.bdt-position-large{margin:30px;--bdt-position-margin-offset:30px}@media (min-width:1200px){.bdt-position-large{margin:50px;--bdt-position-margin-offset:50px}}.bdt-position-relative{position:relative  !important}.bdt-position-absolute{position:absolute  !important}.bdt-position-fixed{position:fixed  !important}.bdt-position-sticky{position:sticky  !important}.bdt-position-z-index{z-index:1}.bdt-position-z-index-zero{z-index:0}.bdt-position-z-index-negative{z-index:-1}.bdt-position-z-index-high{z-index:990}:where(.bdt-transition-fade),:where([class*="bdt-transition-scale"]),:where([class*="bdt-transition-slide"]){--bdt-position-translate-x:0;--bdt-position-translate-y:0}.bdt-transition-fade,[class*="bdt-transition-scale"],[class*="bdt-transition-slide"]{--bdt-translate-x:0;--bdt-translate-y:0;--bdt-scale-x:1;--bdt-scale-y:1;transform:translate(var(--bdt-position-translate-x), var(--bdt-position-translate-y)) translate(var(--bdt-translate-x), var(--bdt-translate-y)) scale(var(--bdt-scale-x), var(--bdt-scale-y));transition:.3s ease-out;transition-property:opacity, transform, filter;opacity:0}.bdt-transition-toggle:hover .bdt-transition-fade,.bdt-transition-toggle:focus .bdt-transition-fade,.bdt-transition-toggle .bdt-transition-fade:focus-within,.bdt-transition-active.bdt-active .bdt-transition-fade{opacity:1}[class*="bdt-transition-scale"]{-webkit-backface-visibility:hidden}.bdt-transition-scale-up{--bdt-scale-x:1;--bdt-scale-y:1}.bdt-transition-scale-down{--bdt-scale-x:1.03;--bdt-scale-y:1.03}.bdt-transition-toggle:hover .bdt-transition-scale-up,.bdt-transition-toggle:focus .bdt-transition-scale-up,.bdt-transition-toggle .bdt-transition-scale-up:focus-within,.bdt-transition-active.bdt-active .bdt-transition-scale-up{--bdt-scale-x:1.03;--bdt-scale-y:1.03;opacity:1}.bdt-transition-toggle:hover .bdt-transition-scale-down,.bdt-transition-toggle:focus .bdt-transition-scale-down,.bdt-transition-toggle .bdt-transition-scale-down:focus-within,.bdt-transition-active.bdt-active .bdt-transition-scale-down{--bdt-scale-x:1;--bdt-scale-y:1;opacity:1}.bdt-transition-slide-top{--bdt-translate-y:-100%}.bdt-transition-slide-bottom{--bdt-translate-y:100%}.bdt-transition-slide-left{--bdt-translate-x:-100%}.bdt-transition-slide-right{--bdt-translate-x:100%}.bdt-transition-slide-top-small{--bdt-translate-y:calc(-1 * 10px)}.bdt-transition-slide-bottom-small{--bdt-translate-y:10px}.bdt-transition-slide-left-small{--bdt-translate-x:calc(-1 * 10px)}.bdt-transition-slide-right-small{--bdt-translate-x:10px}.bdt-transition-slide-top-medium{--bdt-translate-y:calc(-1 * 50px)}.bdt-transition-slide-bottom-medium{--bdt-translate-y:50px}.bdt-transition-slide-left-medium{--bdt-translate-x:calc(-1 * 50px)}.bdt-transition-slide-right-medium{--bdt-translate-x:50px}.bdt-transition-toggle:hover [class*="bdt-transition-slide"],.bdt-transition-toggle:focus [class*="bdt-transition-slide"],.bdt-transition-toggle [class*="bdt-transition-slide"]:focus-within,.bdt-transition-active.bdt-active [class*="bdt-transition-slide"]{--bdt-translate-x:0;--bdt-translate-y:0;opacity:1}.bdt-transition-opaque{opacity:1}.bdt-transition-slow{transition-duration:.7s}.bdt-transition-disable,.bdt-transition-disable *{transition:none !important}[hidden],.bdt-hidden{display:none !important}@media (min-width:640px){.bdt-hidden\@s{display:none !important}}@media (min-width:960px){.bdt-hidden\@m{display:none !important}}@media (min-width:1200px){.bdt-hidden\@l{display:none !important}}@media (min-width:1600px){.bdt-hidden\@xl{display:none !important}}@media (max-width:639px){.bdt-visible\@s{display:none !important}}@media (max-width:959px){.bdt-visible\@m{display:none !important}}@media (max-width:1199px){.bdt-visible\@l{display:none !important}}@media (max-width:1599px){.bdt-visible\@xl{display:none !important}}.bdt-invisible{visibility:hidden !important}.bdt-hidden-visually:not(:focus):not(:active):not(:focus-within),.bdt-visible-toggle:not(:hover):not(:focus) .bdt-hidden-hover:not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;border:0 !important;margin:0 !important;overflow:hidden !important;clip-path:inset(50%) !important;white-space:nowrap !important}.bdt-visible-toggle:not(:hover):not(:focus) .bdt-invisible-hover:not(:focus-within){opacity:0 !important}@media (hover:none){.bdt-hidden-touch{display:none !important}}@media (hover){.bdt-hidden-notouch{display:none !important}}*{--bdt-inverse:initial}.bdt-light,.bdt-section-primary:not(.bdt-preserve-color),.bdt-section-secondary:not(.bdt-preserve-color),.bdt-tile-primary:not(.bdt-preserve-color),.bdt-tile-secondary:not(.bdt-preserve-color),.bdt-card-primary.bdt-card-body,.bdt-card-primary>:not([class*="bdt-card-media"]),.bdt-card-secondary.bdt-card-body,.bdt-card-secondary>:not([class*="bdt-card-media"]),.bdt-overlay-primary,.bdt-offcanvas-bar{--bdt-inverse:light}.bdt-dark,.bdt-section-default:not(.bdt-preserve-color),.bdt-section-muted:not(.bdt-preserve-color),.bdt-tile-default:not(.bdt-preserve-color),.bdt-tile-muted:not(.bdt-preserve-color),.bdt-card-default.bdt-card-body,.bdt-card-default>:not([class*="bdt-card-media"]),.bdt-overlay-default,.bdt-dropbar,.bdt-navbar-container:not(.bdt-navbar-transparent),.bdt-navbar-dropdown,.bdt-dropdown{--bdt-inverse:dark}.bdt-inverse-light{--bdt-inverse:light !important}.bdt-inverse-dark{--bdt-inverse:dark !important}[class*="bdt-"] *,[class*="bdt-"] *::before,[class*="bdt-"] *::after{box-sizing:border-box}.bdt-prime-slider{position:relative}.bdt-prime-slider video{height:100%;object-fit:cover}.bdt-prime-slider ul{padding:0;margin-top:0;list-style:none}.bdt-prime-slider li{list-style:none}.bdt-prime-slider .bdt-slideshow .bdt-slideshow-content-wrapper{max-width:inherit}.bdt-prime-slider .bdt-slideshow .bdt-slideshow-content-wrapper div{line-height:inherit}.bdt-prime-slider h1 a,.bdt-prime-slider h2 a,.bdt-prime-slider h3 a,.bdt-prime-slider h4 a,.bdt-prime-slider h5 a,.bdt-prime-slider h6 a{font-size:inherit}.bdt-prime-slider h1 a:hover,.bdt-prime-slider h2 a:hover,.bdt-prime-slider h3 a:hover,.bdt-prime-slider h4 a:hover,.bdt-prime-slider h5 a:hover,.bdt-prime-slider h6 a:hover{font-size:inherit}.bdt-prime-slider embed,.bdt-prime-slider iframe,.bdt-prime-slider object,.bdt-prime-slider video{max-width:unset !important}.bdt-ps-container{display:flow-root;box-sizing:content-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:640px){.bdt-ps-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-ps-container{padding-left:40px;padding-right:40px}}.bdt-ps-item-wrapper-link{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;z-index:1}.bdt-prime-slider-container{padding:0 30px}[class*=" elementor-widget-prime-slider-"] svg.e-font-icon-svg{height:1em;width:1em}[class*=" elementor-widget-prime-slider-"] .swiper:not(.swiper-initialized){opacity:0;visibility:hidden}.bdt-header-wrapper .bdt-header-inner{position:relative;min-height:90px}.bdt-header-wrapper .bdt-header-inner .bdt-offcanvas-button{background:transparent;padding:0}.bdt-header-wrapper .bdt-header-inner .bdt-prime-slider-logo{position:relative}.bdt-header-wrapper .bdt-header-inner .bdt-prime-slider-logo .bdt-logo-inner{color:#fff;font-size:22px;font-weight:600;line-height:1;background:transparent;text-transform:uppercase;transition:all .3s ease}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:none}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li{display:inline-block}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li>a{position:relative;font-size:13px;font-weight:700;color:#fff;min-height:42px;padding:0;transition:all .3s ease;outline:none;text-transform:uppercase}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li>a:after,.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li>a:before{content:'';position:absolute;background:#fe506c;left:0;transition:all .3s ease}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li:hover>a{color:#ddd}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown{padding-left:25px}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown li>a{color:#818a91;font-size:14px;font-weight:400}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown li>a:hover,.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav>li .bdt-navbar-dropdown li>a.bdt-open{color:#fe506c}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-default>li>a{min-height:auto}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-line>li>a:after,.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-line>li>a:before{bottom:0px;height:3px;width:0;left:50%}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-line>li:hover a:after{width:50%}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-line>li:hover a:before{left:0px;width:50%}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-background>li>a{padding:0 10px}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-background>li>a:before{bottom:0;height:0;width:100%;z-index:-1}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-background>li:hover a:before{height:100%}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li{position:relative;margin-right:30px;padding-right:35px;margin-left:0}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li::after{content:'';position:absolute;height:6px;width:6px;background:#fff;border-radius:30px;right:0;top:50%;transform:translateY(-50%);visibility:visible}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li:nth-last-child(1){margin:0;padding:0}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li:nth-last-child(1):after{display:none}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li:hover>a{color:#fe506c}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li:hover>a::before{transform:translateY(0);opacity:1}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li>a{display:flex;min-height:110px;align-items:center;visibility:visible}.bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav.bdt-prime-slider-menu-style-dotline>li>a::before{height:16px;width:100%;background:#fe506c;top:-8px;border-radius:40px;transform:translateY(-25px);transition:all .3s ease-out;opacity:0}.bdt-header-wrapper{z-index:10;width:100%}.bdt-header-wrapper header{width:100%}.bdt-header-wrapper header:after{content:'';width:100%;position:absolute;height:0;top:0;transition:height 400ms cubic-bezier(.2, .89, .58, 1);background-color:rgba(0,0,0,0.4);z-index:-1}.bdt-header-wrapper header.bdt-sticky.bdt-active:after{height:100%}.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent{position:relative}.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent .bdt-navbar-dropdown{top:0 !important;left:100% !important;right:auto}@media (min-width:640px){.bdt-header-wrapper .bdt-header-inner{min-height:110px}}@media (min-width:960px){.bdt-prime-slider .bdt-header-wrapper .bdt-header-inner .bdt-navbar-nav{display:inherit}}[class*="elementor-widget-prime-slider-"] .bdt-navigation-next,[class*="elementor-widget-prime-slider-"] .bdt-navigation-prev{cursor:pointer}[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination{position:relative}[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px}[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:5px}[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination.swiper-pagination-fraction,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction{bottom:auto}[class*="elementor-widget-prime-slider-"] .swiper-pagination-fraction,[class*="elementor-widget-prime-slider-"] .swiper-pagination-custom,[class*="elementor-widget-prime-slider-"] .swiper-horizontal .swiper-pagination-bullets,[class*="elementor-widget-prime-slider-"] .swiper-horizontal+.swiper-pagination-bullets{bottom:-50px;width:100%}[class*="elementor-widget-prime-slider-"] .swiper-pagination-fraction .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .swiper-pagination-custom .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .swiper-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px}.bdt-navigation-type-arrows-fraction .swiper-pagination{position:initial}.rtl .bdt-arrows-container,.rtl .bdt-arrows-fraction-container,.rtl .bdt-arrows-dots-container{direction:rtl}.rtl .bdt-arrows-container .swiper-pagination,.rtl .bdt-arrows-fraction-container .swiper-pagination,.rtl .bdt-arrows-dots-container .swiper-pagination{direction:ltr}[class*="elementor-widget-prime-slider-"] .swiper .elementor-lightbox-content-source{display:none}[class*="elementor-widget-prime-slider-"] .swiper-horizontal+.swiper-pagination-progressbar,[class*="elementor-widget-prime-slider-"] .swiper-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px}[class*="elementor-widget-prime-slider-"] .swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}[class*="elementor-widget-prime-slider-"] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}[class*="elementor-widget-prime-slider-"] [class*='bdt-arrows-align-top'] .bdt-arrows-container{transform:translateY(-40px)}[class*="elementor-widget-prime-slider-"] [class*='bdt-arrows-align-bottom'] .bdt-arrows-container{transform:translateY(40px)}[class*="elementor-widget-prime-slider-"] [class*='bdt-dots-align-top'] .bdt-dots-container{transform:translateY(-30px)}[class*="elementor-widget-prime-slider-"] [class*='bdt-dots-align-bottom'] .bdt-dots-container{transform:translateY(30px)}[class*="elementor-widget-prime-slider-"] [class*='bdt-arrows-dots-align-top'] .bdt-arrows-dots-container{transform:translateY(-40px)}[class*="elementor-widget-prime-slider-"] [class*='bdt-arrows-dots-align-bottom'] .bdt-arrows-dots-container{transform:translateY(40px)}[class*="elementor-widget-prime-slider-"] .bdt-arrows-align-center .bdt-position-center,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-position-center{width:100%}[class*="elementor-widget-prime-slider-"] .bdt-arrows-align-center .bdt-navigation-prev,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-navigation-prev{left:0;position:absolute;transform:translateY(-50%)}[class*="elementor-widget-prime-slider-"] .bdt-arrows-align-center .bdt-navigation-next,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-navigation-next{right:0;position:absolute;transform:translateY(-50%)}[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination{position:absolute;width:100%}.bdt-navigation-type-progress .swiper-pagination-progress{transform:translateY(15px);height:5px;width:100%}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination{position:relative;display:flex;align-items:var(--bdt-swiper-dots-align, center);justify-content:center}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;outline:none;transition:all .3s ease}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:var(--bdt-swiper-dots-space-between, 5px);outline:none}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination.swiper-pagination-fraction,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination.swiper-pagination-fraction,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction{bottom:auto;z-index:1}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets{min-height:var(--bdt-swiper-dots-active-height, 10px)}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet{position:relative}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets .swiper-pagination-bullet:after,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after{content:'';width:calc(100% + 6px);height:calc(100% + 6px);position:absolute;transform:translate(-50%, -50%);left:50%;top:50%}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;width:100% !important}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}[class*="elementor-widget-prime-slider-"] .bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,[class*="elementor-widget-prime-slider-"] .bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}[class*="elementor-widget-prime-slider-"] .bdt-arrows-align-center .bdt-position-center,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-position-center{width:100%}[class*="elementor-widget-prime-slider-"] .bdt-arrows-align-center .bdt-navigation-prev,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-navigation-prev{left:0;position:absolute;transform:translateY(-50%)}[class*="elementor-widget-prime-slider-"] .bdt-arrows-align-center .bdt-navigation-next,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-navigation-next{right:0;position:absolute;transform:translateY(-50%)}.rtl .bdt-arrows-align-center .bdt-navigation-prev,.rtl .bdt-arrows-dots-align-center .bdt-navigation-prev{right:0;left:inherit}.rtl .bdt-arrows-align-center .bdt-navigation-next,.rtl .bdt-arrows-dots-align-center .bdt-navigation-next{left:0;right:inherit}[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,[class*="elementor-widget-prime-slider-"] .bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination{position:absolute;width:100% !important}.bdt-navigation-type-progress .swiper-pagination-progress{transform:translateY(15px);height:5px;width:100%}.e-container--row [class*="elementor-widget-prime-slider-"]{width:100%}.reveal-effects-active-yes [data-reveal="reveal-active"]{opacity:0}.reveal-effects-active-yes .reveal-muted{opacity:0;transform:scale(.1)}.reveal-effects-active-yes .reveal-loaded{opacity:1;transition:opacity .5s ease}.swiper-shutters .swiper-slide,.swiper-shutters .swiper-slide{overflow:hidden}.swiper-shutters-image,.swiper-shutters-image-clone,.swiper-shutters-image-clones{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.swiper-shutters-image{object-fit:cover;object-position:center}.swiper-shutters-image-clone{overflow:hidden}.swiper-gl{position:relative;margin:0 auto;max-width:100%;overflow:hidden}.swiper-gl .swiper-slide,.swiper-gl swiper-slide{position:relative}.swiper-gl .swiper-gl-image{display:none}.swiper-gl>canvas{position:absolute;left:0;top:0;width:100%;height:100%}.swiper-gl-image{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;left:0;top:0}.swiper-slicer .swiper-slide,.swiper-slicer swiper-slide{overflow:hidden}.swiper-slicer-image,.swiper-slicer-image-clone,.swiper-slicer-image-clones{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none}.swiper-slicer-image{display:none;object-fit:cover;object-position:center}.swiper-slicer-image-clone{overflow:hidden;transition-timing-function:cubic-bezier(1, 0, .5, 1)}.swiper-slicer-image-clone .swiper-slicer-image{display:block}:root{--swiper-tinder-no-color:red;--swiper-tinder-yes-color:green;--swiper-tinder-label-text-color:#fff;--swiper-tinder-label-font-size:32px;--swiper-tinder-button-size:56px;--swiper-tinder-button-icon-size:32px}.swiper-tinder{box-sizing:border-box}.swiper-tinder .swiper-slide{overflow:hidden}.swiper-tinder .swiper-slide img{width:100%;height:100%;object-fit:cover}.swiper-tinder-label{position:absolute;font-size:var(--swiper-tinder-label-font-size);font-weight:700;padding:4px 12px;text-transform:uppercase;border-radius:4px;opacity:0;color:var(--swiper-tinder-label-text-color)}.swiper-tinder-label-yes{left:3%;top:5%;transform:rotate(-20deg);background-color:var(--swiper-tinder-yes-color);transform-origin:right top}.swiper-tinder-label-no{right:3%;top:5%;transform:rotate(20deg);background-color:var(--swiper-tinder-no-color);transform-origin:left top}.swiper-tinder-button{position:absolute;cursor:pointer;bottom:32px;width:var(--swiper-tinder-button-size);height:var(--swiper-tinder-button-size);border:1px solid;border-radius:999px;background:0 0;appearance:none;outline:0;box-shadow:none;z-index:100;transition-duration:.1s;font-size:var(--swiper-tinder-button-icon-size) !important;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.swiper-tinder-button svg{width:var(--swiper-tinder-button-icon-size);height:var(--swiper-tinder-button-icon-size)}.swiper-tinder-button-hidden{opacity:0;pointer-events:none}.swiper-tinder-button-no{border-color:var(--swiper-tinder-no-color);left:calc(33% - 28px)}.swiper-tinder-button-no svg{fill:var(--swiper-tinder-no-color)}.swiper-tinder-button-no.swiper-tinder-button-active,.swiper-tinder-button-no:active{background:var(--swiper-tinder-no-color)}.swiper-tinder-button-no.swiper-tinder-button-active svg,.swiper-tinder-button-no:active svg{fill:#fff}.swiper-tinder-button-yes{border-color:var(--swiper-tinder-yes-color);left:calc(66% - 28px)}.swiper-tinder-button-yes svg{fill:var(--swiper-tinder-yes-color)}.swiper-tinder-button-yes.swiper-tinder-button-active,.swiper-tinder-button-yes:active{background:var(--swiper-tinder-yes-color)}.swiper-tinder-button-yes.swiper-tinder-button-active svg,.swiper-tinder-button-yes:active svg{fill:#fff}@media (min-width:768px) and (max-width:1023px){[class*="elementor-widget-prime-slider-"] .bdt-tablet{display:none !important}}@media (min-width:1024px){[class*="elementor-widget-prime-slider-"] .bdt-desktop{display:none !important}}@media (max-width:767px){[class*="elementor-widget-prime-slider-"] .bdt-mobile{display:none !important}}@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkc3kawzu.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkankawzu.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcnkawzu.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbxkawzu.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkenkawzu.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkahkawzu.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkcxkawzu.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkchkawzu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo5cnqeu92fr1mu53zec9_vu3r1gihoszmkbnka.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 200;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 600;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 800;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3gubgee.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3iubgee.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3cubgee.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3-ubgee.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamawcubgee.woff2) format('woff2');
unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluamaxkubgee.woff2) format('woff2');
unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3oubgee.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3kubgee.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
font-stretch: 100%;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 100;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufa5qw54a.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufj5qw54a.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufb5qw54a.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufo5qw54a.woff2) format('woff2');
unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufc5qw54a.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufd5qw54a.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 900;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/robotoslab-bngmuxzytxpivibgjjsb6ufn5qu.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 200;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 300;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 700;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvoucky5y-au8.woff2) format('woff2');
unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckajy-au8.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Changa';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url(https://zline.ae/wp-content/uploads/elementor/google-fonts/fonts/changa-2-cm9jni2yuvouckzpy-.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.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:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .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:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.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-threads:before{content:"\e9cb"}.fa-threads-square:before{content:"\e9cc"}.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-x-twitter:before{content:"\e9ca"}.fa-x-twitter-square:before{content:"\e9c9"}.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 Free";font-style:normal;font-weight:900;font-display:block;src:url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//zline.ae/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Free";font-weight:900}@font-face {
font-family: 'FlaticonCommon';
src: url(//zline.ae/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.eot?aetdej);
src: url(//zline.ae/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.eot?aetdej#iefix) format('embedded-opentype'),
url(//zline.ae/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.ttf?aetdej) format('truetype'),
url(//zline.ae/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.woff?aetdej) format('woff'),
url(//zline.ae/wp-content/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.svg?aetdej#FlaticonCommon) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="flaticon-common-"],
[class*=" flaticon-common-"] { font-family: 'FlaticonCommon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-common-research:before {
content: "\e91b";
}
.flaticon-common-satisfaction:before {
content: "\e900";
}
.flaticon-common-idea:before {
content: "\e901";
}
.flaticon-common-development:before {
content: "\e902";
}
.flaticon-common-briefcase:before {
content: "\e903";
}
.flaticon-common-planning:before {
content: "\e904";
}
.flaticon-common-buildings:before {
content: "\e905";
}
.flaticon-common-phone:before {
content: "\e906";
}
.flaticon-common-headhunting:before {
content: "\e907";
}
.flaticon-common-analysis:before {
content: "\e908";
}
.flaticon-common-global:before {
content: "\e909";
}
.flaticon-common-business:before {
content: "\e90a";
}
.flaticon-common-background-check:before {
content: "\e90b";
}
.flaticon-common-laptop:before {
content: "\e90c";
}
.flaticon-common-visualization:before {
content: "\e90d";
}
.flaticon-common-target:before {
content: "\e90e";
}
.flaticon-common-presentation:before {
content: "\e90f";
}
.flaticon-common-architect:before {
content: "\e910";
}
.flaticon-common-data:before {
content: "\e911";
}
.flaticon-common-creative:before {
content: "\e912";
}
.flaticon-common-mobile-analytics:before {
content: "\e913";
}
.flaticon-common-architect-1:before {
content: "\e914";
}
.flaticon-common-mouse:before {
content: "\e915";
}
.flaticon-common-moon:before {
content: "\e916";
}
.flaticon-common-diamond:before {
content: "\e917";
}
.flaticon-common-star:before {
content: "\e918";
}
.flaticon-common-monitoring:before {
content: "\e919";
}
.flaticon-common-development1:before {
content: "\e91a";
}
.flaticon-common-business1:before {
content: "\f100";
}
.flaticon-common-smartphone-call:before {
content: "\f101";
}
.flaticon-common-three:before {
content: "\f102";
}
.flaticon-common-symbol:before {
content: "\f103";
}
.flaticon-common-line:before {
content: "\f104";
}
.flaticon-common-sign:before {
content: "\f105";
}
.flaticon-common-delete:before {
content: "\f106";
}
.flaticon-common-check-symbol:before {
content: "\f107";
}
.flaticon-common-round:before {
content: "\f108";
}
.flaticon-common-delete-cross:before {
content: "\f109";
}
.flaticon-common-location:before {
content: "\f10a";
}
.flaticon-common-clipboard-with-a-list:before {
content: "\f10b";
}
.flaticon-common-shelter:before {
content: "\f10c";
}
.flaticon-common-technology:before {
content: "\f10d";
}
.flaticon-common-fax-with-phone:before {
content: "\f10e";
}
.flaticon-common-photo:before {
content: "\f10f";
}
.flaticon-common-people:before {
content: "\f110";
}
.flaticon-common-support:before {
content: "\f111";
}
.flaticon-common-shape:before {
content: "\f112";
}
.flaticon-common-cogwheel:before {
content: "\f113";
}
.flaticon-common-arrows:before {
content: "\f114";
}
.flaticon-common-home:before {
content: "\f115";
}
.flaticon-common-cross:before {
content: "\f116";
}
.flaticon-common-line-1:before {
content: "\f117";
}
.flaticon-common-right-arrow:before {
content: "\f118";
}
.flaticon-common-arrows-1:before {
content: "\f119";
}
.flaticon-common-time:before {
content: "\f11a";
}
.flaticon-common-letter:before {
content: "\f11b";
}
.flaticon-common-search:before {
content: "\f11c";
}
.flaticon-common-correct:before {
content: "\f11d";
}
.flaticon-common-stats:before {
content: "\f11e";
}
.flaticon-common-arrows-2:before {
content: "\f11f";
}
.flaticon-common-arrows-3:before {
content: "\f120";
}
.flaticon-common-arrows-4:before {
content: "\f121";
}
.flaticon-common-arrows-5:before {
content: "\f122";
}
.flaticon-common-checked:before {
content: "\f123";
}
.flaticon-common-line-2:before {
content: "\f124";
}
.flaticon-common-truck:before {
content: "\f125";
}
.flaticon-common-headphones:before {
content: "\f126";
}
.flaticon-common-garbage:before {
content: "\f127";
}
.flaticon-common-heart:before {
content: "\f128";
}
.flaticon-common-settings:before {
content: "\f129";
}
.flaticon-common-link:before {
content: "\f12a";
}
.flaticon-common-printer:before {
content: "\f12b";
}
.flaticon-common-phone-call:before {
content: "\f12c";
}
.flaticon-common-shopping-bag:before {
content: "\f12d";
}
.flaticon-common-envelope:before {
content: "\f12e";
}
.flaticon-common-bars:before {
content: "\f12f";
}
.flaticon-common-remove:before {
content: "\f130";
}
.flaticon-common-check:before {
content: "\f131";
}
.flaticon-common-link-1:before {
content: "\f132";
}
.flaticon-common-check-1:before {
content: "\f133";
}
.flaticon-common-add:before {
content: "\f134";
}
.flaticon-common-menu:before {
content: "\f135";
}
.flaticon-common-anchor:before {
content: "\f136";
}
.flaticon-common-menu-1:before {
content: "\f137";
}
.flaticon-common-arrows-6:before {
content: "\f138";
}
.flaticon-common-success:before {
content: "\f139";
}
.flaticon-common-add-1:before {
content: "\f13a";
}
.flaticon-common-interface:before {
content: "\f13b";
}
.flaticon-common-up-arrow:before {
content: "\f13c";
}
.flaticon-common-arrows-7:before {
content: "\f13d";
}
.flaticon-common-arrows-8:before {
content: "\f13e";
}
.flaticon-common-arrows-9:before {
content: "\f13f";
}
.flaticon-common-user:before {
content: "\f140";
}
.flaticon-common-bar-chart:before {
content: "\f141";
}
.flaticon-common-speech-bubble:before {
content: "\f142";
}
.flaticon-common-placeholder:before {
content: "\f143";
}
.flaticon-common-technology-1:before {
content: "\f144";
}
.flaticon-common-technology-2:before {
content: "\f145";
}
.flaticon-common-link-2:before {
content: "\f146";
}
.flaticon-common-trophy:before {
content: "\f147";
}
.flaticon-common-layers:before {
content: "\f148";
}
.flaticon-common-home-1:before {
content: "\f149";
}
.flaticon-common-message:before {
content: "\f14a";
}
.flaticon-common-maps-and-flags:before {
content: "\f14b";
}
.flaticon-common-delete-1:before {
content: "\f14c";
}
.flaticon-common-cancel:before {
content: "\f14d";
}
.flaticon-common-menu-2:before {
content: "\f14e";
}
.flaticon-common-briefcase1:before {
content: "\f14f";
}
.flaticon-common-agenda:before {
content: "\f150";
}
.flaticon-common-arrows-10:before {
content: "\f151";
}
.flaticon-common-menu-3:before {
content: "\f152";
}
.flaticon-common-photo-1:before {
content: "\f153";
}
.flaticon-common-clipboard:before {
content: "\f154";
}
.flaticon-common-heart-1:before {
content: "\f155";
}
.flaticon-common-logout:before {
content: "\f156";
}
.flaticon-common-location-pin:before {
content: "\f157";
}
.flaticon-common-quality:before {
content: "\f158";
}
.flaticon-common-quote:before {
content: "\f159";
}
.flaticon-common-right-quote:before {
content: "\f15a";
}
.flaticon-common-hand-shake:before {
content: "\f15b";
}
.flaticon-common-chat:before {
content: "\f15c";
}
.flaticon-common-next:before {
content: "\f15d";
}
.flaticon-common-back:before {
content: "\f15e";
}
.flaticon-common-next-1:before {
content: "\f15f";
}
.flaticon-common-arrow:before {
content: "\f160";
}
.flaticon-common-telephone:before {
content: "\f161";
}
.flaticon-common-smartphone:before {
content: "\f162";
}
.flaticon-common-placeholder-1:before {
content: "\f163";
}
.flaticon-common-placeholder-2:before {
content: "\f164";
}
.flaticon-common-menu-4:before {
content: "\f165";
}
.flaticon-common-menu-5:before {
content: "\f166";
}
.flaticon-common-menu-6:before {
content: "\f167";
}
.flaticon-common-letter-x:before {
content: "\f168";
}
.flaticon-common-magnifying-glass:before {
content: "\f169";
}
.flaticon-common-link-3:before {
content: "\f16a";
}
.flaticon-common-chat-comment-oval-speech-bubble-with-text-lines:before {
content: "\f16b";
}
.flaticon-common-expand:before {
content: "\f16c";
}
.flaticon-common-share:before {
content: "\f16d";
}
.flaticon-common-worldwide:before {
content: "\f16e";
}
.flaticon-common-magnifying-glass-1:before {
content: "\f16f";
}
.flaticon-common-left-arrow:before {
content: "\f170";
}
.flaticon-common-left:before {
content: "\f171";
}
.flaticon-common-left-arrow-1:before {
content: "\f172";
}
.flaticon-common-right:before {
content: "\f173";
}
.flaticon-common-right-1:before {
content: "\f174";
}
.flaticon-common-right-arrow-1:before {
content: "\f175";
}
.flaticon-common-left-quote:before {
content: "\f176";
}
.flaticon-common-left-quote-1:before {
content: "\f177";
}
.flaticon-common-play-button:before {
content: "\f178";
}
.flaticon-common-play-button-1:before {
content: "\f179";
}
.flaticon-common-link-4:before {
content: "\f17a";
}
.flaticon-common-zoom-in:before {
content: "\f17b";
}
.flaticon-common-zoom-out:before {
content: "\f17c";
}
.flaticon-common-postcard:before {
content: "\f17d";
}
.flaticon-common-right-2:before {
content: "\f17e";
}
.flaticon-common-left-1:before {
content: "\f17f";
}
.flaticon-common-magnifying-glass-2:before {
content: "\f180";
}
.flaticon-common-shopping-cart:before {
content: "\f181";
}
.flaticon-common-left-arrow-2:before {
content: "\f182";
}
.flaticon-common-send:before {
content: "\f183";
}
.flaticon-common-case:before {
content: "\f184";
}
.flaticon-common-calendar:before {
content: "\f185";
}
.flaticon-common-place:before {
content: "\f186";
}
.flaticon-common-settings-1:before {
content: "\f187";
}
.flaticon-common-worldwide-1:before {
content: "\f188";
}
.flaticon-common-139-tick:before {
content: "\f189";
}
.flaticon-common-tick-1:before {
content: "\f18a";
}
.flaticon-common-shopping-bag-1:before {
content: "\f18b";
}
.flaticon-common-confirmation:before {
content: "\f18c";
}
.flaticon-common-search-1:before {
content: "\f18d";
}
.flaticon-common-lock:before {
content: "\f18e";
}
.flaticon-common-iphone:before {
content: "\f18f";
}
.flaticon-common-mobile-phone:before {
content: "\f190";
}
.flaticon-common-down-arrow:before {
content: "\f191";
}
.flaticon-common-down-arrow-1:before {
content: "\f192";
}
.flaticon-common-down-chevron:before {
content: "\f193";
}
.flaticon-common-play-button-2:before {
content: "\f194";
}
.flaticon-common-play-1:before {
content: "\f195";
}
.flaticon-common-menu-7:before {
content: "\f196";
}
.flaticon-common-smartphone-1:before {
content: "\f197";
}
.flaticon-common-email:before {
content: "\f198";
}
.flaticon-common-email-1:before {
content: "\f199";
}
.flaticon-common-fast:before {
content: "\f19a";
}
.flaticon-common-search-2:before {
content: "\f19b";
}
.flaticon-common-shopping-bag-2:before {
content: "\f19c";
}
.flaticon-common-smartphone-2:before {
content: "\f19d";
}
.flaticon-common-smartphone-3:before {
content: "\f19e";
}
.flaticon-common-placeholder-3:before {
content: "\f19f";
}
.flaticon-common-envelope-1:before {
content: "\f1a0";
}
.flaticon-common-responsive:before {
content: "\f1a1";
}
.flaticon-common-loupe:before {
content: "\f1a2";
}
.flaticon-common-loupe-1:before {
content: "\f1a3";
}
.flaticon-common-graphic-designer:before {
content: "\f1a4";
}
.flaticon-common-computer:before {
content: "\f1a5";
}
.flaticon-common-digital-marketing:before {
content: "\f1a6";
}
.flaticon-common-marketing-online:before {
content: "\f1a7";
}
.flaticon-common-development2:before {
content: "\f1a8";
}
.flaticon-common-app-development:before {
content: "\f1a9";
}
.flaticon-common-ui:before {
content: "\f1aa";
}
.flaticon-common-ux:before {
content: "\f1ab";
}
.flaticon-common-pin:before {
content: "\f1ac";
}
.flaticon-common-pin-1:before {
content: "\f1ad";
}
.flaticon-common-email-2:before {
content: "\f1ae";
}
.flaticon-common-phone-call-1:before {
content: "\f1af";
}
.flaticon-common-call:before {
content: "\f1b0";
}
.flaticon-common-call-1:before {
content: "\f1b1";
}
.flaticon-common-vector:before {
content: "\f1b2";
}
.flaticon-common-3d:before {
content: "\f1b3";
}
.flaticon-common-creativity:before {
content: "\f1b4";
}
.flaticon-common-digital:before {
content: "\f1b5";
}
.flaticon-common-viral-marketing:before {
content: "\f1b6";
}
.flaticon-common-instant-camera:before {
content: "\f1b7";
}
.flaticon-common-monitor:before {
content: "\f1b8";
}
.flaticon-common-design-tools:before {
content: "\f1b9";
}
.flaticon-common-idea1:before {
content: "\f1ba";
}
.flaticon-common-fast-1:before {
content: "\f1bb";
}
.flaticon-common-clock:before {
content: "\f1bc";
}
.flaticon-common-quick-response:before {
content: "\f1bd";
}
.flaticon-common-fast-2:before {
content: "\f1be";
}
.flaticon-common-user-1:before {
content: "\f1bf";
}
.flaticon-common-user-2:before {
content: "\f1c0";
}
.flaticon-common-speech-bubble-1:before {
content: "\f1c1";
}
.flaticon-common-speech-bubble-2:before {
content: "\f1c2";
}
.flaticon-common-chat-1:before {
content: "\f1c3";
}
.flaticon-common-comments:before {
content: "\f1c4";
}
.flaticon-common-comment:before {
content: "\f1c5";
}
.flaticon-common-comment-1:before {
content: "\f1c6";
}
.flaticon-common-clock-1:before {
content: "\f1c7";
}
.flaticon-common-clock-2:before {
content: "\f1c8";
}
.flaticon-common-clock-3:before {
content: "\f1c9";
}
.flaticon-common-menu-8:before {
content: "\f1ca";
}
.flaticon-common-menu-9:before {
content: "\f1cb";
}
.flaticon-common-menu-10:before {
content: "\f1cc";
}
.flaticon-common-list:before {
content: "\f1cd";
}
.flaticon-common-menu-11:before {
content: "\f1ce";
}
.flaticon-common-list-1:before {
content: "\f1cf";
}
.flaticon-common-email-3:before {
content: "\f1d0";
}
.flaticon-common-letter-1:before {
content: "\f1d1";
}
.flaticon-common-email-4:before {
content: "\f1d2";
}
.flaticon-common-contact-book:before {
content: "\f1d3";
}
.flaticon-common-collaboration:before {
content: "\f1d4";
}
.flaticon-common-network:before {
content: "\f1d5";
}
.flaticon-common-enterprise:before {
content: "\f1d6";
}
.flaticon-common-group:before {
content: "\f1d7";
}
.flaticon-common-team:before {
content: "\f1d8";
}
.flaticon-common-work-team:before {
content: "\f1d9";
}
.flaticon-common-globe:before {
content: "\f1da";
}
.flaticon-common-credit-card:before {
content: "\f1db";
}
.flaticon-common-online-banking:before {
content: "\f1dc";
}
.flaticon-common-desktop:before {
content: "\f1dd";
}
.flaticon-common-desktop-1:before {
content: "\f1de";
}
.flaticon-common-remove-1:before {
content: "\f1df";
}
.flaticon-common-minus:before {
content: "\f1e0";
}
.flaticon-common-add-2:before {
content: "\f1e1";
}
.flaticon-common-plus:before {
content: "\f1e2";
}
.flaticon-common-minus-1:before {
content: "\f1e3";
}
.flaticon-common-magic-wand:before {
content: "\f1e4";
}
.flaticon-common-vector-1:before {
content: "\f1e5";
}
.flaticon-common-sketch:before {
content: "\f1e6";
}
.flaticon-common-vector-2:before {
content: "\f1e7";
}
.flaticon-common-vector-3:before {
content: "\f1e8";
}
.flaticon-common-computer-graphic:before {
content: "\f1e9";
}
.flaticon-common-idea-1:before {
content: "\f1ea";
}
.flaticon-common-vector-4:before {
content: "\f1eb";
}
.flaticon-common-hosting:before {
content: "\f1ec";
}
.flaticon-common-quality-1:before {
content: "\f1ed";
}
.flaticon-common-web-design:before {
content: "\f1ee";
}
.flaticon-common-cms:before {
content: "\f1ef";
}
.flaticon-common-3d-design:before {
content: "\f1f0";
}
.flaticon-common-3d-1:before {
content: "\f1f1";
}@font-face {
font-family: 'linearicons-free';
src:  url(//zline.ae/wp-content/plugins/mascot-core/assets/linear-icons/fonts/linearicons-free.eot?4l2k0u);
src:  url(//zline.ae/wp-content/plugins/mascot-core/assets/linear-icons/fonts/linearicons-free.eot?4l2k0u#iefix) format('embedded-opentype'),
url(//zline.ae/wp-content/plugins/mascot-core/assets/linear-icons/fonts/linearicons-free.ttf?4l2k0u) format('truetype'),
url(//zline.ae/wp-content/plugins/mascot-core/assets/linear-icons/fonts/linearicons-free.woff?4l2k0u) format('woff'),
url(//zline.ae/wp-content/plugins/mascot-core/assets/linear-icons/fonts/linearicons-free.svg?4l2k0u#linearicons-free) format('svg');
font-weight: normal;
font-style: normal;
}
.lnr, [class^="lnr-"], [class*=" lnr-"] {
font-family: 'linearicons-free';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.lnr-icon-home:before {
content: "\e800";
}
.lnr-icon-apartment:before {
content: "\e801";
}
.lnr-icon-pencil:before {
content: "\e802";
}
.lnr-icon-magic-wand:before {
content: "\e803";
}
.lnr-icon-drop:before {
content: "\e804";
}
.lnr-icon-lighter:before {
content: "\e805";
}
.lnr-icon-poop:before {
content: "\e806";
}
.lnr-icon-sun:before {
content: "\e807";
}
.lnr-icon-moon:before {
content: "\e808";
}
.lnr-icon-cloud:before {
content: "\e809";
}
.lnr-icon-cloud-upload:before {
content: "\e80a";
}
.lnr-icon-cloud-download:before {
content: "\e80b";
}
.lnr-icon-cloud-sync:before {
content: "\e80c";
}
.lnr-icon-cloud-check:before {
content: "\e80d";
}
.lnr-icon-database:before {
content: "\e80e";
}
.lnr-icon-lock:before {
content: "\e80f";
}
.lnr-icon-cog:before {
content: "\e810";
}
.lnr-icon-trash:before {
content: "\e811";
}
.lnr-icon-dice:before {
content: "\e812";
}
.lnr-icon-heart:before {
content: "\e813";
}
.lnr-icon-star:before {
content: "\e814";
}
.lnr-icon-star-half:before {
content: "\e815";
}
.lnr-icon-star-empty:before {
content: "\e816";
}
.lnr-icon-flag:before {
content: "\e817";
}
.lnr-icon-envelope:before {
content: "\e818";
}
.lnr-icon-paperclip:before {
content: "\e819";
}
.lnr-icon-inbox:before {
content: "\e81a";
}
.lnr-icon-eye:before {
content: "\e81b";
}
.lnr-icon-printer:before {
content: "\e81c";
}
.lnr-icon-file-empty:before {
content: "\e81d";
}
.lnr-icon-file-add:before {
content: "\e81e";
}
.lnr-icon-enter:before {
content: "\e81f";
}
.lnr-icon-exit:before {
content: "\e820";
}
.lnr-icon-graduation-hat:before {
content: "\e821";
}
.lnr-icon-license:before {
content: "\e822";
}
.lnr-icon-music-note:before {
content: "\e823";
}
.lnr-icon-film-play:before {
content: "\e824";
}
.lnr-icon-camera-video:before {
content: "\e825";
}
.lnr-icon-camera:before {
content: "\e826";
}
.lnr-icon-picture:before {
content: "\e827";
}
.lnr-icon-book:before {
content: "\e828";
}
.lnr-icon-bookmark:before {
content: "\e829";
}
.lnr-icon-user:before {
content: "\e82a";
}
.lnr-icon-users:before {
content: "\e82b";
}
.lnr-icon-shirt:before {
content: "\e82c";
}
.lnr-icon-store:before {
content: "\e82d";
}
.lnr-icon-cart:before {
content: "\e82e";
}
.lnr-icon-tag:before {
content: "\e82f";
}
.lnr-icon-phone-handset:before {
content: "\e830";
}
.lnr-icon-phone:before {
content: "\e831";
}
.lnr-icon-pushpin:before {
content: "\e832";
}
.lnr-icon-map-marker:before {
content: "\e833";
}
.lnr-icon-map:before {
content: "\e834";
}
.lnr-icon-location:before {
content: "\e835";
}
.lnr-icon-calendar-full:before {
content: "\e836";
}
.lnr-icon-keyboard:before {
content: "\e837";
}
.lnr-icon-spell-check:before {
content: "\e838";
}
.lnr-icon-screen:before {
content: "\e839";
}
.lnr-icon-smartphone:before {
content: "\e83a";
}
.lnr-icon-tablet:before {
content: "\e83b";
}
.lnr-icon-laptop:before {
content: "\e83c";
}
.lnr-icon-laptop-phone:before {
content: "\e83d";
}
.lnr-icon-power-switch:before {
content: "\e83e";
}
.lnr-icon-bubble:before {
content: "\e83f";
}
.lnr-icon-heart-pulse:before {
content: "\e840";
}
.lnr-icon-construction:before {
content: "\e841";
}
.lnr-icon-pie-chart:before {
content: "\e842";
}
.lnr-icon-chart-bars:before {
content: "\e843";
}
.lnr-icon-gift:before {
content: "\e844";
}
.lnr-icon-diamond:before {
content: "\e845";
}
.lnr-icon-linearicons:before {
content: "\e846";
}
.lnr-icon-dinner:before {
content: "\e847";
}
.lnr-icon-coffee-cup:before {
content: "\e848";
}
.lnr-icon-leaf:before {
content: "\e849";
}
.lnr-icon-paw:before {
content: "\e84a";
}
.lnr-icon-rocket:before {
content: "\e84b";
}
.lnr-icon-briefcase:before {
content: "\e84c";
}
.lnr-icon-bus:before {
content: "\e84d";
}
.lnr-icon-car:before {
content: "\e84e";
}
.lnr-icon-train:before {
content: "\e84f";
}
.lnr-icon-bicycle:before {
content: "\e850";
}
.lnr-icon-wheelchair:before {
content: "\e851";
}
.lnr-icon-select:before {
content: "\e852";
}
.lnr-icon-earth:before {
content: "\e853";
}
.lnr-icon-smile:before {
content: "\e854";
}
.lnr-icon-sad:before {
content: "\e855";
}
.lnr-icon-neutral:before {
content: "\e856";
}
.lnr-icon-mustache:before {
content: "\e857";
}
.lnr-icon-alarm:before {
content: "\e858";
}
.lnr-icon-bullhorn:before {
content: "\e859";
}
.lnr-icon-volume-high:before {
content: "\e85a";
}
.lnr-icon-volume-medium:before {
content: "\e85b";
}
.lnr-icon-volume-low:before {
content: "\e85c";
}
.lnr-icon-volume:before {
content: "\e85d";
}
.lnr-icon-mic:before {
content: "\e85e";
}
.lnr-icon-hourglass:before {
content: "\e85f";
}
.lnr-icon-undo:before {
content: "\e860";
}
.lnr-icon-redo:before {
content: "\e861";
}
.lnr-icon-sync:before {
content: "\e862";
}
.lnr-icon-history:before {
content: "\e863";
}
.lnr-icon-clock:before {
content: "\e864";
}
.lnr-icon-download:before {
content: "\e865";
}
.lnr-icon-upload:before {
content: "\e866";
}
.lnr-icon-enter-down:before {
content: "\e867";
}
.lnr-icon-exit-up:before {
content: "\e868";
}
.lnr-icon-bug:before {
content: "\e869";
}
.lnr-icon-code:before {
content: "\e86a";
}
.lnr-icon-link:before {
content: "\e86b";
}
.lnr-icon-unlink:before {
content: "\e86c";
}
.lnr-icon-thumbs-up:before {
content: "\e86d";
}
.lnr-icon-thumbs-down:before {
content: "\e86e";
}
.lnr-icon-magnifier:before {
content: "\e86f";
}
.lnr-icon-cross:before {
content: "\e870";
}
.lnr-icon-menu:before {
content: "\e871";
}
.lnr-icon-list:before {
content: "\e872";
}
.lnr-icon-chevron-up:before {
content: "\e873";
}
.lnr-icon-chevron-down:before {
content: "\e874";
}
.lnr-icon-chevron-left:before {
content: "\e875";
}
.lnr-icon-chevron-right:before {
content: "\e876";
}
.lnr-icon-arrow-up:before {
content: "\e877";
}
.lnr-icon-arrow-down:before {
content: "\e878";
}
.lnr-icon-arrow-left:before {
content: "\e879";
}
.lnr-icon-arrow-right:before {
content: "\e87a";
}
.lnr-icon-move:before {
content: "\e87b";
}
.lnr-icon-warning:before {
content: "\e87c";
}
.lnr-icon-question-circle:before {
content: "\e87d";
}
.lnr-icon-menu-circle:before {
content: "\e87e";
}
.lnr-icon-checkmark-circle:before {
content: "\e87f";
}
.lnr-icon-cross-circle:before {
content: "\e880";
}
.lnr-icon-plus-circle:before {
content: "\e881";
}
.lnr-icon-circle-minus:before {
content: "\e882";
}
.lnr-icon-arrow-up-circle:before {
content: "\e883";
}
.lnr-icon-arrow-down-circle:before {
content: "\e884";
}
.lnr-icon-arrow-left-circle:before {
content: "\e885";
}
.lnr-icon-arrow-right-circle:before {
content: "\e886";
}
.lnr-icon-chevron-up-circle:before {
content: "\e887";
}
.lnr-icon-chevron-down-circle:before {
content: "\e888";
}
.lnr-icon-chevron-left-circle:before {
content: "\e889";
}
.lnr-icon-chevron-right-circle:before {
content: "\e88a";
}
.lnr-icon-crop:before {
content: "\e88b";
}
.lnr-icon-frame-expand:before {
content: "\e88c";
}
.lnr-icon-frame-contract:before {
content: "\e88d";
}
.lnr-icon-layers:before {
content: "\e88e";
}
.lnr-icon-funnel:before {
content: "\e88f";
}
.lnr-icon-text-align-left:before {
content: "\e898";
}
.lnr-icon-text-align-center:before {
content: "\e899";
}
.lnr-icon-text-align-right:before {
content: "\e89a";
}
.lnr-icon-text-align-justify:before {
content: "\e89b";
}
.lnr-icon-sort-amount-asc:before {
content: "\e8a4";
}
.lnr-icon-cart1:before {
content: "\e003";
}
.lnr-icon-close:before {
content: "\e005";
}
.lnr-icon-copy:before {
content: "\e007";
}
.lnr-icon-dropdown:before {
content: "\e00a";
}
.lnr-icon-favourite:before {
content: "\e00c";
}
.lnr-icon-history1:before {
content: "\e00f";
}
.lnr-icon-live-support:before {
content: "\e012";
}
.lnr-icon-location-1:before {
content: "\e013";
}
.lnr-icon-phone-plus:before {
content: "\e01a";
}
.lnr-icon-rocket1:before {
content: "\e01c";
}
.lnr-icon-search:before {
content: "\e01d";
}
.lnr-icon-user1:before {
content: "\e023";
}
.lnr-icon-arrow-left1:before {
content: "\e029";
}
.lnr-icon-arrow-right1:before {
content: "\e02a";
}
.lnr-icon-bars:before {
content: "\e02b";
}
.lnr-icon-calendar:before {
content: "\e02c";
}
.lnr-icon-comment:before {
content: "\e034";
}
.lnr-icon-comments:before {
content: "\e035";
}
.lnr-icon-envelope1:before {
content: "\e037";
}
.lnr-icon-external-link-alt:before {
content: "\e039";
}
.lnr-icon-eye1:before {
content: "\e03a";
}
.lnr-icon-file-alt:before {
content: "\e03b";
}
.lnr-icon-file-archive:before {
content: "\e03c";
}
.lnr-icon-folder-open:before {
content: "\e03d";
}
.lnr-icon-folder:before {
content: "\e03e";
}
.lnr-icon-gift1:before {
content: "\e040";
}
.lnr-icon-grid:before {
content: "\e041";
}
.lnr-icon-heart-fill:before {
content: "\e042";
}
.lnr-icon-heart1:before {
content: "\e043";
}
.lnr-icon-home1:before {
content: "\e044";
}
.lnr-icon-list1:before {
content: "\e047";
}
.lnr-icon-map-marker-check:before {
content: "\e04c";
}
.lnr-icon-meh:before {
content: "\e04d";
}
.lnr-icon-minus:before {
content: "\e04e";
}
.lnr-icon-plus:before {
content: "\e051";
}
.lnr-icon-quote:before {
content: "\e052";
}
.lnr-icon-random:before {
content: "\e053";
}
.lnr-icon-shopping-cart:before {
content: "\e057";
}
.lnr-icon-sign-out-alt:before {
content: "\e058";
}
.lnr-icon-smile1:before {
content: "\e059";
}
.lnr-icon-spinner:before {
content: "\e05a";
}
.lnr-icon-square:before {
content: "\e05b";
}
.lnr-icon-star1:before {
content: "\e05c";
}
.lnr-icon-store1:before {
content: "\e05d";
}
.lnr-icon-sync1:before {
content: "\e05e";
}
.lnr-icon-tachometer-alt:before {
content: "\e05f";
}
.lnr-icon-thumbtack:before {
content: "\e062";
}
.lnr-icon-times-circle:before {
content: "\e063";
}
.lnr-icon-times:before {
content: "\e064";
}
.lnr-icon-truck:before {
content: "\e065";
}
.lnr-icon-video:before {
content: "\e066";
}