/**
*
* Contents
* 
* 01. General Styles
* 02. Alerts
* 03. Button
* 04. Forms
* 05. Panel
* 06. Tab
* 07. Header
* 08. Footer
* 09. Sections
* 10. Call To Action
* 11. Home Slider
* 12. Counter
* 13. Timeline
* 14. Services
* 15. Portfolio
* 16. Workflow
* 17. Testimonials
* 18. Clients
* 19. Links
* 20. Blog
* 21. Widgets
* 22. FAQ
* 23. Team
* 
**/


/* ==========================================================================
   01. General Styles
   ========================================================================== */


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

nav ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

ul ul {
    list-style: circle;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

abbr[title],
dfn[title],
acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input[type=submit],
input[type=button],
button {
    margin: 0;
    padding: 0;
}

input,
select,
a img {
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
}

/* generic class */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    word-break: break-word;
}

p {
    margin-bottom: 20px;
}

ul,
ol {
    margin-left: 35px;
    margin-bottom: 20px;
}

dl {
    margin-bottom: 20px;
}

dl dt {
    font-weight: 700;
    margin-top: 10px;
}

dl dt:first-child {
    margin-top: 0px;
}

dl dd {
    margin-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin-bottom: 20px;
}

figure {
    max-width: 100%;
}

.clear {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    zoom: 1;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* wordpress core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 30px 40px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 30px 40px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

figcaption.wp-caption-text {
    margin-top: 20px;
}

.bypostauthor {
    max-width: 100%;
}

.gallery-caption {
    max-width: 100%;
}

.sticky {
    max-width: 100%;
}

.single-format-gallery figcaption.wp-caption-text {
    margin-bottom: 20px;
}

.single-format-gallery figure.gallery-item {
    margin-bottom: 20px;
}

.navigation {
    text-align: right;
    margin-bottom: 30px;
}

.navigation .screen-reader-text {
    display: none;
}

.navigation a,
.navigation span {
    margin: 0px 5px;
}

.post-password-form input[type="password"] {
    padding: 14px 20px;
    margin-left: 5px;
    margin-right: 6px;
}

/* layout */
.financity-body-outer-wrapper {
    position: relative;
    overflow: hidden;
}

.financity-body-wrapper.financity-with-frame {
    position: relative;
}

.financity-page-wrapper {
    clear: both;
}

body.financity-boxed .financity-body-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

body.financity-boxed .financity-body-wrapper.financity-left {
    margin-left: 0px;
}

body.financity-boxed .financity-body-wrapper.financity-right {
    margin-right: 0px;
}

body.financity-boxed.financity-boxed-border .financity-body-wrapper {
    box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
}

body.financity-boxed.financity-background-pattern {
    background-position: center;
    background-repeat: repeat;
}

.financity-body-background {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
}

.financity-container {
    margin-left: auto;
    margin-right: auto;
}

.financity-column-10 {
    float: left;
    width: 16.6666%;
}

.financity-column-12 {
    float: left;
    width: 20%;
}

.financity-column-15 {
    float: left;
    width: 25%;
}

.financity-column-20 {
    float: left;
    width: 33.3333%;
}

.financity-column-24 {
    float: left;
    width: 40%;
}

.financity-column-30 {
    float: left;
    width: 50%;
}

.financity-column-36 {
    float: left;
    width: 60%;
}

.financity-column-40 {
    float: left;
    width: 66.6666%;
}

.financity-column-45 {
    float: left;
    width: 75%;
}

.financity-column-48 {
    float: left;
    width: 80%;
}

.financity-column-50 {
    float: left;
    width: 83.3333%;
}

.financity-column-60 {
    float: left;
    width: 100%;
}

.financity-sidebar-right {
    float: right;
}

.financity-sidebar-center {
    float: none;
    display: inline-block;
}

.financity-content-area {
    padding-top: 60px;
    padding-bottom: 40px;
}

.financity-sidebar-area {
    padding-top: 60px;
}

.financity-line-height-0 {
    line-height: 0;
}

a,
button {
    text-decoration: none !important;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    quotes: none;
    padding: 30px 30px 15px;
    font-size: 17px;
    margin-bottom: 35px;
    font-style: italic;
    margin-top: 35px;
    border-left-width: 2px;
    border-left-style: solid;
}

q {
    margin-right: 15px;
    display: inline-block;
    padding: 10px 20px;
    vertical-align: middle;
    border-left-width: 2px;
    border-left-style: solid;
}

.financity-media-image {
    line-height: 0;
    position: relative;
}

.financity-left-align {
    text-align: left;
}

.financity-center-align {
    text-align: center;
}

.financity-right-align {
    text-align: right;
}

.financity-body-wrapper {
    /* overflow: hidden; */
    z-index: 1;
    position: relative;
}

/* input */
input,
textarea {
    border-width: 1px 1px 2px 1px;
    border-style: solid;
}

input:focus,
textarea:focus {
    outline: none;
}

/* button */
.financity-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 15px 33px;
    display: inline-block;
    -webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    border-width: 0px;
    border-style: solid;
    cursor: pointer;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
    outline: none;
}

/**
 * 2.0 - Header
 */

