@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}:root {
--heading-color: #0c1523;
--text-color: rgba(73, 84, 96, 1);
--accent-color: #432cf3;
--accent-color-2: #2ad590;
--white-color: #ffffff;
--button-color: #4a2eb3;
}
html {
line-height: 1.15; -webkit-text-size-adjust: 100%; overflow-x: hidden;
}  body {
margin: 0;
padding: 0;
overflow-x: hidden;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; } h1,
h2,
h2,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
color: var(--heading-color);
} a {
background-color: transparent;
text-decoration: none;
transition: 0.4s;
}
a:hover {
text-decoration: none;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
:focus-visible {
outline: -webkit-focus-ring-color auto 0px !important;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border: 1px solid #e7e9ed;
border-radius: 3px;
padding: 20px 20px 20px 20px;
-webkit-border-radius: ;
-moz-border-radius: ;
-ms-border-radius: ;
-o-border-radius: ;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} .wp-block-button__link {
background-color: var(--accent-color);
color: var(--white-color);
}   .says,
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #fc414a;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
clip: auto !important;
clip-path: none;
color: var(--white-color);
display: block;
font-size: 14px;
font-size: 1.2rem;
font-weight: bold;
height: auto;
left: 20px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
-webkit-border-radius: ;
-moz-border-radius: ;
-ms-border-radius: ;
-o-border-radius: ;
}
body.admin-bar .screen-reader-text:focus {
top: 52px;
} #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em !important;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em !important;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
color: var(--white-color) !important;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-links {
clear: both;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.entry-content p a {
text-decoration: none;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
}
.content-align-center {
text-align: center;
}
.content-align-left {
text-align: left;
}
.content-align-right {
text-align: right;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: left;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.wp-block-archives-dropdown label {
display: block;
margin-bottom: 15px;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
text-align: center;
}
.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-columns-5 .gallery-item {
max-width: 100%;
}
.gallery-columns-6 .gallery-item {
max-width: 100%;
}
.gallery-columns-7 .gallery-item {
max-width: 100%;
}
.gallery-columns-8 .gallery-item {
max-width: 100%;
}
.gallery-columns-9 .gallery-item {
max-width: 100%;
}
.gallery-caption {
display: block;
margin-top: 10px;
} .fbth_logo h2 {
margin-bottom: 0;
margin-top: 0;
}
.site-content {
padding: 80px 0 80px 0px;
}
.widget-area .widget {
background-color: #fff;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
padding-bottom: 30px !important;
margin-bottom: 30px;
border-bottom: 1px solid #00000012;
}
.widget-area .widget:first-child {
border-bottom: 0;
}
.widget-area .widget:last-child {
border-bottom: 0;
}
.widget-area .widget.widget_search {
background-color: transparent;
}
.widget-area .widget.widget_search h3 {
margin-top: 30px;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-icon a {
display: block;
}
.gallery-icon a img {
width: 100%;
}
.textwidget img {
margin: 10px 0;
}
h3.widget-title {
font-size: 18px;
line-height: 21px;
margin-bottom: 30px;
margin-top: 0;
}
.widget-area .widget:last-child {
margin-bottom: 0;
padding-bottom: 0 !important;
}
.widget-area .widget ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget-area .widget ul.sub-menu,
.widget-area .widget ul.children,
.widget-area .widget ul ul,
.widget-area .widget ol ul,
.widget-area .widget ol ol,
.widget-area .widget ul ol {
padding-left: 20px;
margin-top: 15px;
border-left: 1px solid #00000033;
}
.widget-area .widget ul li li {
margin-bottom: 0;
}
.widget-area .widget ul li {
margin: 0px;
display: flow-root;
color: var(--text-color);
font-size: 16px;
line-height: 26px;
font-weight: 600;
margin-bottom: 15px;
}
ul.wp-block-categories-list.wp-block-categories li {
margin-bottom: 20px;
}
.fbth-categorey ul li:first-child {
margin-top: 0;
}
.widget-area .widget ul li a {
color: var(--text-color);
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
font-size: 16px;
line-height: 26px;
font-weight: 500;
margin-bottom: 0px;
}
.widget-area .widget ul li a:hover {
color: var(--accent-color);
}
.widget-area .widget ul li:last-child {
margin-bottom: 0px;
}
form.fbth-search-form {
position: relative;
width: 100%;
}
form.fbth-search-form label {
margin-bottom: 0;
width: 100%;
height: 100%;
}
form.fbth-search-form label input {
border: none;
height: 60px;
padding: 10px 10px 10px 50px;
}
.widget_search button.search-submit,
form.fbth-search-form button.search-submit {
border: 0 none;
left: 0;
top: 50%;
width: 54px;
height: 50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
position: absolute;
color: rgba(32, 31, 34, 0.15);
font-size: 18px;
background-color: transparent;
}
form.fbth-search-form label input:hover,
form.fbth-search-form label input:focus,
form.fbth-search-form label input:active {
border-color: rgba(32, 31, 34, 0.15);
}
:focus-visible {
outline: -webkit-focus-ring-color auto 1px;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
.widget input[type="search"] {
border: 1px solid rgba(32, 31, 34, 0.15);
border-radius: 10px;
outline-offset: 0px;
transition: 0.4s;
-webkit-transition: 0.4s;
-moz-transition: 0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
}
.widget-area .widget select {
border: 1px solid rgba(32, 31, 34, 0.15);
padding: 18px 20px;
font-size: 14px;
width: 100%;
}
.widget .menu li span.dropdownToggle {
display: none;
}
.post-single-item {
border: 1px solid rgba(18, 20, 29, 0.1);
border-radius: 5px;
position: relative;
z-index: 0;
background-color: #fff;
}
.post-content {
padding: 0px 30px 30px 30px;
}
.widget_tag_cloud p a:hover {
color: var(--accent-color);
}
.widget .tagcloud a {
color: var(--heading-color);
font-weight: 500;
font-size: 15px !important;
line-height: 1.6;
border-radius: 3px;
display: inline-block;
border: 1px solid rgba(18, 20, 29, 0.1);
padding: 5px 10px 5px 10px;
margin: 0px 5px 10px 0px;
}
.entry-meta {
display: flex;
align-items: center;
margin-bottom: 20px;
background: #f4f4f4;
padding: 5px 14px;
border-radius: 50px;
margin-top: 20px;
}
.blog .entry-meta span.posted-on,
.blog .entry-meta .byline,
.blog .entry-meta span.cat-links {
font-weight: 500;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
color: var(--text-color);
font-size: 14px;
text-transform: capitalize;
line-height: 22px;
}
.entry-meta span.posted-on,
.entry-meta .byline,
.entry-meta span.cat-links {
font-weight: 400;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
color: var(--text-color);
font-size: 16px;
text-transform: capitalize;
line-height: 22px;
}
.entry-meta .byline::before {
content: "\e602";
position: relative;
color: var(--accent-color-2);
font-family: "themify";
font-size: 18px;
margin-right: 5px;
}
.entry-meta .posted {
position: relative;
}
.entry-meta .posted-on {
position: relative;
}
.fbth-blog-wrap .entry-content p {
font-size: 16px;
line-height: 1.4em;
margin-bottom: 20px;
}
.fbth-comment span {
position: relative;
top: -3px;
}
.fbth-comment {
float: right;
}
span.cat-links {
display: inline-block;
float: left;
}
span.cat-links>i {
color: var(--accent-color-2);
margin-right: 5px;
display: inline;
position: relative;
top: 2px;
}
span.cat-links a,
span.cat-links li {
display: inline;
}
.entry-footer::before,
.entry-footer::after {
content: "";
display: table;
clear: both;
}
footer.entry-footer {
margin-top: 10px;
}
body.single-post footer.entry-footer {
padding-bottom: 30px;
position: relative;
}
span.page-numbers.current {
padding: 13px 22px;
text-transform: uppercase;
color: var(--white-color);
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: var(--accent-color);
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
}
.blog .nav-links a {
font-family: "General Sans";
padding: 0 22px;
text-transform: uppercase;
color: var(--white-color);
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-size: 16px;
font-weight: 600;
background-color: var(--white-bg);
border: 1px solid rgba(32, 31, 34, 0.2);
box-sizing: border-box;
border-radius: 5px;
color: var(--heading-color);
margin: 0px 10px 0px 10px;
display: flex;
height: 40px;
width: 40px;
justify-content: center;
align-items: center;
background-color: #fff;
}
.blog .nav-links a:last-child {
margin: 0;
}
span.edit-link {
position: absolute;
right: 0;
bottom: 45px;
padding: 0;
background-color: transparent;
transform: translateY(100%);
}
span.edit-link a {
line-height: 1;
padding: 5px 15px;
display: block;
color: rgba(0, 0, 0, 0.5);
font-size: 14px;
} .fbth-comment {
position: relative;
margin-top: 3px;
}
.comments-area label {
font-size: 16px;
line-height: 24px;
font-weight: 500;
margin-bottom: 20px;
display: inline-block;
color: #0c1523;
}
.comments-area {
background-color: var(--white-color);
padding: 40px 0px 0px 0px;
}
.comments-area .comment-list {
margin: 0;
list-style: none;
}
.comments-area>ol,
.comments-area>ul {
padding: 0;
}
.comment-author .avatar {
height: 60px;
position: relative;
top: 0.25em;
width: 60px;
float: left;
margin-right: 25px;
border-radius: 5px;
background-color: #ffe0c2;
}
.comment-list b.fn a {
color: var(--heading-color);
display: block;
margin-bottom: 0px;
}
.comment-list b.fn {
color: var(--heading-color);
font-size: 16px;
line-height: 26px;
font-weight: 600;
}
.comment-metadata {
margin-bottom: 18px;
font-size: 14px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 20px 0 30px 0;
position: relative;
border-bottom: 1px solid #377cfd24;
}
#commentform input[type="submit"] {
background-color: #432cf3;
color: var(--white-color);
border: 0;
padding: 15px 21px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
margin-top: 10px;
}
.comments-area blockquote {
margin: 20px 0;
padding: 25px 35px;
}
.order-lg-1 .fbth-sidebar-wrap {
margin-left: 0;
} .page-links a {
color: #111;
font-weight: bold;
}
.post-password-form input[type="submit"] {
padding: 10px 25px;
margin-top: 10px;
}
.fbth-blog-wrap span.dashicons {
position: absolute;
right: 0;
top: 0;
width: 50px;
height: 50px;
line-height: 50px;
background-color: var(--accent-color-2);
color: var(--white-color);
}
.fbth-blog-content {
position: relative;
}
blockquote {
font-size: 1em;
margin: 35px auto;
font-style: italic;
color: #12141d;
padding: 1.2em 30px 1.2em 75px;
border-left: 8px solid #c1c1c1;
line-height: 1.6;
position: relative;
background: rgba(255, 224, 194, 0.3) !important;
border-left: 0.3em solid !important;
}
blockquote p:last-child {
margin-bottom: 0;
} .fbth-footer-widget,
.fbth-footer-widget li,
.fbth-footer-widget p,
.fbth-footer-widget h3,
.fbth-footer-widget h4 {
color: var(--white-color);
}
p.fbth-copywright {
margin-bottom: 0;
text-align: center;
color: #12141d;
}
select,
.select2-container--default .select2-selection--single {
height: 60px;
border: 1px solid #dfdada;
padding: 15px;
transition: 0.3s;
width: 100%;
font-size: 16px;
letter-spacing: 0.4px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
li.select2-results__option {
font-size: 16px;
font-weight: 400;
}
.nice-select .current {
color: var(--heading-color);
overflow: hidden;
width: 100%;
font-size: 16px;
}
.nice-select li.option {
font-size: 16px;
display: flex;
width: 100%;
white-space: normal;
line-height: 24px;
padding: 6px 18px;
font-weight: 400;
}
.nice-select:focus,
.nice-select:active {
border-color: #e8e8e8;
outline: none !important;
}
.nice-select.open .list {
width: 100%;
}
.nice-select:after {
border-color: var(--heading-color);
right: 15px;
}
::placeholder {
color: #28284680;
}
.fbth-footer-widget {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
}
.fbth-footer-column_four .fbth-footer-widget {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.fbth-footer-column_three .fbth-footer-widget {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.fbth-footer-column_two .fbth-footer-widget {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.fbth-footer-column_one .fbth-footer-widget {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.archive h2.fbth-blog-title,
.blog h2.fbth-blog-title {
font-size: 28px;
font-weight: 600; margin-bottom: 16px;
line-height: 34px;
letter-spacing: 0;
}
.fbth-blog-title a {
color: var(--heading-color);
transition: 0.4s;
}
.fbth-blog-title a:hover {
color: var(--accent-color);
}
.fbth-related-title {
padding: 15px 15px 15px;
display: block;
width: 100%;
}
.fbth-related-title h5 {
margin-bottom: 0;
}
.single-related-item .fbth-blog-thumb {
height: 160px;
}
body.box-layout-page {
background-color: var(--white-color);
}
body.box-layout-page div#page {
max-width: 1350px;
margin: auto;
background-color: #f8f8f8;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.breadcrumb-container {
position: relative;
z-index: 2;
}
header .row {
align-items: center;
}
header#masthead {
background-color: var(--white-color);
}
.blog-breadcrumb {
background-color: #f8f8f8;
}
.error404 .blog-breadcrumb {
display: none;
}
article.fbth-default-hentry.fbth-blog-wrap {
margin-bottom: 24px;
}
.site-footer .widget ul {
list-style: none;
margin: 0;
padding: 0;
}
.site-footer .widget ul.menu li {
margin: 15px 0;
}
.site-footer .widget ul.menu li a {
color: #9095a0;
font-weight: 500;
text-transform: uppercase;
font-size: 18px;
font-size: 1.125rem;
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-family: "General Sans";
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
}
.error-404 form.fbth-search-form {
max-width: 500px;
margin-bottom: 60px;
}
section.error-404 h2 {
font-size: 28px;
font-size: 1.75rem;
margin-bottom: 18px;
}
section.error-404 .widget {
margin-bottom: 50px;
}
section.error-404 .widget:last-child {
margin-bottom: 0;
}
body.page-template-template-full-php .site-content,
body.page-template-template-full-width-php .site-content,
body.elementor-template-full-width .site-content,
body.elementor-template-canvas .site-content {
padding: 0;
}
.wpcf7 br {
display: none;
}
#fbth-submit-btn {
background-color: var(--accent-color);
padding: 15px;
}
.fbth-input-item input,
.fbth-input-item textarea {
border: 1px solid rgba(144, 149, 160, 0.5);
color: var(--white-color);
padding: 5px 20px;
}
.fbth-form-item input,
optgroup,
select,
textarea {
font-family: "General Sans";
font-weight: 400;
font-size: 16px;
line-height: 24px;
border-radius: 0;
padding: 20px 20px;
color: var(--text-color);
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
}
textarea::placeholder {
color: var(--text-color);
}
input::placeholder {
color: var(--text-color);
}
.fbth-form-item textarea {
padding: 20px;
}
#fbth-submit-form-btn-2 {
padding: 15px;
}
.fbth-form-item {
font-size: 14px;
} .has-shark-background-color {
background-color: #202427;
}
.has-shark-color {
color: #202427;
}
.has-coral-red-background-color {
background-color: var(--accent-color);
}
.has-coral-red-color {
color: var(--accent-color);
}
.has-aztec-background-color {
background-color: #22304a;
}
.has-aztec-color {
color: #22304a;
}
.has-very-light-gray-background-color {
background-color: #f8f8f8;
}
.has-very-light-gray-color {
color: #f8f8f8;
}
.has-dove-gray-background-color {
background-color: var(--heading-color);
}
.has-dove-gray-color {
color: var(--heading-color);
}
.has-manatee-background-color {
background-color: #9095a0;
}
.has-manatee-color {
color: #9095a0;
}
.fbth_logo {
display: inline-block;
}
.menu-toggle {
background-color: transparent;
border: 1px solid #d1d1d1;
color: #1a1a1a;
font-size: 13px;
font-size: 1.1rem;
margin: 0;
padding: 0.769230769em 1.5em;
font-weight: bold;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
margin-right: 25px;
}
.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: 65px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
clear: both;
margin-bottom: 20px;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts a {
color: var(--heading-color);
font-size: 16px;
font-weight: 600;
}
ul.wp-block-rss li {
margin-bottom: 20px;
}
p.wp-block-tag-cloud a {
color: var(--heading-color);
font-weight: 500;
font-size: 15px !important;
line-height: 1.6;
border-radius: 3px;
display: inline-block;
border: 1px solid rgba(18, 20, 29, 0.1);
padding: 5px 10px 5px 10px;
margin: 0px 5px 10px 0px;
} .entry-content li {
margin-bottom: 10px;
font-size: 18px;
color: #0c1523;
line-height: 24px;
list-style: disc;
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.page-links {
display: flex;
align-items: center;
padding-top: 40px;
}
.page-links .current {
padding: 13px 22px;
text-transform: uppercase;
color: var(--white-color);
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
background-color: var(--accent-color-2);
border-radius: 5px;
display: flex;
justify-content: center;
align-items: center;
height: 40px;
width: 40px;
margin-left: 10px;
}
.page-links a {
font-family: "General Sans";
padding: 0 22px;
text-transform: uppercase;
color: var(--white-color);
display: inline-block;
-webkit-transition: all 0.4s;
transition: all 0.4s;
font-size: 16px;
font-weight: 600;
background-color: var(--white-bg);
border: 1px solid rgba(32, 31, 34, 0.2);
box-sizing: border-box;
border-radius: 5px;
color: var(--heading-color);
margin: 0px 10px 0px 10px;
display: flex;
height: 40px;
width: 40px;
justify-content: center;
align-items: center;
}
.post-content span.cat-links a {
color: var(--text-color);
font-weight: 500;
}
.post-content span.cat-links a:hover {
color: var(--accent-color);
}
.entry-meta .posted-on:before {
position: absolute;
left: 0;
width: 5px;
height: 5px;
content: "";
background-color: rgba(18, 20, 29, 0.2);
top: 50%;
border-radius: 50%;
transform: translateY(-50%);
}
.entry-meta .posted-on {
margin-left: 10px;
padding-left: 15px;
}
header.entry-header h1 {
margin-bottom: 15px;
font-size: 28px;
font-weight: 600;
line-height: 34px;
letter-spacing: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
font-weight: 600;
letter-spacing: 0;
}
.fbth-copyright.text-center {
padding: 20px;
background: #f3f4f8;
}
.fbth-footer-top {
border-bottom: 1px solid rgb(204 203 206 / 50%);
padding: 80px 0px;
}
.fbth-footer-top .widget {
margin-bottom: 0px;
}
.fbth-footer-top .wp-block-image {
margin-bottom: 0px;
}
.entry-content ul ul,
.entry-content ol ol {
margin-top: 10px;
}
.select2-container--open .select2-dropdown--below {
top: 31px;
}
.select2-container--open .select2-dropdown--above {
top: 33px;
}
.single .select2-container {
width: 100% !important;
}
.select2-dropdown {
border-color: #aaaaaa52;
}
.page .blog-breadcrumb h1 {
font-size: 52px;
font-weight: 900;
letter-spacing: 0;
line-height: 1.1em;
margin-top: 20px;
} .wpcf7-not-valid-tip {
color: #f59a9a !important;
font-size: 16px !important;
font-weight: normal;
display: block;
margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
margin: 10px 0px 0px 0px !important;
padding: 0 !important;
border: none !important;
font-size: 16px !important;
line-height: 22px;
}@font-face {
font-family: 'FinestIcon';
src: url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.eot);
src: url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.eot) format('embedded-opentype'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.woff2) format('woff2'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.woff) format('woff'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.ttf) format('truetype'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.svg) format('svg');
font-weight: normal;
font-style: normal;
} .fd {
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-family: 'FinestIcon';
color: inherit;
flex-shrink: 0;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .fd-sm {
font-size: 0.8em;
}
.fd-lg {
font-size: 1.2em;
} .fd-16 {
font-size: 16px;
}
.fd-32 {
font-size: 32px;
} .fd-is-spinning {
animation: fd-spin 1s infinite linear;
}
@keyframes fd-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .fd-rotate-90 {
transform: rotate(90deg);
}
.fd-rotate-180 {
transform: rotate(180deg);
}
.fd-rotate-270 {
transform: rotate(270deg);
}
.fd-flip-y {
transform: scaleY(-1);
}
.fd-flip-x {
transform: scaleX(-1);
} .fd-cloud-download-95::before {
content: "\ea02";
}
.fd-home-minimal::before {
content: "\ea03";
}
.fd-single-04::before {
content: "\ea04";
}
.fd-users-mm::before {
content: "\ea05";
}
.fd-webpage::before {
content: "\ea06";
}
.fd-layout-25::before {
content: "\ea07";
}
.fd-analytics::before {
content: "\ea08";
}
.fd-chart-pie-36::before {
content: "\ea09";
}
.fd-chart-bar-33::before {
content: "\ea0a";
}
.fd-single-copy-06::before {
content: "\ea0b";
}
.fd-home::before {
content: "\ea0c";
}
.fd-single-content-03::before {
content: "\ea0d";
}
.fd-bell-53::before {
content: "\ea0e";
}
.fd-email-84::before {
content: "\ea0f";
}
.fd-send::before {
content: "\ea10";
}
.fd-at-sign::before {
content: "\ea11";
}
.fd-edit-72::before {
content: "\ea13";
}
.fd-tail-right::before {
content: "\ea14";
}
.fd-minimal-right::before {
content: "\ea15";
}
.fd-tail-left::before {
content: "\ea16";
}
.fd-minimal-left::before {
content: "\ea17";
}
.fd-tail-up::before {
content: "\ea18";
}
.fd-minimal-up::before {
content: "\ea19";
}
.fd-minimal-down::before {
content: "\ea1a";
}
.fd-tail-down::before {
content: "\ea1b";
}
.fd-settings-gear-64::before {
content: "\ea1c";
}
.fd-settings::before {
content: "\ea1d";
}
.fd-menu-dots::before {
content: "\ea1e";
}
.fd-funnel-40::before {
content: "\ea20";
}
.fd-filter::before {
content: "\ea21";
}
.fd-preferences-circle::before {
content: "\ea22";
}
.fd-check-2::before {
content: "\ea23";
}
.fd-cart-simple::before {
content: "\ea24";
}
.fd-cart-9::before {
content: "\ea25";
}
.fd-card-update::before {
content: "\ea26";
}
.fd-basket::before {
content: "\ea27";
}
.fd-check-circle-07::before {
content: "\ea28";
}
.fd-simple-remove::before {
content: "\ea29";
}
.fd-circle-remove::before {
content: "\ea2a";
}
.fd-alert-circle-exc::before {
content: "\ea2b";
}
.fd-bug::before {
content: "\ea2c";
}
.fd-share-66::before {
content: "\ea2d";
}
.fd-time::before {
content: "\ea2f";
}
.fd-coffee::before {
content: "\ea30";
}
.fd-smile::before {
content: "\ea31";
}
.fd-sad::before {
content: "\ea32";
}
.fd-broken-heart::before {
content: "\ea33";
}
.fd-pin-3::before {
content: "\ea35";
}
.fd-marker-3::before {
content: "\ea36";
}
.fd-globe-2::before {
content: "\ea37";
}
.fd-world-2::before {
content: "\ea38";
}
.fd-phone-2::before {
content: "\ea39";
}
.fd-check-square-11::before {
content: "\ea3a";
}
.fd-wallet-90::before {
content: "\ea3b";
}
.fd-credit-card::before {
content: "\ea3c";
}
.fd-payment::before {
content: "\ea3d";
}
.fd-tag::before {
content: "\ea3e";
}
.fd-tag-cut::before {
content: "\ea3f";
}
.fd-tag-content::before {
content: "\ea40";
}
.fd-flag-diagonal-33::before {
content: "\ea41";
}
.fd-triangle-right-17::before {
content: "\ea47";
}
.fd-puzzle-10::before {
content: "\ea48";
}
.fd-triangle-right-17-2::before {
content: "\ea49";
}
.fd-btn-play::before {
content: "\ea4a";
}
.fd-btn-play-2::before {
content: "\ea4b";
}
.fd-menu-34::before {
content: "\ea4c";
}
.fd-menu-left-2::before {
content: "\ea4d";
}
.fd-heart-2-2::before {
content: "\ea4e";
}
.fd-l-settings::before {
content: "\ea51";
}
.fd-book-open-2::before {
content: "\ea52";
}
.fd-layers-3::before {
content: "\ea53";
}
.fd-google::before {
content: "\ea57";
}
.fd-logo-pinterest::before {
content: "\ea58";
}
.fd-logo-dribbble::before {
content: "\ea5a";
}
.fd-tablet-mobile::before {
content: "\ea5b";
}
.fd-house-search-engine::before {
content: "\ea5c";
}
.fd-house-pricing::before {
content: "\ea5d";
}
.fd-pulse-chart::before {
content: "\ea5e";
}
.fd-plug::before {
content: "\ea5f";
}
.fd-app-store::before {
content: "\ea60";
}
.fd-power-level::before {
content: "\ea61";
}
.fd-window-add::before {
content: "\ea62";
}
.fd-form::before {
content: "\ea63";
}
.fd-folder-15::before {
content: "\ea64";
}
.fd-lock::before {
content: "\ea65";
}
.fd-unlocked::before {
content: "\ea66";
}
.fd-e-reader::before {
content: "\ea67";
}
.fd-layout-grid::before {
content: "\ea68";
}
.fd-single-copies::before {
content: "\ea69";
}
.fd-bag::before {
content: "\ea6a";
}
.fd-shield::before {
content: "\ea6b";
}
.fd-security::before {
content: "\ea6c";
}
.fd-system-update::before {
content: "\ea6d";
}
.fd-privacy::before {
content: "\ea6e";
}
.fd-translation::before {
content: "\ea6f";
}
.fd-credit-locked::before {
content: "\ea70";
}
.fd-apartment::before {
content: "\ea71";
}
.fd-eye-17::before {
content: "\ea72";
}
.fd-bookmark-2::before {
content: "\ea73";
}
.fd-pantone::before {
content: "\ea74";
}
.fd-trash-simple::before {
content: "\ea75";
}
.fd-phone-call-end::before {
content: "\ea76";
}
.fd-phone-call::before {
content: "\ea77";
}
.fd-call-doctor::before {
content: "\ea78";
}
.fd-swap-vertical::before {
content: "\ea79";
}
.fd-swap-horizontal::before {
content: "\ea7a";
}
.fd-simple-add::before {
content: "\ea7b";
}
.fd-reload::before {
content: "\ea7c";
}
.fd-loop-83::before {
content: "\ea7d";
}
.fd-c-question::before {
content: "\ea7e";
}
.fd-alert::before {
content: "\ea7f";
}
.fd-cloud-download-93::before {
content: "\ea80";
}
.fd-migration::before {
content: "\ea81";
}
.fd-cloud-upload-96::before {
content: "\ea82";
}
.fd-archive::before {
content: "\ea83";
}
.fd-archive-content::before {
content: "\ea84";
}
.fd-calendar-60::before {
content: "\ea85";
}
.fd-opening-times::before {
content: "\ea86";
}
.fd-calendar-check-62::before {
content: "\ea87";
}
.fd-camera::before {
content: "\ea88";
}
.fd-ungroup::before {
content: "\ea89";
}
.fd-share-2::before {
content: "\ea8a";
}
.fd-world::before {
content: "\ea8b";
}
.fd-sound::before {
content: "\ea8c";
}
.fd-volume-mute::before {
content: "\ea8d";
}
.fd-sound-wave::before {
content: "\ea8e";
}
.fd-preferences-circle-rotate::before {
content: "\ea8f";
}
.fd-link-72::before {
content: "\ea90";
}
.fd-link-broken-70::before {
content: "\ea91";
}
.fd-link-69::before {
content: "\ea92";
}
.fd-newsletter::before {
content: "\ea93";
}
.fd-trend-up::before {
content: "\ea94";
}
.fd-trend-down::before {
content: "\ea95";
}
.fd-c-info::before {
content: "\ea96";
}
.fd-shape-arrow::before {
content: "\ea97";
}
.fd-circle-simple-up::before {
content: "\ea98";
}
.fd-circle-simple-right::before {
content: "\ea99";
}
.fd-circle-simple-left::before {
content: "\ea9a";
}
.fd-circle-simple-down::before {
content: "\ea9b";
}
.fd-check-circle-08::before {
content: "\ea9c";
}
.fd-circle-add::before {
content: "\ea9d";
}
.fd-zoom-in::before {
content: "\ea9e";
}
.fd-zoom-out::before {
content: "\ea9f";
}
.fd-zoom-2::before {
content: "\eaa0";
}
.fd-a-star::before {
content: "\eaa1";
}
.fd-a-security::before {
content: "\eaa2";
}
.fd-a-add::before {
content: "\eaa3";
}
.fd-data-download::before {
content: "\eaa4";
}
.fd-data-upload::before {
content: "\eaa5";
}
.fd-attach-87-1::before {
content: "\eaa6";
}
.fd-print::before {
content: "\eaa7";
}
.fd-round-dollar::before {
content: "\eaa8";
}
.fd-currency-dollar::before {
content: "\eaa9";
}
.fd-select-84::before {
content: "\eaaa";
}
.fd-chat-round-content::before {
content: "\eaab";
}
.fd-chat-round::before {
content: "\eaac";
}
.fd-chat-33::before {
content: "\eaad";
}
.fd-chat-content::before {
content: "\eaae";
}
.fd-sun::before {
content: "\eaaf";
}
.fd-moon::before {
content: "\eab0";
}
.fd-code::before {
content: "\eab1";
}
.fd-lightning::before {
content: "\eab2";
}
.fd-camera-flash::before {
content: "\eab3";
}
.fd-edit-brightness::before {
content: "\eab4";
}
.fd-a-remove::before {
content: "\eab5";
}
.fd-a-delete::before {
content: "\eab6";
}
.fd-dock-top::before {
content: "\eab7";
}
.fd-board-2::before {
content: "\eab8";
}
.fd-corner-left-round::before {
content: "\eab9";
}
.fd-bulb-63::before {
content: "\eaba";
}
.fd-document::before {
content: "\eabb";
}
.fd-chart-growth::before {
content: "\eabd";
}
.fd-logout::before {
content: "\eabe";
}
.fd-key-26::before {
content: "\eabf";
}
.fd-bag-09::before {
content: "\eac0";
}
.fd-basket-simple::before {
content: "\eac1";
}
.fd-basket-simple-add::before {
content: "\eac2";
}
.fd-cursor-48::before {
content: "\eac3";
}
.fd-microphone::before {
content: "\eac4";
}
.fd-notification-69::before {
content: "\eac5";
}
.fd-pc::before {
content: "\eac6";
}
.fd-phone-camera-front::before {
content: "\eac7";
}
.fd-p-check::before {
content: "\eac8";
}
.fd-e-reader-1::before {
content: "\eac9";
}
.fd-microsoft::before {
content: "\eaca";
}
.fd-layout-11::before {
content: "\eacb";
}
.fd-row-table::before {
content: "\eacc";
}
.fd-shape-star::before {
content: "\eacd";
}
.fd-star::before {
content: "\eacf";
}
.fd-js-console::before {
content: "\ead0";
}
.fd-folder-chart-bar::before {
content: "\ead1";
}
.fd-chart-bars::before {
content: "\ead2";
}
.fd-chart-bar-32::before {
content: "\ead3";
}
.fd-menu-right::before {
content: "\ead4";
}
.fd-diag-top-left::before {
content: "\ead5";
}
.fd-gps::before {
content: "\ead6";
}
.fd-double-right::before {
content: "\ead7";
}
.fd-double-left::before {
content: "\ead8";
}
.fd-energy::before {
content: "\ead9";
}
.fd-flame::before {
content: "\eada";
}
.fd-like-2::before {
content: "\eadb";
}
.fd-thumb-down::before {
content: "\eadc";
}
.fd-tool-hand::before {
content: "\eadd";
}
.fd-screen-touch::before {
content: "\eade";
}
.fd-stretch::before {
content: "\eadf";
}
.fd-pinch::before {
content: "\eae0";
}
.fd-move-05::before {
content: "\eae1";
}
.fd-upload-data::before {
content: "\eae2";
}
.fd-music-note::before {
content: "\eae3";
}
.fd-spaceship::before {
content: "\eae4";
}
.fd-send-2::before {
content: "\eae5";
}
.fd-send-1::before {
content: "\eae6";
}
.fd-wifi::before {
content: "\eae7";
}
.fd-server-rack::before {
content: "\eae8";
}
.fd-dresser-3::before {
content: "\eae9";
}
.fd-cloud-25::before {
content: "\eaea";
}
.fd-database::before {
content: "\eaeb";
}
.fd-file-archive::before {
content: "\eaec";
}
.fd-file-download-3::before {
content: "\eaed";
}
.fd-drawer::before {
content: "\eaee";
}
.fd-block::before {
content: "\eaef";
}
.fd-calculator::before {
content: "\eaf0";
}
.fd-wand-11::before {
content: "\eaf1";
}
.fd-cupcake::before {
content: "\eaf2";
}
.fd-muffin::before {
content: "\eaf3";
}
.fd-popcorn::before {
content: "\eaf4";
}
.fd-video::before {
content: "\eaf5";
}
.fd-shuffle-98::before {
content: "\eaf6";
}
.fd-bill::before {
content: "\eaf7";
}
.fd-receipt-list-43::before {
content: "\eaf8";
}
.fd-signal-2::before {
content: "\eaf9";
}
.fd-book::before {
content: "\eafa";
}
.fd-agenda-bookmark::before {
content: "\eafb";
}
.fd-books::before {
content: "\eafc";
}
.fd-book-open-2-1::before {
content: "\eafd";
}
.fd-pencil-47::before {
content: "\eafe";
}
.fd-chef-hat::before {
content: "\eaff";
}
.fd-simple-delete::before {
content: "\eb00";
}
.fd-logo-linkedin::before {
content: "\eb01";
}
.fd-logo-facebook::before {
content: "\eb02";
}
.fd-logo-fb-simple-1::before {
content: "\eb03";
}
.fd-logo-twitter-1::before {
content: "\eb04";
}
.fd-logo-instagram-1::before {
content: "\eb05";
}
.fd-logo-pinterest-1::before {
content: "\eb06";
}
.fd-box-3d-50::before {
content: "\eb07";
}
.fd-delivery::before {
content: "\eb08";
}
.fd-h-dashboard::before {
content: "\eb09";
}
.fd-power-level-1::before {
content: "\eb0a";
}
.fd-time-3-1::before {
content: "\eb0b";
}
.fd-hourglass::before {
content: "\eb0c";
}
.fd-biochemistry::before {
content: "\eb0d";
}
.fd-cpu::before {
content: "\eb0e";
}
.fd-ai::before {
content: "\eb0f";
}
.fd-app-store-1::before {
content: "\eb10";
}
.fd-questionnaire::before {
content: "\eb11";
}
.fd-bicep::before {
content: "\eb12";
}
.fd-expand::before {
content: "\eb13";
}
.fd-transform-2d::before {
content: "\eb14";
}
.fd-maximize::before {
content: "\eb15";
}
.fd-window-maximize::before {
content: "\eb16";
}
.fd-floor::before {
content: "\eb17";
}
.fd-floors::before {
content: "\eb18";
}
.fd-water-surface::before {
content: "\eb19";
}
.fd-wallet-43::before {
content: "\eb1a";
}
.fd-analytics-88::before {
content: "\eb1b";
}
.fd-favourite-add-32::before {
content: "\eb1c";
}
.fd-survey::before {
content: "\eb1d";
}
.fd-face-recognition::before {
content: "\eb1e";
}@font-face {
font-family: 'FinestIcon';
src: url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.eot);
src: url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.eot) format('embedded-opentype'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.woff2) format('woff2'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.woff) format('woff'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.ttf) format('truetype'), url(//trackian.com/wp-content/plugins/finest-core/assets/fonts/fd.svg) format('svg');
font-weight: normal;
font-style: normal;
} .fd {
display: inline-block;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-family: 'FinestIcon';
color: inherit;
flex-shrink: 0;
speak: none;
text-transform: none; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .fd-sm {
font-size: 0.8em;
}
.fd-lg {
font-size: 1.2em;
} .fd-16 {
font-size: 16px;
}
.fd-32 {
font-size: 32px;
} .fd-is-spinning {
animation: fd-spin 1s infinite linear;
}
@keyframes fd-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .fd-rotate-90 {
transform: rotate(90deg);
}
.fd-rotate-180 {
transform: rotate(180deg);
}
.fd-rotate-270 {
transform: rotate(270deg);
}
.fd-flip-y {
transform: scaleY(-1);
}
.fd-flip-x {
transform: scaleX(-1);
} .fd-cloud-download-95::before {
content: "\ea02";
}
.fd-home-minimal::before {
content: "\ea03";
}
.fd-single-04::before {
content: "\ea04";
}
.fd-users-mm::before {
content: "\ea05";
}
.fd-webpage::before {
content: "\ea06";
}
.fd-layout-25::before {
content: "\ea07";
}
.fd-analytics::before {
content: "\ea08";
}
.fd-chart-pie-36::before {
content: "\ea09";
}
.fd-chart-bar-33::before {
content: "\ea0a";
}
.fd-single-copy-06::before {
content: "\ea0b";
}
.fd-home::before {
content: "\ea0c";
}
.fd-single-content-03::before {
content: "\ea0d";
}
.fd-bell-53::before {
content: "\ea0e";
}
.fd-email-84::before {
content: "\ea0f";
}
.fd-send::before {
content: "\ea10";
}
.fd-at-sign::before {
content: "\ea11";
}
.fd-edit-72::before {
content: "\ea13";
}
.fd-tail-right::before {
content: "\ea14";
}
.fd-minimal-right::before {
content: "\ea15";
}
.fd-tail-left::before {
content: "\ea16";
}
.fd-minimal-left::before {
content: "\ea17";
}
.fd-tail-up::before {
content: "\ea18";
}
.fd-minimal-up::before {
content: "\ea19";
}
.fd-minimal-down::before {
content: "\ea1a";
}
.fd-tail-down::before {
content: "\ea1b";
}
.fd-settings-gear-64::before {
content: "\ea1c";
}
.fd-settings::before {
content: "\ea1d";
}
.fd-menu-dots::before {
content: "\ea1e";
}
.fd-funnel-40::before {
content: "\ea20";
}
.fd-filter::before {
content: "\ea21";
}
.fd-preferences-circle::before {
content: "\ea22";
}
.fd-check-2::before {
content: "\ea23";
}
.fd-cart-simple::before {
content: "\ea24";
}
.fd-cart-9::before {
content: "\ea25";
}
.fd-card-update::before {
content: "\ea26";
}
.fd-basket::before {
content: "\ea27";
}
.fd-check-circle-07::before {
content: "\ea28";
}
.fd-simple-remove::before {
content: "\ea29";
}
.fd-circle-remove::before {
content: "\ea2a";
}
.fd-alert-circle-exc::before {
content: "\ea2b";
}
.fd-bug::before {
content: "\ea2c";
}
.fd-share-66::before {
content: "\ea2d";
}
.fd-time::before {
content: "\ea2f";
}
.fd-coffee::before {
content: "\ea30";
}
.fd-smile::before {
content: "\ea31";
}
.fd-sad::before {
content: "\ea32";
}
.fd-broken-heart::before {
content: "\ea33";
}
.fd-pin-3::before {
content: "\ea35";
}
.fd-marker-3::before {
content: "\ea36";
}
.fd-globe-2::before {
content: "\ea37";
}
.fd-world-2::before {
content: "\ea38";
}
.fd-phone-2::before {
content: "\ea39";
}
.fd-check-square-11::before {
content: "\ea3a";
}
.fd-wallet-90::before {
content: "\ea3b";
}
.fd-credit-card::before {
content: "\ea3c";
}
.fd-payment::before {
content: "\ea3d";
}
.fd-tag::before {
content: "\ea3e";
}
.fd-tag-cut::before {
content: "\ea3f";
}
.fd-tag-content::before {
content: "\ea40";
}
.fd-flag-diagonal-33::before {
content: "\ea41";
}
.fd-triangle-right-17::before {
content: "\ea47";
}
.fd-puzzle-10::before {
content: "\ea48";
}
.fd-triangle-right-17-2::before {
content: "\ea49";
}
.fd-btn-play::before {
content: "\ea4a";
}
.fd-btn-play-2::before {
content: "\ea4b";
}
.fd-menu-34::before {
content: "\ea4c";
}
.fd-menu-left-2::before {
content: "\ea4d";
}
.fd-heart-2-2::before {
content: "\ea4e";
}
.fd-l-settings::before {
content: "\ea51";
}
.fd-book-open-2::before {
content: "\ea52";
}
.fd-layers-3::before {
content: "\ea53";
}
.fd-google::before {
content: "\ea57";
}
.fd-logo-pinterest::before {
content: "\ea58";
}
.fd-logo-dribbble::before {
content: "\ea5a";
}
.fd-tablet-mobile::before {
content: "\ea5b";
}
.fd-house-search-engine::before {
content: "\ea5c";
}
.fd-house-pricing::before {
content: "\ea5d";
}
.fd-pulse-chart::before {
content: "\ea5e";
}
.fd-plug::before {
content: "\ea5f";
}
.fd-app-store::before {
content: "\ea60";
}
.fd-power-level::before {
content: "\ea61";
}
.fd-window-add::before {
content: "\ea62";
}
.fd-form::before {
content: "\ea63";
}
.fd-folder-15::before {
content: "\ea64";
}
.fd-lock::before {
content: "\ea65";
}
.fd-unlocked::before {
content: "\ea66";
}
.fd-e-reader::before {
content: "\ea67";
}
.fd-layout-grid::before {
content: "\ea68";
}
.fd-single-copies::before {
content: "\ea69";
}
.fd-bag::before {
content: "\ea6a";
}
.fd-shield::before {
content: "\ea6b";
}
.fd-security::before {
content: "\ea6c";
}
.fd-system-update::before {
content: "\ea6d";
}
.fd-privacy::before {
content: "\ea6e";
}
.fd-translation::before {
content: "\ea6f";
}
.fd-credit-locked::before {
content: "\ea70";
}
.fd-apartment::before {
content: "\ea71";
}
.fd-eye-17::before {
content: "\ea72";
}
.fd-bookmark-2::before {
content: "\ea73";
}
.fd-pantone::before {
content: "\ea74";
}
.fd-trash-simple::before {
content: "\ea75";
}
.fd-phone-call-end::before {
content: "\ea76";
}
.fd-phone-call::before {
content: "\ea77";
}
.fd-call-doctor::before {
content: "\ea78";
}
.fd-swap-vertical::before {
content: "\ea79";
}
.fd-swap-horizontal::before {
content: "\ea7a";
}
.fd-simple-add::before {
content: "\ea7b";
}
.fd-reload::before {
content: "\ea7c";
}
.fd-loop-83::before {
content: "\ea7d";
}
.fd-c-question::before {
content: "\ea7e";
}
.fd-alert::before {
content: "\ea7f";
}
.fd-cloud-download-93::before {
content: "\ea80";
}
.fd-migration::before {
content: "\ea81";
}
.fd-cloud-upload-96::before {
content: "\ea82";
}
.fd-archive::before {
content: "\ea83";
}
.fd-archive-content::before {
content: "\ea84";
}
.fd-calendar-60::before {
content: "\ea85";
}
.fd-opening-times::before {
content: "\ea86";
}
.fd-calendar-check-62::before {
content: "\ea87";
}
.fd-camera::before {
content: "\ea88";
}
.fd-ungroup::before {
content: "\ea89";
}
.fd-share-2::before {
content: "\ea8a";
}
.fd-world::before {
content: "\ea8b";
}
.fd-sound::before {
content: "\ea8c";
}
.fd-volume-mute::before {
content: "\ea8d";
}
.fd-sound-wave::before {
content: "\ea8e";
}
.fd-preferences-circle-rotate::before {
content: "\ea8f";
}
.fd-link-72::before {
content: "\ea90";
}
.fd-link-broken-70::before {
content: "\ea91";
}
.fd-link-69::before {
content: "\ea92";
}
.fd-newsletter::before {
content: "\ea93";
}
.fd-trend-up::before {
content: "\ea94";
}
.fd-trend-down::before {
content: "\ea95";
}
.fd-c-info::before {
content: "\ea96";
}
.fd-shape-arrow::before {
content: "\ea97";
}
.fd-circle-simple-up::before {
content: "\ea98";
}
.fd-circle-simple-right::before {
content: "\ea99";
}
.fd-circle-simple-left::before {
content: "\ea9a";
}
.fd-circle-simple-down::before {
content: "\ea9b";
}
.fd-check-circle-08::before {
content: "\ea9c";
}
.fd-circle-add::before {
content: "\ea9d";
}
.fd-zoom-in::before {
content: "\ea9e";
}
.fd-zoom-out::before {
content: "\ea9f";
}
.fd-zoom-2::before {
content: "\eaa0";
}
.fd-a-star::before {
content: "\eaa1";
}
.fd-a-security::before {
content: "\eaa2";
}
.fd-a-add::before {
content: "\eaa3";
}
.fd-data-download::before {
content: "\eaa4";
}
.fd-data-upload::before {
content: "\eaa5";
}
.fd-attach-87-1::before {
content: "\eaa6";
}
.fd-print::before {
content: "\eaa7";
}
.fd-round-dollar::before {
content: "\eaa8";
}
.fd-currency-dollar::before {
content: "\eaa9";
}
.fd-select-84::before {
content: "\eaaa";
}
.fd-chat-round-content::before {
content: "\eaab";
}
.fd-chat-round::before {
content: "\eaac";
}
.fd-chat-33::before {
content: "\eaad";
}
.fd-chat-content::before {
content: "\eaae";
}
.fd-sun::before {
content: "\eaaf";
}
.fd-moon::before {
content: "\eab0";
}
.fd-code::before {
content: "\eab1";
}
.fd-lightning::before {
content: "\eab2";
}
.fd-camera-flash::before {
content: "\eab3";
}
.fd-edit-brightness::before {
content: "\eab4";
}
.fd-a-remove::before {
content: "\eab5";
}
.fd-a-delete::before {
content: "\eab6";
}
.fd-dock-top::before {
content: "\eab7";
}
.fd-board-2::before {
content: "\eab8";
}
.fd-corner-left-round::before {
content: "\eab9";
}
.fd-bulb-63::before {
content: "\eaba";
}
.fd-document::before {
content: "\eabb";
}
.fd-chart-growth::before {
content: "\eabd";
}
.fd-logout::before {
content: "\eabe";
}
.fd-key-26::before {
content: "\eabf";
}
.fd-bag-09::before {
content: "\eac0";
}
.fd-basket-simple::before {
content: "\eac1";
}
.fd-basket-simple-add::before {
content: "\eac2";
}
.fd-cursor-48::before {
content: "\eac3";
}
.fd-microphone::before {
content: "\eac4";
}
.fd-notification-69::before {
content: "\eac5";
}
.fd-pc::before {
content: "\eac6";
}
.fd-phone-camera-front::before {
content: "\eac7";
}
.fd-p-check::before {
content: "\eac8";
}
.fd-e-reader-1::before {
content: "\eac9";
}
.fd-microsoft::before {
content: "\eaca";
}
.fd-layout-11::before {
content: "\eacb";
}
.fd-row-table::before {
content: "\eacc";
}
.fd-shape-star::before {
content: "\eacd";
}
.fd-star::before {
content: "\eacf";
}
.fd-js-console::before {
content: "\ead0";
}
.fd-folder-chart-bar::before {
content: "\ead1";
}
.fd-chart-bars::before {
content: "\ead2";
}
.fd-chart-bar-32::before {
content: "\ead3";
}
.fd-menu-right::before {
content: "\ead4";
}
.fd-diag-top-left::before {
content: "\ead5";
}
.fd-gps::before {
content: "\ead6";
}
.fd-double-right::before {
content: "\ead7";
}
.fd-double-left::before {
content: "\ead8";
}
.fd-energy::before {
content: "\ead9";
}
.fd-flame::before {
content: "\eada";
}
.fd-like-2::before {
content: "\eadb";
}
.fd-thumb-down::before {
content: "\eadc";
}
.fd-tool-hand::before {
content: "\eadd";
}
.fd-screen-touch::before {
content: "\eade";
}
.fd-stretch::before {
content: "\eadf";
}
.fd-pinch::before {
content: "\eae0";
}
.fd-move-05::before {
content: "\eae1";
}
.fd-upload-data::before {
content: "\eae2";
}
.fd-music-note::before {
content: "\eae3";
}
.fd-spaceship::before {
content: "\eae4";
}
.fd-send-2::before {
content: "\eae5";
}
.fd-send-1::before {
content: "\eae6";
}
.fd-wifi::before {
content: "\eae7";
}
.fd-server-rack::before {
content: "\eae8";
}
.fd-dresser-3::before {
content: "\eae9";
}
.fd-cloud-25::before {
content: "\eaea";
}
.fd-database::before {
content: "\eaeb";
}
.fd-file-archive::before {
content: "\eaec";
}
.fd-file-download-3::before {
content: "\eaed";
}
.fd-drawer::before {
content: "\eaee";
}
.fd-block::before {
content: "\eaef";
}
.fd-calculator::before {
content: "\eaf0";
}
.fd-wand-11::before {
content: "\eaf1";
}
.fd-cupcake::before {
content: "\eaf2";
}
.fd-muffin::before {
content: "\eaf3";
}
.fd-popcorn::before {
content: "\eaf4";
}
.fd-video::before {
content: "\eaf5";
}
.fd-shuffle-98::before {
content: "\eaf6";
}
.fd-bill::before {
content: "\eaf7";
}
.fd-receipt-list-43::before {
content: "\eaf8";
}
.fd-signal-2::before {
content: "\eaf9";
}
.fd-book::before {
content: "\eafa";
}
.fd-agenda-bookmark::before {
content: "\eafb";
}
.fd-books::before {
content: "\eafc";
}
.fd-book-open-2-1::before {
content: "\eafd";
}
.fd-pencil-47::before {
content: "\eafe";
}
.fd-chef-hat::before {
content: "\eaff";
}
.fd-simple-delete::before {
content: "\eb00";
}
.fd-logo-linkedin::before {
content: "\eb01";
}
.fd-logo-facebook::before {
content: "\eb02";
}
.fd-logo-fb-simple-1::before {
content: "\eb03";
}
.fd-logo-twitter-1::before {
content: "\eb04";
}
.fd-logo-instagram-1::before {
content: "\eb05";
}
.fd-logo-pinterest-1::before {
content: "\eb06";
}
.fd-box-3d-50::before {
content: "\eb07";
}
.fd-delivery::before {
content: "\eb08";
}
.fd-h-dashboard::before {
content: "\eb09";
}
.fd-power-level-1::before {
content: "\eb0a";
}
.fd-time-3-1::before {
content: "\eb0b";
}
.fd-hourglass::before {
content: "\eb0c";
}
.fd-biochemistry::before {
content: "\eb0d";
}
.fd-cpu::before {
content: "\eb0e";
}
.fd-ai::before {
content: "\eb0f";
}
.fd-app-store-1::before {
content: "\eb10";
}
.fd-questionnaire::before {
content: "\eb11";
}
.fd-bicep::before {
content: "\eb12";
}
.fd-expand::before {
content: "\eb13";
}
.fd-transform-2d::before {
content: "\eb14";
}
.fd-maximize::before {
content: "\eb15";
}
.fd-window-maximize::before {
content: "\eb16";
}
.fd-floor::before {
content: "\eb17";
}
.fd-floors::before {
content: "\eb18";
}
.fd-water-surface::before {
content: "\eb19";
}
.fd-wallet-43::before {
content: "\eb1a";
}
.fd-analytics-88::before {
content: "\eb1b";
}
.fd-favourite-add-32::before {
content: "\eb1c";
}
.fd-survey::before {
content: "\eb1d";
}
.fd-face-recognition::before {
content: "\eb1e";
}