/* preload */
.financity-page-preload {
    position: fixed;
    z-index: 999999;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    background-image: url('../images/preload.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.financity-page-preload.financity-out {
    background-image: none;
}

/* top bar */
.financity-top-bar {
    position: relative;
    border-bottom-style: solid;
}

.financity-top-bar-background {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.financity-top-bar-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.financity-top-bar-left {
    float: left;
}

.financity-top-bar-right {
    float: right;
}

.financity-top-bar-right-text {
    display: inline;
}

.financity-top-bar-right-social {
    display: inline;
}

.financity-top-bar-right-social a {
    margin-left: 22px;
    font-size: 16px;
}

.financity-top-bar-divider.financity-left-margin {
    margin-left: 25px;
}

.financity-top-bar-divider.financity-right-margin {
    margin-right: 25px;
}

.financity-top-bar-divider:before {
    content: " ";
    position: absolute;
    border-left-width: 1px;
    border-left-style: solid;
}

.financity-container.financity-no-divider .financity-top-bar-divider {
    display: none;
}

/* mobile menu */
.financity-mm-menu-wrap {
    display: none;
}

.admin-bar .mm-menu {
    margin-top: 32px;
}

.financity-mobile-button-hamburger-with-border {
    font-size: 16px;
    padding: 6px;
    line-height: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.financity-right-menu-button {
    display: inline-block;
    margin-left: 27px;
}

.financity-mobile-menu {
    float: left;
    margin-top: -8px;
    margin-left: 30px;
}

.financity-mobile-menu-right {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -9px;
}

/* hamburger */
.financity-mobile-button-hamburger {
    box-sizing: border-box;
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
}

.financity-mobile-button-hamburger:before,
.financity-mobile-button-hamburger:after,
.financity-mobile-button-hamburger span {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    left: 5px;
}

.financity-mobile-button-hamburger:before {
    top: 8px;
}

.financity-mobile-button-hamburger span {
    top: 15px;
}

.financity-mobile-button-hamburger:after {
    top: 22px;
}

.financity-mobile-button-hamburger:before {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.financity-mobile-button-hamburger span {
    transition: opacity 0.15s 0.4s ease;
}

.financity-mobile-button-hamburger:after {
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.financity-mobile-button-hamburger.financity-active:before {
    -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
    transform: translate3d(0, 7px, 0) rotate(135deg);
    transition-delay: 0.1s;
}

.financity-mobile-button-hamburger.financity-active span {
    transition-delay: 0s;
    opacity: 0;
}

.financity-mobile-button-hamburger.financity-active:after {
    transition-delay: 0.1s;
    -webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
    transform: translate3d(0, -7px, 0) rotate(-135deg);
}

/* navigation menu */
.financity-navigation .sf-menu {
    /* display: inline-block; */
    display: flex;
    gap: 25px;

    line-height: 1.7;
    text-align: left;
    margin-bottom: 0px;
}

.financity-navigation .sf-menu>li:first-child {
    padding-left: 0px;
}

.financity-navigation .sf-menu>li:last-child {
    padding-right: 0px;
}

.financity-navigation .sf-menu>li>a {
    letter-spacing: 0.5px;
}

.financity-navigation-submenu-indicator .sf-menu>li>a.sf-with-ul-pre:after {
    display: inline-block;
    margin-left: 13px;
    content: "\f107";
    font-family: fontAwesome;
}

.financity-navigation .sf-menu>.financity-normal-menu li {
    padding: 1px 11px;
}

.financity-navigation .sf-menu>.financity-normal-menu li:first-child {
    padding-top: 12px;
}

.financity-navigation .sf-menu>.financity-normal-menu li:last-child {
    padding-bottom: 12px;
}

.financity-navigation .sf-menu>.financity-normal-menu li li {
    /* padding-left: 0; */
}

.financity-navigation .sf-menu>.financity-normal-menu li>a {
    display: block;
    padding: 6px 12px;
}

.financity-navigation .sf-menu>.financity-normal-menu li>a.sf-with-ul-pre:after {
    float: right;
    margin-left: 18px;
    content: "\f105";
    font-family: fontAwesome;
}

.financity-navigation .sf-menu>.financity-normal-menu .sub-menu {
    font-size: 14px;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-full {
    left: 0px;
    right: 0px;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section-wrap {
    overflow: hidden;
    border-top-width: 1px;
    border-top-style: solid;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section-wrap:first-child {
    border-top: none;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section {
    padding-bottom: 999px;
    margin-bottom: -999px;
    border-left-width: 1px;
    border-left-style: solid;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section:first-child {
    border-left: none;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section-inner {
    padding: 40px 28px;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section-inner>a {
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: bold;
    padding: 0px 12px;
}

.financity-navigation .sf-menu>.financity-mega-menu .sf-mega-section-inner .sub-menu a {
    font-size: 14px;
    padding: 5px 12px;
    display: block;
}

.financity-navigation .financity-navigation-slide-bar {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    position: absolute;
    display: none;
    margin-top: -8px;
    padding-top: 5px;
    overflow: hidden;
}

.financity-navigation .sf-menu a i {
    margin-right: 10px;
}

.financity-navigation .sf-vertical>li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.financity-navigation .sf-vertical>li:first-child {
    padding-top: 0px;
}

.financity-navigation .sf-vertical>li>a {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.financity-navigation .sf-vertical ul.sub-menu {
    font-size: 14px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.financity-navigation .sf-vertical ul.sub-menu li {
    padding: 2px 11px;
}

.financity-navigation .sf-vertical ul.sub-menu li:first-child {
    padding-top: 20px;
}

.financity-navigation .sf-vertical ul.sub-menu li:last-child {
    padding-bottom: 20px;
}

.financity-navigation .sf-vertical ul.sub-menu li>a {
    display: block;
    padding: 4px 12px;
}

.financity-navigation .sf-vertical ul.sub-menu li>a.sf-with-ul:after,
.financity-navigation-submenu-indicator .sf-vertical>li>a.sf-with-ul:after {
    float: right;
    margin-left: 18px;
    content: "\f105";
    font-family: fontAwesome;
}

/* bullet anchor */
.financity-bullet-anchor {
    position: fixed;
    top: 50%;
    right: 30px;
    margin-top: -50px;
    z-index: 10;
    opacity: 0;
    transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    -webkit-transition: opacity 200ms;
}

.financity-bullet-anchor.financity-init {
    opacity: 1;
}

.financity-bullet-anchor a {
    display: block;
    width: 17px;
    height: 17px;
    margin-bottom: 5px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.financity-bullet-anchor a:before {
    content: " ";
    width: 9px;
    height: 9px;
    margin: 3px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
}

/* breadcrumbs */
.financity-breadcrumbs a {
    color: #c0c0c0;
}

.financity-breadcrumbs,
.financity-breadcrumbs a:hover {
    color: #777;
}

.financity-breadcrumbs {
    font-size: 14px;
    padding: 22px 0px;
}

.financity-breadcrumbs span[property="itemListElement"] {
    margin: 0px 22px;
}

.financity-breadcrumbs span[property="itemListElement"]:first-child {
    margin-left: 0px;
}

.financity-breadcrumbs a span {
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
}

/* top search */
.financity-top-search-wrap input.search-field {
    border-bottom-color: #303030;
    color: #fff;
}

.financity-top-search-wrap .financity-top-search-submit,
.financity-top-search-wrap .financity-top-search-close {
    color: #fff;
}

.financity-top-search-wrap input::-webkit-input-placeholder {
    color: #fff;
}

.financity-top-search-wrap input::-moz-placeholder {
    color: #fff;
}

.financity-top-search-wrap input:-ms-input-placeholder {
    color: #fff;
}

.financity-top-search-wrap input:-moz-placeholder {
    color: #fff;
}

.financity-top-search-row {
    display: table;
    width: 100%;
    height: 100%;
}

.financity-top-search-cell {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.financity-top-search-wrap {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    overflow-y: auto;
    display: none;
}

.financity-top-search-wrap form {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.financity-top-search-wrap input.search-field {
    background: transparent;
    width: 100%;
    border-width: 0px 0px 3px;
    font-size: 40px;
    padding: 0px 120px 25px 0px;
    line-height: 48px;
    letter-spacing: 0.5px;
}

.financity-top-search-wrap input.search-submit {
    position: absolute;
    top: 0px;
    right: 52px;
    width: 48px;
    height: 48px;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.financity-top-search-wrap .financity-top-search-submit {
    font-size: 30px;
    position: absolute;
    right: 52px;
    top: 0px;
    line-height: 48px;
    width: 48px;
    text-align: center;
}

.financity-top-search-wrap .financity-top-search-close {
    font-size: 55px;
    position: absolute;
    right: 0px;
    top: -4px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

/* overlay menu */
.financity-overlay-menu-row {
    display: table;
    width: 100%;
    height: 100%;
}

.financity-overlay-menu-cell {
    display: table-cell;
    vertical-align: middle;
}

.financity-overlay-menu-content {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9999;
    overflow-y: auto;
    display: none;
}

.financity-overlay-menu-content ul.menu {
    list-style: none;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 180px;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.financity-overlay-menu-content ul.menu>li {
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 17px;
    padding-bottom: 17px;
    letter-spacing: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    transition: opacity 300ms, transform 300ms;
    -moz-transition: opacity 300ms, -moz-transform 300ms;
    -o-transition: opacity 300ms, -o-transform 300ms;
    -webkit-transition: opacity 300ms, -webkit-transform 300ms;
}

.financity-overlay-menu-content.financity-active ul.menu>li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    transform: none;
}

.financity-overlay-menu-content ul.sub-menu {
    display: none;
    padding-top: 25px;
    padding-bottom: 10px;
    list-style: none;
    margin-left: 0px;
}

.financity-overlay-menu-content ul.sub-menu>li {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 15px;
}

.financity-overlay-menu-content ul.sub-menu ul.sub-menu {
    max-width: 380px;
    margin: 25px auto 25px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
}

.financity-overlay-menu-content .financity-overlay-menu-close {
    line-height: 1;
    font-size: 48px;
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -24px;
    cursor: pointer;
}

.financity-overlay-menu-content .financity-overlay-menu-close:after {
    content: "\4d";
    font-family: elegantIcons;
}

.financity-overlay-menu-content ul li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "fontAwesome";
    margin-left: 15px;
}

body.admin-bar .financity-overlay-menu-content {
    margin-top: 32px;
}

/* menu right area */
.financity-main-menu-right-button {
    float: left;
    padding: 8px 15px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -11px;
    margin-left: 30px;
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
}

.financity-main-menu-right {
    float: left;
    margin-top: -8px;
}

.financity-main-menu-search {
    float: left;
    margin-top: -1px;
    margin-left: 25px;
}

.financity-main-menu-search i {
    font-size: 14px;
    margin-top: -1px;
    cursor: pointer;
}

.financity-main-menu-cart {
    float: left;
    margin-top: -1px;
    padding-left: 20px;
    margin-left: 5px;
    position: relative;
}

.financity-main-menu-cart i {
    font-size: 16px;
    margin-top: -1px;
    cursor: pointer;
}

.financity-main-menu-cart>.financity-top-cart-count {
    font-size: 10px;
    font-weight: 700;
    vertical-align: super;
    width: 16px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    top: -5px;
    right: -8px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.financity-top-cart-content-wrap {
    position: absolute;
    width: 210px;
    right: 0px;
    top: 100%;
    padding-top: 24px;
    z-index: 99;
}

.financity-top-cart-content-wrap .financity-top-cart-content {
    padding: 25px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.financity-top-cart-content-wrap .woocommerce-Price-amount.amount {
    float: none;
}

.financity-top-cart-content-wrap .financity-top-cart-count-wrap {
    margin-bottom: 8px;
}

.financity-top-cart-content-wrap .financity-top-cart-amount-wrap {
    margin-bottom: 23px;
}

.financity-top-cart-content-wrap .financity-top-cart-button {
    display: block;
    margin-bottom: 5px;
}

.financity-top-cart-content-wrap .financity-top-cart-checkout-button {
    display: block;
}

.financity-main-menu-cart .financity-top-cart-hover-area {
    position: absolute;
    top: -20px;
    right: 0px;
    bottom: -20px;
    left: 0px;
}

.financity-top-cart-hover-area+.financity-top-cart-content-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    transition: opacity 400ms, transform 400ms;
    -moz-transition: opacity 400ms, -moz-transform 400ms;
    -o-transition: opacity 400ms, -o-transform 400ms;
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
}

.financity-main-menu-cart:hover .financity-top-cart-content-wrap,
.financity-top-cart-hover-area:hover+.financity-top-cart-content-wrap {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}

/* header */
.financity-logo {
    position: relative;
}

.financity-header-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.financity-header-container-inner {
    position: relative;
}

/* header right */
.financity-logo-right-block {
    text-align: left;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

.financity-logo-right-block:first-child {
    padding-left: 0px;
    border: none;
    margin-left: 0px;
}

.financity-logo-right-block .financity-logo-right-block-icon {
    font-size: 18px;
    float: left;
    margin-right: 12px;
}

.financity-logo-right-block .financity-logo-right-block-content {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
}

.financity-logo-right-block .financity-logo-right-block-title {
    font-size: 16px;
    font-weight: 700;
}

.financity-logo-right-block .financity-logo-right-block-caption {
    font-size: 13px;
    margin-top: 8px;
}

.financity-header-right-button {
    display: inline-block;
    /* padding: 13px 23px; */
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 50px;
    border-radius: 15px;
    vertical-align: middle;
}

.financity-header-right-button:first-child {
    margin-left: 0px;
}

/* header plain */
.financity-header-style-plain {
    position: relative;
    border-bottom-style: solid;
}

.financity-header-style-plain .financity-navigation {
    line-height: 0;
}

.financity-header-style-plain .financity-header-background {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.financity-header-background-transparent {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.financity-header-style-plain.financity-style-menu-right .financity-logo {
    float: left;
}

.financity-header-style-plain.financity-style-menu-right .financity-navigation {
    float: right;
}

.financity-header-style-plain.financity-style-menu-right .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-plain.financity-style-menu-right .financity-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top;
}

.financity-header-style-plain.financity-style-center-logo .financity-logo-inner {
    margin-left: auto;
    margin-right: auto;
}

.financity-header-style-plain.financity-style-center-logo .financity-navigation {
    text-align: center;
    position: relative;
}

.financity-header-style-plain.financity-style-center-logo .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-plain.financity-style-center-logo .financity-main-menu-right-wrap {
    position: absolute;
    right: 0px;
    line-height: 1.7;
}

.financity-header-style-plain.financity-style-center-menu .financity-logo {
    position: absolute;
}

.financity-header-style-plain.financity-style-center-menu .financity-navigation {
    text-align: center;
}

.financity-header-style-plain.financity-style-center-menu .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-plain.financity-style-center-menu .financity-main-menu-right-wrap {
    position: absolute;
    right: 0px;
    line-height: 1.7;
}

.financity-header-style-plain.financity-style-splitted-menu .financity-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

.financity-header-style-plain.financity-style-splitted-menu .financity-navigation {
    text-align: center;
}

.financity-header-style-plain.financity-style-splitted-menu .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-plain.financity-style-splitted-menu .financity-main-menu-right-wrap {
    position: absolute;
    right: 0px;
    line-height: 1.7;
}

.financity-header-style-plain.financity-style-splitted-menu .financity-main-menu-left-wrap {
    position: absolute;
    left: 0px;
    line-height: 1.7;
}

.financity-header-style-plain.financity-style-splitted-menu .financity-right-menu-button {
    margin-left: 0px;
}

/* header box */
.financity-header-boxed-wrap {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.financity-header-style-boxed .financity-header-container-item {
    position: relative;
}

.financity-header-style-boxed .financity-navigation {
    line-height: 0;
}

.financity-header-style-boxed .financity-header-background {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.financity-header-style-boxed.financity-style-menu-right .financity-logo {
    float: left;
}

.financity-header-style-boxed.financity-style-menu-right .financity-navigation {
    float: right;
}

.financity-header-style-boxed.financity-style-menu-right .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-boxed.financity-style-menu-right .financity-main-menu-right-wrap {
    display: inline-block;
    line-height: 1.7;
    margin-left: 10px;
    vertical-align: top;
}

.financity-header-style-boxed.financity-style-center-menu .financity-logo {
    position: absolute;
}

.financity-header-style-boxed.financity-style-center-menu .financity-navigation {
    text-align: center;
}

.financity-header-style-boxed.financity-style-center-menu .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-boxed.financity-style-center-menu .financity-main-menu-right-wrap {
    position: absolute;
    line-height: 1.7;
}

.financity-header-style-boxed.financity-style-splitted-menu .financity-logo {
    padding-top: 0px;
    padding-bottom: 0px;
}

.financity-header-style-boxed.financity-style-splitted-menu .financity-navigation {
    text-align: center;
}

.financity-header-style-boxed.financity-style-splitted-menu .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-header-style-boxed.financity-style-splitted-menu .financity-main-menu-right-wrap {
    position: absolute;
    line-height: 1.7;
}

.financity-header-style-boxed.financity-style-splitted-menu .financity-main-menu-left-wrap {
    position: absolute;
    line-height: 1.7;
}

.financity-header-style-boxed.financity-style-splitted-menu .financity-right-menu-button {
    margin-left: 0px;
}

/* header bar */
.financity-header-style-bar {
    position: relative;
}

.financity-header-style-bar .financity-logo {
    float: left;
}

.financity-header-style-bar .financity-logo-right-text {
    float: right;
    text-align: right;
    font-size: 13px;
}

.financity-header-style-bar .financity-header-container-inner {
    position: relative;
}

.financity-header-style-bar .financity-header-background {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.financity-navigation-bar-wrap {
    position: relative;
}

.financity-navigation-bar-wrap.financity-style-transparent {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.financity-navigation-bar-wrap .financity-navigation {
    line-height: 0;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.financity-navigation-bar-wrap .financity-navigation-background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.financity-navigation-bar-wrap .financity-navigation-container {
    position: relative;
}

.financity-navigation-bar-wrap .financity-main-menu {
    display: inline-block;
    vertical-align: top;
}

.financity-navigation-bar-wrap .financity-navigation .sf-menu>.financity-mega-menu .sf-mega {
    margin-left: 0px;
    margin-right: 0px;
}

.financity-header-background-transparent .financity-navigation-bar-wrap .financity-navigation {
    padding-left: 0px;
    padding-right: 0px;
}

.financity-navigation-bar-wrap.financity-style-left .financity-main-menu-right-wrap {
    float: right;
    line-height: 1.7;
    margin-left: 10px;
}

.financity-navigation-bar-wrap.financity-style-center {
    text-align: center;
}

.financity-navigation-bar-wrap.financity-style-center .financity-main-menu-right-wrap {
    position: absolute;
    right: 15px;
    line-height: 1.7;
}

.financity-header-style-bar.financity-style-center .financity-logo {
    float: none;
}

.financity-header-style-bar.financity-style-center .financity-logo-inner {
    margin-left: auto;
    margin-right: auto;
}

.financity-header-style-bar.financity-style-center .financity-logo-right-text {
    position: absolute;
    top: 0px;
    right: 0px;
}

.financity-navigation-bar-wrap .financity-show-in-sticky {
    display: none;
}

.financity-navigation-bar-wrap.financity-fixed-navigation .financity-show-in-sticky {
    display: block;
}

.financity-navigation-bar-wrap.financity-fixed-navigation .financity-hide-in-sticky {
    display: none;
}

/* header side */
.financity-header-side-content {
    position: relative;
    z-index: 98;
}

.financity-header-side-nav {
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 99;
}

.financity-header-side-nav.financity-allow-slide {
    position: absolute;
    bottom: auto;
}

.financity-header-side-nav.financity-fix-bottom {
    position: fixed;
    top: auto;
    bottom: 0px;
}

.financity-header-side-nav.financity-fix-top {
    position: fixed;
}

.financity-header-side-nav.financity-style-left {
    left: 0px;
}

.financity-header-side-nav.financity-style-right {
    right: 0px;
}

.financity-header-side-nav .financity-pos-bottom,
.financity-header-side-nav.financity-style-middle .financity-pos-middle {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.financity-header-side-nav .financity-pos-bottom.financity-active,
.financity-header-side-nav.financity-style-middle .financity-pos-middle.financity-active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.financity-header-side-nav.financity-style-side .financity-header-social {
    padding-top: 20px;
    padding-bottom: 40px;
}

.financity-header-side-nav.financity-style-side .financity-header-social a {
    margin-left: 25px;
}

.financity-header-side-nav.financity-style-side .financity-header-social a:first-child {
    margin-left: 0px;
}

.financity-header-side-nav.financity-style-side .financity-main-menu-right-wrap {
    padding-top: 22px;
}

.financity-header-side-nav.financity-style-side .financity-main-menu-search {
    float: none;
    display: inline-block;
    margin-top: 0px;
    margin-left: 20px;
}

.financity-header-side-nav.financity-style-side .financity-main-menu-cart {
    float: none;
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
}

.financity-header-side-nav.financity-style-side .financity-main-menu-right-wrap>div:first-child {
    margin-left: 0px;
}

.financity-header-side-nav.financity-style-left .sf-vertical ul.sub-menu {
    text-align: left;
    margin-left: 0px;
}

.financity-header-side-nav.financity-style-right .sf-vertical ul.sub-menu {
    left: auto;
    right: 100%;
    text-align: right;
}

.financity-header-side-nav.financity-style-right .sf-vertical ul.sub-menu li>a.sf-with-ul:after {
    content: "\f104";
    float: left;
    margin-left: 0px;
    margin-right: 18px;
}

.financity-header-style-side.financity-center-align .financity-logo-inner {
    margin-right: auto;
    margin-left: auto;
}

.financity-header-style-side.financity-right-align .financity-logo-inner {
    margin-right: 0px;
    margin-left: auto;
}

.financity-header-side-nav.financity-style-side-toggle {
    text-align: center;
}

.financity-header-side-nav.financity-style-side-toggle .financity-logo-inner {
    margin-left: auto;
    margin-right: auto;
}

.financity-header-side-nav.financity-style-side-toggle .financity-main-menu-search,
.financity-header-side-nav.financity-style-side-toggle .financity-main-menu-cart {
    float: none;
    margin-bottom: 8px;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.financity-header-side-nav.financity-style-side-toggle .financity-header-icon {
    padding-bottom: 20px;
    padding-top: 30px;
}

body.admin-bar .financity-header-side-nav {
    padding-top: 32px;
}

html.mm-opened body.admin-bar .financity-header-side-nav {
    padding-top: 0px;
}

/* fixed nav bar */
.financity-logo-inner {
    transition: max-width 200ms;
    -moz-transition: max-width 200ms;
    -o-transition: max-width 200ms;
    -webkit-transition: max-width 200ms;
}

.financity-sticky-navigation.financity-style-fixed .financity-logo,
.financity-sticky-navigation.financity-style-fixed .financity-navigation,
.financity-sticky-navigation.financity-style-fixed .financity-navigation .sf-menu>li>a {
    transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
}

.financity-sticky-navigation.financity-style-fixed .financity-navigation-top {
    transition: top 200ms;
    -moz-transition: top 200ms;
    -o-transition: top 200ms;
    -webkit-transition: top 200ms;
}

.financity-sticky-navigation.financity-style-fixed.financity-animate-fixed-navigation .financity-logo-inner img {
    transition: height 200ms;
    -moz-transition: height 200ms;
    -o-transition: height 200ms;
    -webkit-transition: height 200ms;
}

.financity-fixed-navigation.financity-style-fixed,
.financity-fixed-navigation.financity-style-slide {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.financity-fixed-navigation.financity-style-slide .financity-logo-inner img {
    max-height: 35px !important;
    width: auto;
}

body.financity-sticky-navigation-no-logo .financity-fixed-navigation .financity-logo {
    display: none;
}

body.financity-sticky-navigation-no-logo .financity-mobile-header.financity-fixed-navigation .financity-logo {
    display: block;
}

body.admin-bar .financity-fixed-navigation.financity-style-fixed,
body.admin-bar .financity-fixed-navigation.financity-style-slide {
    margin-top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .financity-fixed-navigation.financity-style-slide {
        margin-top: 0px;
    }
}


.financity-animate-fixed-navigation.financity-header-style-plain .financity-navigation-top {
    top: 30px;
}

.financity-animate-fixed-navigation.financity-header-style-plain.financity-style-splitted-menu .financity-logo {
    margin-top: -10px;
}

.financity-animate-fixed-navigation.financity-header-style-plain.financity-style-splitted-menu .financity-navigation .sf-menu>li>a {
    padding-top: 0px;
}

.financity-animate-fixed-navigation.financity-header-style-plain.financity-style-splitted-menu .financity-navigation-top {
    top: 22px;
}

.financity-animate-fixed-navigation.financity-header-style-plain.financity-style-center-logo .financity-logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.financity-animate-fixed-navigation.financity-header-style-boxed.financity-style-splitted-menu .financity-logo {
    margin-top: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.financity-animate-fixed-navigation.financity-header-style-boxed.financity-style-splitted-menu .financity-navigation .sf-menu>li>a {
    padding-top: 0px;
}

/* page title */
.financity-page-caption {
    text-transform: uppercase;
}

.financity-page-title-wrap {
    background-image: url('../images/page-title-background.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.financity-page-title-wrap .financity-page-title-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.financity-page-title-wrap .financity-page-title-container {
    position: relative;
}

.financity-page-title-wrap .financity-page-title {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.financity-page-title-wrap.financity-style-small .financity-page-title {
    font-size: 37px;
    margin-bottom: 0px;
}

.financity-page-title-wrap.financity-style-small .financity-page-caption {
    font-size: 16px;
    margin-top: 13px;
}

.financity-page-title-wrap.financity-style-small .financity-page-title-content {
    padding-top: 93px;
    padding-bottom: 87px;
}

.financity-page-title-wrap.financity-style-medium .financity-page-title {
    font-size: 54px;
    margin-bottom: 0px;
}

.financity-page-title-wrap.financity-style-medium .financity-page-caption {
    font-size: 19px;
    margin-top: 13px;
}

.financity-page-title-wrap.financity-style-medium .financity-page-title-content {
    padding-top: 126px;
    padding-bottom: 116px;
}

.financity-page-title-wrap.financity-style-large .financity-page-title {
    font-size: 75px;
    margin-bottom: 0px;
}

.financity-page-title-wrap.financity-style-large .financity-page-caption {
    font-size: 25px;
    margin-top: 13px;
}

.financity-page-title-wrap.financity-style-large .financity-page-title-content {
    padding-top: 184px;
    padding-bottom: 168px;
}

.financity-page-title-wrap.financity-style-custom .financity-page-title {
    font-size: 37px;
    margin-bottom: 0px;
}

.financity-page-title-wrap.financity-style-custom .financity-page-caption {
    font-size: 16px;
    margin-top: 8px;
}

/**
 * 3.0 - Footer
 */

/* footer */
.financity-footer-wrapper .financity-footer-container {
    overflow: hidden;
}

.financity-footer-wrapper .financity-widget-title {
    font-size: 19px;
    margin-bottom: 35px;
}

.financity-footer-wrapper .financity-widget-title .gdlr-core-flexslider-nav {
    float: right;
    margin-left: 20px;
}

.financity-footer-wrapper .widget {
    margin-bottom: 60px;
}

.financity-footer-wrapper .widget:last-child {
    margin-bottom: 0px;
}

.financity-footer-wrapper.financity-with-column-divider .financity-footer-column {
    padding-bottom: 1029px;
    margin-bottom: -1020px;
    border-left: 1px;
    border-style: solid;
    border-color: inherit;
    padding-left: 30px;
    padding-right: 30px;
}

.financity-footer-wrapper.financity-with-column-divider .financity-footer-column:first-child {
    border: none;
}

.financity-fixed-footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

body.financity-boxed .financity-fixed-footer .financity-footer-wrapper,
body.financity-boxed .financity-fixed-footer .financity-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.financity-footer-back-to-top-button {
    position: fixed;
    z-index: 9;
    right: 30px;
    bottom: 30px;
    font-size: 18px;
    line-height: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
    opacity: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    pointer-events: none;
    transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    -webkit-transition: opacity 300ms;
}

.financity-footer-back-to-top-button.financity-scrolled {
    opacity: 1;
    pointer-events: auto;
}

/* copyright */
.financity-footer-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
}

.financity-copyright-container {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.financity-copyright-text {
    text-align: center;
    font-size: 14px;
}

.financity-copyright-left {
    float: left;
}

.financity-copyright-right {
    float: right;
}

/**
 * 4.0 - Blog
 */

/* single */
.financity-single-article-date-wrapper {
    float: left;
    width: 58px;
    border-right-width: 1px;
    border-right-style: solid;
    line-height: 1;
    margin-top: 8px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
}

.financity-single-article-date-wrapper .financity-single-article-date-day {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: -4px;
    letter-spacing: 1px;
}

.financity-single-article-date-wrapper .financity-single-article-date-month {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.financity-single-article-date-wrapper .financity-single-article-date-year {
    font-size: 12px;
    margin-top: 4px;
}

.financity-single-article {
    padding-bottom: 35px;
}

.financity-single-article .financity-single-article-content ul,
.financity-single-article .financity-single-article-content ol {
    line-height: 2;
}

.financity-single-article .financity-single-article-thumbnail {
    margin-bottom: 42px;
}

.financity-single-article .financity-single-article-head {
    margin-bottom: 32px;
}

.financity-single-article .financity-single-article-title {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}

.financity-single-article .financity-single-article-head-right {
    overflow: hidden;
}

.financity-blog-info-wrapper .financity-head {
    margin-right: 13px;
    vertical-align: middle;
}

.financity-blog-info-wrapper .financity-head i {
    font-size: 15px;
}

.financity-blog-info-wrapper .financity-blog-info {
    display: inline-block;
    margin-right: 25px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.financity-blog-info-wrapper .financity-blog-info:last-child {
    margin-right: 0px;
}

.financity-sticky-banner {
    line-height: 1;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 18px 20px 17px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 22px;
}

.financity-sticky-banner i {
    font-size: 12px;
    margin-right: 10px;
}

.financity-single-article-thumbnail .financity-sticky-banner {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}

body.single-post .financity-sidebar-style-none {
    margin-left: auto;
    margin-right: auto;
}

body.blog .financity-sidebar-style-none {
    margin-left: auto;
    margin-right: auto;
}

body.blog .financity-single-article {
    padding-bottom: 60px;
}

.financity-archive-taxonomy-description {
    margin-bottom: 60px;
}

/* single post format */
.financity-blog-aside-format .financity-single-article-content {
    font-size: 18px;
    font-style: italic;
    padding: 50px 60px 40px;
}

.financity-blog-aside-format .financity-excerpt-read-more {
    display: none;
}

.financity-blog-quote-format .financity-single-article-content {
    padding: 50px 45px 40px;
    position: relative;
}

.financity-blog-quote-format .financity-blog-quote-background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.financity-blog-quote-format .financity-blog-quote {
    float: left;
    font-size: 120px;
    margin-top: -10px;
    line-height: 1;
    margin-right: 35px;
    position: relative;
}

.financity-blog-quote-format .financity-blog-content-wrap {
    overflow: hidden;
    position: relative;
}

.financity-blog-quote-format .financity-blog-quote-content {
    font-size: 18px;
    font-style: italic;
}

.financity-blog-quote-format .financity-blog-quote-author {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
    font-weight: bold;
}

.financity-blog-quote-format .financity-blog-quote-author:before {
    content: "-";
    margin-right: 2px;
}

.financity-blog-quote-format .financity-excerpt-read-more {
    display: none;
}

.financity-blog-quote-format blockquote,
.financity-blog-quote-format q {
    background: transparent;
    border: none;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
}

.financity-blog-link-format .financity-blog-icon-link {
    font-size: 23px;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

.financity-blog-link-format .financity-blog-content-wrap {
    overflow: hidden;
}

.financity-blog-link-format .financity-blog-title {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 9px;
}

.financity-blog-link-format .financity-blog-content {
    font-size: 14px;
    margin-bottom: 0px;
}

.financity-blog-link-format .financity-excerpt-read-more {
    display: none;
}

/* single social share */
.financity-single-social-share {
    padding-top: 10px;
    padding-bottom: 48px;
}

/* single author */
.financity-single-author {
    text-align: center;
    margin-bottom: 55px;
    margin-top: 41px;
    border-top-width: 1px;
    border-top-style: solid;
}

.financity-single-author .financity-single-author-wrap {
    max-width: 80%;
    margin: -41px auto 0px;
}

.financity-single-author .financity-single-author-avartar {
    max-width: 80px;
    margin: 0px auto 37px;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.financity-single-author .financity-single-author-caption {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 9px;
    letter-spacing: 0.5px;
}

.financity-single-author .financity-single-author-title {
    font-size: 26px;
    margin-bottom: 22px;
}

/* single navigation */
.financity-single-nav-area {
    border-top: 1px;
    border-bottom: 1px;
    border-style: solid;
    padding: 33px 0px;
    margin-bottom: 55px;
}

.financity-single-nav i {
    font-size: 25px;
}

.financity-single-nav .financity-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.financity-single-nav-left {
    float: left;
}

.financity-single-nav-left i {
    margin-right: 15px;
    vertical-align: middle;
}

.financity-single-nav-right {
    float: right;
}

.financity-single-nav-right i {
    margin-left: 15px;
    vertical-align: middle;
}

/* comment area */
.financity-comments-area .financity-comments-title {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 55px;
}

.financity-comments-area ol.comment-list {
    list-style: none;
    margin-bottom: 55px;
    margin-left: 0px;
}

.financity-comments-area ol.comment-list ol {
    margin-left: 50px;
    list-style: none;
}

.financity-comments-area .comment-article {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.financity-comments-area .comment-avatar {
    max-width: 80px;
    margin-right: 35px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.financity-comments-area .comment-avatar img {
    display: block;
}

.financity-comments-area .comment-meta {
    position: relative;
    margin-bottom: 20px;
}

.financity-comments-area .comment-author {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}

.financity-comments-area .comment-body {
    overflow: hidden;
}

.financity-comments-area .comment-time {
    font-size: 14px;
    font-style: italic;
}

.financity-comments-area .comment-reply {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
    position: absolute;
    right: 0px;
    top: 4px;
}

.financity-comments-area .comment-respond {
    padding: 60px 55px 40px;
    margin-bottom: 55px;
}

.financity-comments-area ol.comment-list .comment-respond {
    margin-top: 55px;
}

.financity-comments-area .comment-reply-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 40px;
}

.financity-comments-area .comment-reply-title small {
    margin-left: 10px;
}

.financity-comments-area textarea {
    width: 100%;
    padding: 18px 22px;
    font-size: 15px;
    display: block;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    margin: 0px;
    margin-bottom: 14px;
}

.financity-comments-area input[type="text"] {
    width: 100%;
    display: block;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    padding: 16px 22px;
    margin-bottom: 14px;
}

.financity-comments-area input[type="text"]:focus,
.financity-comments-area textarea:focus {
    outline: none;
}

.financity-comments-area .financity-comment-form-author {
    width: 50%;
    padding-right: 7px;
    float: left;
}

.financity-comments-area .financity-comment-form-email {
    width: 50%;
    padding-left: 7px;
    float: left;
}

.financity-comments-area .form-submit {
    text-align: center;
    padding-top: 14px;
}

/* blog title */
.financity-blog-title-wrap {
    background-image: url('../images/page-title-background.jpg');
    background-position: center;
    position: relative;
    background-size: cover;
}

.financity-blog-title-wrap .financity-blog-title-container {
    position: relative;
}

.financity-blog-title-wrap .financity-blog-title-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.financity-blog-title-wrap.financity-feature-image .financity-blog-title-top-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    background: url("../images/blog-title-top-gradient.png") center top repeat-x;
}

.financity-blog-title-wrap.financity-feature-image .financity-blog-title-bottom-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
    background: url("../images/blog-title-gradient.png") center bottom repeat-x;
}

.financity-blog-title-wrap.financity-style-small .financity-blog-title-content {
    padding-top: 93px;
    padding-bottom: 87px;
}

.financity-blog-title-wrap.financity-style-large .financity-blog-title-content {
    padding-top: 184px;
    padding-bottom: 168px;
}

.financity-blog-title-wrap .financity-single-article-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 11px;
    letter-spacing: 0.5px;
}

.financity-blog-title-wrap .financity-single-article-head-right {
    overflow: hidden;
}

.financity-blog-title-wrap .financity-single-article-date-wrapper {
    margin-top: 11px;
}

/* 404 */
.financity-not-found-wrap {
    text-align: center;
    position: relative;
}

.financity-not-found-wrap .financity-not-found-background {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.27;
    filter: alpha(opacity=27);
    background-position: center;
    background-size: cover;
    background-image: url('../images/404-background.jpg');
}

.financity-not-found-wrap .financity-not-found-content {
    position: relative;
    padding: 60px 0px 65px;
}

.financity-not-found-wrap .financity-not-found-head {
    font-size: 150px;
    line-height: 1;
    margin-bottom: 40px;
}

.financity-not-found-wrap .financity-not-found-title {
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.financity-not-found-wrap .financity-not-found-caption {
    font-size: 18px;
}

.financity-not-found-wrap .financity-not-found-back-to-home a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.financity-not-found-wrap form.search-form {
    max-width: 430px;
    margin: 58px auto 0px;
    position: relative;
    margin-bottom: 13px;
}

.financity-not-found-wrap form.search-form input.search-field {
    font-size: 15px;
    width: 100%;
    border: none;
    padding: 22px 60px 22px 25px;
    height: 64px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.financity-not-found-wrap form.search-form input.search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 64px;
    height: 64px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.financity-not-found-wrap form.search-form .financity-top-search-submit {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 18px;
}

body.search .financity-not-found-wrap .financity-not-found-head {
    font-size: 100px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

body.search .financity-not-found-wrap form.search-form {
    margin-top: 50px;
}

/* Not Found */
body.search .financity-not-found-wrap {
    background-color: #bd584e;
}

body.search .financity-not-found-wrap .financity-not-found-caption {
    color: #ffe6e4;
}

/**
 * 5.0 - Widget
 */

/* sidebar */
.financity-sidebar-area .financity-widget {
    margin-bottom: 55px;
}

.financity-sidebar-area .financity-widget-title {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    margin-bottom: 28px;
    overflow: hidden;
}

.financity-sidebar-area .financity-widget-title .gdlr-core-flexslider-nav {
    float: right;
    margin-left: 20px;
}

.financity-sidebar-area .financity-widget-head-text {
    display: block;
    float: left;
    margin-right: 28px;
}

.financity-sidebar-area .financity-widget-head-divider {
    display: block;
    border-top-width: 1px;
    border-top-style: solid;
    overflow: hidden;
    margin-top: 6px;
}

/* list */
.textwidget select {
    max-width: 100%;
}

.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
    display: none;
}

.widget_rss .rss-widget-icon {
    margin-right: 10px;
    margin-top: -3px;
}

.widget_product_categories ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
    position: relative;
    list-style: none;
    margin-left: 0px;
}

.widget_product_categories ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 15px;
}

.widget_product_categories ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
    margin-top: 16px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.widget_product_categories ul ul ul,
.widget_archive ul ul ul,
.widget_categories ul ul ul,
.widget_nav_menu ul ul ul,
.widget_meta ul ul ul,
.widget_pages ul ul ul,
.widget_recent_comments ul ul ul,
.widget_recent_entries ul ul ul,
.widget_rss ul ul ul {
    margin-left: 5px;
}

.widget_product_categories ul ul li,
.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_rss ul ul li {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 15px;
}

.widget_product_categories ul li>a:before,
.widget_archive ul li>a:before,
.widget_categories ul li>a:before,
.widget_nav_menu ul li>a:before,
.widget_meta ul li>a:before,
.widget_pages ul li>a:before,
.widget_recent_entries ul li>a:before {
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    width: 0px;
    color: transparent;
    transition: width 300ms, color 300ms;
    -moz-transition: width 300ms, color 300ms;
    -o-transition: width 300ms, color 300ms;
    -webkit-transition: width 300ms, color 300ms;
}

.widget_product_categories ul li.current-menu-item>a:before,
.widget_archive ul li.current-menu-item>a:before,
.widget_categories ul li.current-menu-item>a:before,
.widget_nav_menu ul li.current-menu-item>a:before,
.widget_meta ul li.current-menu-item>a:before,
.widget_pages ul li.current-menu-item>a:before,
.widget_recent_entries ul li.current-menu-item>a:before,
.widget_product_categories ul li>a:hover:before,
.widget_archive ul li>a:hover:before,
.widget_categories ul li>a:hover:before,
.widget_nav_menu ul li>a:hover:before,
.widget_meta ul li>a:hover:before,
.widget_pages ul li>a:hover:before,
.widget_recent_entries ul li>a:hover:before {
    width: 26px;
}

/* search widget */
.widget_search form {
    display: block;
    position: relative;
}

.widget_search form:after {
    content: "\f002";
    font-family: "fontAwesome";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
}

.widget_search label .screen-reader-text {
    display: none;
}

.widget_search .search-form input.search-field {
    font-size: 13px;
    line-height: 17px;
    height: 51px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    padding: 16px 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.widget_search input.search-field:focus {
    outline: none;
}

.widget_search input.search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 51px;
    padding: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
}

/* tag cloud */
.tagcloud {
    zoom: 1;
}

.tagcloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.tagcloud a {
    font-size: 13px !important;
    text-transform: none;
    font-weight: 400;
    float: left;
    padding: 7px 19px 10px;
    border-width: 1px;
    border-style: solid;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* calendar */
.widget_calendar table {
    width: 100%;
    margin-bottom: 0px;
}

.widget_calendar table thead th {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

.widget_calendar table tbody td {
    text-align: center;
    padding: 10px 0px;
}

.widget_calendar table tfoot td {
    text-align: center;
    padding: 10px 0px;
}

.widget_calendar caption {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* table */
table {
    width: 100%;
    text-align: center;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 20px;
}

table tr td {
    padding: 15px 0px;
}

table tr th {
    padding: 13px 0px;
    font-size: 16px;
    font-weight: normal;
}

/* for goodlayer core plugin */
body.financity-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap {
    margin-left: -50px;
}

body.financity-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap {
    margin-right: -50px;
}

/**
 * 6.0 - Responsive
 */
.financity-mobile-header-wrap {
    display: none;
}

.financity-mobile-header {
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 99;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.financity-mobile-header.financity-fixed-navigation {
    display: none;
}

.financity-mobile-header .financity-mobile-header-container {
    position: relative;
}

.financity-mobile-header .financity-logo {
    padding: 0px 15px;
}

.financity-mobile-header .financity-logo-inner {
    line-height: 45px;
    margin-right: 80px;
}

.financity-mobile-header .financity-logo-inner img {
    vertical-align: middle;
    width: auto;
}

/*--- tablet ---*/
.financity-hide-in-desktop,
.financity-hide-in-desktop-tablet {
    display: none;
}

@media only screen and (max-width: 1140px) {

    html .widget_product_search input[type="search"]#woocommerce-product-search-field {
        width: 100%;
        margin-bottom: 10px;
    }

}

@media only screen and (max-width: 999px) {

    .financity-hide-in-desktop {
        display: block;
    }

    .financity-hide-in-tablet,
    .financity-hide-in-tablet-mobile {
        display: none;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }

    body.financity-boxed div.financity-body-wrapper {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .financity-bullet-anchor {
        display: none;
    }

    /* remove header */
    .financity-top-bar {
        display: none;
    }

    .financity-header-wrap.financity-header-style-plain,
    .financity-header-wrap.financity-header-style-bar,
    .financity-navigation-bar-wrap,
    .financity-header-background-transparent,
    .financity-header-boxed-wrap,
    .financity-header-side-nav,
    .financity-header-transparent-substitute,
    .financity-sticky-navigation {
        display: none !important;
    }

    .financity-mobile-header-wrap {
        display: block;
    }

    .financity-mobile-header-wrap .financity-top-bar {
        display: block;
    }

    .financity-mobile-header-wrap .financity-top-bar {
        font-size: 13px;
    }

    .financity-mobile-header-wrap .financity-top-bar-left,
    .financity-mobile-header-wrap .financity-top-bar-right {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .financity-mobile-header.financity-fixed-navigation {
        display: block;
    }

    .financity-sticky-menu-placeholder {
        display: none !important;
    }

    body .financity-header-side-content.financity-style-left {
        margin-left: 0px;
    }

    body .financity-header-side-content.financity-style-right {
        margin-right: 0px;
    }

    body.single-product.woocommerce div.product form.cart {
        float: none;
        margin-bottom: 30px;
        width: auto;
        margin-right: 0px;
    }

    body.single-product.woocommerce div.product .product_meta {
        margin-top: 0px;
    }
}

/*--- mobile landscape style ---*/
@media only screen and (max-width: 767px) {

    .financity-hide-in-desktop-tablet {
        display: block;
    }

    .financity-hide-in-mobile,
    .financity-hide-in-tablet-mobile {
        display: none;
    }

    .financity-hide-in-tablet {
        display: block;
    }

    body.financity-body-front .financity-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }

    body.financity-body-front .gdlr-core-container {
        max-width: 500px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .financity-column-10,
    .financity-column-12,
    .financity-column-15,
    .financity-column-20,
    .financity-column-24,
    .financity-column-30,
    .financity-column-36,
    .financity-column-40,
    .financity-column-45,
    .financity-column-48,
    .financity-column-50,
    .financity-column-60 {
        width: 100%;
    }

    /* header */
    .financity-mobile-header-wrap .financity-top-bar-left,
    .financity-mobile-header-wrap .financity-top-bar-right {
        float: none;
        text-align: center;
    }

    .financity-top-bar-right-text {
        display: block;
    }

    .financity-top-bar-right-social {
        margin-left: 0px;
    }

    .financity-top-bar-right-social a:first-child {
        margin-left: 0px;
    }

    .financity-page-title-wrap .financity-page-title-content {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .financity-blog-title-wrap .financity-blog-title-content {
        padding-top: 60px !important;
        padding-bottom: 50px !important;
    }

    .financity-single-article-date-wrapper {
        display: none;
    }

    .financity-overlay-menu-content ul.menu>li {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .financity-overlay-menu-content ul.menu {
        padding-top: 120px;
        padding-bottom: 100px;
        max-width: 80%;
    }

    .financity-overlay-menu-content .financity-overlay-menu-close {
        top: 35px;
    }

    body.admin-bar .financity-overlay-menu-content {
        margin-top: 0px;
    }

    /* single*/
    .financity-comments-area .comment-respond {
        padding: 45px 30px;
    }

    .financity-comments-area .financity-comment-form-author {
        width: 100%;
        padding-right: 0;
    }

    .financity-comments-area .financity-comment-form-email {
        width: 100%;
        padding-left: 0;
    }

    .financity-comments-area .comment-avatar {
        float: none;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .financity-comments-area ol.comment-list ol {
        margin-left: 10px;
    }

    /* footer */
    .financity-footer-wrapper {
        padding-bottom: 7px;
    }

    .financity-footer-column {
        margin-bottom: 60px;
    }

    .financity-footer-wrapper.financity-with-column-divider .financity-footer-column {
        padding: 0px 15px;
        margin-bottom: 60px;
        border: none;
    }

    .financity-footer-wrapper.financity-with-column-divider .financity-footer-column:last-child {
        margin-bottom: 20px;
    }

    .financity-fixed-footer-placeholder {
        display: none;
    }

    .financity-fixed-footer {
        position: static;
    }

    .financity-copyright-left {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    .financity-copyright-right {
        float: none;
        text-align: center;
    }

    body .woocommerce .col2-set,
    .woocommerce-page .col2-set {
        width: 100%;
        float: none;
        margin-right: 0%;
    }

    body div#order_review {
        width: 100%;
    }
}

/*--- mobile portrait style ---*/
@media only screen and (max-width: 419px) {

    body {
        min-width: 320px;
    }

    .financity-top-search-wrap input.search-field {
        font-size: 30px;
        padding-right: 90px;
    }

    .financity-top-search-wrap .financity-top-search-submit {
        right: 48px;
        font-size: 24px;
        margin-top: -2px;
    }

    .financity-top-search-wrap input.search-submit {
        right: 48px;
    }

    .financity-top-search-wrap .financity-top-search-close {
        font-size: 40px;
    }

    .financity-top-search-wrap input.search-field {
        padding-bottom: 10px;
    }

}

/**
 * 7.0 - Plugins
 */

/*-------------------*/
/*--- wpml        ---*/
/*-------------------*/
ul.sf-menu>.menu-item-language img.iclflag {
    vertical-align: baseline;
    margin-right: 10px;
}

ul.sf-menu>.menu-item-language ul.submenu-languages {
    display: none;
    position: absolute;
    z-index: 99;
    list-style: none;
    margin: 0px 0px 0px -15px;
}

ul.sf-menu>.menu-item-language li {
    padding: 1px 11px;
}

ul.sf-menu>.menu-item-language li a {
    padding: 6px 12px;
    display: block;
}

ul.sf-menu>.menu-item-language li:first-child {
    padding-top: 12px;
}

ul.sf-menu>.menu-item-language li:last-child {
    padding-bottom: 12px;
}

.financity-custom-wpml-flag {
    margin-right: 26px;
}

.financity-custom-wpml-flag .financity-custom-wpml-flag-item {
    margin-left: 20px;
}

.financity-custom-wpml-flag .financity-custom-wpml-flag-item:first-child {
    margin-left: 0px;
}

.financity-dropdown-wpml-flag {
    position: relative;
    padding-top: 19px;
    padding-bottom: 19px;
}

.financity-dropdown-wpml-flag .financity-dropdown-wpml-flag-background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -27px;
    right: 0px;
}

.financity-dropdown-wpml-flag .financity-dropdown-wpml-current-language {
    font-weight: bold;
}

.financity-dropdown-wpml-flag .financity-dropdown-wpml-list {
    position: absolute;
    left: -27px;
    min-width: 120px;
    top: 100%;
    z-index: 99;
    padding: 10px 18px;
    display: none;
}

.financity-dropdown-wpml-flag .financity-dropdown-wpml-item {
    display: block;
    white-space: nowrap;
}

.financity-dropdown-wpml-flag .financity-dropdown-wpml-current-language {
    margin-right: 25px;
    position: relative;
}

.financity-dropdown-wpml-current-language:after {
    content: "\f0d7";
    font-family: fontAwesome;
    margin-left: 12px;
    font-size: 12px;
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap,
.financity-dropdown-wpml-flag .financity-dropdown-wpml-list {
    background: #f3f3f3;
}

/*-------------------*/
/*--- wpcf7       ---*/
/*-------------------*/
.financity-body span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 15px;
}

.financity-body div.wpcf7-response-output {
    font-size: 13px;
    padding: 6px 20px;
    clear: both;
    margin: 0px;
}

.wpcf7 input {
    font-size: 15px;
    padding: 15px 22px;
    width: 100%;
    display: block;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"],
input[type="reset"] {
    width: auto;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    width: auto;
    display: inline;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
}

.wpcf7 textarea {
    font-size: 15px;
    padding: 18px 22px;
    height: 120px;
    width: 100%;
}

/*-------------------*/
/*--- woocommerce ---*/
/*-------------------*/

/* style */
figure.woocommerce-product-gallery__wrapper {
    max-width: none;
}

body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
    padding: 0.7em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 0.7em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    top: 0.7em;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    margin-top: 5px;
    padding: 0;
    background-color: transparent;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
    background-color: transparent;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1.3em;
    padding-left: 1.3em;
}

.woocommerce div.product form.cart .variations td.value,
.woocommerce div.product form.cart .variations th.value {
    min-width: 210px;
}

.woocommerce div.product form.cart .variations select {
    float: left;
    margin-top: 0.6em;
    margin-left: 2em;
}

a.reset_variations {
    margin-right: 15px;
    margin-left: 7px;
}

.woocommerce div.product form.cart .variations select {
    min-width: 59%;
}

.related.products h2 {
    font-size: 23px;
    margin-bottom: 42px;
}

.woocommerce table.shop_attributes th {
    background: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border-bottom: 0;
}

.woocommerce table.shop_attributes {
    border-top: 0;
}

.single-product.woocommerce #review_form #respond p.comment-form-comment {
    margin-bottom: 25px;
}

.woocommerce table.shop_table {
    border: 0;
}

.woocommerce table.shop_table.shop_table_responsive.cart {
    border-spacing: 0;
}

.woocommerce table.shop_table th {
    padding: 17px 12px;
    background: none;
}

.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd),
.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even) {
    background-color: transparent;
}

.woocommerce table.shop_table td {
    padding: 19px 20px;
}

.woocommerce-cart table.cart img {
    width: 70px;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    margin-bottom: 0;
}

.woocommerce a.remove {
    width: auto;
}

.cart_item input.input-text.qty.text {
    padding: 15px 0px 15px 10px;
    border-bottom-width: 1px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 15px 23px 15px;
    height: 49px;
}

.woocommerce .cart input.button[name="apply_coupon"] {
    height: 49px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 180px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    padding: 19px 20px 18px;
    border-radius: 0;
    font-size: 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 15px 20px;
    border-radius: 0;
    font-size: 12px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: inherit;
    opacity: inherit;
    padding-left: 23px;
    padding-right: 23px;
}

.woocommerce .cart_totals h2 {
    font-size: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-spacing: 0;
    margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce a.showcoupon {
    margin-left: 20px;
    color: #baf2ff;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
#order_review_heading {
    font-size: 17px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 13px 15px;
    border-bottom-width: 1px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    margin-bottom: 35px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 47%;
    float: left;
    margin-right: 3%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    width: 100%;
}

div#order_review {
    float: left;
    width: 50%;
}

.woocommerce form .form-row {
    margin: 0 0 14px;
}

.woocommerce form p.form-row.form-row-first {
    margin: 0;
}

.select2-container .select2-choice {
    padding: 6px 1px 6px 13px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 49%;
}

.shop_table.woocommerce-checkout-review-order-table {
    border-spacing: 0px;
}

.woocommerce table.shop_table th {
    padding: 17px 20px 17px 20px;
}

.woocommerce .cart_item td.product-total {
    padding-right: 20px;
    padding-left: 20px;
}

.woocommerce .cart_item td.product-name {
    padding-left: 20px;
}

.woocommerce table.shop_table td {
    padding-right: 20px;
}

.checkout_coupon .form-row.form-row-last {
    margin-bottom: 0;
}

table tr.cart_item {
    background: transparent;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    font-size: 13px;
}

html .woocommerce a.remove {
    border-radius: 100%;
    color: #333 !important;
}

.woocommerce-checkout table tr.cart_item {
    background: transparent;
}

li.woocommerce-MyAccount-navigation-link {
    padding: 13px 0px;
    padding-bottom: 13px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 28%;
}

li.woocommerce-MyAccount-navigation-link.is-active {
    font-weight: 600;
}

header.woocommerce-Address-title.title h3 {
    font-size: 18px;
}

.woocommerce-Address address {
    padding: 25px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 31px;
}

.woocommerce-Address address,
.woocommerce-account .woocommerce-MyAccount-content {
    background: #f5f5f5;
}

/*-- Widget --*/
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    margin-bottom: 0em;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    padding-left: 0;
    border-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 0;
    font-size: 17px;
}

.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount {
    margin-left: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 47px;
}

.widget_shopping_cart a.button.wc-forward {
    padding: 19px 28px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: left;
    font-size: 14px;
    padding: 16px 26px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.price_slider_amount .price_label {
    margin-top: 24px;
    font-size: 17px;
    font-weight: 700;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 15px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

html ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
    font-weight: 400;
}

html .woocommerce ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
    font-weight: 400;
}

html .woocommerce ul.cart_list li .star-rating {
    float: left;
    margin-top: 10px;
}

html .woocommerce ul.product_list_widget li .star-rating {
    float: left;
    margin-top: 3px;
    margin-right: 10px;
}

html .woocommerce ul.product_list_widget li del {
    margin-right: 10px;
}

html .product_list_widget span.reviewer {
    margin-top: 4px;
    margin-left: 12px;
    float: left;
}

html .widget_product_search label.screen-reader-text {
    display: none;
}

html .widget_product_search input[type="submit"] {
    height: 47px;
}

html .widget_product_search input#woocommerce-product-search-field {
    height: 47px;
    padding: 14px 12px;
    border-bottom-width: 1px;
    width: 62%;
    font-size: 13px;
}

.widget.woocommerce ul.cart_list li:first-child,
.widget.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0px;
}

/*-- Fixed Color --*/
.woocommerce .woocommerce-message:before {
    color: #fff;
}

.woocommerce .woocommerce-error {
    background-color: #bd584e;
    border-top: 3px solid #bd584e;
    color: #fff;
}

.woocommerce .woocommerce-info {
    background-color: #46a5ca;
    border-top: 3px solid #46a5ca;
    color: #fff;
}

.woocommerce .woocommerce-message {
    background-color: #46ca7b;
    border-top: 3px solid #46ca7b;
    color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: #ffffff;
}

.single-product.woocommerce div.product .quantity .qty {
    background: #f3f3f3;
}

.woocommerce .woocommerce-info:before {
    color: #fff
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    color: #fff !important;
    top: inherit;
}

html .woocommerce a.remove:hover {
    color: #afafaf !important;
    background: transparent !important;
}

html .woocommerce form .form-row .required {
    color: #c5c5c5;
}

html .woocommerce form .form-row.woocommerce-invalid .select2-container,
html .woocommerce form .form-row.woocommerce-invalid input.input-text,
html .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #d4d4d4;
}

html .woocommerce form .form-row.woocommerce-invalid label {
    color: #9e9e9e;
}

html .woocommerce form .form-row.woocommerce-validated .select2-container,
html .woocommerce form .form-row.woocommerce-validated input.input-text,
html .woocommerce form .form-row.woocommerce-validated select {
    border-color: #d4d4d4;
}

/* single product */
html .woocommerce span.onsale {
    font-size: 13px;
    font-weight: 600;
    line-height: 47px;
    width: 48px;
    padding: 0px 0px 0px;
    height: 48px;
}

.single-product.woocommerce .financity-page-wrapper {
    border-top-width: 1px;
    border-top-style: solid;
}

.single-product.woocommerce .woocommerce-breadcrumb {
    font-size: 14px;
}

.single-product.woocommerce .product_title {
    font-size: 40px;
    margin-bottom: 2px;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 2px;
}

.single-product.woocommerce div.product .star-rating {
    font-size: 14px;
    padding-right: 15px;
    box-sizing: content-box;
    margin-right: 10px;
}

.single-product.woocommerce div.product .star-rating:before,
.single-product.woocommerce div.product .star-rating span:before {
    letter-spacing: 3px;
}

.single-product.woocommerce div.product .woocommerce-review-link {
    font-size: 13px;
}

.single-product.woocommerce div.product p.price {
    padding-top: 27px;
    margin-bottom: 28px;
}

.single-product.woocommerce div.product p.price ins {
    text-decoration: none;
}

.single-product.woocommerce div.product p.price .woocommerce-Price-amount {
    font-size: 26px;
    font-weight: bold;
}

.single-product.woocommerce div.product p.price del .woocommerce-Price-amount {
    font-size: 23px;
    margin-right: 9px;
}

.single-product.woocommerce div.product span.onsale {
    position: static;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.single-product.woocommerce div.product .quantity .qty {
    height: 60px;
    font-size: 16px;
    width: 75px;
    padding-left: 15px;
    border: none;
}

.single-product.woocommerce div.product form.cart {
    margin: 25px 30px 55px 0px;
    float: left;
}

.single-product.woocommerce div.product form.cart.variations_form {
    width: 300px;
}

.single-product.woocommerce div.product form.cart .button {
    font-size: 13px;
    height: 60px;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 30px;
}

.single-product.woocommerce div.product .product_meta {
    margin-top: 50px;
}

.single-product.woocommerce div.product .product_meta {
    overflow: hidden;
    padding-top: 5px;
}

.single-product.woocommerce div.product .product_meta>span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}

.single-product.woocommerce div.product .product_meta>span .financity-head {
    font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled {
    display: none;
}

.single-product.woocommerce div.product .financity-woocommerce-social-share {
    clear: both;
    padding-top: 15px;
    margin-top: 50px;
    border-top-width: 2px;
    border-top-style: solid;
}

.single-product.woocommerce div.product .gdlr-core-social-share-item a {
    font-size: 14px;
}

.single-product.woocommerce div.product .financity-woocommerce-tab {
    clear: both;
    padding-top: 60px;
    margin-bottom: 50px;
}

.single-product.woocommerce div.product .financity-woocommerce-tab .gdlr-core-tab-item-title {
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 600;
    padding-bottom: 18px;
}

.single-product.woocommerce div.product .financity-woocommerce-tab .gdlr-core-tab-item-title-line {
    border-bottom-width: 1px;
    bottom: -1px;
}

.single-product.woocommerce div.product .financity-woocommerce-tab .gdlr-core-tab-item-title-wrap {
    border-bottom-width: 1px;
}

.single-product.woocommerce div.product .financity-woocommerce-tab .gdlr-core-tab-item-content {
    max-width: 900px;
    margin: 0px auto;
}

.single-product.woocommerce .woocommerce-Reviews-title {
    display: none;
}

.single-product.woocommerce #reviews {
    padding-top: 43px;
}

.single-product.woocommerce #reviews .comment-respond {
    text-align: left;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
    border: none;
    width: 85px;
    position: static;
    padding: 0px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
    overflow: hidden;
    margin-left: 0px;
    padding: 0;
    border: none;
    text-align: left;
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
    padding: 39px 49px;
    margin-bottom: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 18px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
    display: block;
    font-size: 17px;
    text-transform: capitalize;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"] {
    display: block;
    font-size: 15px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    float: none;
    margin-top: 24px;
}

.single-product.woocommerce #reviews #review_form_wrapper {
    padding-top: 35px;
}

.single-product.woocommerce #reviews .comment-reply-title {
    font-size: 22px;
    margin-bottom: 30px;
}

.single-product.woocommerce #review_form #respond label {
    font-size: 15px;
    font-weight: 600;
}

.single-product.woocommerce #review_form #respond p {
    margin-bottom: 30px;
}

.single-product.woocommerce #review_form #respond label[for="rating"] {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}

.single-product.woocommerce #review_form #respond p.stars {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 19px;
    line-height: 1;
}

.single-product.woocommerce #review_form #respond p.stars a {
    margin-right: 5px;
}

.single-product.woocommerce #review_form #respond input[type="text"],
.single-product.woocommerce #review_form #respond input[type="email"] {
    display: block;
    margin-top: 20px;
    border-bottom-width: 1px;
    width: 100%;
    height: 55px;
}

.single-product.woocommerce #review_form #respond textarea {
    display: block;
    margin-top: 20px;
    border-bottom-width: 1px;
    width: 100%;
    height: 150px;
}

.single-product.woocommerce #review_form #respond .form-submit input {
    font-size: 13px;
    height: 58px;
    text-transform: uppercase;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 10px 38px;
}

.woocommerce.single-product .related.products {
    clear: left;
}

/*-------------*/
/*--- mmenu ---*/
/*-------------*/
.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box
}

.mm-btn,
.mm-menu {
    box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-hidden {
    display: none !important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    display: block;
    padding: 0;
    position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
    z-index: 1
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 5px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    transform: none !important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
    top: 16px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-arrow:after,
.mm-next:after {
    content: '';
    border: 1px solid transparent;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-prev:before {
    border-right: none;
    border-bottom: none;
    left: 0px
}

.mm-arrow:after,
.mm-next:after {
    border-top: none;
    border-left: none;
    right: 2px
}

.mm-navbar {
    text-align: center;
    line-height: 20px;
    height: 40px;
    margin: 0;
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    padding-right: 20px;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    margin: 0px 25px 30px;
    position: relative;
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
    color: inherit;
    display: block;
    margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
    padding-right: 50px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0
}

.mm-listview .mm-inset>li {
    padding: 5px 0
}

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px
}

.mm-listview .mm-spacer {
    padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
    top: 40px
}

.mm-listview .mm-spacer.mm-divider {
    padding-top: 25px
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 2
}

html.mm-opened {
    overflow-x: hidden;
    position: static;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
    display: block
}

.mm-menu {
    width: 350px
}

@media all and (max-width:550px) {
    .mm-menu {
        width: 250px
    }
}

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0)
}

@media all and (max-width:550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0)
    }
}

/* right effect */
html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
    transform: scale(.7, .7) translate3d(30%, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-pageshadow.mm-right:after {
    left: auto;
    right: 100%
}

.mm-menu.mm-right {
    left: auto;
    right: 0
}

html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0)
}

@media all and (max-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0)
    }
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

/* page dim */
html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
    opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
    opacity: .3;
    transition: ease .4s
}

html.mm-pagedim #mm-blocker {
    background: inherit
}

html.mm-pagedim-white #mm-blocker {
    background: #fff
}

html.mm-pagedim-black #mm-blocker {
    background: #000
}

/* custom */
ul.mm-listview li {
    margin: 0px 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

ul.mm-listview li a,
ul.mm-listview li span.financity-mm-menu-blank {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 17px 0px;
}

.mm-navbar .mm-btn {
    line-height: 40px;
    font-size: 30px;
    display: block;
    text-align: left;
    left: -8px;
    padding: 0px;
}

.mm-navbar .mm-btn:before {
    content: "\34";
    font-family: elegantIcons;
}

.mm-navbar .mmenu-custom-close {
    line-height: 40px;
    font-size: 30px;
    display: block;
    text-align: left;
    margin-left: -8px;
    cursor: pointer;
}

.mm-navbar .mmenu-custom-close:after {
    content: "\4d";
    font-family: elegantIcons;
}

.mm-navbar .mm-title {
    display: none;
}

.mm-navbar .mm-title:first-child {
    display: block;
}

html.financity-mmenu-left .financity-sticky-navigation.financity-fixed-navigation,
html.financity-mmenu-right .financity-sticky-navigation.financity-fixed-navigation {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening.financity-mmenu-left .financity-sticky-navigation.financity-fixed-navigation {
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
}

html.mm-opening.financity-mmenu-right .financity-sticky-navigation.financity-fixed-navigation {
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
}

html.financity-mmenu-left .financity-mobile-header-wrap .financity-top-bar,
html.financity-mmenu-left .financity-mobile-header,
html.financity-mmenu-right .financity-mobile-header-wrap .financity-top-bar,
html.financity-mmenu-right .financity-mobile-header {
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening.financity-mmenu-left .financity-mobile-header-wrap .financity-top-bar,
html.mm-opening.financity-mmenu-left .financity-mobile-header {
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
}

html.mm-opening.financity-mmenu-right .financity-mobile-header-wrap .financity-top-bar,
html.mm-opening.financity-mmenu-right .financity-mobile-header {
    -webkit-transform: translate3d(-350px, 0, 0);
    transform: translate3d(-350px, 0, 0);
}

@media all and (max-width:550px) {
    html.mm-opening.financity-mmenu-left .financity-sticky-navigation.financity-fixed-navigation {
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    html.mm-opening.financity-mmenu-right .financity-sticky-navigation.financity-fixed-navigation {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }

    html.mm-opening.financity-mmenu-left .financity-mobile-header-wrap .financity-top-bar,
    html.mm-opening.financity-mmenu-left .financity-mobile-header {
        -webkit-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
    }

    html.mm-opening.financity-mmenu-right .financity-mobile-header-wrap .financity-top-bar,
    html.mm-opening.financity-mmenu-right .financity-mobile-header {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}

/*-----------------*/
/*--- superfish ---*/
/*-----------------*/

/* top level */
.sf-menu {
    list-style: none;
    margin-left: 0px;
}

.sf-menu>li {
    float: left;
    cursor: pointer;
}

.sf-menu>li>a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

/* normal menu */
.sf-menu>.financity-normal-menu ul {
    list-style: none;
    position: absolute;
    display: none;
    z-index: 99;
    min-width: 220px;
}

.sf-menu>.financity-normal-menu ul {
    margin-left: -15px;
}

.sf-menu>.financity-normal-menu ul ul {
    margin-left: 0px;
}

.sf-menu>.financity-normal-menu.sfHover>ul,
.sf-menu>.financity-normal-menu.sfHover>ul:hover,
.sf-menu>.financity-normal-menu li.sfHover>ul {
    display: block;
}

.sf-menu>.financity-normal-menu ul ul {
    top: 0px;
    left: 100%;
}

.sf-menu>.financity-normal-menu ul ul.sub-menu-right {
    left: auto;
    right: 100%;
}

.sf-menu>.financity-normal-menu li {
    position: relative;
    white-space: nowrap;
}

.sf-menu>.financity-normal-menu li a {
    text-decoration: none;
}

.sf-menu>.financity-normal-menu li>a.sf-with-ul-pre {}

.sf-menu>.financity-normal-menu li>a.sf-with-ul-pre:after {
    content: '>';
}

/* mega menu */
.sf-menu>.financity-mega-menu .sf-mega {
    position: absolute;
    display: none;
    z-index: 99;
}

.sf-menu>.financity-mega-menu.sfHover .sf-mega,
.sf-menu>.financity-mega-menu.sfHover .sf-mega:hover {
    display: block;
}

.sf-menu>.financity-mega-menu .sf-mega-section-inner a {
    text-decoration: none;
}

.sf-menu>.financity-mega-menu .sf-mega-section-inner ul {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 0px;
}

/* vertical menu */
.sf-vertical {
    list-style: none;
    margin-left: 0px;
    left: 100%;
    top: 0;
    margin-bottom: 0px;
}

.sf-vertical li {
    position: relative;
}

.sf-vertical ul.sub-menu {
    list-style: none;
    position: absolute;
    display: none;
    left: 100%;
    top: 0px;
    z-index: 9;
    min-width: 190px;
}

.sf-vertical ul.sub-menu li {
    white-space: nowrap;
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {
        padding: 0px 0px 0px 0px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {
        margin-top: 0px !important
    }
}

#gdlr-core-title-item-id-28515 .gdlr-core-title-item-title a {
    color: #3e4494
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-2.gdlr-core-pbf-wrapper {
        padding-top: 50px !important;
        padding-bottom: 30px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-3.gdlr-core-pbf-wrapper {
        margin-top: 0px !important
    }
}


#div_f47b_0 {
    padding: 76px 0px 28px 0px;
}

#div_f47b_1 {
    background-color: #f5f5f5;
}

#div_f47b_2 {
    background-size: cover;
    background-position: center;
}

#div_f47b_3 {
    padding-bottom: 30px;
}

#div_f47b_4 {
    margin-top: 10px;
    margin-right: 30px;
}

#h3_f47b_0 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#div_f47b_5 {
    font-size: 16px;
}

#div_f47b_6 {
    padding-bottom: 30px;
}

#div_f47b_7 {
    margin-top: 10px;
    margin-right: 30px;
}

#h3_f47b_1 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#div_f47b_8 {
    font-size: 16px;
}

#div_f47b_9 {
    padding-bottom: 30px;
}

#div_f47b_10 {
    margin-top: 10px;
    margin-right: 30px;
}

#h3_f47b_2 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#div_f47b_11 {
    font-size: 16px;
}

#kacit {
    margin: 20px 0px 0px 0px;
    padding: 60px 0px 80px 0px;
}

/* #div_f47b_12{background-image: url(../upload/hp-1-service-title-bg-2.png);background-repeat: no-repeat;background-position: center;} */
#div_f47b_13 {
    padding-bottom: 40px;
}

#h3_f47b_3 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #1d3067;
}

#span_f47b_0 {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
}

#div_f47b_14 {
    margin: -60px 0px 0px 0px;
    padding: 0px 0px 60px 0px;
}

#div_f47b_15 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgb(29 48 103 / 13%);
}

#div_f47b_16 {
    padding: 72px 30px 72px 30px;
}

#h3_f47b_4 {
    font-size: 20px;
    text-transform: none;
    color: #1d3067;
}

#div_f47b_17 {
    color: #000000;
}

#div_f47b_18 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

#div_f47b_19 {
    padding: 90px 30px 80px 30px;
}

#h3_f47b_5 {
    font-size: 20px;
    text-transform: none;
    color: #1d3067;
}

#div_f47b_20 {
    color: #000000;
}

#div_f47b_21 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

#div_f47b_22 {
    padding: 95px 30px 100px 30px;
}

#h3_f47b_6 {
    font-size: 20px;
    text-transform: none;
    color: #1d3067;
}

#div_f47b_23 {
    color: #525a70;
}

#div_f47b_24 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

#div_f47b_25 {
    padding: 70px 30px 55px 30px;
}

#h3_f47b_7 {
    font-size: 20px;
    text-transform: none;
    color: #1d3067;
}

#div_f47b_26 {
    color: #525a70;
}

#div_f47b_27 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

#div_f47b_28 {
    padding: 60px 30px 35px 30px;
}

#h3_f47b_8 {
    font-size: 20px;
    text-transform: none;
    color: #1d3067;
}

#div_f47b_29 {
    color: #000000;
}

#div_f47b_30 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
}

#div_f47b_31 {
    padding: 60px 30px 35px 30px;
}

#h3_f47b_9 {
    font-size: 20px;
    text-transform: none;
    color: #39b54a;
}

#div_f47b_32 {
    color: #525a70;
}

#div_f47b_33 {
    padding: 95px 0px 65px 0px;
}

#div_f47b_34 {
    background-image: url(../upload/wanna.jpg);
    background-size: cover;
    background-position: center;
}

#h3_f47b_10 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 0px;
}

#div_f47b_35 {
    font-size: 20px;
}

#a_f47b_0 {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

#div_f47b_36 {
    margin: 10px 0px 0px 0px;
    padding: 90px 0px 20px 0px;
}

#div_f47b_37 {
    background-image: url(../upload/hp-1-cases-title-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#div_f47b_38 {
    padding-bottom: 60px;
}

#h3_f47b_11 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #3e4494;
}

#span_f47b_1 {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
}

#div_f47b_39 {
    margin: -15px 0px 0px 0px;
    padding: 0px 0px 70px 0px;
}

#div_f47b_40 {
    padding-bottom: 40px;
}

#h3_f47b_12 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#h3_f47b_13 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#h3_f47b_14 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#h3_f47b_15 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#h3_f47b_16 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#h3_f47b_17 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#a_f47b_1 {
    font-size: 15px;
    color: #ffffff;
    padding: 17px 38px 23px 38px;
    text-transform: none;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    background: #3740b0;
}

#div_f47b_41 {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    max-width: 1280px;
}

#div_f47b_42 {
    box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 74px rgba(10, 10, 10, 0.07);
    background-color: #ffffff;
}

#div_f47b_43 {
    background-color: #3740b0;
}

#div_f47b_44 {
    background-image: url(../upload/shutterstock_251068444.jpg);
    opacity: 0.7;
    background-size: cover;
    background-position: center;
}

#div_f47b_45 {
    padding-bottom: 0px;
}

#div_f47b_46 {
    border-width: 0px;
}

#div_f47b_47 {
    padding: 80px 60px 60px 80px;
}

#span_f47b_2 {
    font-size: 15px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #8085ca;
}

#h3_f47b_18 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #4b5091;
}

#div_f47b_48 {
    padding-bottom: 16px;
}

#div_f47b_49 {
    font-size: 16px;
    color: #8285b3;
}

#a_f47b_2 {
    font-size: 14px;
    color: #1d3067db;
    padding: 12px 22px 12px 22px;
    text-transform: none;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-width: 2px 2px 2px 2px;
    border-color: #1d306757;
}

#div_f47b_50 {
    padding: 95px 0px 55px 80px;
}

#div_f47b_51 {
    background-color: #1d3067;
}

#div_f47b_52 {
    padding-bottom: 10px;
}

#h3_f47b_19 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

#div_f47b_53 {
    padding-bottom: 7px;
}

#div_f47b_54 {
    font-size: 19px;
    color: #f9f9f9;
}

#li_f47b_0 {
    margin-bottom: 7px;
}

#i_f47b_1 {
    color: #37ff5f;
    font-size: 16px;
    width: 16px;
}

#span_f47b_3 {
    color: #40b750;
    font-size: 16px;
}

#li_f47b_1 {
    margin-bottom: 7px;
}

#i_f47b_2 {
    color: #37ff5f;
    font-size: 16px;
    width: 16px;
}

#span_f47b_4 {
    color: #40b750;
    font-size: 16px;
}

#li_f47b_2 {
    margin-bottom: 7px;
}

#i_f47b_3 {
    color: #37ff5f;
    font-size: 16px;
    width: 16px;
}

#span_f47b_5 {
    color: #40b750;
    font-size: 16px;
}

#li_f47b_3 {
    margin-bottom: 7px;
}

#i_f47b_4 {
    color: #37ff5f;
    font-size: 16px;
    width: 16px;
}

#span_f47b_6 {
    color: #40b750;
    font-size: 16px;
}

#a_f47b_3 {
    font-size: 13px;
    color: #40b750;
    padding: 10px 20px 10px 20px;
    text-transform: none;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    border-width: 2px 2px 2px 2px;
    border-color: #28995061;
}

#div_f47b_55 {
    background-image: url(../upload/whychoose.jpg);
    background-size: cover;
    background-position: top right;
}

#div_f47b_56 {
    margin: 90px 0px 0px 0px;
    padding: 95px 0px 295px 0px;
}

#div_f47b_57 {
    background-color: #f2f2f2;
}

#div_f47b_58 {
    max-width: 1360px;
}

#div_f47b_59 {
    margin: -235px auto 0px auto;
    padding: 0px 0px 0px 0px;
    max-width: 1280px;
}

#div_f47b_60 {
    box-shadow: 0 0 73px rgba(10, 10, 10, 0.07);
    -moz-box-shadow: 0 0 73px rgba(10, 10, 10, 0.07);
    -webkit-box-shadow: 0 0 73px rgba(10, 10, 10, 0.07);
    background-color: #ffffff;
}

#div_f47b_61 {
    background-image: url(../upload/home-1-quote.jpg);
    background-size: cover;
    background-position: center;
}

#div_f47b_62 {
    padding: 70px 60px 60px 75px;
}

#div_f47b_63 {
    background-color: #ffffff;
}

#div_f47b_64 {
    margin: 0px 0px 0px 0px;
    padding: 110px 0px 0px 0px;
}

/* #div_f47b_65 {
    background-image: url(../upload/hp-1-blog-title-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
} */

#gdlr-core-title-item-id-28515 {
    padding-bottom: 55px;
}

#h3_f47b_20 {
    font-size: 44px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #3e4494;
}

#div_f47b_66 {
    padding: 0px 0px 30px 0px;
}

#div_f47b_67 {
    padding-bottom: 60px;
}

#div_f47b_68 {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
}

#h3_f47b_21 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
}

#div_f47b_69 {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
}

#h3_f47b_22 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
}

#div_f47b_70 {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
}

#h3_f47b_23 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
}

#div_f47b_71 {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
}

#h3_f47b_24 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
}

#div_f47b_72 {
    box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -moz-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
    -webkit-box-shadow: 0 0 30px rgba(10, 10, 10, 0.06);
}

#h3_f47b_25 {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0px;
}

#div_f47b_73 {
    padding: 130px 0px 70px 0px;
}

#div_f47b_74 {
    background-image: url(../upload/home-1-testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
}

#div_f47b_75 {
    max-width: 800px;
}

#div_f47b_76 {
    margin-bottom: 30px;
}

#h3_f47b_26 {
    font-size: 48px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    color: #1d3067;
}

#div_f47b_77 {
    font-size: 20px;
    color: #f9f9f9;
}

#div_f47b_78 {
    color: #ffffff;
}

#div_f47b_79 {
    color: #ffffff;
}

#div_f47b_80 {
    color: #1d3067;
}

#div_f47b_81 {
    font-size: 20px;
    color: #ffffff;
}


#div_f47b_82 {
    color: #ffffff;
}

#div_f47b_83 {
    color: #ffffff;
}

#div_f47b_84 {
    color: #1d3067;
}

#gdlr-core-wrapper-2 {
    padding: 120px 0px 120px 0px;
}

#div_f47b_85 {
    background-color: #f0f0f0;
}

#div_f47b_86 {
    background-image: url(../upload/about-title-bg-stats.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#div_f47b_87 {
    padding-bottom: 67px;
}

#h3_f47b_27 {
    font-size: 43px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

#span_f47b_7 {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
}

#gdlr-core-wrapper-3 {
    margin: -120px auto 0px auto;
    padding: 85px 0px 45px 0px;
    max-width: 1280px;
}

#div_f47b_88 {
    box-shadow: 0 0 74px rgba(20, 20, 20, 0.07);
    -moz-box-shadow: 0 0 74px rgba(20, 20, 20, 0.07);
    -webkit-box-shadow: 0 0 74px rgb(64 184 80 / 42%);
    background-color: #ffffff;
}

#div_f47b_89 {
    padding: 0px 0px 0px 15px;
}

#div_f47b_90 {
    font-size: 40px;
}

#div_f47b_91 {
    font-size: 18px;
    text-transform: none;
}

#div_f47b_92 {
    font-size: 40px;
}

#div_f47b_93 {
    font-size: 18px;
    text-transform: none;
}

#div_f47b_94 {
    font-size: 40px;
}

#div_f47b_95 {
    font-size: 18px;
    text-transform: none;
}

#div_f47b_96 {
    padding: 0px 15px 0px 0px;
}

#div_f47b_97 {
    font-size: 40px;
}

#div_f47b_98 {
    font-size: 18px;
    text-transform: none;
}

#div_f47b_99 {
    padding: 90px 0px 60px 0px;
}

#div_f47b_100 {
    padding-bottom: 20px;
}

#h3_f47b_28 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #3e4494;
}

#div_f47b_101 {
    max-width: 60px;
}

#div_f47b_102 {
    border-color: #cccccc;
    border-bottom-width: 3px;
}

#div_f47b_103 {
    padding-bottom: 50px;
}

#div_f47b_104 {
    font-size: 18px;
}

#div_f47b_105 {
    display: none;
}

#i_f47b_5 {
    font-size: 16px;
    color: #1d3067;
    margin-right: 10px;
}

#span_f47b_8 {
    margin-top: 10px;
}

#i_f47b_6 {
    font-size: 16px;
    color: #1d3067;
    margin-right: 10px;
}

#span_f47b_9 {
    margin-top: 10px;
}

#i_f47b_7 {
    font-size: 16px;
    color: #1d3067;
    margin-right: 10px;
}

#div_f47b_106 {
    display: none;
}

#i_f47b_8 {
    font-size: 16px;
    color: #1d3067;
    margin-left: 17px;
}

#i_f47b_9 {
    font-size: 16px;
    color: #1d3067;
    margin-left: 17px;
}

#i_f47b_10 {
    font-size: 16px;
    color: #1d3067;
    margin-left: 17px;
}

#i_f47b_11 {
    font-size: 16px;
    color: #1d3067;
    margin-left: 17px;
}

#i_f47b_12 {
    font-size: 16px;
    color: #1d3067;
    margin-left: 17px;
}



#gdlr-core-button-id-46412 {
    color: #fff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #333
}

#gdlr-core-button-id-46412:hover {
    color: #494949;
    background-color: #e5e5e5
}

#gdlr-core-button-id-39616 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #4b76e3
}

#gdlr-core-button-id-39616:hover {
    color: #fff;
    background-color: #6387e2
}

#gdlr-core-button-id-2677 {
    color: #fff;
    background: #2d9bea
}

#gdlr-core-button-id-2677:hover {
    color: #494949;
    background-color: #e5e5e5
}

#gdlr-core-button-id-44765 {
    color: #fff;
    padding: 12px 23px 12px 23px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #2d9bea
}

#gdlr-core-button-id-44765:hover {
    color: #fff;
    background-color: #59adea
}

#gdlr-core-button-id-90185 {
    color: #fff;
    padding: 20px 38px 20px 38px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #2d9bea
}

#gdlr-core-button-id-90185:hover {
    color: #fff;
    background-color: #59adea
}

#gdlr-core-button-id-9838 {
    color: #fff;
    padding: 32px 50px 32px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #2d9bea
}

#gdlr-core-button-id-9838:hover {
    color: #fff;
    background-color: #59adea
}

#gdlr-core-button-id-54735 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #31bf90
}

#gdlr-core-button-id-54735:hover {
    color: #fff;
    background-color: #31bf90
}

#gdlr-core-button-id-25889 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #9e76cc;
    background: linear-gradient(#9e76cc, #6485c1);
    -moz-background: linear-gradient(#9e76cc, #6485c1);
    -o-background: linear-gradient(#9e76cc, #6485c1);
    -webkit-background: linear-gradient(#9e76cc, #6485c1)
}

#gdlr-core-button-id-25889:hover {
    color: #fff
}

#gdlr-core-button-id-39451 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #66c4bc;
    background: linear-gradient(#66c4bc, #64adc1);
    -moz-background: linear-gradient(#66c4bc, #64adc1);
    -o-background: linear-gradient(#66c4bc, #64adc1);
    -webkit-background: linear-gradient(#66c4bc, #64adc1)
}

#gdlr-core-button-id-39451:hover {
    color: #fff
}

#gdlr-core-button-id-30419 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #2d9bea
}

#gdlr-core-button-id-30419:hover {
    color: #fff;
    background-color: #59adea
}

#gdlr-core-button-id-33634 {
    color: #2d9bea;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 2px 2px 2px 2px;
    border-color: #2d9bea
}

#gdlr-core-button-id-33634:hover {
    color: #2d9bea;
    border-color: #54acea
}

#gdlr-core-button-id-20350 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #619ddd;
    background: linear-gradient(#619ddd, #2d9bea);
    -moz-background: linear-gradient(#619ddd, #2d9bea);
    -o-background: linear-gradient(#619ddd, #2d9bea);
    -webkit-background: linear-gradient(#619ddd, #2d9bea)
}

#gdlr-core-button-id-20350:hover {
    color: #fff
}

#gdlr-core-button-id-38836 {
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #2d9bea
}

#gdlr-core-button-id-38836:hover {
    color: #fff;
    background-color: #59adea
}

#gdlr-core-button-id-13837 {
    color: #2d9bea;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-width: 2px 2px 2px 2px;
    border-color: #2d9bea
}

#gdlr-core-button-id-13837:hover {
    color: #2d9bea;
    border-color: #2d9bea
}



.submit-button {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 44px;
    min-width: 0px;
    background-color: #1d3067;
    color: #fff;
    border: 0;
    width: 100%;
    cursor: pointer;
}

.modifiedcon {
    background: #f1f1f1;
    padding-left: 5rem;
    padding-right: 5rem;
}






 

section.sec-4 .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 9;
}

section.sec-4 .container {
    position: relative;
    z-index: 9;
    text-align: left;
    left: 0;
    right: 0;
}

section.sec-4 .form-control {
    border-radius: 0;
    min-height: 50px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    color: #cacaca;
    font-weight: 400;
}

section.sec-4 .form-control::placeholder {
    color: #cacaca;
    font-weight: 400;
}

section.sec-4 select.form-control option {
    background-color: #ececec;
    color: #000000;
    padding-left: 10px;

}

section.sec-4 select.form-control {
    padding-left: 5px;

}

section.sec-4 select.form-control option:nth-child(1) {
    padding-left: 0px !important;

}

.who-form {
    color: #fff;
    padding: 40px 50px;
    background: #1d3067;
    /* background: #005ca5; */
    border-radius: 10px;
}

.who-form h3 {
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    color: #ffffff !important;
    line-height: 46px;
}

.who-form h3 span {
    color: #5de159;
}

.frm-btns button {
    width: fit-content;
    text-align: center;
    background: #2e333e;

    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 18px;
}

.frm-btns button:hover {
    background: #000000 !important;
    border: 1px solid #000000;
}

.frm-btns button:nth-child(1) {
    margin-right: 10px;
    background: #4cb848;
    border: 1px solid #4cb848;
}
.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 109, 253, 0) !important;
}
.frm-btns {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}

.who-form form {
    margin-top: 30px;
}

.who-form label {
    margin-bottom: 10px;
    color: #cacaca;
}

.prmcy {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    height: 100%;
}

.prmcy h4 {
    font-size: 13px;
    color: #565656;
    background: #ededed;
    padding: 4px 6px;
    width: fit-content;
    margin: auto;
    border-radius: 4px;
    font-weight: 400;
}

.prmcy h5 a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
}
.pr-btn a {
    color: #fff;
    text-decoration: none;
    background: #4cb848;
    padding: 7px 14px;
    display: inline-block;
    font-size: 14px;
    transition: .7s all;
    border-radius: 5px;
}
.pr-btn a:nth-child(2) {
    background: #4a4b4a;
}
.pr-btn a:hover {
    background: #2c752a;
}

.pr-btn {
    margin-top: 20px;
    display: inline-block;
}

.prmcy h6 {
    font-size: 20px;
    color: #4cb848;
}

.prmcy h5 {
    margin: 15px 0;
}

.sc-hd p {
    font-size: 20px;
}

.sc-hd {
    margin-bottom: 30px;
}


@media (min-width: 1000px) and (max-width: 1450px){
    .financity-navigation .sf-menu {
    display: inline-block;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0px;
}
}



@media (min-width: 1000px) and (max-width: 1024px) {
    #div_f47b_50
 {
    padding: 90px 60px 40px 10px;
}
   
    .modifiedcon {
        background: #f1f1f1;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .financity-header-right-button {
        padding: 5px 5px;
        font-size: 11px;
       
    }
    .financity-header-background-transparent .financity-navigation-bar-wrap .financity-navigation {
        padding-left: 10px;
        padding-right: 10px;
    }
    .financity-item-mglr, .gdlr-core-item-mglr, .financity-navigation .sf-menu>.financity-mega-menu .sf-mega {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .financity-body {
        font-size: 13px !important;
    }
    .widget_product_categories ul li, .widget_archive ul li, .widget_categories ul li, .widget_nav_menu ul li, .widget_meta ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 18px;
    }

    

    .tp-parallax-wrap{
            position: absolute;
            display: block;
            visibility: visible;
            left: 100px !important;
            top: 297px;
            z-index: 5;
        }
        /* .contactbtn{
            left: 9rem !important;
        } */
        /* .rev-btn{
            left: 9rem !important;
        } */

}
@media (width: 768px) {
    #div_f47b_50 {
        padding: 70px 0px 55px 10px;
    }
  }

  @media (min-width: 320px) and (max-width: 425px){
    .financity-page-title{
        font-size: 29px !important;
    }
  .danjclient{
    width: 330px !important;
        margin-right: -100px !important;
        float: left;
        display: block;
    
  }
  .gdlr-core-flexslider.coro[data-type="carousel"] ul.slides>li {
    margin-left: -100px !important;
}

/* .tp-caption {
    font-size: 10px !important;
    
} */

footer p{
    text-align: justify;
}
.accordion button .accordion-title {
    padding: 0em 0em 0em 0px !important;
}

  }

   
  @media screen and (max-width: 1364px) and (min-width: 1025px) {
    .modifiedcon {
        padding-left: 5rem;
        padding-right: 5rem;
    }
  }
  @media (min-width: 1365px) and (max-width: 1374px)  {
    .modifiedcon {
        padding-left: 3rem;
        padding-right: 3rem;
    }
  }
  @media (min-width: 1375px) and (max-width: 1379px)  {
    .modifiedcon {
        padding-left: 3rem;
        padding-right: 3rem;
    }
  }

   @media (min-width: 1025px) and (max-width: 1380px){
 .tp-parallax-wrap{
            position: absolute;
            display: block;
            visibility: visible;
            left: 100px !important;
            top: 297px;
            z-index: 5;
        }
        /* .contactbtn{
            position: unset;
            left: 9rem !important;
        } */
   }

 
    @media (min-width: 768px) and (max-width: 1130px){
 .indass {
    padding: 0px 0px 50px 0px !important;
}
.indass2 {
    padding: 35px 0px 40px 0px !important;
}
.indass3{
    padding: 35px 0px 40px 0px !important;
}
    }
    
    @media (min-width: 1189px) and (max-width: 1276px){
        .indass {
    padding: 0px 0px 50px 0px !important;
}
.indass2 {
    padding: 0px 0px 50px 0px !important;
}
.indass3{
    padding: 0px 0px 22px 0px !important;
}
    }


    @media (min-width: 1000px) and (max-width: 2560px){
        .bookappsocial{
            padding: 115px 0px 15px 0px !important;
        }
    }


     @media (min-width: 1000px) and (max-width: 1307px) {
.financity-navigation .sf-menu>li
 {
    padding-left: 9px !important;
    padding-right: 0px !important;
}
.financity-navigation .sf-menu>li>a, .financity-navigation .sf-vertical>li>a {
    font-size: 14px !important;
}
    .modifiedcon {
       
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .financity-navigation .sf-menu>li>a {
    padding-bottom: 3px !important;
}
/* 
.financity-navigation .sf-menu>li {
        padding-left: 35px !important;
        padding-right: 0px !important;} */

     }

      @media (min-width: 1100px) and (max-width: 1307px) {
.financity-navigation .sf-menu>li {
        padding-left: 24px !important;
        padding-right: 0px !important;}
      }

      

   @media (min-width: 1150px) and (max-width: 1380px) {
        /* .contactbtn
 {
        position: unset;
        left: 12rem!important;
    } */
     .gdlr-core-flexslider.coro[data-type="carousel"] ul.slides>li {
	
            margin-left: -100px !important;
        }
   }

       .sf-menu>li>a>i:hover, .sf-menu>li>a>i.current-menu-item>i{
    color: #40b850;
}
    .sf-menu>li>a>i, .sf-vertical>li>a>i
 {
    color: #1d3067;
}


   .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.financity-footer-container {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
        }

        .financity-footer-column {
            text-align: center; 
        }