@charset "UTF-8";
@charset "UTF-8";
.popup-template .modal {
  opacity: 0;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.popup-template .modal.is-open {
  opacity: 1;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}/** Light color-scheme **/
:root{
    --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --cc-font-size: 16px;
    --cc-bg: #fff;
    --cc-z-index: 2147483647;
    --cc-text: #2d4156;
    --cc-border-radius: .45rem;
    --cc-btn-primary-bg: #2d4156;
    --cc-btn-primary-text: var(--cc-bg);
    --cc-btn-primary-hover-bg: #1d2e38;
    --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
    --cc-btn-secondary-bg: #eaeff2;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #d8e0e6;
    --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
    --cc-btn-border-radius: 0.375rem;
    --cc-toggle-bg-off: #919ea6;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #d5dee2;
    --cc-toggle-knob-bg: #fff;
    --cc-toggle-knob-icon-color: #ecf2fa;
    --cc-block-text: var(--cc-text);
    --cc-cookie-category-block-bg: #f0f4f7;
    --cc-cookie-category-block-bg-hover: #e9eff4;
    --cc-section-border: #f1f3f5;
    --cc-cookie-table-border: #e9edf2;
    --cc-overlay-bg: rgb(4, 6, 8);
    --cc-overlay-opacity: .85;
    --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
    --cc-webkit-scrollbar-bg: #cfd5db;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
}

/** Dark color-scheme **/
.c_darkmode{
    --cc-bg: #181b1d;
    --cc-text: #d8e5ea;
    --cc-btn-primary-bg: #a6c4dd;
    --cc-btn-primary-text: #000;
    --cc-btn-primary-hover-bg: #c2dff7;
    --cc-btn-primary-hover-text: var(--cc-btn-primary-text);
    --cc-btn-secondary-bg: #33383c;
    --cc-btn-secondary-text: var(--cc-text);
    --cc-btn-secondary-hover-bg: #3e454a;
    --cc-btn-secondary-hover-text: var(--cc-btn-secondary-text);
    --cc-toggle-bg-off: #667481;
    --cc-toggle-bg-on: var(--cc-btn-primary-bg);
    --cc-toggle-bg-readonly: #454c54;
    --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
    --cc-toggle-knob-icon-color: var(--cc-bg);
    --cc-block-text: #b3bfc5;
    --cc-cookie-category-block-bg: #23272a;
    --cc-cookie-category-block-bg-hover: #2b3035;
    --cc-section-border: #292d31;
    --cc-cookie-table-border: #2b3035;
    --cc-webkit-scrollbar-bg: #667481;
    --cc-webkit-scrollbar-bg-hover: #9199a0;
}

#cc--main {
    z-index: var(--cc-z-index);
}

.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-style: inherit;
    font-variant: normal;
    font-weight: inherit;
    font-family: inherit;
    line-height: 1.2;
    font-size: 1em;
    transition: none;
    animation: none;
    margin: 0;
    padding: 0;
    text-transform: none;
    letter-spacing: unset;
    color: inherit;
    background: none;
    border: none;
    border-radius: unset;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
    visibility: unset;
    height: auto;
    vertical-align: baseline;
}

.cc_div {
    font-size: var(--cc-font-size);
    font-weight: 400;
    font-family: var(--cc-font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: var(--cc-text);
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before{
    font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc{
    border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.cc_div input,
.cc_div button,
.cc_div a{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
}

.cc_div a{
    border-bottom: 1px solid;
}

.cc_div a:hover{
    text-decoration: none;
    border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov{
    transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}

.c--anim .c-bn{
    transition: background-color .25s ease!important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr{
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov{
    transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr{
    transform: translateX(100%);
    opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr{
    transform: translateX(-100%);
    opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr{
    transform: translateY(1.6em);
}

#cm.top.slide{
    transform: translateY(-1.6em);
}

#cm.bar.slide{
    transform: translateY(100%);
}

#cm.bar.top.slide{
    transform: translateY(-100%);
}
/* end transitions */

/* Show modals */

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr{
    opacity: 1;
    transform: scale(1);
    visibility: visible!important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle{
    transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt{
    visibility: visible!important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov{
    visibility: visible!important;
    opacity: var(--cc-overlay-opacity)!important;
}

#cm{
    font-family: inherit;
    padding: 1em 1.4em 1.3em 1.4em;
    position: fixed;
    z-index: 1;
    background: var(--cc-bg);
    max-width: 24.2em;
    width: 100%;
    bottom: 1.250em;
    right: 1.250em;
    box-shadow: 0 0.625em 1.875em #000000;
    box-shadow: var(--cc-consent-modal-box-shadow);
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    line-height: initial;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
    display: block!important;
}

#c-ttl{
    margin-bottom: .7em;
    font-size: 1.05em;
}

.cloud #c-ttl{
    margin-top: -.15em;
}

#c-txt{
    font-size: 0.9em;
    line-height: 1.5em;
}

.cc_div #c-bns{
    display: flex;
    justify-content: space-between;
    margin-top: 1.4em;
}

.cc_div .c-bn{
    color: var(--cc-btn-secondary-text);
    background: var(--cc-btn-secondary-bg);
    padding: 1em 1.7em;
    display: inline-block;
    cursor: pointer;
    font-size: 0.82em;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    border-radius: var(--cc-btn-border-radius);
    flex: 1;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn{
    float: right;
    margin-left: .5rem;
}

#s-cnt #s-rall-bn{
    float: none;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover{
    background: var(--cc-btn-secondary-hover-bg);
    color: var(--cc-btn-secondary-hover-text);
}

/**
CookieConsent settings modal
**/
#s-cnt{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    display: table;
    height: 100%;
    visibility: hidden;
}

#s-bl{
    outline: none;
    scrollbar-width: thin;
}

#s-bl .title{
    margin-top: 1.4em;
}

#s-bl .title:first-child{
    margin-top: 0;
}

#s-bl .b-bn{
    margin-top: 0;
}

#s-bl .b-acc .p{
    margin-top: 0;
    padding: 1em;
}

#s-cnt .b-bn .b-tl{
    display: block;
    font-family: inherit;
    font-size: .95em;
    width: 100%;
    position: relative;
    padding: 1.3em 6.4em 1.3em 2.7em;
    background: none;
    transition: background-color .25s ease;
}

#s-cnt .b-bn .b-tl.exp{
    cursor: pointer;
}

#s-cnt .act .b-bn .b-tl{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover{
    background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn{
    position: relative;
}

#s-bl .c-bl{
    padding: 1em;
    margin-bottom: .4rem;
    border: 1px solid var(--cc-section-border);
    transition: background-color .25s ease;
}

#s-bl .c-bl:hover{
    background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child{
    margin-bottom: .5em;
}

#s-bl .c-bl:first-child{
    transition: none;
    padding: 0;
    margin-top: 0;
    border:none;
    margin-bottom: 2em;
}

#s-bl .c-bl:not(.b-ex):first-child:hover{
    background: transparent;
    background: unset;
}

#s-bl .c-bl.b-ex{
    padding: 0;
    border: none;
    background: var(--cc-cookie-category-block-bg);
    transition: none;
}

#s-bl .c-bl.b-ex + .c-bl{
    margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex{
    margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child{
    margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child{
    margin-bottom: .5em;
}

#s-bl .b-acc{
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    display: none;
}

#s-bl .act .b-acc{
    max-height: 100%;
    display: block;
    overflow: hidden;
}

#s-cnt .p{
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: .85em;
    color: var(--cc-block-text);
}

.cc_div .b-tg .c-tgl:disabled{
    cursor: not-allowed;
}

#c-vln{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

#cs{
    padding: 0 1.7em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

#s-inr{
    height: 100%;
    position: relative;
    max-width: 45em;
    margin: 0 auto;
    transform: scale(.96);
    opacity: 0;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
    position: relative;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    box-shadow: rgba(3, 6, 9, .26) 0px 13px 27px -5px;
}

#s-inr,
#s-hdr,
#s-bns{
    background: var(--cc-bg);
}

#s-bl{
    overflow-y: auto;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 100%;
    padding: 1.3em 1.6em;
    display: block;
    width: 100%;
}

#s-bns{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 1.8em;
    border-top: 1px solid var(--cc-section-border);
    height: 4.75em;
}

.cc_div .cc-link{
    color: var(--cc-btn-primary-bg);
    border-bottom: 1px solid var(--cc-btn-primary-bg);
    display: inline;
    padding-bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active{
    border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child{
    color: var(--cc-btn-primary-text);
    background: var(--cc-btn-primary-bg);
}

#c-bns.swap button:first-child{
    color: var(--cc-btn-secondary-text);
    background: var(--cc-btn-secondary-bg);
}

#c-bns.swap button:last-child{
    color: var(--cc-btn-primary-text);
    background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg{
    background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover{
    background: var(--cc-btn-primary-hover-bg);
    color: var(--cc-btn-primary-hover-text);
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover{
    background: var(--cc-btn-secondary-hover-bg);
    color: var(--cc-btn-secondary-hover-text);
}

#s-hdr{
    position: absolute;
    top: 0;
    width: 100%;
    display: table;
    padding: 0 1.8em;
    height: 4.75em;
    vertical-align: middle;
    z-index: 2;
    border-bottom: 1px solid var(--cc-section-border);
}

#s-ttl{
    display: table-cell;
    vertical-align: middle;
    font-size: 1em;
}

#s-c-bn{
    padding: 0;
    width: 1.7em;
    height: 1.7em;
    font-size: 1.45em;
    margin: 0;
    font-weight: initial;
    position: relative;
    overflow: hidden;
}

#s-c-bnc{
    display: table-cell;
    vertical-align: middle;
}

.cc_div span.t-lb {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
}

#c_policy__text{
    height: 31.250em;
    overflow-y: auto;
    margin-top: 1.250em;
}

#c-s-in{
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    height: 100%;
    height: calc(100% - 2.5em);
    max-height: 37.5em;
}

@media screen and (min-width: 688px) {
    /** works only on webkit-based browsers **/
    #s-bl::-webkit-scrollbar{
        width: .8em;
        height: 100%;
        background: transparent;
        border-radius: 0 0.250em 0.250em 0;
    }

    #s-bl::-webkit-scrollbar-thumb{
        border: 0.25em solid var(--cc-bg);
        background: var(--cc-webkit-scrollbar-bg);
        border-radius: 100em;
    }

    #s-bl::-webkit-scrollbar-thumb:hover{
        background: var(--cc-webkit-scrollbar-bg-hover);
    }

    #s-bl::-webkit-scrollbar-button {
        width: 10px;
        height: 5px;
    }
}

/** custom checkbox **/
/* The container */
.cc_div .b-tg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    margin: auto;
    right: 1.2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
    position: absolute;
    cursor: pointer;
    display: block;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
    position: absolute;
    background: var(--cc-toggle-bg-off);
    transition: background-color .25s ease, box-shadow .25s ease;
    pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl{
    width: 3.4em;
    height: 1.5em;
    border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro{
    cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro{
    background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after{
    box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
    content: "";
    position: relative;
    display: block;
    left: 0.125em;
    top: 0.125em;
    width: 1.25em;
    height: 1.25em;
    border: none;
    box-sizing: content-box;
    background: var(--cc-toggle-knob-bg);
    box-shadow: 0 1px 2px rgba(24, 32, 35, .36);
    transition: transform .25s ease;
    border-radius: 100%;
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after{
    transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td{
    border: none;
}

#s-bl tbody tr{
    transition: background-color .25s ease;
}

#s-bl tbody tr:hover{
    background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#s-bl caption {
    padding: 0.5rem 1rem;
    font-size: .9em;
    border-bottom: 1px solid var(--cc-cookie-table-border);
    font-weight: 600;
}

#s-bl td,
#s-bl th {
    padding: 0.8em 0.625em;
    text-align: left;
    vertical-align: top;
    font-size: .8em;
    padding-left: 1.2em;
}

#s-bl th {
    font-family: inherit;
    padding: 1em 1rem;
    font-weight: 600;
}

#s-bl thead tr:first-child{
    border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #s-cnt,
.force--consent #cs{
    width: 100vw;
}

#cm-ov,
#cs-ov{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    background: #070707;
    background: var(--cc-overlay-bg);
    display: none;
    transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov{
    display: block;
}

#cs-ov{
    z-index: 2;
}

.force--consent .cc_div{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    width: 100vw;
    visibility: hidden;
    transition: visibility .25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div{
    visibility: visible;
}

.force--consent #cm{
    position: absolute;
}

.force--consent #cm.bar{
    width: 100vw;
    max-width: 100vw;
}

html.force--consent.show--consent{
    overflow-y: hidden!important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body{
    height: auto!important;
    overflow-x: hidden!important;
}
/** END BLOCK PAGE SCROLL */

/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before{
    border: solid var(--cc-btn-secondary-text);
    border-width: 0 2px 2px 0;
    padding: .2em;
    display: inline-block;
    position: absolute;
    content: '';
    margin-right: 15px;
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    left: 1.2em;
    top: 50%;
}

.cc_div .act .b-bn .b-tl::before{
    transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before{
    border: solid var(--cc-toggle-knob-icon-color);
    border-width: 0 2px 2px 0;
    padding: .1em;
    display: inline-block;
    padding-bottom: .45em;
    content: '';
    margin: 0 auto;
    transform: rotate(45deg);
    top: .37em;
    left: .75em;
    position: absolute;
}

#s-c-bn::before,
#s-c-bn::after{
    content: '';
    position: absolute;
    left: .82em;
    top: .58em;
    height: .6em;
    width: 1.5px;
    background: var(--cc-btn-secondary-text);
    transform: rotate(45deg);
    border-radius: 1em;
    margin: 0 auto;
}

#s-c-bn::after{
    transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i{
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    transition: opacity .15s ease;
}

.cc_div .on-i{
    left: 0;
    opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after{
    right: .8em;
    top: .42em;
    content: ' ';
    height: .7em;
    width: .09375em;
    display: block;
    background: var(--cc-toggle-knob-icon-color);
    margin: 0 auto;
    position: absolute;
    transform-origin: center;
}

.cc_div .off-i::before {
    transform: rotate(45deg);
}
.cc_div .off-i::after {
    transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i{
    opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i{
    opacity: 0;
}
/** END ICONS **/

#cm.box.middle,
#cm.cloud.middle{
    top: 50%;
    transform: translateY(-37%);
    bottom: auto;
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom{
    transform: scale(.95) translateY(-50%);
}

#cm.box.center{
    left: 1em;
    right: 1em;
    margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
    max-width: 50em;
    margin: 0 auto;
    text-align: center;
    left: 1em;
    right: 1em;
    overflow: hidden;
    padding: 1.2em 1.7em;
    width: unset;
}

.cc_div .cloud #c-inr{
    display: table;
    width: 100%;
}

.cc_div .cloud #c-inr-i{
    width: 70%;
    display: table-cell;
    vertical-align: top;
    padding-right: 2.4em;
}

.cc_div .cloud #c-txt{
    font-size: 0.85em;
}

.cc_div .cloud #c-bns{
    min-width: 170px;
    display: table-cell;
    vertical-align: middle;
}

#cm.cloud .c-bn{
    margin: .5rem 0 0 0;
    width: 100%;
}

#cm.cloud .c-bn:first-child{
    margin: 0;
}

#cm.cloud.left{
    margin-right: 1.25em;
}

#cm.cloud.right{
    margin-left: 1.25em;
}
/* End cloud layout */

/* Start bar layout */
#cm.bar {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    position: fixed;
    padding: 2em;
}

#cm.bar #c-inr{
    max-width: 32em;
    margin: 0 auto;
}

#cm.bar #c-bns{
    max-width: 33.75em;
}

#cm.bar #cs{
    padding: 0;
}

.cc_div .bar #c-s-in{
    top: 0;
    transform: none;
    height: 100%;
    max-height: 100%;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
    padding-left: 1.4em;
    padding-right: 1.4em;
}

.cc_div .bar #cs{
    padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr{
    margin: 0;
    margin-left: auto;
    margin-right: 0;
    border-radius: 0;
    max-width: 32em;
}

.cc_div .bar.left #s-inr{
    margin-left: 0;
    margin-right: auto;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt{
    display: block;
}

.cc_div .bar #s-bl caption {
    display: block;
    border-top: 0;
    border-bottom: 1px solid var(--cc-cookie-table-border);
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr{
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.cc_div .bar #s-bl tr{
    border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
}

.cc_div .bar #s-bl td:before {
    position: absolute;
    left: 1rem;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
}
/* End bar layout */

/* Positions */
#cm.top {
    bottom: auto;
    top: 1.250em;
}

#cm.left{
    right: auto;
    left: 1.250em;
}

#cm.right{
    left: auto;
    right: 1.250em;
}

#cm.bar.left,
#cm.bar.right{
    left: 0;
    right: 0;
}

#cm.bar.top{
    top: 0;
}
/* end positions */

/* Disable transitions if prefers-reduced-motion detected */
@media (prefers-reduced-motion) {
    #cc--main #cm,
    #cc--main #s-cnt,
    #cc--main #s-inr{
        transition: none!important;
    }
}

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

    #cm,
    #cm.cloud,
    #cm.left,
    #cm.right{
        width: auto;
        max-width: 100%;
        margin: 0;
        padding: 1.2em!important;
        right: 1em;
        left: 1em;
        bottom: 1em;
        display: block;
    }

    .force--consent #cm,
    .force--consent #cm.cloud{
        width: auto;
        max-width: 100vw;
    }

    #cm.top{
        top: 1em;
        bottom: auto;
    }

    #cm.bottom{
        bottom: 1em;
        top: auto;
    }

    #cm.bar.bottom{
        bottom: 0;
    }

    #cm.cloud .c-bn{
        font-size: .85em;
    }

    #s-bns,
    .cc_div .bar #s-bns{
        padding: 1em 1.3em;
    }

    .cc_div .bar #s-inr{
        max-width: 100%;
        width: 100%;
    }

    .cc_div .cloud #c-inr-i{
        padding-right: 0;
    }

    #cs{
        border-radius: 0;
        padding: 0;
    }

    #c-s-in{
        max-height: 100%;
        height: 100%;
        top: 0;
        transform: none;
    }

    .cc_div .b-tg{
        transform: scale(1.1);
        right: 1.1em;
    }

    #s-inr{
        margin: 0;
        padding-bottom: 7.9em;
        border-radius: 0;
    }

    #s-bns{
        height: 7.9em;
    }

    #s-bl,
    .cc_div .bar #s-bl{
        padding: 1.2em;
    }

    #s-hdr,
    .cc_div .bar #s-hdr{
        padding: 0 1.2em;
    }

    /** dynamic table layout **/
    #s-bl table {
        width: 100%;
    }

    #s-inr.bns-t{
        padding-bottom: 10.5em;
    }

    .bns-t #s-bns{
        height: 10.5em;
    }

    .cc_div .bns-t .c-bn{
        font-size: 0.83em;
        padding: .9em 1.6em;
    }

    #s-cnt .b-bn .b-tl{
        padding-top: 1.2em;
        padding-bottom: 1.2em;
    }

    /* Force table to not be like tables anymore */
    #s-bl table,
    #s-bl thead,
    #s-bl tbody,
    #s-bl th,
    #s-bl td,
    #s-bl tr,
    #s-cnt{
        display: block;
    }

    #s-bl caption {
        border-bottom: 0;
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #s-bl thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #s-bl tr{
        border-top: 1px solid var(--cc-cookie-table-border);
    }

    #s-bl td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 35%;
    }

    #s-bl td:before {
        position: absolute;
        left: 1rem;
        padding-right: 0.625em;
        white-space: nowrap;
        content: attr(data-column);
        color: var(--cc-text);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #cm .c-bn,
    .cc_div .c-bn{
        width: 100%;
        margin-right: 0;
    }

    #s-cnt #s-rall-bn{
        margin-left: 0;
    }

    .cc_div #c-bns{
        flex-direction: column;
    }

    #c-bns button + button,
    #s-cnt button + button{
        margin-top: 0.625em;
        margin-left: 0;
        float: unset;
    }

    #cm.cloud,
    #cm.box{
        left: 1em;
        right: 1em;
        width: auto;
    }

    #cm.cloud.right,
    #cm.cloud.left{
        margin: 0;
    }

    .cc_div .cloud #c-bns,
    .cc_div .cloud #c-inr,
    .cc_div .cloud #c-inr-i{
        display: block;
        width: auto;
        min-width: unset;
    }

    .cc_div .cloud #c-txt{
        font-size: .9em;
    }

    .cc_div .cloud #c-bns{
        margin-top: 1.625em;
    }
}





@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Regular.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Regular.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Regular.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Regular.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Regular.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Italic.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Italic.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Italic.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Italic.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Italic.svg) format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Light.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Light.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Light.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Light.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Light.svg) format('svg');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Medium.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Medium.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Medium.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Medium.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Medium.svg) format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-SemiBold.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-SemiBold.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-SemiBold.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-SemiBold.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-SemiBold.svg) format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Bold.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Bold.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Bold.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Bold.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Bold.svg) format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-ExtraBold.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-ExtraBold.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-ExtraBold.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-ExtraBold.svg) format('svg');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'CerebriSans';
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Heavy.eot);
	src: url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Heavy.eot#iefix) format('embedded-opentype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Heavy.ttf) format('truetype'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Heavy.woff) format('woff'),
	url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/cerebrisans/CerebriSans-Heavy.svg) format('svg');
	font-weight: 900;
	font-style: normal;
}
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hashtag:before{content:"\f292"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-brands-400.eot);src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-light-300.eot);src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-light-300.woff2) format("woff2"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-light-300.woff) format("woff"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-light-300.ttf) format("truetype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-regular-400.eot);src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-solid-900.eot);src:url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/fonts/awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */

@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.sk-rotating-plane{width:40px;height:40px;background-color:#333;margin:40px auto;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-double-bounce{width:40px;height:40px;position:relative;margin:40px auto}.sk-double-bounce .sk-child{width:100%;height:100%;border-radius:50%;background-color:#333;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-wave{margin:40px auto;width:50px;height:40px;text-align:center;font-size:10px}.sk-wave .sk-rect{background-color:#333;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-wave .sk-rect1{-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.sk-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-wave .sk-rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-wave .sk-rect5{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}@-webkit-keyframes sk-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(.4);transform:scaleY(.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-wandering-cubes{margin:40px auto;width:40px;height:40px;position:relative}.sk-wandering-cubes .sk-cube{background-color:#333;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both}.sk-wandering-cubes .sk-cube2{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCube{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5);transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse{width:40px;height:40px;margin:40px auto;background-color:#333;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-chasing-dots{margin:40px auto;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-chasing-dots .sk-child{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#333;border-radius:100%;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-three-bounce{margin:40px auto;width:80px;text-align:center}.sk-three-bounce .sk-child{width:20px;height:20px;background-color:#333;border-radius:100%;display:inline-block;-webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both;animation:sk-three-bounce 1.4s ease-in-out 0s infinite both}.sk-three-bounce .sk-bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.sk-three-bounce .sk-bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-three-bounce{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-0.1s;animation-delay:-0.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-cube-grid{width:40px;height:40px;margin:40px auto}.sk-cube-grid .sk-cube{width:33.33%;height:33.33%;background-color:#333;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-cube-grid .sk-cube1{-webkit-animation-delay:0.2s;animation-delay:0.2s}.sk-cube-grid .sk-cube2{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-cube-grid .sk-cube3{-webkit-animation-delay:0.4s;animation-delay:0.4s}.sk-cube-grid .sk-cube4{-webkit-animation-delay:0.1s;animation-delay:0.1s}.sk-cube-grid .sk-cube5{-webkit-animation-delay:0.2s;animation-delay:0.2s}.sk-cube-grid .sk-cube6{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-cube-grid .sk-cube7{-webkit-animation-delay:0.0s;animation-delay:0.0s}.sk-cube-grid .sk-cube8{-webkit-animation-delay:0.1s;animation-delay:0.1s}.sk-cube-grid .sk-cube9{-webkit-animation-delay:0.2s;animation-delay:0.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-fading-circle{margin:40px auto;width:40px;height:40px;position:relative}.sk-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-fading-circle .sk-circle:before{content:'';display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out both;animation:sk-circleFadeDelay 1.2s infinite ease-in-out both}.sk-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-0.7s;animation-delay:-0.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-0.5s;animation-delay:-0.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-0.3s;animation-delay:-0.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-0.2s;animation-delay:-0.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-0.1s;animation-delay:-0.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}.sk-folding-cube{margin:40px auto;width:40px;height:40px;position:relative;-webkit-transform:rotateZ(45deg);transform:rotateZ(45deg)}.sk-folding-cube .sk-cube{float:left;width:50%;height:50%;position:relative;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.sk-folding-cube .sk-cube:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#333;-webkit-animation:sk-foldCubeAngle 2.4s infinite linear both;animation:sk-foldCubeAngle 2.4s infinite linear both;-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.sk-folding-cube .sk-cube2{-webkit-transform:scale(1.1) rotateZ(90deg);transform:scale(1.1) rotateZ(90deg)}.sk-folding-cube .sk-cube3{-webkit-transform:scale(1.1) rotateZ(180deg);transform:scale(1.1) rotateZ(180deg)}.sk-folding-cube .sk-cube4{-webkit-transform:scale(1.1) rotateZ(270deg);transform:scale(1.1) rotateZ(270deg)}.sk-folding-cube .sk-cube2:before{-webkit-animation-delay:0.3s;animation-delay:0.3s}.sk-folding-cube .sk-cube3:before{-webkit-animation-delay:0.6s;animation-delay:0.6s}.sk-folding-cube .sk-cube4:before{-webkit-animation-delay:0.9s;animation-delay:0.9s}@-webkit-keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}@keyframes sk-foldCubeAngle{0%,10%{-webkit-transform:perspective(140px) rotateX(-180deg);transform:perspective(140px) rotateX(-180deg);opacity:0}25%,75%{-webkit-transform:perspective(140px) rotateX(0deg);transform:perspective(140px) rotateX(0deg);opacity:1}90%,100%{-webkit-transform:perspective(140px) rotateY(180deg);transform:perspective(140px) rotateY(180deg);opacity:0}}
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/fonts/lg.eot?n1z373);src:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/fonts/lg.woff?n1z373) format("woff"),url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/fonts/lg.ttf?n1z373) format("truetype"),url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(//www.renovatec.be/wp-content/themes/mitech/assets/libs/lightGallery/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}

/*!
Theme Name: Mitech
Theme URI: http://mitech.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Description: Mitech – WP Multipurpose Theme - for IT Solutions and Services Company
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mitech
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Vendor
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
Settings store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
*/
/*
Tools store all Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
a, input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'], select, textarea, button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button, .header-right-inner, .popup-search-wrap i, .btn-open-popup-search,
.mini-cart__button,
.header-right-more, .page-open-main-menu i, .switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu, .page-close-main-menu, .page-close-main-menu:before, .page-close-main-menu:after, .page-off-canvas-main-menu, .page-open-mobile-menu i, .page-close-mobile-menu:before, .page-close-mobile-menu:after, .page-mobile-menu-opened.mobile-menu-push-to-right .site, .page-mobile-menu-opened.mobile-menu-push-to-left .site, .page-mobile-main-menu, .page-mobile-main-menu .toggle-sub-menu, .page-scroll-up, .page-scroll-up i, .search-popup-close:before, .search-popup-close:after, .page-open-off-sidebar i, .page-close-off-sidebar:before, .page-close-off-sidebar:after, .page-off-sidebar, .site, .tm-swiper:hover .swiper-nav-button, .tm-swiper .swiper-pagination-bullet:before, .tm-swiper.nav-style-02 .swiper-nav-button:before, .newsletter-popup, .newsletter-popup .inner, .newsletter-popup-close, .entry-post-share .share-list, .blog-nav-links .inner div, .blog-nav-links .inner h6:before, .single-case_study .tm-sticky-column, .case-study-nav-links .inner h6, .case-study-nav-links .inner h6:before, .tm-grid-wrapper.filter-style-01 .filter-counter, .tm-blog.style-grid-classic .post-feature, .tm-blog.style-grid-masonry .post-wrapper, .tm-blog.style-grid-masonry .btn, .tm-blog.style-grid-masonry .btn:before, .tm-blog.style-grid-metro .post-wrapper, .tm-blog.style-list-small-image-02 .post-title, .tm-blog-widget.style-list .post-overlay, .tm-blog-widget.style-simple-list .post-overlay, .tm-blog-widget.style-simple-list .post-title a:before, .tm-blog-widget.style-simple-list .post-title a:after, .tm-case-study .post-wrapper, .tm-case-study .post-thumbnail img, .tm-case-study.caption-style-01 .post-wrapper, .tm-case-study.caption-style-02 .btn, .tm-case-study.caption-style-02 .btn:before, .tm-case-study.style-carousel .btn, .tm-case-study.style-carousel .btn:before, .case-study-overlay-faded .post-overlay,
.case-study-overlay-faded-02 .post-overlay, .case-study-overlay-faded-03 .post-overlay, .case-study-overlay-faded-03 .post-overlay-title,
.case-study-overlay-faded-03 .post-overlay-read-more, .tm-button, .tm-button.tm-button-icon-move .button-icon, .tm-list .title, .tm-list .marker, .tm-list.style-auto-numbered-02 .title, .tm-list.style-auto-numbered-02 .title:before, .tm-list.style-auto-numbered-02 .title:after, .tm-gradation.style-01 .circle, .tm-gradation.style-01 .icon, .tm-gradation.style-01 .heading, .tm-gradation.style-02 .icon, .tm-gradation.style-02 .heading, .tm-simple-job-listing .item, .tm-box-icon .icon, .tm-box-icon .content-wrap, .tm-box-icon .heading, .tm-box-icon .btn, .tm-box-image .content-wrap, .tm-box-image .image, .tm-box-image .image-hover, .tm-box-image .heading, .tm-box-image .text, .tm-box-image .btn, .tm-box-image.style-01 .circle-arrow .middle-arrow, .tm-box-image.style-02 .images, .tm-box-image.style-05 .images, .tm-box-image.style-06 .btn, .tm-box-image.style-06 .btn:before, .tm-box-large-image .content-wrap, .tm-box-large-image .heading, .tm-box-large-image.style-01 .image:after, .tm-box-large-image.style-02 .image:before, .tm-box-large-image.style-02 .image:after, .tm-box-large-image.style-03 .btn, .tm-box-large-image.style-03 .btn:before, .tm-box-large-image.style-04 .image, .tm-accordion .accordion-title, .tm-accordion.style-02 .accordion-icon:before, .tm-testimonial .testimonial-item, .tm-slider.style-01.fw-image .image img, .tm-slider-gallery.big-shadow .image > img, .tm-slider-button.style-01 .slider-btn, .tm-slider-button.style-02 .slider-btn, .tm-pricing.style-01 .inner, .tm-pricing.style-02 .inner, .tm-simple-product .product-wrapper, .tm-team-member.group-style-01, .tm-team-member.group-style-01 .social-networks, .tm-team-member.group-style-01 .social-networks a, .tm-social-networks.style-icon-title .link-icon, .tm-social-networks.style-title .link-text, .tm-js-chart .chart-legends li, .mailchimp-form-popup, .mailchimp-form-popup .inner, .mailchimp-form-popup-close, .tm-gallery .overlay, .tm-gallery .overlay-icon, .tm-view-demo .frame-screen, .tm-view-demo .overlay, .tm-instagram .overlay, .tm-services-list.style-02 .service-image .blend-bg,
.tm-services-list.style-02 .service-image .blend-image, .tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a, .tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a:before, .tm-product-categories.style-carousel .cat-content, .vc_general.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger:before, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tab > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tab > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab > a, .widget_recent_entries li a:before, .widget_recent_entries li a:after {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-links::after, .branding__logo::after, .comment-list .comment::after, .comment-list .pingback::after, .page-loading .sk-three-bounce::after, .single-post .entry-content::after, .entry-author .author-social-networks .inner::after, .tm-blog.style-list::after, .tm-blog.style-list-02::after, .tm-blog-widget.style-list .post-item::after, .tm-blog-widget.style-simple-list .post-item::after, .tm-list .list-item::after, .tm-restaurant-menu .menu-header::after, .tm-box-icon::after, .tm-box-image::after, .tm-box-large-image::after, .tm-heading.modern-number-01 .heading::after, .tm-heading.modern-number-02 .heading::after, .tm-heading.modern-number-03 .heading::after, .tm-slider-gallery::after, .tm-slider-button.style-01 .button-wrap::after, .tm-slider-button.style-02 .button-wrap::after, .tm-social-networks ul::after, .tm-timeline.style-01 .timeline-info > .inner::after, .tm-custom-menu .menu-item-wrap::after, .tm-custom-menu.style-02 .menu::after, .vc_progress_bar.style-01 .vc_single_bar_title::after, .vc_progress_bar.style-02 .vc_single_bar_title::after, .vc_progress_bar.style-03 .vc_single_bar_title::after, .widget .tagcloud::after {
  content: "";
  display: table;
  clear: both;
}

.tm-swiper.nav-style-02 .swiper-nav-button:before, .blog-nav-links .inner div:before, .tm-blog.style-grid-masonry .btn:before, .tm-blog.style-grid-metro .post-overlay:before, .tm-blog.style-list-02 .post-feature:before, .tm-blog.style-list-small-image-02 .post-feature:before, .tm-banner.style-01 .banner-image:after, .tm-case-study.caption-style-02 .btn:before, .tm-case-study.style-carousel .btn:before, .tm-box-image.style-06 .images:before, .tm-box-image.style-06 .btn:before, .tm-box-large-image.style-01 .image:after, .tm-box-large-image.style-02 .image:before, .tm-box-large-image.style-02 .image:after, .tm-box-large-image.style-03 .btn:before, .tm-testimonial.style-carousel .testimonial-item:before, .tm-rotate-box .box:before, .widget .tagcloud a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle:after, .desktop-menu .toggle-sub-menu:before, .tm-blog-widget.style-simple-list .post-title a:before, .tm-blog-widget.style-simple-list .post-title a:after, .tm-list.style-check .marker:before, .tm-slider-gallery.tm-light-gallery .zoom-icon, .tm-pricing.style-01 .tm-pricing-list li:before, .tm-mailchimp-form .button-icon, .tm-mailchimp-form-box .button-icon, .tm-instagram .likes:before,
.tm-instagram .comments:before, .tm-popup-map.style-01 .tm-button-map .button-icon, .tm-product.style-grid .woosw-btn.woosw-added:before, .widget_recent_comments .comment-author-link:before, .widget_recent_entries li a:before, .widget_recent_entries li a:after, .widget_rss .rss-date:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.tm-swiper .swiper-nav-button i, .growl.growl .growl-close:before, .blog-nav-links .inner h6:before, .case-study-nav-links .inner h6:before, .tm-gallery .overlay-icon:before, .widget_recent_entries .post-date:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.page-mobile-main-menu .toggle-sub-menu:after, .tm-swiper.nav-style-03 .nav-button-icon, .tm-blog .post-read-more.style-link a:after, .tm-blog-widget.style-list .post-date:before, .tm-blog-widget.style-simple-list .post-date:before, .tm-list.style-check-02 .marker:before, .tm-list.style-auto-numbered-02 .title:before, .tm-list.style-auto-numbered-02 .title:after, .tm-box-icon .btn .button-icon:before, .tm-box-image .btn .button-icon:before, .tm-accordion.style-01 .accordion-icon:before, .tm-accordion.style-02 .accordion-icon:before, .tm-heading.link-style-02 a:after, .tm-heading.link-style-03 a:after, .tm-problem-solution .problem:before, .tm-problem-solution .solution:before, .tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a:before, .tm-product.style-grid .quick-view-icon:before,
.tm-product.style-grid .woosw-btn:before,
.tm-product.style-grid .wooscp-btn:before, .tm-product.style-list .add_to_cart_button.product_type_simple.loading:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

.tm-twitter.group-style-01 .tweet-info:before, .tm-twitter.style-slider .tweet:before, .tm-twitter.style-list .tweet:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

/*
Generic rules are project-agnostic.
These can be copied from any project to the next
*/
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* firefox font smoothing css */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  background: #ffff00;
  color: #000000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 18px;
}

input[type='search'] {
  box-sizing: inherit;
}

html .row:before, html .row:after {
  display: block;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

@media (min-width: 544px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.33333%;
  }
  .col-xl-pull-2 {
    right: 16.66667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.33333%;
  }
  .col-xl-pull-5 {
    right: 41.66667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.33333%;
  }
  .col-xl-pull-8 {
    right: 66.66667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.33333%;
  }
  .col-xl-pull-11 {
    right: 91.66667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.33333%;
  }
  .col-xl-push-2 {
    left: 16.66667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.33333%;
  }
  .col-xl-push-5 {
    left: 41.66667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.33333%;
  }
  .col-xl-push-8 {
    left: 66.66667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.33333%;
  }
  .col-xl-push-11 {
    left: 91.66667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
}

.col-xs-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.col-xs-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 544px) {
  .col-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 768px) {
  .col-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 992px) {
  .col-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .col-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.row-xs-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.row-xs-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-xs-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/*-------------------------------------*	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 7px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #000000;
  color: white;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #000000;
}

.hint--top-right:before {
  border-top-color: #000000;
}

.hint--top:before {
  border-top-color: #000000;
}

.hint--bottom-left:before {
  border-bottom-color: #000000;
}

.hint--bottom-right:before {
  border-bottom-color: #000000;
}

.hint--bottom:before {
  border-bottom-color: #000000;
}

.hint--left:before {
  border-left-color: #000000;
}

.hint--right:before {
  border-right-color: #000000;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -13px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 7px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
      transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -13px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 7px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -ms-transform: translateX(-50%) translateY(8px);
      transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -13px;
  margin-bottom: -7px;
}

.hint--right:after {
  margin-bottom: -15px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
      transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -13px;
  margin-bottom: -7px;
}

.hint--left:after {
  margin-bottom: -15px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
      transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -13px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 7px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 14px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -ms-transform: translateX(-100%) translateY(-8px);
      transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -13px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 7px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -14px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
      transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -13px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 7px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 14px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -ms-transform: translateX(-100%) translateY(8px);
      transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -13px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 7px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -14px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
      transform: translateY(8px);
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

/*
Elements are rules for classless HTML tags.
There can exist no classes at this layer, only further into our triangle.
*/
a {
  color: royalblue;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  outline: 0;
  color: midnightblue;
}

a[href^=tel] {
  text-decoration: none;
}

.link-secret {
  color: inherit !important;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity .3s !important;
  transition: opacity .3s !important;
}

/* IE 10+ */
*:focus::-webkit-input-placeholder {
  opacity: 0;
}

*:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
*:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19+ */
*:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'] {
  width: 100%;
  outline: none;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: 3px 20px;
  height: 56px;
}

select {
  padding: 3px 20px;
  height: 56px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background: #f5f5f5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAELY03+AAAABGdBTUEAALGPC/xhBQAAAFFJREFUCB1tTsERwCAIC9MyhnQMprUJPTw9mweGmACWmQFggGSSQCT02lLUCaayAuTubrcNeNr5TaRAZyhd6A1q2hnkQ8IPKl3G/tyPoHaMfwHyzSNHeemKDAAAAABJRU5ErkJggg==) no-repeat center right 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  width: 100%;
  outline: none;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  background: #f5f5f5;
  display: block;
  padding: 12px 20px 3px;
  max-width: 100%;
}

/* Remove box shadow from input on ios */
input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
}

@-webkit-keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

input[type='checkbox'] {
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
}

input[type='checkbox']:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ddd;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

input[type='checkbox']:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

input[type='checkbox']:hover:before {
  border-color: #333;
}

input[type='checkbox']:checked:before {
  border-color: #333;
}

input[type='checkbox']:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

input[type='radio'] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 3px;
  cursor: pointer;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

input[type='radio']:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

input[type='radio']:hover:before {
  border-color: #333;
}

input[type='radio']:checked {
  cursor: auto;
}

input[type='radio']:checked:before {
  border-color: #333;
}

input[type='radio']:checked:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  padding: 0 41px;
  height: 56px;
  line-height: 54px;
  outline: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  cursor: pointer;
}

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

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled],
.button[disabled] {
  cursor: not-allowed;
  opacity: .5;
}

button[disabled]:hover,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:hover,
.button[disabled]:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.button {
  display: inline-block;
}

hr {
  margin-bottom: 1.5em;
  height: 1px;
  border: 0;
  background-color: #ccc;
}

img {
  max-width: 100%;
  /* Make sure images are scaled correctly. */
  height: auto;
  /* Adhere to container width. */
  vertical-align: top;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

td, th {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

th {
  font-weight: 700;
}

table th.empty {
  visibility: hidden;
  border: 0;
  background: none;
}

table tr:nth-child(2n) td {
  background: rgba(0, 0, 0, 0.01);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  overflow: auto;
  margin-bottom: 1.6em;
  padding: 1.6em;
  max-width: 100%;
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
  background: #f3f4f5;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: none;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote,
q {
  quotes: "" "";
}

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

blockquote {
  margin: 50px 150px 44px 70px !important;
  padding: 2px 0 2px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  border-left: 4px solid #eee;
  position: relative;
  color: #333;
  max-width: 100%;
}

@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    margin: 50px 70px 44px 70px !important;
  }
}

@media (max-width: 543px) {
  blockquote {
    margin: 40px 30px !important;
  }
}

/*
Objects are "formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  /* Above WP toolbar. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin: 0 0 30px;
  max-width: 100%;
}

.alignnone {
  margin: 0 0 30px;
}

p .alignnone:last-child {
  margin-bottom: 0;
}

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

.alignright {
  display: inline;
  float: right;
  margin: 0 0 30px 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
  clear: both;
}

.wp-caption-text {
  text-align: center;
  background: #f5f5f5;
  padding: 7px 0;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.comment-nav-links,
.page-pagination {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.comment-nav-links li,
.page-pagination li {
  display: inline-block;
  list-style-type: none;
}

.comment-nav-links li span,
.comment-nav-links li a,
.page-pagination li span,
.page-pagination li a {
  padding: 0 10px;
  display: block;
  text-align: center;
  line-height: 41px;
  min-width: 41px;
  height: 41px;
  text-transform: uppercase;
  color: #ababab;
  letter-spacing: 2px;
  border-radius: 5px;
}

.comment-nav-links li .current,
.page-pagination li .current {
  background: #f6f2ed;
}

.comment-nav-links li .dots,
.page-pagination li .dots {
  background: none;
  border: 0;
  min-width: 20px;
}

.comment-nav-links ul {
  padding: 0;
}

#comment-nav-above ul {
  margin: 0 0 50px;
}

#comment-nav-below ul {
  margin: 50px 0 0;
}

.page-links {
  clear: both;
  padding-top: 30px;
}

.page-links > span,
.page-links > a {
  display: block;
  float: left;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ababab;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 5px;
}

.page-links > span {
  background: #f6f5f9;
}

.post-navigation {
  position: relative;
}

.page-top-bar {
  z-index: 99999;
  border: 0 solid transparent;
}

.page-top-bar * {
  height: 100%;
}

.page-top-bar ul {
  z-index: 9999;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.page-top-bar a {
  display: block;
}

.page-top-bar .menu li {
  position: relative;
}

.page-top-bar .menu > li {
  display: inline-block;
  margin-bottom: 0;
}

.page-top-bar .menu > li > a {
  padding: 5px;
}

.page-top-bar .menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.page-top-bar .menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 250px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.page-top-bar .menu .sub-menu a {
  padding: 10px 15px;
}

.page-top-bar .menu .sub-menu a + a {
  border-top: 1px solid #eee;
}

.page-top-bar .menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.top-bar-info .info-item {
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
}

.top-bar-info .info-item:last-child {
  margin-right: 0;
}

.top-bar-info .info-item a {
  line-height: 1;
}

.top-bar-info .info-icon {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}

.top-bar-info .info-text {
  vertical-align: middle;
}

.top-bar-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

.top-bar-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-bar-01 .top-bar-wrap {
  height: 100%;
}

@media (max-width: 991px) {
  .top-bar-01 {
    display: none;
  }
}

.top-bar-02 .top-bar-wrap {
  height: 100%;
}

.top-bar-02 .top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  .top-bar-02 {
    display: none;
  }
}

.top-bar-03 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-bar-03 .top-bar-wrap {
  height: 100%;
}

.top-bar-03 .top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 991px) {
  .top-bar-03 {
    display: none;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.page-header {
  position: relative;
  z-index: 4;
}

.page-header-inner {
  border-bottom: 1px solid transparent;
}

.page-header-inner.held {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-layout-fixed .page-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.header-layout-fixed.headroom--top .page-header-inner {
  pointer-events: none;
}

.header-layout-fixed.headroom--top .branding *,
.header-layout-fixed.headroom--top .page-navigation,
.header-layout-fixed.headroom--top .header-left *,
.header-layout-fixed.headroom--top .header-center *,
.header-layout-fixed.headroom--top .header-right * {
  pointer-events: auto;
}

.header-wrap {
  position: relative;
}

.mobile-menu .header-wrap {
  min-height: 80px;
}

.tm-button.header-sticky-button {
  display: none;
}

.headroom--not-top .header-button {
  display: none;
}

.headroom--not-top .header-sticky-button {
  display: block;
}

.headroom--not-top .custom-logo {
  display: none;
}

.headroom--not-top.header-sticky-dark-logo .dark-logo {
  display: block;
}

.headroom--not-top.header-sticky-dark-logo .light-logo {
  display: none;
}

.headroom--not-top.header-sticky-light-logo .dark-logo {
  display: none;
}

.headroom--not-top.header-sticky-light-logo .light-logo {
  display: block;
}

.header-sticky-both .headroom.headroom--not-top,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned {
  position: relative;
  z-index: 9999;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: headerSlideDown 0.95s ease forwards;
          animation: headerSlideDown 0.95s ease forwards;
  will-change: transform;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .container,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .container-fluid,
.header-sticky-both .headroom.headroom--not-top .page-header-inner .row,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .container-fluid,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .container-fluid,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row {
  height: 100%;
}

.header-sticky-both .headroom.headroom--not-top .page-header-inner .row > div,
.header-sticky-up .headroom.headroom--not-top.headroom--pinned .page-header-inner .row > div,
.header-sticky-down .headroom.headroom--not-top.headroom--unpinned .page-header-inner .row > div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.branding {
  line-height: 0;
}

.branding__logo a {
  display: inline-block;
  float: left;
}

.dark-logo,
.light-logo {
  display: none;
}

.light-logo-version .light-logo {
  display: block;
}

.dark-logo-version .dark-logo {
  display: block;
}

.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-right > div {
  padding: 0 12px;
}

.header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-right-inner > div {
  padding: 0 12px;
}

.header-search-form .search-form {
  position: relative;
}

.header-search-form .search-field {
  padding-right: 50px;
  border-color: #f5f5f5;
}

.header-search-form .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: none;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
}

.header-search-form .search-btn-text {
  display: none;
}

.popup-search-wrap {
  text-align: center;
}

.btn-open-popup-search {
  display: block;
  line-height: 0;
  font-size: 18px;
}

.btn-open-popup-search:hover,
.mini-cart__button:hover,
.header-right-more:hover {
  -webkit-transform: scale(1.15, 1.15);
      -ms-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

.header-right-more {
  display: none;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
}

.header-social-networks.style-icons .inner {
  margin-left: -10px;
  margin-right: -10px;
}

.header-social-networks.style-icons a {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
}

.header-social-networks.style-rounded .inner {
  margin-left: -10px;
  margin-right: -10px;
}

.header-social-networks.style-rounded a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: inline-block;
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 10px;
}

.header-social-networks.style-rounded a:hover {
  border-color: transparent;
}

.page-open-main-menu {
  display: none;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.desktop-menu .page-open-main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-open-main-menu:hover i:before, .page-open-main-menu:hover i:after {
  width: 70%;
}

.page-open-main-menu div {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.page-open-main-menu i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-main-menu i:before, .page-open-main-menu i:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.page-open-main-menu i:before {
  top: -8px;
}

.page-open-main-menu i:after {
  top: 8px;
}

.page-open-main-menu-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.header-buttons {
  line-height: 0;
}

.switcher-language-wrapper .wpml-ls,
.switcher-language-wrapper .wpml-ls > ul,
.switcher-language-wrapper .wpml-ls > ul > li {
  height: 100%;
}

.switcher-language-wrapper .wpml-ls > ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.switcher-language-wrapper .wpml-ls-legacy-dropdown .wpml-ls-flag {
  width: 35px;
  height: auto;
  vertical-align: middle;
}

.switcher-language-wrapper .wpml-ls {
  width: auto;
}

.switcher-language-wrapper .wpml-ls > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-slot-shortcode_actions:hover .wpml-ls-sub-menu {
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle {
  position: relative;
  background: none !important;
  border: 0;
  line-height: 1;
  padding: 10px;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle span {
  font-size: 16px;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-item-toggle:after {
  content: '\f078';
  font-size: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.switcher-language-wrapper .wpml-ls .wpml-ls-native {
  position: relative;
  top: 1px;
  vertical-align: middle;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-flag + span {
  margin-left: 15px;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu {
  min-width: 200px;
  border: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 102;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu.hover-back {
  right: 0;
  left: auto;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a {
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a:hover {
  background: #eee;
  color: #222;
}

.switcher-language-wrapper .wpml-ls .wpml-ls-sub-menu a img {
  width: 24px;
  height: auto;
}

.header-right-clone {
  display: none;
}

.header-more-tools-opened .header-button {
  display: none;
}

.header-more-tools-opened .header-sticky-button {
  display: block;
}

@media (max-width: 767px) {
  .header-right-more {
    display: block;
  }
  .header-right-clone {
    display: block;
  }
  .header-right-inner {
    position: absolute;
    top: 100%;
    left: -3px;
    right: -3px;
    padding: 10px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header-right-inner > div {
    padding: 10px;
  }
  .header-more-tools-opened .header-right-inner {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.handheld.header-more-tools-opened {
  cursor: pointer;
}

.header-01 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-01 .header-right {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.header-01 .header-right-inner,
.header-01 .search-form,
.header-01 .header-search-form,
.header-01 .search-field {
  height: 100%;
}

.header-01 .search-form {
  border-left: 1px solid #eee;
  margin-right: -15px;
}

.header-01 .search-field {
  width: 160px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
}

.header-01 .search-submit {
  color: #223645;
}

.header-01 .page-header-inner > .container-fluid > .row > .col-xs-12 {
  position: static;
}

.header-01 .menu--primary .menu__container > li.current-menu-item > a .menu-item-wrap:after, .header-01 .menu--primary .menu__container > li.current-menu-ancestor > a .menu-item-wrap:after, .header-01 .menu--primary .menu__container > li:hover > a .menu-item-wrap:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-01 .menu--primary .menu__container > li > a > .menu-item-wrap {
  position: relative;
}

.header-01 .menu--primary .menu__container > li > a > .menu-item-wrap:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.header-01 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.desktop-menu .header-01 .branding,
.desktop-menu .header-01 .header-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}

.desktop-menu .header-01 .page-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desktop-menu .header-01 .menu--primary {
  position: static;
  text-align: center;
}

.mobile-menu .header-01 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mobile-menu .header-01 .branding {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.mobile-menu .header-01 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 1600px) {
  .desktop-menu .header-01 .menu--primary .menu__container > li > a {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .desktop-menu .header-01 .search-field {
    width: 230px;
  }
}

@media (min-width: 1200px) {
  .desktop-menu .header-01 .container-fluid {
    max-width: 1920px;
  }
}

.header-02 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-02 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.desktop-menu .header-02 .branding {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.desktop-menu .header-02 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desktop-menu .header-02 .menu--primary {
  position: static;
  text-align: center;
}

.mobile-menu .header-02 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mobile-menu .header-02 .branding {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mobile-menu .header-02 .header-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-03 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-03 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.desktop-menu .header-03 .branding {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.desktop-menu .header-03 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desktop-menu .header-03 .menu--primary {
  position: static;
  text-align: center;
}

.mobile-menu .header-03 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mobile-menu .header-03 .branding {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mobile-menu .header-03 .header-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-03 .menu--primary .menu__container > li.current-menu-item > a .menu-item-wrap:after, .header-03 .menu--primary .menu__container > li.current-menu-ancestor > a .menu-item-wrap:after, .header-03 .menu--primary .menu__container > li:hover > a .menu-item-wrap:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-03 .menu--primary .menu__container > li > a > .menu-item-wrap {
  position: relative;
}

.header-03 .menu--primary .menu__container > li > a > .menu-item-wrap:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

@media (min-width: 992px) {
  .top-bar-03 + .page-header {
    top: 50px;
  }
}

.header-04 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-04 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.header-04 .header-top {
  border-bottom: 1px solid #eee;
}

.header-04 .header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-04 .header-bottom-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-04 .header-bottom-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.header-04 .header-bottom .search-form {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-right: -15px;
}

.header-04 .header-bottom .search-field {
  width: 232px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
  min-height: 60px;
}

.header-04 .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  color: #223645;
}

.header-04 .page-header-inner > .container-fluid > .row > .col-xs-12 {
  position: static;
}

.header-04 .menu--primary .menu__container > li:first-child > a {
  padding-left: 0 !important;
}

.header-04 .menu--primary .menu__container > li:first-child > a .menu-item-wrap {
  padding-left: 0 !important;
}

.header-04 .menu--primary .menu__container > li.current-menu-item > a .menu-item-wrap:after, .header-04 .menu--primary .menu__container > li.current-menu-ancestor > a .menu-item-wrap:after, .header-04 .menu--primary .menu__container > li:hover > a .menu-item-wrap:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-04 .menu--primary .menu__container > li > a > .menu-item-wrap {
  position: relative;
}

.header-04 .menu--primary .menu__container > li > a > .menu-item-wrap:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.header-04 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.desktop-menu .header-04 .page-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desktop-menu .header-04 .menu--primary {
  position: static;
  text-align: left;
}

.mobile-menu .header-04 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mobile-menu .header-04 .branding {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.mobile-menu .header-04 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-04 .header-info {
  width: 700px;
}

.header-04 .header-info .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
}

.header-04 .header-info .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #d2a98e;
}

.header-04 .header-info .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-04 .header-info .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}

.header-04 .header-info .info-sub-title {
  font-size: 14px;
}

.header-04 .header-info .swiper-slide-active ~ .swiper-slide .info-item {
  border-left: 1px solid #ededed;
}

.desktop-menu .header-04.headroom--not-top .header-top {
  display: none;
}

.mobile-menu .header-04.headroom--not-top .header-bottom {
  display: none;
}

@media (max-width: 1199px) {
  .header-04 .header-info {
    width: 560px;
  }
}

@media (max-width: 991px) {
  .header-04 .header-info {
    width: 280px;
  }
}

@media (min-width: 768px) {
  .header-04 .header-wrap {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .header-04 .header-right-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-04 .header-right-clone {
    width: 100%;
  }
  .header-04 .header-info {
    width: 100%;
  }
  .header-04 .header-info .info-item {
    padding-left: 0;
  }
  .header-04 .header-bottom {
    display: none;
  }
}

@media (min-width: 1200px) {
  .desktop-menu .header-04 .container-fluid {
    max-width: 1920px;
  }
}

.header-05 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-05 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.header-05 .header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-05 .header-bottom-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-05 .header-bottom-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}

.header-05 .header-bottom .search-field {
  width: 270px;
  border-radius: 0;
  border: 0 !important;
  background: none !important;
  min-height: 60px;
}

.header-05 .page-header-inner > .container-fluid > .row > .col-xs-12 {
  position: static;
}

.header-05 .menu--primary .menu__container > li:first-child > a {
  padding-left: 0 !important;
}

.header-05 .menu--primary .menu__container > li:first-child > a .menu-item-wrap {
  padding-left: 0 !important;
}

.header-05 .menu--primary .menu__container > li.current-menu-item > a .menu-item-wrap:after, .header-05 .menu--primary .menu__container > li.current-menu-ancestor > a .menu-item-wrap:after, .header-05 .menu--primary .menu__container > li:hover > a .menu-item-wrap:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-05 .menu--primary .menu__container > li > a > .menu-item-wrap {
  position: relative;
}

.header-05 .menu--primary .menu__container > li > a > .menu-item-wrap:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.header-05 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.desktop-menu .header-05 .page-navigation {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desktop-menu .header-05 .menu--primary {
  position: static;
  text-align: left;
}

.mobile-menu .header-05 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mobile-menu .header-05 .branding {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.mobile-menu .header-05 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-05 .header-info {
  width: 770px;
}

.header-05 .header-info .tm-swiper:hover {
  cursor: ew-resize;
}

.header-05 .header-info .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
}

.header-05 .header-info .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #d2a98e;
}

.header-05 .header-info .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header-05 .header-info .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}

.header-05 .header-info .info-sub-title {
  font-size: 14px;
}

.header-05 .header-info .swiper-slide-active ~ .swiper-slide .info-item {
  border-left: 1px solid #ededed;
}

.desktop-menu .header-05.headroom--not-top .header-top {
  display: none;
}

.mobile-menu .header-05.headroom--not-top .header-bottom {
  display: none;
}

@media (max-width: 1199px) {
  .header-05 .header-info {
    width: 560px;
  }
}

@media (max-width: 991px) {
  .header-05 .header-info {
    width: 280px;
  }
}

@media (min-width: 768px) {
  .header-05 .header-wrap {
    min-height: 104px;
  }
}

@media (max-width: 767px) {
  .header-05 .header-right-inner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header-05 .header-right-clone {
    width: 100%;
  }
  .header-05 .header-info {
    width: 100%;
  }
  .header-05 .header-info .info-item {
    padding-left: 0;
  }
  .header-05 .header-bottom {
    display: none;
  }
}

@media (min-width: 1200px) {
  .desktop-menu .header-05 .container-fluid {
    max-width: 1920px;
  }
}

.header-more-tools-opened .header-right-inner .search-submit {
  color: #086ad8;
}

.header-06 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-06 .page-header-inner > .container-fluid > .row > .col-xs-12 {
  position: static;
}

.header-06 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-06 .header-left {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.header-06 .header-left > div {
  padding-left: 15px;
  padding-right: 15px;
}

.header-06 .header-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.desktop-menu .header-06 .header-wrap {
  min-height: 82px;
}

.desktop-menu .header-06 .menu--primary {
  position: static;
  text-align: center;
}

.mobile-menu .header-06 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.header-07 .branding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-07 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.desktop-menu .header-07 .branding {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.desktop-menu .header-07 .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.desktop-menu .header-07 .menu--primary {
  position: static;
  text-align: center;
}

.mobile-menu .header-07 .header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.mobile-menu .header-07 .branding {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.mobile-menu .header-07 .header-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.header-07 .menu--primary .menu__container > li.current-menu-item > a .menu-item-wrap:after, .header-07 .menu--primary .menu__container > li.current-menu-ancestor > a .menu-item-wrap:after, .header-07 .menu--primary .menu__container > li:hover > a .menu-item-wrap:after {
  width: 100%;
  left: 0;
  right: auto;
}

.header-07 .menu--primary .menu__container > li > a > .menu-item-wrap {
  position: relative;
}

.header-07 .menu--primary .menu__container > li > a > .menu-item-wrap:after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

@media (min-width: 1200px) {
  .desktop-menu .header-07 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1600px) {
  .desktop-menu .header-07 .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.simple-footer {
  background: #222;
  color: rgba(255, 255, 255, 0.5);
  padding: 34px 0;
}

.simple-footer .footer-text {
  text-align: center;
}

@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes show-animation {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

.desktop-menu {
  /* Switch to desktop layout
	-----------------------------------------------
		These transform the menu tree from
		collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  /* ...end */
}

.desktop-menu .sm {
  position: relative;
  z-index: 9999;
}

.desktop-menu .sm,
.desktop-menu .sm ul,
.desktop-menu .sm li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  line-height: normal;
  direction: ltr;
  -webkit-tap-highlight-color: transparent;
}

.desktop-menu .sm-rtl,
.desktop-menu .sm-rtl ul,
.desktop-menu .sm-rtl li {
  text-align: right;
  direction: rtl;
}

.desktop-menu .sm > li h1,
.desktop-menu .sm > li h2,
.desktop-menu .sm > li h3,
.desktop-menu .sm > li h4,
.desktop-menu .sm > li h5,
.desktop-menu .sm > li h6 {
  margin: 0;
  padding: 0;
}

.desktop-menu .sm ul {
  display: none;
}

.desktop-menu .sm li,
.desktop-menu .sm a {
  position: relative;
}

.desktop-menu .sm a {
  display: block;
}

.desktop-menu .sm a.disabled {
  cursor: not-allowed;
}

.desktop-menu .sm-simple li > a {
  padding: 13px 58px 13px 20px;
}

.desktop-menu .sm-simple a.current {
  background: #555;
  color: #fff;
}

.desktop-menu .sm-simple a.disabled {
  color: #ccc;
}

.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu {
  position: absolute;
  top: 50%;
  right: 0;
}

.desktop-menu .sm-simple .sub-menu a .toggle-sub-menu:before {
  right: 30px;
}

.desktop-menu .toggle-sub-menu {
  position: relative;
  margin-left: 15px;
}

.desktop-menu .toggle-sub-menu:before {
  content: '\f078';
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.desktop-menu .sub-arrow {
  display: none;
}

.desktop-menu .sm-simple ul {
  position: absolute;
  width: 12em;
}

.desktop-menu .sm-simple.sm-rtl li {
  float: right;
}

.desktop-menu .sm-simple ul li,
.desktop-menu .sm-simple.sm-rtl ul li,
.desktop-menu .sm-simple.sm-vertical li {
  float: none;
}

.desktop-menu .sm-simple a {
  white-space: nowrap;
}

.desktop-menu .sm-simple ul a,
.desktop-menu .sm-simple.sm-vertical a {
  white-space: normal;
}

.desktop-menu .sm-simple .sm-nowrap:not(.mega-menu) > li > a,
.desktop-menu .sm-simple .sm-nowrap:not(.mega-menu) > li > :not(ul) a {
  white-space: nowrap;
}

.desktop-menu .sm-simple .scroll-up,
.desktop-menu .sm-simple .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  height: 20px;
  background: #fff;
}

.desktop-menu .sm-simple .scroll-up-arrow,
.desktop-menu .sm-simple .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  overflow: hidden;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #555 transparent;
}

.desktop-menu .sm-simple .scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #555 transparent transparent transparent;
}

.desktop-menu .sm-simple.sm-rtl .has-submenu {
  padding-right: 20px;
  padding-left: 32px;
}

.desktop-menu .sm-simple.sm-rtl.sm-vertical .has-submenu {
  padding: 11px 20px;
}

.desktop-menu .sm-simple.sm-rtl ul .has-submenu {
  padding: 11px 20px;
}

.desktop-menu .sm-simple.sm-rtl > li:first-child {
  border-left: 1px solid #eee;
}

.desktop-menu .sm-simple.sm-rtl > li:last-child {
  border-left: 0;
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu {
  position: static !important;
}

.desktop-menu .sm-simple:not(.sm-vertical) .has-mega-menu .mega-menu {
  right: 0 !important;
  margin-left: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.desktop-menu .sm-simple.sm-vertical {
  display: block;
}

.desktop-menu .sm-simple.sm-vertical .has-mega-menu .mega-menu {
  max-width: calc(100vw - 394px) !important;
  width: 1170px !important;
}

.desktop-menu .sm-simple.sm-vertical > li {
  display: block !important;
  width: 100%;
}

.desktop-menu .sm-simple.sm-vertical > li > a .menu-item-wrap {
  position: relative;
}

.desktop-menu .sm-simple.sm-vertical > li > a .toggle-sub-menu {
  position: static;
}

.desktop-menu .sm-simple.sm-vertical > li > a .toggle-sub-menu:before {
  right: 0;
  content: '\f107';
}

.desktop-menu .menu--primary {
  position: relative;
  text-align: center;
}

.desktop-menu .sm-simple {
  position: static;
  display: inline-block;
}

.desktop-menu .sm-simple > li {
  display: inline-block;
}

.desktop-menu .sm-simple .widget-title,
.desktop-menu .sm-simple .widgettitle {
  display: block;
  margin: 0 30px 13px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.desktop-menu .sm-simple .sub-menu,
.desktop-menu .sm-simple .children {
  padding: 18px 0 22px;
  min-width: 240px !important;
  border: 0;
}

.desktop-menu .sm-simple .sub-menu:after,
.desktop-menu .sm-simple .children:after {
  content: '';
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.desktop-menu .sm-simple .sub-menu a,
.desktop-menu .sm-simple .children a {
  padding: 9px 30px;
}

.desktop-menu .sm-simple .sub-menu .toggle-sub-menu:before,
.desktop-menu .sm-simple .children .toggle-sub-menu:before {
  font-size: 8px;
  content: '\f054';
}

.desktop-menu .sm-simple .sub-menu.mega-menu,
.desktop-menu .sm-simple .children.mega-menu {
  box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
}

.desktop-menu .sm-simple .sub-menu .menu-item-wrap,
.desktop-menu .sm-simple .children .menu-item-wrap {
  line-height: 0;
}

.desktop-menu .sm-simple .sub-menu .menu-item:hover > a .menu-item-title:after,
.desktop-menu .sm-simple .children .menu-item:hover > a .menu-item-title:after {
  width: 100%;
  left: 0;
  right: auto;
}

.desktop-menu .sm-simple .sub-menu .menu-item-title,
.desktop-menu .sm-simple .children .menu-item-title {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.desktop-menu .sm-simple .sub-menu .menu-item-title:after,
.desktop-menu .sm-simple .children .menu-item-title:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.desktop-menu .sm-simple .has-mega-menu .mega-menu {
  padding: 37px 0 40px;
}

.desktop-menu .sm-simple .has-mega-menu .mega-menu ul {
  position: static;
  display: block;
  width: auto;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.desktop-menu .sm-simple .has-mega-menu .mega-menu .menu > li > a {
  padding: 9px 0;
}

.desktop-menu .sm-simple .has-mega-menu .scroll-up,
.desktop-menu .sm-simple .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}

.desktop-menu .sm-simple .has-mega-menu .wpb_button,
.desktop-menu .sm-simple .has-mega-menu .wpb_content_element,
.desktop-menu .sm-simple .has-mega-menu ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.desktop-menu .sm-simple .has-mega-menu .widget_nav_menu ul,
.desktop-menu .sm-simple .has-mega-menu .insight-core-bmw ul {
  margin: 0;
  padding: 0;
}

.desktop-menu .sm-simple .has-mega-menu .widget_nav_menu li,
.desktop-menu .sm-simple .has-mega-menu .insight-core-bmw li {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.desktop-menu .sm-simple .has-mega-menu .tm-list {
  padding-right: 30px;
  padding-left: 30px;
}

.desktop-menu .sm-simple .has-mega-menu .tm-list .item-wrapper {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  line-height: 20px;
}

.desktop-menu .sm-simple .sub-menu.show-animation {
  -webkit-animation: show-animation .3s;
          animation: show-animation .3s;
}

.desktop-menu .sm-simple .sub-menu.hide-animation {
  -webkit-animation: hide-animation .3s;
          animation: hide-animation .3s;
}

.mobile-menu .page-navigation-wrap,
.mobile-menu .page-navigation {
  display: none;
}

.page-close-main-menu {
  position: fixed;
  top: 80px;
  right: 90px;
  z-index: 100000;
  visibility: hidden;
  font-size: 100px;
  line-height: 0;
  opacity: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
}

.page-close-main-menu:before, .page-close-main-menu:after {
  position: absolute;
  top: 19px;
  left: 4px;
  content: '';
  width: 32px;
  height: 3px;
  background: #222;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.page-close-main-menu:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-close-main-menu:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-close-main-menu:hover:before, .page-close-main-menu:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.page-off-canvas-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
}

.page-off-canvas-main-menu .page-navigation {
  display: table;
  padding: 30px 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-off-canvas-main-menu .page-navigation .menu__container {
  display: table-cell;
  vertical-align: middle;
}

.page-off-canvas-main-menu .page-navigation .menu__container a {
  display: inline-block;
}

.page-off-canvas-main-menu .page-navigation .menu__container > li > a {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.page-off-canvas-main-menu .page-navigation .menu__container > li > a .toggle-sub-menu {
  position: absolute;
  top: 50%;
  right: -15px;
  margin-left: 0;
}

.page-off-canvas-main-menu .page-navigation .menu__container > li > a .toggle-sub-menu:before {
  font-size: .5em;
}

.page-off-canvas-main-menu ul {
  margin: 0;
  padding: 0;
}

.page-off-canvas-main-menu .menu__container > li {
  opacity: 0;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
          animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}

.page-off-canvas-main-menu li {
  list-style-type: none;
}

.page-off-canvas-main-menu .sub-menu,
.page-off-canvas-main-menu .children {
  display: none;
}

.page-off-canvas-main-menu .vc_column_container {
  display: block !important;
  float: none;
  width: 100% !important;
}

.admin-bar .page-off-canvas-main-menu {
  top: 32px;
}

.page-off-canvas-main-menu .insight-core-bmw .menu {
  text-align: center !important;
}

.page-off-canvas-main-menu .insight-core-bmw li {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.page-off-canvas-main-menu .insight-core-bmw li a {
  padding: 0;
}

.page-off-canvas-menu-opened {
  overflow: hidden;
}

.page-off-canvas-menu-opened .page-header {
  z-index: 99999;
}

.page-off-canvas-menu-opened .page-off-canvas-main-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.page-off-canvas-menu-opened .page-off-canvas-main-menu .menu__container > li {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.page-off-canvas-menu-opened .page-close-main-menu {
  visibility: visible;
  opacity: 1;
}

.page-open-mobile-menu {
  cursor: pointer;
}

.page-open-mobile-menu .inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}

.page-open-mobile-menu .icon {
  position: relative;
  width: 24px;
  height: 18px;
}

.page-open-mobile-menu:hover i:before {
  width: 80%;
}

.page-open-mobile-menu:hover i:after {
  width: 65%;
}

.page-open-mobile-menu i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-mobile-menu i:before, .page-open-mobile-menu i:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-open-mobile-menu i:before {
  top: -8px;
}

.page-open-mobile-menu i:after {
  top: 8px;
}

.page-close-mobile-menu {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #222;
}

.page-close-mobile-menu:before, .page-close-mobile-menu:after {
  position: absolute;
  top: 19px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: currentColor;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.page-close-mobile-menu:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-close-mobile-menu:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-close-mobile-menu:hover:before, .page-close-mobile-menu:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.page-mobile-menu-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 30px;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-mobile-menu-logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-mobile-menu-opened {
  overflow: hidden;
}

.page-mobile-menu-opened.mobile-menu-push-to-right .site {
  -webkit-transform: translateX(350px);
      -ms-transform: translateX(350px);
          transform: translateX(350px);
}

.page-mobile-menu-opened.mobile-menu-push-to-left .site {
  -webkit-transform: translateX(-350px);
      -ms-transform: translateX(-350px);
          transform: translateX(-350px);
}

.mobile-menu-push-to-left .page-mobile-main-menu > .inner {
  float: right;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.mobile-menu-slide-to-left .page-mobile-main-menu > .inner {
  float: right;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.page-mobile-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  cursor: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/cursor/light-close.png) 16 16, pointer;
}

.admin-bar .page-mobile-main-menu {
  top: 32px;
  height: calc(100% - 32px);
}

.page-mobile-main-menu > .inner {
  position: relative;
  height: 100%;
  max-width: 80%;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-top: 80px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: default;
  background: #fff;
  width: 360px;
}

.page-mobile-menu-opened .page-mobile-main-menu {
  visibility: visible;
  opacity: 1;
}

.page-mobile-menu-opened .page-mobile-main-menu > .inner {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.page-mobile-main-menu ul {
  margin: 0;
  padding: 0;
}

.page-mobile-main-menu li {
  display: block;
  list-style-type: none;
}

.page-mobile-main-menu li.opened > a .toggle-sub-menu:after {
  content: '\f106';
}

.page-mobile-main-menu .sub-menu {
  display: none;
  margin: 14px 0;
}

.page-mobile-main-menu .sub-menu .sub-menu {
  margin-left: 10px;
}

.page-mobile-main-menu .sub-menu a {
  padding: 8px 0;
}

.page-mobile-main-menu .wpb_column.vc_column_container {
  width: 100% !important;
}

.page-mobile-main-menu .wpb_column + .wpb_column {
  margin-top: 30px;
}

.page-mobile-main-menu .menu__container {
  padding: 0;
  margin: 20px 30px 100px;
}

.page-mobile-main-menu .menu__container > li > a {
  padding: 10px 0;
  border: 0;
  border-color: transparent;
}

.page-mobile-main-menu .menu__container > li + li > a {
  border-top: 1px solid transparent;
}

.page-mobile-main-menu .menu__container > li.opened > a {
  border-bottom: 1px solid transparent;
}

.page-mobile-main-menu .menu__container a {
  position: relative;
  display: block;
}

.page-mobile-main-menu .tm-list {
  margin-bottom: 16px;
}

.page-mobile-main-menu .mega-menu {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-mobile-main-menu .wpb_button,
.page-mobile-main-menu .wpb_content_element,
.page-mobile-main-menu ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}

.page-mobile-main-menu .widget_nav_menu li,
.page-mobile-main-menu .insight-core-bmw li {
  margin: 0;
  padding: 0;
  border: 0;
}

.page-mobile-main-menu .toggle-sub-menu {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page-mobile-main-menu .toggle-sub-menu:after {
  content: '\f107';
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-mobile-main-menu .toggle-sub-menu:hover {
  background: rgba(255, 255, 255, 0.2);
}

.page-mobile-main-menu .mega-menu-content .container {
  max-width: 100%;
}

.page-mobile-main-menu .mega-menu-content .container > .row > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.page-mobile-menu-content {
  overflow-y: auto;
  height: calc(100vh - 80px);
}

.handheld .page-mobile-menu-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 782px) {
  .admin-bar .page-mobile-main-menu {
    top: 46px;
    height: calc(100% - 46px);
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .page-mobile-main-menu {
    top: 0;
    height: 100%;
  }
}

.desktop-menu .page-open-mobile-menu {
  display: none !important;
}

.page-title-bar {
  position: relative;
}

.page-title-bar .heading {
  margin-bottom: 0;
}

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

.page-title-bar-inner {
  border-bottom-style: solid;
}

.insight_core_breadcrumb {
  margin: 0;
  padding: 0;
}

.insight_core_breadcrumb li {
  display: inline-block;
}

.insight_core_breadcrumb li + li {
  position: relative;
  padding-left: 32px;
}

.insight_core_breadcrumb li + li:before {
  content: '/';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.insight_core_breadcrumb a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.insight_core_breadcrumb a:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.insight_core_breadcrumb a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.page-title-bar-01 .heading {
  text-align: center;
}

.page-title-bar-01 .page-breadcrumb {
  margin-top: 21px;
  text-align: center;
}

.page-scroll-up {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.page-scroll-up i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
}

.page-scroll-up .arrow-top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-scroll-up .arrow-bottom {
  -webkit-transform: translate(-50%, 80px);
      -ms-transform: translate(-50%, 80px);
          transform: translate(-50%, 80px);
}

.page-scroll-up.show {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.page-scroll-up:hover .arrow-top {
  -webkit-transform: translate(-50%, -80px);
      -ms-transform: translate(-50%, -80px);
          transform: translate(-50%, -80px);
}

.page-scroll-up:hover .arrow-bottom {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  height: 44px;
  width: 44px;
}

.search-popup-close:before, .search-popup-close:after {
  position: absolute;
  top: 21px;
  left: 0;
  content: '';
  width: 44px;
  height: 3px;
  background: #222;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.search-popup-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.search-popup-close:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search-popup-close:hover:before, .search-popup-close:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.page-search-popup-opened {
  overflow: hidden;
}

.page-search-popup {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #fff;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.admin-bar .page-search-popup {
  top: 32px;
  height: calc(100% - 32px);
}

.page-search-popup-opened .page-search-popup {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.page-search-popup .page-search-popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.page-search-popup .search-form {
  position: relative;
  color: #086ad8;
  width: 1170px;
  max-width: 90%;
  margin: 0 auto;
}

.page-search-popup .search-field {
  font-size: 72px;
  height: 100px;
  background-color: transparent !important;
  border: 0;
  border-bottom: 3px solid #086ad8 !important;
  border-radius: 0;
  padding: 15px 50px 15px 0;
  color: inherit;
}

.page-search-popup .search-submit {
  display: none;
}

@media screen and (max-width: 782px) {
  .admin-bar .page-search-popup {
    top: 46px;
    height: calc(100% - 46px);
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .page-search-popup {
    top: 0;
    height: 100%;
  }
}

.page-open-off-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.page-open-off-sidebar:hover i {
  width: 16px;
}

.page-open-off-sidebar:hover i:before {
  width: 24px;
}

.page-open-off-sidebar:hover i:after {
  width: 22px;
}

.page-open-off-sidebar div {
  position: relative;
  width: 24px;
  height: 18px;
}

.page-open-off-sidebar i {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: currentColor;
}

.page-open-off-sidebar i:before, .page-open-off-sidebar i:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: '';
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.page-open-off-sidebar i:before {
  width: 16px;
  top: -8px;
}

.page-open-off-sidebar i:after {
  width: 18px;
  top: 8px;
}

.page-close-off-sidebar {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.page-close-off-sidebar:before, .page-close-off-sidebar:after {
  position: absolute;
  top: 19px;
  left: 8px;
  content: '';
  width: 24px;
  height: 3px;
  background: currentColor;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.page-close-off-sidebar:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.page-close-off-sidebar:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-close-off-sidebar:hover:before, .page-close-off-sidebar:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.page-off-sidebar-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
  height: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-off-sidebar-logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-off-sidebar-opened {
  overflow: hidden;
}

.page-off-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/cursor/light-close.png) 16 16, pointer;
}

.admin-bar .page-off-sidebar {
  top: 32px;
  height: calc(100% - 32px);
}

.page-off-sidebar > .inner {
  position: relative;
  height: 100%;
  max-width: 80%;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
  padding-top: 85px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  cursor: default;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
  float: right;
  width: 420px;
}

.page-off-sidebar-opened .page-off-sidebar {
  visibility: visible;
  opacity: 1;
}

.page-off-sidebar-opened .page-off-sidebar > .inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.page-off-sidebar .page-off-sidebar-content {
  padding: 50px 50px;
}

.page-off-sidebar .widget-title {
  font-size: 18px;
  line-height: 1.23;
  margin-bottom: 27px;
}

.page-off-sidebar .widget + .widget {
  margin-top: 53px;
}

.handheld .page-off-sidebar > .inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.handheld .page-off-sidebar-content {
  padding: 30px;
}

@media screen and (max-width: 782px) {
  .admin-bar .page-off-sidebar {
    top: 46px;
    height: calc(100% - 46px);
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .page-off-sidebar {
    top: 0;
    height: 100%;
  }
}

.ll-image {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ll-image.unload {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
@-webkit-keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes moveVertical {
  0% {
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes moveVertical {
  0% {
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveHorizontal {
  0% {
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes popUp {
  0% {
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation {
  opacity: 0;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.fade-in.animate {
  -webkit-animation: fadeIn 0.95s ease forwards;
          animation: fadeIn 0.95s ease forwards;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.move-up.animate {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
          animation: moveVertical 0.65s ease forwards;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.move-down.animate {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
          animation: moveVertical 0.65s ease forwards;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.move-left.animate {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
          animation: moveHorizontal 0.65s ease forwards;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.move-right.animate {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
          animation: moveHorizontal 0.65s ease forwards;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.scale-up.animate {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
          animation: scaleUp 0.65s ease-in-out forwards;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.pop-up {
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.page-has-animation:not(.compose-mode) .page-content .tm-animation.pop-up.animate {
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
          animation: popUp .8s ease-in forwards;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.page-has-animation:not(.compose-mode) .page-content .tm-swiper .tm-animation {
  opacity: 1 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-perspective: none !important;
          perspective: none !important;
}

.embed-responsive,
.video-player {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  height: 0;
}

.embed-responsive iframe,
.video-player iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9,
.video-player {
  padding-bottom: 56.25%;
}

.instagram-media {
  max-width: 100% !important;
}

.no-padding {
  padding: 0 !important;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.full-height {
  min-height: 100vh;
}

.admin-bar .full-height {
  min-height: calc(100vh - 32px);
}

.col-content-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-medium {
  font-weight: 500 !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.image-rounded img {
  border-radius: inherit;
}

@media (max-width: 991px) {
  .col-sm-order-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .col-sm-order-second {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767px) {
  .col-xs-order-first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .col-xs-order-second {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.section-half-bg-01 {
  position: relative;
}

.section-half-bg-01:before {
  display: block !important;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 48%;
  background: #f6fafe;
}

/* Begin Make footer always bottom of page */
@media only screen and (min-width: 1024px) {
  #footer-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) {
    height: 100%;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .site {
    min-height: 100%;
    position: static;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .content-wrapper {
    position: relative;
    z-index: 3;
    background: inherit;
  }
  .page-footer-parallax:not(.page-template-one-page-scroll) .page-footer-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .page-footer-parallax .site {
    background-color: inherit;
  }
}

.page-footer-wrapper.overlay, .page-footer-wrapper.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.boxed {
  margin: 0 auto;
  max-width: 1200px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}

.site {
  overflow: hidden;
}

.page-sidebar,
.page-main-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.comments-area {
  margin-top: 53px;
  padding-top: 40px;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-notes,
.logged-in-as {
  margin-bottom: 34px;
}

.bypostauthor {
  display: block;
}

.comments-title,
.comment-reply-title {
  display: block;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
}

.comments-title {
  margin-bottom: 50px;
}

.comments-wrap {
  margin-bottom: 62px;
}

.comment-list {
  margin: 0;
  padding: 0;
}

.comment-list .comment {
  list-style-type: none;
}

.comment-list > .comment + .comment {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ededed;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback {
  margin-bottom: 35px;
  list-style-type: none;
}

.comment-list .pingback:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list .pingback .comment-content {
  margin-left: 0;
}

.comment-list .children {
  margin: 40px 0 20px 30px;
  padding: 0;
}

.comment-list .children li + li {
  margin-top: 35px;
}

.comment-list .meta {
  margin-bottom: 12px;
}

.comment-list .comment-author {
  float: left;
}

.comment-list .comment-author img {
  border-radius: 50%;
}

.comment-list .comment-content {
  position: relative;
  overflow: hidden;
  margin-left: 120px;
}

.comment-list .fn {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
}

.comment-list .fn a {
  font-style: inherit;
  font-size: inherit;
}

.comment-list .comment-datetime {
  display: inline-block;
  margin-right: 6px;
}

.comment-list .comment-actions {
  font-weight: 500;
  margin-top: 16px;
  color: #ababab;
}

.comment-list .comment-actions a {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 700;
}

.comment-list .comment-awaiting-messages {
  display: block;
}

.comment-list .comment-respond {
  margin-top: 30px;
}

.comment-form textarea {
  height: 150px;
  padding: 19px 20px 3px;
}

.comment-form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.comment-form [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin: 0 0 20px;
}

.comment-form p.form-submit {
  margin: 30px 0 0;
}

.comment-form p.form-submit input {
  padding: 0 54px;
  min-width: 180px;
}

.comment-form .comment-form-cookies-consent {
  margin-top: 15px;
}

.comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .comment-list .vcard img {
    width: 50px;
  }
  .comment-list .children,
  .comment-list .children .children {
    padding-left: 20px;
  }
  .comment-list .comment-content {
    margin-left: 80px;
  }
}

@media (max-width: 767px) {
  .comment-form textarea {
    height: 120px;
  }
  .comment-list .comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .comment-list .children {
    margin-top: 30px;
    padding-top: 30px;
  }
  .comment-list .children,
  .comment-list .children .children {
    padding-left: 20px;
  }
}

.vc_separator .vc_sep_holder .vc_sep_line.vc_sep_line {
  border-top-color: #dddddd;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0 !important;
}

.wpb_wrapper .wpb_button,
.wpb_wrapper .wpb_content_element,
.wpb_wrapper ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}

.wpb-js-composer.wpb-js-composer .vc_tta-container {
  margin-bottom: 0;
}

.rev_slider iframe {
  border: 0 !important;
}

.revolution-slider-rounded .tp-revslider-mainul {
  border-radius: 5px;
}

.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.page-loading .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
}

.page-loading .loader-section.section-left {
  left: 0;
}

.page-loading .loader-section.section-right {
  right: 0;
}

.page-loading .sk-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 0;
}

.page-loading .sk-wrap .sk-circle {
  margin: 0 auto;
}

.page-loading .sk-wandering-cubes .sk-cube {
  width: 16px;
  height: 16px;
}

.page-loading .sk-three-bounce {
  width: 80px;
  height: 20px;
}

.page-loading .sk-three-bounce .sk-child {
  display: block;
  float: left;
}

.page-loading .sk-three-bounce .sk-bounce2 {
  margin: 0 10px;
}

.page-loading .sk-wave > div {
  width: 7px;
  margin: 0 2px 0 2px;
}

.page-loading .sk-bg-self {
  background-color: #fff;
}

.page-loading .sk-bg-child > div {
  background-color: #fff !important;
}

.page-loading .sk-bg-child-before > div:before {
  background-color: #fff;
}

.page-load-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.preloader-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.preloader-wrap .wrap-2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

body.loaded .page-loading .loader-section.section-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

body.loaded .page-loading .loader-section.section-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
}

body.loaded .page-loading .inner {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.admin-bar .headroom.headroom--not-top .page-header-inner {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .headroom.headroom--not-top .page-header-inner {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  .admin-bar .headroom.headroom--not-top .page-header-inner {
    top: 0;
  }
}

.lg-backdrop {
  z-index: 999998 !important;
}

.lg-outer {
  z-index: 999999 !important;
}

.lg-sub-html * {
  color: inherit;
}

.lg-actions .lg-prev,
.lg-actions .lg-next {
  border: 0;
}

.lg-actions .lg-prev:before, .lg-actions .lg-prev:after,
.lg-actions .lg-next:before,
.lg-actions .lg-next:after {
  color: #fff;
}

.tm-swiper {
  position: relative;
  z-index: 1;
}

.tm-swiper:hover .swiper-nav-button {
  opacity: 1;
  visibility: visible;
}

.tm-swiper .swiper-inner {
  position: relative;
}

.tm-swiper .swiper-container {
  width: 100%;
}

.tm-swiper .swiper-slide {
  box-sizing: border-box;
}

.tm-swiper.auto-slide-wide .swiper-slide {
  width: auto;
}

.tm-swiper.auto-slide-wide .swiper-slide img {
  width: auto;
}

.tm-swiper.equal-height > .swiper-inner > .swiper-container > .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tm-swiper.equal-height > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.tm-swiper.v-center > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.tm-swiper.h-center > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-swiper.c-bottom > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tm-swiper.equal-height.v-center > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide {
  -webkit-align-self: auto;
      -ms-flex-item-align: auto;
              -ms-grid-row-align: auto;
          align-self: auto;
}

.tm-swiper.equal-height.v-center > .swiper-inner > .swiper-container > .swiper-wrapper > .swiper-slide > div {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}

.tm-swiper[data-autoplay="1"] .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.tm-swiper .swiper-pagination {
  position: static;
  margin-top: 31px;
  width: 100%;
  text-align: center;
  line-height: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}

.tm-swiper .swiper-pagination.swiper-pagination-progressbar {
  width: 100%;
  height: 3px;
  left: 0;
  top: 0;
  background: #d8d8d8;
}

.tm-swiper .swiper-pagination-bullet {
  box-sizing: border-box;
  margin: 0 5px;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  vertical-align: middle;
  opacity: 1;
  position: relative;
  outline: none;
}

.tm-swiper .swiper-pagination-bullet:hover:before, .tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
}

.tm-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  cursor: default;
}

.tm-swiper .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: currentColor;
  opacity: .3;
  z-index: 1;
}

.tm-swiper .swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.tm-swiper .swiper-nav-button {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s linear 2s, opacity 0.3s linear 2s;
  background-image: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  width: 48px;
  height: 48px;
  font-size: 24px;
  color: #6d70a6;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
}

.tm-swiper .swiper-nav-button.swiper-button-disabled {
  display: none;
}

.tm-swiper .swiper-nav-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-swiper .swiper-nav-button:after {
  display: none;
}

.tm-swiper .swiper-button-prev {
  left: 7px;
}

.tm-swiper .swiper-button-prev i:before {
  content: '\f104';
}

.tm-swiper .swiper-button-next {
  right: 7px;
}

.tm-swiper .swiper-button-next i:before {
  content: '\f105';
}

.tm-swiper.nav-style-02 .swiper-nav-button {
  background: #fff;
}

.tm-swiper.nav-style-02 .swiper-nav-button:before {
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
}

.tm-swiper.nav-style-02 .swiper-nav-button:hover {
  color: #fff;
}

.tm-swiper.nav-style-02 .swiper-nav-button:hover:before {
  opacity: 1;
  visibility: visible;
}

.tm-swiper.nav-style-02 .swiper-button-prev {
  left: 30px;
}

.tm-swiper.nav-style-02 .swiper-button-next {
  right: 30px;
}

.tm-swiper.nav-style-03 .swiper-nav-button {
  background: transparent;
  border: 2px solid #eee;
  opacity: .3;
}

.tm-swiper.nav-style-03 .swiper-nav-button:hover {
  opacity: 1;
}

.tm-swiper.nav-style-03 .nav-button-icon {
  font-size: 18px;
  color: #fff;
}

.tm-swiper.nav-style-03 .swiper-button-prev {
  left: 0;
}

.tm-swiper.nav-style-03 .swiper-button-prev .nav-button-icon:before {
  content: '\f060';
}

.tm-swiper.nav-style-03 .swiper-button-next {
  right: 0;
}

.tm-swiper.nav-style-03 .swiper-button-next .nav-button-icon:before {
  content: '\f061';
}

.tm-swiper.nav-style-04 .swiper-nav-button {
  font-size: 64px;
  width: 64px;
  height: 64px;
}

.tm-swiper.pagination-style-02 .swiper-pagination-bullet:before {
  background: #fff;
  opacity: 1;
}

.tm-swiper.pagination-style-02 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 16px;
  height: 16px;
  box-shadow: 0 0 9px #ededed;
}

.tm-swiper.pagination-style-03 {
  margin-bottom: 0;
}

.tm-swiper.pagination-style-03 .swiper-pagination {
  position: absolute;
  width: auto;
  top: 50%;
  right: 50px;
  bottom: auto;
  left: auto;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
}

.tm-swiper.pagination-style-03 .swiper-pagination-bullet {
  display: block;
  margin: 0;
}

.tm-swiper.pagination-style-03 .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 10px;
}

.tm-swiper.pagination-style-04 .swiper-pagination-bullet:before {
  background: #333;
  opacity: .3;
}

.tm-swiper.pagination-style-04 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

@media (min-width: 992px) {
  .tm-swiper.nav-style-04 .swiper-nav-button.swiper-button-prev {
    left: -65px;
  }
  .tm-swiper.nav-style-04 .swiper-nav-button.swiper-button-next {
    right: -65px;
  }
}

@media (min-width: 1500px) {
  .tm-swiper.nav-style-04 .swiper-nav-button.swiper-button-prev {
    left: -125px;
  }
  .tm-swiper.nav-style-04 .swiper-nav-button.swiper-button-next {
    right: -125px;
  }
}

.odometer-auto-theme {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
  *display: inline;
}

.odometer-auto-theme .odometer-digit {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
  *display: inline;
}

.odometer-auto-theme .odometer-digit-spacer {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
  *display: inline;
}

.odometer-auto-theme .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer-auto-theme .odometer-ribbon {
  display: block;
}

.odometer-auto-theme .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer-auto-theme .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer-auto-theme .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: transform 4s cubic-bezier(0.6, 0.3, 0.3, 1), -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
}

.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  transition: transform 4s cubic-bezier(0.6, 0.3, 0.3, 1), -webkit-transform 4s cubic-bezier(0.6, 0.3, 0.3, 1);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

#growls-br {
  right: 15px !important;
  bottom: 15px !important;
}

.growl.growl {
  opacity: 1;
  font-size: 14px;
  border-radius: 5px;
}

.growl.growl.growl-default {
  color: inherit;
  background: #fff;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.growl.growl.growl-large {
  padding: 19px 30px 18px;
}

.growl.growl.growl-large .growl-close {
  margin-right: -29px;
  margin-top: -9px;
}

.growl.growl .growl-message {
  line-height: 1.72;
}

.growl.growl .growl-close {
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: -10px;
  margin-top: -6px;
  font-size: 0;
}

.growl.growl .growl-close:before {
  content: '\f00d';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
}

#tm-button-cookie-notice-ok {
  font-size: 15px;
  margin-top: 17px;
}

.hint--white[aria-label]:before {
  border-top-color: #ffffff;
}

.hint--white[aria-label]:after {
  background: #ffffff;
  color: #111111;
  text-shadow: none;
}

.hint--white.hint--bottom:before {
  border-top-color: transparent;
  border-bottom-color: #ffffff;
}

.newsletter-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(17, 17, 17, 0.5);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  cursor: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/cursor/light-close.png) 16 16, pointer;
}

.newsletter-popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 370px;
  max-width: 90%;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
  padding: 41px 30px 50px;
  cursor: default;
}

.newsletter-popup .popup-heading {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 7px;
}

.newsletter-popup .popup-description {
  margin-bottom: 13px;
}

.newsletter-popup .popup-form {
  margin-top: 21px;
}

.newsletter-popup .form-item {
  margin-top: 20px;
}

.newsletter-popup .form-submit {
  margin: 0 auto;
}

.newsletter-popup-opened {
  overflow: hidden;
}

.newsletter-popup-opened .newsletter-popup {
  opacity: 1;
  visibility: visible;
}

.newsletter-popup-opened .newsletter-popup .inner {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.newsletter-popup-close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 6px;
  right: 5px;
  font-size: 16px;
  cursor: pointer;
}

.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sticky .post-sticky span {
  margin-right: 7px;
}

.post-password-form input[type='submit'] {
  display: block;
  margin: 30px auto 0;
}

.single-post .page-content {
  padding-bottom: 120px;
}

.single-post .page-title-bar + .page-content {
  padding-top: 85px;
}

.single-post .page-header + .page-content {
  padding-top: 120px;
}

.single-post.page-has-no-sidebar .page-content > .container {
  max-width: 800px;
}

.single-post.page-has-no-sidebar .entry-post-feature {
  margin-bottom: 40px;
}

.single-post.page-has-no-sidebar .entry-header {
  text-align: center;
  margin-bottom: 41px;
}

.single-post.page-has-no-sidebar .entry-post-categories {
  margin-bottom: 16px;
}

.single-post.page-has-no-sidebar .comment-form .form-submit {
  text-align: center;
}

.single-post .entry-header {
  margin-bottom: 15px;
}

.single-post .entry-post-feature {
  line-height: 0;
  margin-bottom: 31px;
}

.single-post .entry-post-feature img {
  border-radius: 5px;
}

.single-post .entry-post-feature.post-video, .single-post .entry-post-feature.post-link, .single-post .entry-post-feature.post-quote {
  margin-bottom: 46px;
}

.single-post .entry-post-feature.post-audio {
  margin-bottom: 38px;
}

.single-post .entry-post-feature.post-audio iframe {
  width: 100%;
  height: 200px;
  border: 0;
}

.single-post .entry-post-feature.post-link {
  padding: 82px 100px;
  background: #f7fbfe;
  font-size: 24px;
  line-height: 1.5;
}

.single-post .entry-post-feature.post-link a {
  word-wrap: break-word;
}

.single-post .entry-post-feature.post-quote {
  position: relative;
  text-align: center;
}

.single-post .entry-post-feature .post-quote-content {
  position: relative;
  padding: 48px 40px;
}

.single-post .entry-post-feature .post-quote-content .quote-icon {
  color: #fff;
  font-size: 26px;
  margin-bottom: 35px;
}

.single-post .entry-post-feature .post-quote-text {
  margin-bottom: 26px;
  color: #fff;
  font-size: 24px;
  line-height: 1.375;
}

.single-post .entry-post-feature .post-quote-name {
  font-size: 18px;
  color: #fff;
}

.single-post .entry-post-feature .post-quote-name a {
  color: inherit;
}

.single-post .entry-post-feature .swiper-container {
  border-radius: 5px;
}

.single-post .entry-post-categories {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

.single-post .entry-post-categories a {
  color: inherit;
}

.single-post .entry-content {
  margin-bottom: 30px;
}

.single-post .post-thumbnail {
  text-align: center;
}

.single-post .entry-post-meta {
  font-size: 14px;
  margin: 0 -8px;
}

.single-post .entry-post-meta > div {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 5px;
}

.single-post .entry-author-meta a {
  display: block;
}

.single-post .entry-author-meta img {
  width: 32px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}

.single-post .meta-icon {
  font-size: 14px;
  margin-right: 7px;
}

.single-post .entry-footer {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 42px;
}

.single-post .entry-post-tags {
  color: #ababab;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.85;
}

.single-post .entry-post-tags .tagcloud-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 6px;
  margin-bottom: 0;
  color: #696969;
}

.single-post .entry-post-tags .tagcloud {
  display: inline-block;
  vertical-align: middle;
}

.single-post .entry-post-tags a {
  color: inherit;
}

.related-posts .related-title {
  margin-top: 66px;
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 500;
}

.related-posts > .tm-swiper {
  margin: -15px;
}

.related-posts > .tm-swiper > .swiper-pagination {
  position: absolute;
  bottom: auto;
  top: -39px;
  left: auto;
  right: 10px;
  width: auto;
  margin: 0;
}

.related-posts .related-post-item {
  padding: 15px;
  width: 100%;
}

.related-posts .post-wrapper {
  position: relative;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  overflow: hidden;
}

.related-posts .has-post-thumbnail .post-wrapper:hover {
  border-color: transparent;
}

.related-posts .has-post-thumbnail .post-wrapper:hover .post-info {
  opacity: 0;
  visibility: hidden;
}

.related-posts .has-post-thumbnail .post-wrapper:hover .post-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.related-posts .post-no-thumbnail .post-wrapper:hover {
  background: #333;
  border-color: transparent;
}

.related-posts .post-no-thumbnail .post-wrapper:hover .post-categories,
.related-posts .post-no-thumbnail .post-wrapper:hover .post-title {
  color: #fff;
}

.related-posts .post-overlay {
  -webkit-transition: all .3s, -webkit-transform 1s;
  transition: all .3s, -webkit-transform 1s;
  transition: all .3s, transform 1s;
  transition: all .3s, transform 1s, -webkit-transform 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}

.related-posts .post-info {
  padding: 85px 30px 43px;
}

.related-posts .post-title {
  margin: 6px 0 0;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}

.related-posts .post-categories {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 500;
}

.related-posts .post-categories a {
  color: inherit;
}

.entry-title {
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 16px;
  word-wrap: break-word;
}

.entry-author .author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.entry-author .author-avatar {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 170px;
  text-align: center;
}

.entry-author .author-avatar img {
  width: 100px;
  border-radius: 50%;
}

.entry-author .author-name {
  margin-bottom: 13px;
  font-size: 15px;
  text-transform: uppercase;
}

.entry-author .author-biographical-info {
  margin-top: 15px;
}

.entry-author .author-social-networks .inner {
  display: inline-block;
  margin: 13px -9px 0;
}

.entry-author .author-social-networks a {
  display: block;
  float: left;
  padding: 6px 10px;
  font-size: 15px;
  line-height: 1;
}

.entry-post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry-post-share.opened .share-list {
  -webkit-transform: translate(-50%, -22px);
      -ms-transform: translate(-50%, -22px);
          transform: translate(-50%, -22px);
  visibility: visible;
  opacity: 1;
}

.entry-post-share .share-label {
  font-weight: 500;
  margin-right: 8px;
}

.entry-post-share .share-icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.entry-post-share .share-media {
  position: relative;
}

.entry-post-share .share-list {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -12px);
      -ms-transform: translate(-50%, -12px);
          transform: translate(-50%, -12px);
  width: auto;
  white-space: nowrap;
  padding: 0 4px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.entry-post-share .share-list:before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.entry-post-share .share-list a {
  display: inline-block;
  font-size: 13px;
  padding: 12px;
  color: #ababab;
}

.blog-nav-links {
  margin-top: 36px;
}

.blog-nav-links .nav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px 30px;
}

.blog-nav-links .nav-item {
  line-height: 0;
}

.blog-nav-links .inner a {
  position: relative;
  display: block;
}

.blog-nav-links .inner a:hover > div {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.blog-nav-links .inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  background-color: #333;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
}

.blog-nav-links .inner div:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
  border-radius: 5px;
}

.blog-nav-links .inner h6 {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  margin: 0;
}

.blog-nav-links .inner h6:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
}

.blog-nav-links .prev h6 {
  padding-left: 50px;
  padding-right: 20px;
}

.blog-nav-links .prev h6:before {
  left: 20px;
  content: '\f104';
}

.blog-nav-links .next {
  text-align: right;
}

.blog-nav-links .next h6 {
  padding-left: 20px;
  padding-right: 50px;
}

.blog-nav-links .next h6:before {
  right: 20px;
  content: '\f105';
}

@media (max-width: 767px) {
  .blog-nav-links .nav-list {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .blog-nav-links h6 {
    font-size: 30px;
  }
}

.entry-case-study-categories {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 3px 0 12px;
}

.entry-case-study-categories a {
  color: inherit;
}

.entry-case-study-title {
  font-size: 34px;
  line-height: 1.42;
  margin-bottom: 25px;
}

.entry-case-study-details table {
  margin-bottom: 0;
}

.entry-case-study-details td {
  border: 0;
  background: none !important;
  padding: 17px 10px;
  text-align: left;
}

.entry-case-study-details td:first-child {
  padding-left: 0;
}

.entry-case-study-details td:last-child {
  text-align: right;
  padding-right: 0;
}

.entry-case-study-details tr + tr {
  border-top: 1px solid #ededed;
}

.entry-case-study-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.entry-case-study-details .label {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 12px;
}

.entry-case-study-feature-wrap {
  max-width: 540px;
}

.entry-case-study-main-info {
  margin-bottom: 22px;
}

.entry-case-study-share .inner {
  display: inline-block;
  margin: 0 -10px;
}

.entry-case-study-share a {
  padding: 0 10px;
  font-size: 15px;
  color: #ababab;
}

.entry-case-study-link {
  margin-top: 37px;
}

.entry-case-study-feature img {
  width: 100%;
}

.entry-case-study-feature figure {
  margin: 0;
  position: relative;
}

.entry-case-study-feature figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.entry-case-study-feature .swiper-container {
  border-radius: 5px;
}

.entry-case-study-feature .tm-grid-wrapper {
  margin-top: 20px;
}

.entry-case-study-image + .entry-case-study-image {
  margin-top: 30px;
}

.entry-case-study-image img {
  border-radius: 5px;
}

.entry-case-study-video {
  border-radius: 5px;
}

.entry-case-study-video + .entry-case-study-feature,
.entry-case-study-feature + .entry-case-study-video {
  padding-top: 30px;
}

.case-study-nav-links > .container {
  padding-left: 0;
  padding-right: 0;
}

.case-study-nav-links .nav-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}

.case-study-nav-links .nav-item {
  line-height: 0;
}

.case-study-nav-links .inner {
  width: 100%;
  max-width: 430px;
  min-height: 190px;
  display: inline-block;
}

.case-study-nav-links .inner a {
  position: relative;
  display: block;
}

.case-study-nav-links .inner a:hover h6 {
  color: inherit;
}

.case-study-nav-links .inner a:hover h6:before {
  color: inherit;
}

.case-study-nav-links .inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 190px;
  padding: 20px 0;
}

.case-study-nav-links .inner img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 120px;
  border-radius: 3px;
}

.case-study-nav-links .inner h6 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  margin: 0;
}

.case-study-nav-links .inner h6:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
}

.case-study-nav-links .prev a {
  padding-left: 36px;
}

.case-study-nav-links .prev img {
  margin-right: 28px;
}

.case-study-nav-links .prev h6:before {
  left: 0;
  content: '\f104';
}

.case-study-nav-links .next {
  text-align: right;
}

.case-study-nav-links .next a {
  padding-right: 36px;
}

.case-study-nav-links .next img {
  margin-left: 28px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.case-study-nav-links .next h6:before {
  right: 0;
  content: '\f105';
}

.entry-case-study-return-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: #f6f2ed;
  font-size: 18px;
}

.entry-case-study-return-link:hover {
  color: #fff;
}

.entry-case-study-return-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-case_study-style-big_image_slider .entry-case-study-feature-wrap {
  max-width: 100%;
}

.single-case_study-style-big_image_slider .entry-case-study-content {
  margin-top: 83px;
}

.single-case_study-style-big_image_slider .entry-case-study-categories {
  margin: 0 0 2px;
}

.single-case_study-style-big_image_slider .entry-case-study-title {
  margin: 10px 0 15px;
}

.single-case_study-style-big_image_slider .entry-case-study-main-info {
  max-width: 500px;
}

.single-case_study-style-image_grid .entry-case-study-feature-wrap {
  max-width: 720px;
}

.related-case-study {
  padding-top: 100px;
}

.related-case-study .container {
  padding: 0;
}

.related-case-study .post-permalink {
  display: block;
}

.related-case-study .post-thumbnail img {
  width: 100%;
}

.related-case-study-title {
  margin: 0 0 45px;
  text-align: center;
  font-size: 24px;
}

@media (max-width: 767px) {
  .case-study-nav-links .nav-list {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .case-study-nav-links h6 {
    font-size: 30px;
  }
  .entry-case-study-feature-wrap {
    margin-bottom: 50px;
  }
}

.archive-case_study .page-pagination li .current {
  background: #fff;
}

.archive-case-study-category-list {
  margin: 0 0 60px;
  text-align: center;
}

.archive-case-study-category-list .cat-list {
  line-height: 0;
}

.archive-case-study-category-list .cat-item {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 11px;
}

.archive-case-study-category-list .cat-item.current a,
.archive-case-study-category-list .cat-item a:hover {
  color: inherit;
}

.archive-case-study-category-list .cat-item.current a:after,
.archive-case-study-category-list .cat-item a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.archive-case-study-category-list .cat-link {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
  padding: 5px;
}

.archive-case-study-category-list .cat-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
  width: 0;
  height: 2px;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

body.search .search-page-search-form {
  margin-bottom: 30px;
}

body.search .page-main-content .search-form {
  position: relative;
}

body.search .page-main-content .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0 5px 5px 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: none;
  box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

body.search .page-main-content .search-form .search-submit:hover {
  color: #fff;
}

body.search .page-main-content .search-form .search-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 18px;
}

body.search .page-main-content .search-form .search-btn-text {
  display: none;
}

.search-no-results .no-results {
  background: #fff;
  padding: 45px 30px 60px;
  border: 1px solid #eee;
}

.search-no-results .no-results .page-title {
  margin-bottom: 21px;
}

.search-no-results .no-results .search-no-results-text {
  margin-bottom: 30px;
}

.error404 .page-404-content {
  text-align: center;
}

.error404 .page-404-content > .container > .row {
  padding-top: 100px;
  padding-bottom: 100px;
}

.error404 .error-image {
  margin-bottom: 50px;
}

.error404 .error-404-title {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.28;
}

.error404 .error-buttons {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error404 .error-buttons .tm-button-wrapper {
  padding: 10px;
}

.error404 .error-buttons .tm-button {
  padding: 0 43px;
}

.error404 .error-buttons .tm-button .button-icon {
  font-size: 16px;
}

.page-template-maintenance {
  width: 100%;
  height: 100%;
  text-align: center;
}

.page-template-maintenance .site .container-fluid > .row > .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.page-template-maintenance .maintenance-page {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-template-maintenance .cs-content-wrapper {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
}

.page-template-maintenance .cs-logo {
  margin-bottom: 152px;
}

.page-template-maintenance .cs-title {
  font-size: 40px;
  line-height: 1.4;
  margin: 0 auto 43px;
  width: 600px;
  max-width: 100%;
}

.page-template-maintenance .cs-form {
  margin-top: 62px;
}

.page-template-maintenance .maintenance-social-networks {
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .page-template-maintenance .cs-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 510px;
    max-width: 100%;
  }
  .page-template-maintenance .cs-logo {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .page-template-maintenance .cs-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    width: 510px;
    max-width: 100%;
  }
  .page-template-maintenance .cs-title {
    font-size: 30px;
  }
  .page-template-maintenance .coming-soon-bg {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .page-template-maintenance #maintenance-wrap .mc4wp-form .mc4wp-form-fields {
    display: block;
  }
  .page-template-maintenance #maintenance-wrap .mc4wp-form .form-submit {
    margin: 0 auto;
  }
}

/*
 * fullPage 2.8.8
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  overflow: hidden;
  /* Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  padding: 13px 7px;
  position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 16px;
  height: 16px;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 100%;
  position: absolute;
  z-index: 1;
  height: 8px;
  width: 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  background: #eee;
}

#fp-nav ul li a.active span, #fp-nav ul li a:hover span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a:hover span {
  background: #222;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  width: 100%;
  height: 100%;
}

#fp-nav ul li a:not(.active):hover span,
.fp-slidesNav ul li a:not(.active):hover span {
  width: 12px;
  height: 12px;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 60px;
}

#fp-nav.left {
  left: 60px;
}

.page-template-one-page-scroll[data-row-skin='light'] #fp-nav ul li a {
  color: #fff;
}

.page-template-one-page-scroll[data-row-skin='light'] #fp-nav ul li a.active span, .page-template-one-page-scroll[data-row-skin='light'] #fp-nav ul li a:hover span {
  background-color: #fff;
}

.page-template-one-page-scroll[data-row-skin='light'] #fp-nav ul li span {
  background-color: rgba(255, 255, 255, 0.2);
}

.page-template-one-page-scroll[data-row-skin='light'] #fp-nav .fp-tooltip {
  background: #fff;
  color: #333;
}

.page-template-one-page-scroll[data-row-skin='dark'] #fp-nav ul li span {
  border-color: #e6e8ee;
}

.page-template-one-page-scroll[data-row-skin='dark'] #fp-nav .fp-tooltip {
  background: #333;
  color: #fff;
}

.page-template-one-page-scroll[data-row-skin='dark'] #fp-nav .fp-tooltip.right:after {
  border-left-color: #333;
}

.page-template-one-page-scroll[data-row-skin='dark'] #fp-nav .fp-tooltip.left:after {
  border-right-color: #333;
}

#fp-nav .fp-tooltip {
  position: absolute;
  top: 50%;
  background: #fff;
  color: #333;
  font-size: 13px;
  white-space: nowrap;
  max-width: 220px;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px 10px;
  border-radius: 5px;
}

#fp-nav .fp-tooltip:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

#fp-nav .fp-tooltip.right {
  right: 40px;
}

#fp-nav .fp-tooltip.right:after {
  left: 100%;
  border-left: 10px solid #fff;
}

#fp-nav .fp-tooltip.left {
  left: 40px;
}

#fp-nav .fp-tooltip.left:after {
  right: 100%;
  border-right: 10px solid #fff;
}

#fp-nav li:hover .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

.fp-slidesNav ul li {
  display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.fp-scrollable {
  overflow: hidden;
}

.fp-scrollable .fp-scroller {
  overflow: hidden;
}

.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 1;
}

.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper.active {
  z-index: 10;
}

.one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper:not(.active):not(.fp-completely) {
  top: 100%;
  pointer-events: none;
  visibility: hidden;
}

.fp-enabled {
  margin-top: 0 !important;
}

.fp-enabled .fp-table {
  display: table !important;
}

.fp-enabled .admin-bar .site {
  top: 32px;
}

.fp-enabled .site {
  position: relative;
  left: 0;
  overflow: hidden;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.fp-enabled .page-template-one-page-scroll #page-content {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.fp-enabled .page-template-one-page-scroll #page-footer-wrapper:not(.overlay) {
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-content {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}

.fp-enabled .page-template-one-page-scroll.tm-one-page-footer-expanded #page-footer-wrapper {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fp-enabled .page-template-one-page-scroll .custom-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .onepage-pagination a {
  color: #fff;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .page-header .menu__container > li > a,
.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .page-open-mobile-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .page-open-main-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .header-right-more {
  color: #fff !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='light']:not(.header-more-tools-opened) .popup-search-wrap i {
  color: #fff !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .mini-cart .mini-cart-icon:after {
  color: #333 !important;
  background: #fff !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .light-logo {
  display: inline-block;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='light'] .dark-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .onepage-pagination a {
  color: inherit;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .page-header .menu__container > li > a,
.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .page-open-mobile-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .page-open-main-menu i,
.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .header-right-more {
  color: #333 !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='dark']:not(.header-more-tools-opened) .popup-search-wrap i {
  color: #333 !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .mini-cart .mini-cart-icon:after {
  color: #fff !important;
  background: #333 !important;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .light-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-row-skin='dark'] .dark-logo {
  display: inline-block;
}

.fp-enabled .page-template-one-page-scroll[data-logo-skin='light'] .light-logo {
  display: inline-block;
}

.fp-enabled .page-template-one-page-scroll[data-logo-skin='light'] .dark-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-logo-skin='dark'] .light-logo {
  display: none;
}

.fp-enabled .page-template-one-page-scroll[data-logo-skin='dark'] .dark-logo {
  display: inline-block;
}

.page-template-one-page-scroll .page-content {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #fp-nav.right {
    right: 40px;
  }
  #fp-nav.left {
    left: 40px;
  }
}

@media (max-width: 543px) {
  #fp-nav.right {
    right: 20px;
  }
  #fp-nav.left {
    left: 20px;
  }
}

.page-template-blank .page-content {
  padding-top: 0;
  padding-bottom: 0;
}

/*
Shortcodes
*/
.tm-grid-wrapper .tm-filter-button-group {
  padding-bottom: 45px;
}

.tm-grid-wrapper .tm-filter-button-group .container {
  padding-left: 0;
  padding-right: 0;
}

.tm-grid-wrapper .tm-filter-button-group.right {
  text-align: right;
}

.tm-grid-wrapper .tm-filter-button-group.center {
  text-align: center;
}

.tm-grid-wrapper .tm-filter-button-group.show-filter-counter {
  padding-top: 25px;
}

.tm-grid-wrapper .tm-filter-button-group-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.tm-grid-wrapper.filter-style-01 .btn-filter {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 5px 17px;
  border-bottom: 2px solid transparent;
}

.tm-grid-wrapper.filter-style-01 .btn-filter:hover .filter-counter {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.tm-grid-wrapper.filter-style-01 .btn-filter.current {
  border-color: currentColor;
}

.tm-grid-wrapper.filter-style-01 .filter-text {
  font-size: 18px;
  font-weight: 500;
}

.tm-grid-wrapper.filter-style-01 .filter-counter {
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  margin: 0 auto;
  min-width: 34px;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  font-size: 12px;
  background-color: #4d4c4d;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-grid-wrapper.filter-style-01 .filter-counter:before {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 4px solid #4d4c4d;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.modern-grid {
  display: -ms-grid;
  display: grid;
}

.grid-width-2 {
  -ms-grid-column: span 2;
      grid-column: span 2;
}

.grid-height-2 {
  -ms-grid-row: span 2;
      grid-row: span 2;
}

.tm-grid-loader {
  display: none;
  margin: 0;
}

.tm-grid-loader .sk-wrap {
  margin: 0 auto;
}

.tm-grid-pagination {
  padding-top: 40px;
}

.tm-grid-loadmore-btn {
  min-width: 180px;
}

.tm-grid-messages {
  margin: 50px 0;
  text-align: center;
}

.tm-grid .grid-item {
  min-width: 0;
  min-height: 0;
}

.page-has-animation:not(.compose-mode) .tm-grid.has-animation .grid-item {
  opacity: 0;
}

.page-has-animation:not(.compose-mode) .tm-grid.fade-in .animate {
  -webkit-animation: fadeIn .95s ease forwards;
          animation: fadeIn .95s ease forwards;
}

.page-has-animation:not(.compose-mode) .tm-grid.move-up .animate {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-animation: moveVertical .65s ease forwards;
          animation: moveVertical .65s ease forwards;
}

.page-has-animation:not(.compose-mode) .tm-grid.move-down .animate {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-animation: moveVertical .65s ease forwards;
          animation: moveVertical .65s ease forwards;
}

.page-has-animation:not(.compose-mode) .tm-grid.move-left .animate {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-animation: moveHorizontal .65s ease forwards;
          animation: moveHorizontal .65s ease forwards;
}

.page-has-animation:not(.compose-mode) .tm-grid.move-right .animate {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-animation: moveHorizontal .65s ease forwards;
          animation: moveHorizontal .65s ease forwards;
}

.page-has-animation:not(.compose-mode) .tm-grid.scale-up .animate {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-animation: scaleUp .65s ease-in-out forwards;
          animation: scaleUp .65s ease-in-out forwards;
}

.page-has-animation:not(.compose-mode) .tm-grid.pop-up {
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.page-has-animation:not(.compose-mode) .tm-grid.pop-up .animate {
  -webkit-transform: scale(0.4);
      -ms-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
          animation: popUp .8s ease-in forwards;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media (max-width: 767px) {
  .tm-grid-wrapper .tm-filter-button-group-inner {
    display: block;
  }
  .grid-width-2 {
    -ms-grid-column: span 1;
        grid-column: span 1;
  }
  .grid-height-2 {
    -ms-grid-row: span 1;
        grid-row: span 1;
  }
}

.tm-blog .post-item {
  box-sizing: border-box;
  word-wrap: break-word;
}

.tm-blog .post-title a,
.tm-blog .post-categories a {
  color: inherit;
  font-size: inherit;
}

.tm-blog .post-categories {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tm-blog .post-meta {
  font-size: 14px;
  margin: 0 -8px;
}

.tm-blog .post-meta > div {
  display: inline-block;
  padding: 0 8px;
}

.tm-blog .post-author a {
  display: block;
}

.tm-blog .post-author img {
  width: 32px;
  vertical-align: middle;
  margin-right: 6px;
  border-radius: 50%;
}

.tm-blog .meta-icon {
  margin-right: 7px;
}

.tm-blog .post-audio {
  line-height: 0;
}

.tm-blog .post-audio iframe {
  width: 100%;
  height: 165px;
  border: 0;
}

.tm-blog .post-read-more {
  margin-top: 13px;
}

.tm-blog .post-read-more.style-link a {
  font-size: 14px;
  font-weight: 500;
  color: #086ad8;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
}

.tm-blog .post-read-more.style-link a:after {
  content: '\f178';
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.tm-blog .post-read-more.style-link .btn-text {
  vertical-align: middle;
}

.tm-blog.style-list .post-item {
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e8f6;
}

.tm-blog.style-list .post-item + .post-item {
  margin-top: 50px;
}

.tm-blog.style-list .tm-grid-pagination {
  padding-top: 60px;
}

.tm-blog.style-list .post-wrapper {
  background: #fff;
}

.tm-blog.style-list .post-feature {
  margin-bottom: 24px;
}

.tm-blog.style-list .post-thumbnail img,
.tm-blog.style-list .post-gallery img,
.tm-blog.style-list .post-video img {
  border-radius: 5px;
}

.tm-blog.style-list .tm-swiper .swiper-container {
  border-radius: 5px;
}

.tm-blog.style-list .tm-swiper .swiper-nav-button {
  border: 0;
  background: transparent;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.5);
}

.tm-blog.style-list .tm-swiper .swiper-nav-button:hover {
  color: #fff;
}

.tm-blog.style-list .post-link {
  position: relative;
  padding: 68px 20px 62px;
  text-align: center;
}

.tm-blog.style-list .post-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 112px;
  width: 112px;
  background: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/post-format/link.png) no-repeat;
}

.tm-blog.style-list .post-link a {
  color: #fff;
}

.tm-blog.style-list .link-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

.tm-blog.style-list .post-quote {
  position: relative;
  padding: 78px 40px 53px;
  background: #f5f7fd;
  text-align: center;
}

.tm-blog.style-list .post-quote:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 54px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 132px;
  width: 150px;
  background: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/post-format/quote.png) no-repeat;
}

.tm-blog.style-list .post-quote-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 39px;
}

.tm-blog.style-list .post-quote-text a {
  color: inherit;
}

.tm-blog.style-list .post-quote-name {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}

.tm-blog.style-list .post-categories {
  margin-bottom: 19px;
}

.tm-blog.style-list .post-title {
  font-size: 40px;
  margin-bottom: 20px;
}

.tm-blog.style-list .post-meta > div {
  margin-bottom: 5px;
}

.tm-blog.style-list .post-excerpt {
  margin-top: 20px;
}

.tm-blog.style-list .post-footer {
  margin-top: 33px;
}

.tm-blog.style-list .post-read-more {
  margin-top: 0;
}

.tm-blog.style-list .post-read-more .tm-button {
  min-width: 154px;
}

.tm-blog.style-list-small-image .post-item {
  border-bottom: 1px solid #e4e8f6;
  padding-bottom: 30px;
}

.tm-blog.style-list-small-image .post-item + .post-item {
  margin-top: 30px;
}

.tm-blog.style-list-small-image .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-blog.style-list-small-image .post-feature {
  width: 270px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tm-blog.style-list-small-image .post-thumbnail img,
.tm-blog.style-list-small-image .post-gallery img,
.tm-blog.style-list-small-image .post-video img {
  border-radius: 5px;
}

.tm-blog.style-list-small-image .post-meta {
  margin-top: 36px;
}

.tm-blog.style-list-small-image .post-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-blog.style-list-small-image .format-link .post-wrapper,
.tm-blog.style-list-small-image .format-audio .post-wrapper,
.tm-blog.style-list-small-image .format-quote .post-wrapper {
  display: block;
}

.tm-blog.style-list-small-image .format-link .post-feature,
.tm-blog.style-list-small-image .format-audio .post-feature,
.tm-blog.style-list-small-image .format-quote .post-feature {
  width: 100%;
  margin: 0 0 20px;
}

.tm-blog.style-list-small-image .post-link {
  position: relative;
  padding: 68px 20px 62px;
  text-align: center;
}

.tm-blog.style-list-small-image .post-link:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 112px;
  width: 112px;
  background: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/post-format/link.png) no-repeat;
}

.tm-blog.style-list-small-image .post-link a {
  color: #fff;
}

.tm-blog.style-list-small-image .link-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

.tm-blog.style-list-small-image .post-quote {
  position: relative;
  padding: 78px 40px 53px;
  background: #f5f7fd;
  text-align: center;
}

.tm-blog.style-list-small-image .post-quote:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 54px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 132px;
  width: 150px;
  background: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/post-format/quote.png) no-repeat;
}

.tm-blog.style-list-small-image .post-quote-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 39px;
}

.tm-blog.style-list-small-image .post-quote-text a {
  color: inherit;
}

.tm-blog.style-list-small-image .post-quote-name {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}

.tm-blog.style-list-small-image .post-categories {
  margin-bottom: 9px;
}

.tm-blog.style-list-small-image .post-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
  margin-bottom: 10px;
}

.tm-blog.style-list-left-large-image .post-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
}

.tm-blog.style-list-left-large-image .post-item + .post-item {
  margin-top: 50px;
}

.tm-blog.style-list-left-large-image .post-item:last-child {
  border-bottom: 0;
}

.tm-blog.style-list-left-large-image .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.tm-blog.style-list-left-large-image .post-info,
.tm-blog.style-list-left-large-image .post-feature {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.tm-blog.style-list-left-large-image .post-thumbnail img {
  border-radius: 5px;
}

.tm-blog.style-list-left-large-image .post-meta {
  margin-bottom: 19px;
}

.tm-blog.style-list-left-large-image .post-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-blog.style-list-left-large-image .post-title {
  font-size: 34px;
  line-height: 1.42;
  margin-bottom: 20px;
}

.tm-blog.style-list-left-large-image .post-read-more {
  margin-top: 33px;
}

.tm-blog.style-list-left-large-image .post-read-more .tm-button {
  min-width: 154px;
}

.tm-blog.style-grid-classic .tm-grid-pagination {
  padding-top: 85px;
}

.tm-blog.style-grid-classic .post-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tm-blog.style-grid-classic .post-wrapper:hover .post-feature {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-blog.style-grid-classic .post-feature {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 20px;
}

.tm-blog.style-grid-classic .post-feature img {
  width: 100%;
  border-radius: 5px;
}

.tm-blog.style-grid-classic .post-meta {
  margin-bottom: 7px;
}

.tm-blog.style-grid-classic .post-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-blog.style-grid-classic .post-categories {
  margin-bottom: 6px;
}

.tm-blog.style-grid-classic .post-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0;
}

.tm-blog.style-grid-classic .post-excerpt {
  margin-top: 10px;
}

.tm-blog.style-grid-masonry .tm-grid-pagination {
  padding-top: 80px;
}

.tm-blog.style-grid-masonry .grid-item:hover .post-wrapper {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-blog.style-grid-masonry .post-wrapper {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  text-align: center;
}

.tm-blog.style-grid-masonry .post-feature img {
  border-radius: 5px 5px 0 0;
}

.tm-blog.style-grid-masonry .post-thumbnail {
  margin-bottom: 0;
}

.tm-blog.style-grid-masonry .post-thumbnail img {
  width: 100%;
}

.tm-blog.style-grid-masonry .post-categories {
  margin-bottom: 6px;
}

.tm-blog.style-grid-masonry .post-meta {
  margin-bottom: 6px;
}

.tm-blog.style-grid-masonry .post-title {
  font-size: 24px;
  line-height: 1.46;
  margin-bottom: 11px;
}

.tm-blog.style-grid-masonry .post-excerpt {
  margin-top: 10px;
}

.tm-blog.style-grid-masonry .post-info {
  padding: 29px 25px 83px;
}

.tm-blog.style-grid-masonry .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
}

.tm-blog.style-grid-masonry .btn:before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}

.tm-blog.style-grid-masonry .btn .btn-icon {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tm-blog.style-grid-masonry .btn:hover {
  color: #fff;
}

.tm-blog.style-grid-masonry .btn:hover:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-blog.style-grid-metro .grid-item {
  overflow: hidden;
}

.tm-blog.style-grid-metro .grid-item:hover .post-overlay {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.tm-blog.style-grid-metro .grid-width-2 .post-wrapper:before {
  padding-top: 50%;
}

.tm-blog.style-grid-metro .grid-height-2 .post-wrapper:before {
  padding-top: 200%;
}

.tm-blog.style-grid-metro .grid-width-2.grid-height-2 .post-wrapper:before {
  padding-top: 100%;
}

.tm-blog.style-grid-metro .post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.tm-blog.style-grid-metro .post-wrapper:before {
  content: '';
  padding-top: 100%;
}

.tm-blog.style-grid-metro .post-overlay {
  -webkit-transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  transition: all 0.5s cubic-bezier(0.57, 0.21, 0.69, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tm-blog.style-grid-metro .post-overlay:before {
  background-image: -webkit-linear-gradient(top, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
  background-image: linear-gradient(-180deg, transparent 27%, rgba(0, 0, 0, 0.28) 100%);
}

.tm-blog.style-grid-metro .post-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}

.tm-blog.style-grid-metro .invalid-thumbnail .post-title {
  color: #222;
}

.tm-blog.style-grid-metro .post-valid-thumbnail .post-info {
  color: #fff;
}

.tm-blog.style-grid-metro .post-valid-thumbnail .post-title {
  color: #fff;
}

.tm-blog.style-grid-metro .post-invalid-thumbnail .post-meta {
  margin: 16px 0 30px;
}

.tm-blog.style-grid-metro .post-info {
  padding: 30px 30px 48px;
  width: 100%;
}

.tm-blog.style-grid-metro .post-title {
  font-size: 34px;
  margin-bottom: 0;
  font-weight: 400;
}

.tm-blog.style-grid-metro .post-meta {
  margin-bottom: 10px;
}

.tm-blog.style-grid-metro .post-meta .meta-icon {
  position: relative;
  top: 0;
  margin-right: 5px;
  font-size: 14px;
}

.tm-blog.style-grid-metro .post-categories {
  color: #fff;
}

.tm-blog.style-grid-metro .format-quote .post-overlay {
  background: #f5f7fd;
}

.tm-blog.style-grid-metro .format-quote .post-overlay:before {
  display: none;
}

.tm-blog.style-grid-metro .format-quote .post-info {
  padding: 74px 64px 51px;
}

.tm-blog.style-grid-metro .format-quote .post-quote-text {
  font-size: 24px;
  line-height: 1.5;
}

.tm-blog.style-grid-metro .format-quote .post-quote-name {
  font-size: 24px;
  color: #333;
  margin: 170px 0 0;
}

.tm-blog.style-grid-metro .format-quote .post-content:before {
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  background: url(//www.renovatec.be/wp-content/themes/mitech/assets/images/post-format/metro-quote.png) no-repeat;
  width: 150px;
  height: 132px;
}

.tm-blog.style-list-02 .post-item + .post-item {
  margin-top: 50px;
}

.tm-blog.style-list-02 .tm-grid-pagination {
  padding-top: 60px;
}

.tm-blog.style-list-02 .post-wrapper {
  background: #fff;
}

.tm-blog.style-list-02 .post-feature {
  position: relative;
  margin-bottom: 18px;
}

.tm-blog.style-list-02 .post-feature > img {
  width: 100%;
  border-radius: 5px;
}

.tm-blog.style-list-02 .post-feature:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
  border-radius: 5px;
}

.tm-blog.style-list-02 .post-meta {
  position: absolute;
  bottom: 18px;
  left: 30px;
  right: 30px;
  color: #fff;
}

.tm-blog.style-list-02 .post-title {
  font-size: 34px;
  margin-bottom: 0;
}

.tm-blog.style-list-02 .post-excerpt {
  margin-top: 10px;
}

.tm-blog.style-list-02 .post-read-more {
  margin-top: 18px;
}

.tm-blog.style-list-small-image-02 .grid-item {
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  padding: 20px 0 20px 30px;
}

.tm-blog.style-list-small-image-02 .grid-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.tm-blog.style-list-small-image-02 .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tm-blog.style-list-small-image-02 .post-feature {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 29px;
  width: 200px;
}

.tm-blog.style-list-small-image-02 .post-feature > img {
  width: 100%;
  border-radius: 5px;
}

.tm-blog.style-list-small-image-02 .post-feature:before {
  opacity: 0.5;
  background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
  border-radius: 5px;
}

.tm-blog.style-list-small-image-02 .post-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-blog.style-list-small-image-02 .post-meta {
  margin-bottom: 10px;
}

.tm-blog.style-list-small-image-02 .post-title {
  font-size: 24px;
  margin-bottom: 0;
}

.tm-blog.style-list-small-image-02 .post-author {
  position: absolute;
  bottom: 7px;
  left: 20px;
  right: 20px;
  font-size: 14px;
  color: #fff;
  z-index: 3;
}

@media (max-width: 1199px) {
  .tm-blog.style-list-02 .post-title {
    font-size: 30px;
  }
  .tm-blog.style-list-small-image-02 .post-title {
    font-size: 21px;
  }
  .tm-blog.style-list-left-large-image .post-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .tm-blog.style-list-02 .post-title {
    font-size: 26px;
  }
  .tm-blog.style-list-small-image-02 .post-title {
    font-size: 18px;
  }
  .tm-blog.style-list-left-large-image .post-wrapper {
    display: block;
  }
  .tm-blog.style-list-left-large-image .post-info,
  .tm-blog.style-list-left-large-image .post-feature {
    width: 100%;
  }
  .tm-blog.style-list-left-large-image .post-feature {
    margin-bottom: 25px;
  }
  .tm-blog.style-list-left-large-image .post-feature img {
    width: 100%;
  }
  .tm-blog.style-list-left-large-image .post-title {
    font-size: 26px;
  }
}

@media (max-width: 543px) {
  .tm-blog.style-list-small-image-02 .post-wrapper {
    display: block;
  }
  .tm-blog.style-list-small-image-02 .grid-item {
    padding: 0;
    border: 0;
  }
  .tm-blog.style-list-small-image-02 .grid-item + .grid-item {
    margin-top: 40px;
  }
  .tm-blog.style-list-small-image-02 .post-feature {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tm-blog.style-list-small-image-02 .post-feature {
    width: 100%;
  }
  .tm-blog.style-list-small-image-02 .post-title {
    font-size: 18px;
  }
}

.tm-blog-widget.style-list .post-item + .post-item {
  margin-top: 15px;
  border-top: 1px solid #f0f2f7;
  padding-top: 20px;
}

.tm-blog-widget.style-list .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-blog-widget.style-list .post-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.tm-blog-widget.style-list .post-thumbnail:hover .post-overlay {
  visibility: visible;
  opacity: 1;
}

.tm-blog-widget.style-list .post-thumbnail img {
  width: 100%;
}

.tm-blog-widget.style-list .post-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-blog-widget.style-list .post-categories {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
}

.tm-blog-widget.style-list .post-categories a {
  color: inherit;
}

.tm-blog-widget.style-list .post-title {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 0;
}

.tm-blog-widget.style-list .post-title a {
  color: #696969;
}

.tm-blog-widget.style-list .post-date {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  padding-left: 25px;
}

.tm-blog-widget.style-list .post-date:before {
  content: '\f073';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.tm-blog-widget.style-list .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.tm-blog-widget.style-list .post-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.tm-blog-widget.style-simple-list .post-item + .post-item {
  margin-top: 22px;
}

.tm-blog-widget.style-simple-list .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-blog-widget.style-simple-list .post-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.tm-blog-widget.style-simple-list .post-thumbnail:hover .post-overlay {
  visibility: visible;
  opacity: 1;
}

.tm-blog-widget.style-simple-list .post-thumbnail img {
  width: 100%;
}

.tm-blog-widget.style-simple-list .post-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 30px;
}

.tm-blog-widget.style-simple-list .post-categories {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
}

.tm-blog-widget.style-simple-list .post-categories a {
  color: inherit;
}

.tm-blog-widget.style-simple-list .post-date {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  padding-left: 25px;
}

.tm-blog-widget.style-simple-list .post-date:before {
  content: '\f073';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.tm-blog-widget.style-simple-list .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.tm-blog-widget.style-simple-list .post-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.tm-blog-widget.style-simple-list .post-title {
  margin-bottom: 0;
}

.tm-blog-widget.style-simple-list .post-title a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}

.tm-blog-widget.style-simple-list .post-title a:before, .tm-blog-widget.style-simple-list .post-title a:after {
  content: '\f30b';
  position: absolute;
  top: 4px;
  left: -30px;
}

.tm-blog-widget.style-simple-list .post-title a:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.tm-blog-widget.style-simple-list .post-title a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tm-blog-widget.style-simple-list .post-title a:hover:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.tm-banner.style-01 .banner-wrap {
  position: relative;
  text-align: center;
}

.tm-banner.style-01 .banner-image {
  position: relative;
  display: inline-block;
}

.tm-banner.style-01 .banner-image:after {
  background: rgba(0, 0, 0, 0.2);
}

.tm-banner.style-01 .banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-banner.style-01 .banner-content-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.tm-banner.style-01 .banner-content-main {
  display: table-cell;
  vertical-align: middle;
}

.tm-banner.style-01 .banner-heading {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.375;
  margin-bottom: 25px;
}

.tm-case-study .tm-grid-pagination {
  padding-top: 70px;
}

.tm-case-study .post-wrapper {
  position: relative;
}

.tm-case-study .post-thumbnail-wrapper {
  position: relative;
}

.tm-case-study .post-thumbnail-wrapper .post-overlay,
.tm-case-study .post-thumbnail-wrapper img {
  border-radius: 5px;
}

.tm-case-study .post-title a {
  color: inherit;
}

.tm-case-study .post-categories a {
  color: inherit;
}

.tm-case-study .post-thumbnail {
  position: relative;
}

.tm-case-study .post-thumbnail img {
  width: 100%;
}

.tm-case-study .post-overlay-title a {
  font-size: inherit;
}

.tm-case-study.style-grid .post-wrapper:hover, .tm-case-study.style-masonry .post-wrapper:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-case-study.style-metro .post-permalink {
  display: block;
  height: 100%;
  width: 100%;
}

.tm-case-study.style-metro .post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.tm-case-study.style-metro .post-wrapper:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.tm-case-study.style-metro .grid-width-2 .post-wrapper:before {
  padding-top: 50%;
}

.tm-case-study.style-metro .grid-height-2 .post-wrapper:before {
  padding-top: 200%;
}

.tm-case-study.style-metro .grid-width-2.grid-height-2 .post-wrapper:before {
  padding-top: 100%;
}

.tm-case-study.style-metro-02 .post-permalink {
  display: block;
  height: 100%;
  width: 100%;
}

.tm-case-study.style-metro-02 .post-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.tm-case-study.style-metro-02 .post-wrapper:before {
  content: '';
  display: block;
  padding-top: 78%;
}

.tm-case-study.style-metro-02 .grid-width-2 .post-wrapper:before {
  padding-top: 78%;
}

.tm-case-study.style-metro-02 .grid-height-2 .post-wrapper:before {
  padding-top: 156%;
}

.tm-case-study.style-metro-02 .grid-width-2.grid-height-2 .post-wrapper:before {
  padding-top: 78%;
}

.tm-case-study.style-list .case-study-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e8f6;
}

.tm-case-study.style-list .case-study-item:last-child {
  margin-bottom: 20px;
}

.tm-case-study.style-list .post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.tm-case-study.style-list .post-thumbnail-wrapper,
.tm-case-study.style-list .post-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.tm-case-study.style-list .post-thumbnail img {
  border-radius: 8px;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.tm-case-study.style-list .post-categories {
  margin-bottom: 15px;
}

.tm-case-study.style-list .post-title {
  font-size: 24px;
  margin-bottom: 21px;
}

.tm-case-study.style-list .post-info {
  padding-left: 45px;
  padding-top: 31px;
}

.tm-case-study.style-list .post-read-more {
  margin-top: 30px;
}

.tm-case-study.style-list .post-read-more .tm-button {
  min-width: 170px;
}

.tm-case-study.has-caption .post-thumbnail-wrapper .post-overlay,
.tm-case-study.has-caption .post-thumbnail-wrapper img {
  border-radius: 5px;
}

.tm-case-study.caption-style-01 .post-wrapper {
  height: 100%;
  overflow: hidden;
}

.tm-case-study.caption-style-01 .post-info {
  padding: 22px 15px 24px;
  text-align: center;
}

.tm-case-study.caption-style-01 .post-title {
  font-size: 18px;
  margin: 0;
}

.tm-case-study.caption-style-01 .post-categories {
  margin-bottom: 6px;
}

.tm-case-study.caption-style-02 .grid-item:hover .post-wrapper {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-case-study.caption-style-02 .grid-item:hover div.btn {
  color: #fff;
}

.tm-case-study.caption-style-02 .grid-item:hover div.btn:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-case-study.caption-style-02 .post-wrapper {
  background: #fff;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.tm-case-study.caption-style-02 .post-thumbnail img {
  border-radius: 5px 5px 0 0;
}

.tm-case-study.caption-style-02 .post-title {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 2px;
}

.tm-case-study.caption-style-02 .post-excerpt {
  margin-top: 14px;
}

.tm-case-study.caption-style-02 .post-info {
  position: relative;
  padding: 25px 26px 94px;
}

.tm-case-study.caption-style-02 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
}

.tm-case-study.caption-style-02 .btn:before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}

.tm-case-study.caption-style-02 .btn .btn-icon {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tm-case-study.caption-style-02 a.btn:hover {
  color: #fff;
}

.tm-case-study.caption-style-02 a.btn:hover:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-case-study.style-justified .post-permalink {
  display: block;
}

.tm-case-study.style-justified .post-permalink,
.tm-case-study.style-justified .post-thumbnail-wrapper,
.tm-case-study.style-justified .post-wrapper {
  width: 100%;
  height: 100%;
}

.tm-case-study.style-justified .post-thumbnail {
  width: 100%;
  height: 100%;
}

.tm-case-study.style-justified .post-thumbnail img {
  margin: 0 !important;
}

.tm-case-study.style-justified .caption {
  display: none !important;
}

.tm-case-study.style-carousel .grid-item:hover .post-wrapper {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-case-study.style-carousel .grid-item:hover .btn {
  color: #fff;
}

.tm-case-study.style-carousel .grid-item:hover .btn:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-case-study.style-carousel .tm-swiper {
  margin: -20px -15px 0;
}

.tm-case-study.style-carousel .post-wrapper {
  background: #fff;
  box-shadow: 0 18px 40px -18px rgba(51, 51, 51, 0.1);
  border-radius: 8px;
  margin: 20px 15px 35px;
  overflow: hidden;
}

.tm-case-study.style-carousel .post-thumbnail img {
  border-radius: 5px 5px 0 0;
}

.tm-case-study.style-carousel .post-title {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 2px;
}

.tm-case-study.style-carousel .post-excerpt {
  margin-top: 14px;
}

.tm-case-study.style-carousel .post-info {
  position: relative;
  padding: 25px 26px 94px;
}

.tm-case-study.style-carousel .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
}

.tm-case-study.style-carousel .btn:before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}

.tm-case-study.style-carousel .btn .btn-icon {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tm-case-study[data-type='justified'] [data-overlay-animation='faded'] .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.case-study-overlay-faded .post-wrapper:hover .post-overlay,
.case-study-overlay-faded-02 .post-wrapper:hover .post-overlay {
  visibility: visible;
  opacity: 1;
}

.case-study-overlay-faded .post-wrapper:hover .post-overlay-content,
.case-study-overlay-faded-02 .post-wrapper:hover .post-overlay-content {
  visibility: visible;
  opacity: 1;
}

.case-study-overlay-faded .post-wrapper:hover .post-overlay-title,
.case-study-overlay-faded-02 .post-wrapper:hover .post-overlay-title {
  opacity: 1;
  -webkit-transition: .5s ease-out .2s;
  transition: .5s ease-out .2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.case-study-overlay-faded .post-overlay,
.case-study-overlay-faded-02 .post-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: inherit;
}

.case-study-overlay-faded .post-overlay-content,
.case-study-overlay-faded-02 .post-overlay-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.case-study-overlay-faded .post-overlay-content-inner,
.case-study-overlay-faded-02 .post-overlay-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.case-study-overlay-faded .post-overlay-info,
.case-study-overlay-faded-02 .post-overlay-info {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}

.case-study-overlay-faded .post-overlay-title,
.case-study-overlay-faded-02 .post-overlay-title {
  opacity: 0;
  -webkit-transition: .3s ease-out 0s;
  transition: .3s ease-out 0s;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.case-study-overlay-faded-02 .post-wrapper:hover .post-overlay-info .post-categories {
  opacity: 1;
  -webkit-transition: .5s ease-out .2s;
  transition: .5s ease-out .2s;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.case-study-overlay-faded-02 .post-overlay-info .post-categories {
  opacity: 0;
  -webkit-transition: .3s ease-out 0s;
  transition: .3s ease-out 0s;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: 10px;
  color: #fff;
}

.case-study-overlay-faded-03 .post-wrapper {
  border-radius: 5px;
  overflow: hidden;
}

.case-study-overlay-faded-03 .post-wrapper:hover .post-overlay-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.case-study-overlay-faded-03 .post-wrapper:hover .post-overlay-read-more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.case-study-overlay-faded-03 .post-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.case-study-overlay-faded-03 .post-overlay-content {
  position: absolute;
  right: 30px;
  left: 30px;
  bottom: 21px;
}

.case-study-overlay-faded-03 .post-overlay-title,
.case-study-overlay-faded-03 .post-overlay-read-more {
  font-size: 18px;
  line-height: 1.78;
  color: #fff;
  margin: 0;
}

.case-study-overlay-faded-03 .post-overlay-read-more {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.case-study-overlay-faded-03 .post-overlay-read-more span {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .tm-case-study.style-list .case-study-item {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .tm-case-study.style-list .post-title {
    font-size: 34px;
  }
  .tm-case-study.style-list .post-excerpt {
    font-size: 18px;
    line-height: 1.78;
  }
}

@media (max-width: 991px) {
  .tm-case-study.style-list .post-info {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .tm-case-study.style-metro .grid-width-2 .post-wrapper:before,
  .tm-case-study.style-metro .grid-height-2 .post-wrapper:before {
    padding-top: 100%;
  }
  .tm-case-study.style-list .post-wrapper {
    display: block;
  }
  .tm-case-study.style-list .post-thumbnail-wrapper,
  .tm-case-study.style-list .post-info {
    max-width: 100%;
  }
  .tm-case-study.style-list .post-info {
    padding-top: 40px;
  }
}

.tm-info-boxes.style-metro .grid-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tm-info-boxes.style-metro .grid-item-wrap:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.tm-info-boxes.style-metro .grid-width-2 .grid-item-wrap:before {
  padding-top: 50%;
}

.tm-info-boxes.style-metro .grid-item.has-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.tm-info-boxes.style-metro .box-content-inner {
  display: table;
  width: 100%;
  height: 100%;
}

.tm-info-boxes.style-metro .box-info {
  display: table-cell;
  vertical-align: middle;
}

.tm-info-boxes.style-metro .box-content {
  padding: 40px;
  width: 100%;
}

.tm-info-boxes.style-metro .icon {
  line-height: 0;
  font-size: 70px;
  margin-bottom: 40px;
}

.tm-info-boxes.style-metro .box-title {
  margin-bottom: 23px;
  font-size: 24px;
  line-height: 1.38;
}

.tm-info-boxes.style-metro .tm-button {
  margin-top: 40px;
}

@media (min-width: 1600px) {
  .tm-info-boxes.style-metro .icon {
    margin-bottom: 70px;
  }
  .tm-info-boxes.style-metro .box-content {
    padding: 50px 55px;
  }
  .tm-info-boxes.style-metro .tm-button {
    margin-top: 108px;
  }
}

@media (max-width: 767px) {
  .tm-info-boxes.style-metro .grid-width-2 {
    -ms-grid-column: span 1;
        grid-column: span 1;
  }
  .tm-info-boxes.style-metro .grid-width-2 .grid-item-wrap:before {
    padding-top: 100%;
  }
}

.tm-button {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.2;
  border-style: solid;
  cursor: pointer;
}

.tm-button.tm-button-full-wide {
  width: 100% !important;
}

.tm-button.style-flat {
  padding: 0 36px;
  height: 56px;
  line-height: 56px;
  border-width: 0;
  border-radius: 5px;
}

.tm-button.style-flat:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.tm-button.style-flat.icon-right .button-icon {
  margin-left: 10px;
}

.tm-button.style-flat.icon-left .button-icon {
  margin-right: 10px;
}

.tm-button.style-flat .button-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 20px;
}

.tm-button.style-flat .button-icon i:before {
  position: relative;
  top: -1px;
}

.tm-button.style-flat.tm-button-lg {
  padding: 0 40px;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
}

.tm-button.style-flat.tm-button-sm {
  padding: 0 30px;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}

.tm-button.style-flat.tm-button-xs {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

.tm-button.style-solid {
  padding: 0 36px;
  height: 56px;
  line-height: 54px;
  border-width: 1px;
  border-radius: 5px;
  background-position: left center !important;
  background-origin: border-box;
}

.tm-button.style-solid:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.tm-button.style-solid:not(:hover) {
  background: transparent;
}

.tm-button.style-solid.icon-right .button-icon {
  margin-left: 10px;
}

.tm-button.style-solid.icon-left .button-icon {
  margin-right: 10px;
}

.tm-button.style-solid .button-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  font-size: 20px;
}

.tm-button.style-solid.tm-button-lg {
  padding: 0 40px;
  height: 64px;
  line-height: 62px;
  font-size: 16px;
}

.tm-button.style-solid.tm-button-sm {
  padding: 0 30px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
}

.tm-button.style-solid.tm-button-xs {
  padding: 0 20px;
  height: 40px;
  line-height: 38px;
  font-size: 13px;
}

.tm-button.style-text {
  padding: 0;
  border: 0;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.tm-button.style-text .button-text {
  padding: 5px 0;
}

.tm-button.style-text.icon-right {
  padding-right: 20px !important;
}

.tm-button.style-text.icon-right .button-icon {
  left: auto;
  right: 1px;
}

.tm-button.style-text.icon-left {
  padding-left: 20px !important;
}

.tm-button.style-text.icon-left .button-icon {
  left: 1px;
  right: auto;
}

.tm-button.style-text .button-icon {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 20px;
  line-height: 0;
  color: inherit;
}

.tm-button.style-text .button-icon:before {
  line-height: 0;
}

.tm-button.style-text.tm-button-lg {
  font-size: 16px;
}

.tm-button.style-text.tm-button-sm {
  font-size: 13px;
}

.tm-button.style-text.tm-button-xs {
  font-size: 12px;
}

.tm-button.style-image {
  border: 0;
  background: none;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
  overflow: hidden;
}

.tm-button.style-image:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

.tm-button.style-image img {
  display: block;
}

.tm-button.style-image-text {
  font-size: 20px;
  font-weight: 500;
  border: 0;
  height: 60px;
  line-height: 60px;
}

.tm-button.style-image-text > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-button.style-image-text img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.tm-button.style-image-text.tm-button-lg {
  height: 68px;
  line-height: 68px;
}

.tm-button.style-image-text.tm-button-sm {
  height: 50px;
  line-height: 50px;
}

.tm-button.style-image-text.tm-button-xs {
  height: 40px;
  line-height: 40px;
}

.tm-button.tm-button-icon-move.icon-left:hover .button-icon {
  -webkit-transform: translate(-5px, -50%);
      -ms-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}

.tm-button.tm-button-icon-move.icon-right:hover .button-icon {
  -webkit-transform: translate(5px, -50%);
      -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.rev-btn {
  -webkit-transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.rev-btn.tm-button.rs-hover-ready {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.rev-btn.tm-button.rs-hover-ready:hover {
  -webkit-transform: translateY(-3px) !important;
      -ms-transform: translateY(-3px) !important;
          transform: translateY(-3px) !important;
}

.rev_slider .left-icon {
  margin-right: 10px;
}

.rev_slider .right-icon {
  margin-left: 10px;
}

.btn-text-popup-video .button-text {
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
}

.tm-button-group {
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
}

.tm-button-group > div {
  padding: 10px;
}

.tm-button-group .tm-button {
  display: block;
}

.tm-list.list-vertical {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 12px;
  grid-column-gap: 30px;
}

.tm-list.list-horizontal {
  margin-left: -14px;
  margin-right: -14px;
}

.tm-list.list-horizontal .list-item {
  display: inline-block;
  padding: 3px 14px;
}

.tm-list .list-item {
  position: relative;
  padding: 0;
}

.tm-list .title-wrap {
  overflow: hidden;
}

.tm-list .link {
  -webkit-transition: none;
  transition: none;
  padding: 0;
}

.tm-list .title {
  font-size: 15px;
  line-height: inherit;
  margin-bottom: 0;
}

.tm-list .desc {
  margin-top: 13px;
  margin-bottom: 26px;
}

.tm-list .marker {
  display: inline-block;
  float: left;
}

.tm-list.style-normal.list-vertical, .tm-list.style-separator.list-vertical {
  grid-row-gap: 11px;
}

.tm-list.style-normal .title, .tm-list.style-separator .title {
  color: inherit;
  font-size: 15px;
  font-weight: 400;
}

.tm-list.style-normal .link, .tm-list.style-separator .link {
  float: left;
  position: relative;
}

.tm-list.style-normal .link:after, .tm-list.style-separator .link:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 3px;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.tm-list.style-normal .link:hover:after, .tm-list.style-separator .link:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-list.style-separator.list-horizontal .list-item {
  position: relative;
}

.tm-list.style-separator.list-horizontal .list-item + .list-item:before {
  position: absolute;
  top: 8px;
  left: -2px;
  content: '';
  height: 16px;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.tm-list.style-separator.list-vertical .list-item {
  position: relative;
}

.tm-list.style-separator.list-vertical .list-item + .list-item:before {
  position: absolute;
  top: -6px;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: #eee;
}

.tm-list.style-check .list-item {
  padding-left: 32px;
}

.tm-list.style-check .marker:before {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  font-size: 15px;
}

.tm-list.style-check .title {
  font-size: 15px;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}

.tm-list.style-check-02 .list-item {
  padding-left: 40px;
}

.tm-list.style-check-02 .desc {
  margin-top: 19px;
  margin-bottom: 39px;
}

.tm-list.style-check-02 .marker:before {
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  font-size: 24px;
}

.tm-list.style-check-02 .title {
  font-size: 24px;
  line-height: 1.25;
}

.tm-list.style-circle .list-item {
  padding-left: 14px;
}

.tm-list.style-circle .title {
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}

.tm-list.style-circle .marker:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}

.tm-list.style-icon .title {
  font-size: 14px;
  line-height: inherit;
  color: inherit;
  font-weight: 400;
}

.tm-list.style-icon .marker {
  min-width: calc(1em + 18px);
  font-size: 16px;
}

.tm-list.style-auto-numbered-01.list-vertical, .tm-list.style-manual-numbered-01.list-vertical {
  grid-row-gap: 35px;
}

.tm-list.style-auto-numbered-01 .marker, .tm-list.style-manual-numbered-01 .marker {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-right: 10px;
  min-width: 45px;
}

.tm-list.style-auto-numbered-01 .title, .tm-list.style-manual-numbered-01 .title {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
}

.tm-list.style-auto-numbered-01 .desc, .tm-list.style-manual-numbered-01 .desc {
  margin-top: 21px;
  margin-bottom: 0;
}

.tm-list.style-auto-numbered-02.list-vertical {
  grid-row-gap: 62px;
}

.tm-list.style-auto-numbered-02 .link:hover .title:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.tm-list.style-auto-numbered-02 .link:hover .title:after {
  opacity: 0;
  visibility: hidden;
}

.tm-list.style-auto-numbered-02 .marker {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  margin-right: 10px;
  min-width: 45px;
  color: #ababab;
}

.tm-list.style-auto-numbered-02 .title {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 14px;
  padding-top: 20px;
  border-top: 2px solid #ededed;
}

.tm-list.style-auto-numbered-02 .title:before, .tm-list.style-auto-numbered-02 .title:after {
  content: '\f178';
  position: absolute;
  top: 38px;
  right: 0;
  color: #333;
}

.tm-list.style-auto-numbered-02 .title:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.tm-list.style-auto-numbered-02 .desc {
  margin-top: 21px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .tm-list.style-check-02.list-vertical {
    grid-column-gap: 50px;
  }
}

.tm-list-selection.style-01 select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAhUlEQVQ4je3TsRGDQAxE0T0H1EAlFMC4AoYC3BExBbgCCiEgciFEBJ/AMBycTxAwJFjKpNXL5BA6ox6nKHeB0EuoOnSFcqG3UOLNpoaOb9XIaHgCPTAA2Tz3AynwMbE1Uvq7bTCOGUgIxbAd5DcUYs0eEodCzERsaMFaoDBzQg79n/YqaATlxFE06bOnsgAAAABJRU5ErkJggg==);
  color: #fff;
  font-weight: 500;
  padding: 3px 30px;
  height: 60px;
}

@-webkit-keyframes gradationMask {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  40% {
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-color: transparent;
  }
}

@keyframes gradationMask {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  40% {
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-color: transparent;
  }
}

.tm-gradation.style-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.tm-gradation.style-01 .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  opacity: 0;
  padding: 0 15px;
}

.tm-gradation.style-01 .item.animate {
  opacity: 1;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
          animation: moveHorizontal 0.65s ease forwards;
}

.tm-gradation.style-01 .item:last-child .line {
  display: none;
}

.tm-gradation.style-01 .item:hover .mask {
  opacity: 1;
}

.tm-gradation.style-01 .item:hover .circle {
  color: #fff;
}

.tm-gradation.style-01 .line {
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  top: 24px;
  left: 15px;
  z-index: -1;
}

.tm-gradation.style-01 .circle-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 56px;
}

.tm-gradation.style-01 .mask {
  opacity: 0;
}

.tm-gradation.style-01 .circle {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  font-size: 18px;
  background-color: #fff;
  margin-bottom: 0;
}

.tm-gradation.style-01 .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.tm-gradation.style-01 .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.tm-gradation.style-01 .wave-pulse:before, .tm-gradation.style-01 .wave-pulse:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ababab;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: gradationMask 3s linear infinite;
          animation: gradationMask 3s linear infinite;
}

.tm-gradation.style-01 .wave-pulse:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.tm-gradation.style-01 .wave-pulse-2:before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.tm-gradation.style-01 .wave-pulse-2:after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.tm-gradation.style-01 .wave-pulse-3:before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.tm-gradation.style-01 .wave-pulse-3:after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.tm-gradation.style-01 .icon {
  position: relative;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
}

.tm-gradation.style-01 .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.23;
  margin-bottom: 0;
}

.tm-gradation.style-01 .text {
  margin-top: 17px;
}

.tm-gradation.style-01 .gradation-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}

.tm-gradation.style-01 .gradation-btn .button-icon {
  display: inline-block;
  margin-left: 6px;
}

.tm-gradation.style-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.tm-gradation.style-02 .item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  opacity: 0;
  padding: 0 10px;
}

.tm-gradation.style-02 .item:hover .icon {
  color: #fff;
}

.tm-gradation.style-02 .item.animate {
  opacity: 1;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
      transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

.tm-gradation.style-02 .item:last-child .line {
  display: none;
}

.tm-gradation.style-02 .icon {
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 40px;
  font-size: 48px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
  margin: 0 auto 49px;
}

.tm-gradation.style-02 .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-gradation.style-02 .line {
  position: absolute;
  top: 60px;
  left: 100%;
  -webkit-transform: translate(-50%, -5px);
      -ms-transform: translate(-50%, -5px);
          transform: translate(-50%, -5px);
  height: 10px;
  width: 100%;
  line-height: 0;
}

.tm-gradation.style-02 .dot {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin: 0 8px;
  opacity: .25;
}

.tm-gradation.style-02 .dot-1 {
  width: 2px;
  height: 2px;
}

.tm-gradation.style-02 .dot-2 {
  width: 4px;
  height: 4px;
}

.tm-gradation.style-02 .dot-3 {
  width: 6px;
  height: 6px;
}

.tm-gradation.style-02 .dot-4 {
  width: 8px;
  height: 8px;
}

.tm-gradation.style-02 .dot-5 {
  width: 10px;
  height: 10px;
}

.tm-gradation.style-02 .content-wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 320px;
}

.tm-gradation.style-02 .heading {
  font-size: 24px;
  margin-bottom: 13px;
}

@media (min-width: 1200px) {
  .tm-gradation.style-01 .text {
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .tm-gradation.style-01 {
    display: block;
  }
  .tm-gradation.style-01 .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    /*+ .item {
					margin-top: 80px;
				}*/
  }
  .tm-gradation.style-01 .item:last-child .content-wrap {
    padding-bottom: 0;
  }
  .tm-gradation.style-01 .line {
    left: 39px;
    height: 100%;
    width: 1px;
    top: 15px;
  }
  .tm-gradation.style-01 .circle-wrap {
    margin-bottom: 0;
  }
  .tm-gradation.style-01 .content-wrap {
    padding: 10px 0 50px 30px;
  }
  .tm-gradation.style-02 {
    display: block;
  }
  .tm-gradation.style-02 .line {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -42px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tm-gradation.style-02 .item {
    width: 100%;
  }
  .tm-gradation.style-02 .item + .item {
    margin-top: 80px;
  }
}

.tm-restaurant-menu .menu-list {
  margin: 0;
  padding: 0 26px 0 0;
  list-style-type: none;
}

.tm-restaurant-menu .menu-header {
  position: relative;
  margin-bottom: 12px;
}

.tm-restaurant-menu .menu-header:after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  display: block;
  border-top: 1px solid #eee;
  content: "";
}

.tm-restaurant-menu .menu-badge.new {
  position: absolute;
  top: -26px;
  right: -35px;
  width: 40px;
  height: 20px;
  background: #de4630;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  line-height: 20px;
  z-index: 2;
}

.tm-restaurant-menu .menu-badge.new:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: -1px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #de4630;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tm-restaurant-menu .menu-title {
  position: relative;
  z-index: 1;
  display: inline;
  background: #fff;
  font-size: 16px;
  padding-right: 10px;
}

.tm-restaurant-menu .menu-price {
  position: relative;
  z-index: 1;
  float: right;
  background-color: #fff;
  color: #1f1f1f;
  font-size: 16px;
}

.tm-restaurant-menu .menu-text {
  background: none;
  font-style: italic;
  font-size: 15px;
}

.tm-restaurant-menu li + li {
  margin-top: 38px;
}

.tm-icon .icon {
  position: relative;
}

.tm-icon.style-01 {
  line-height: 0;
}

.tm-icon.style-01 .icon {
  font-size: 90px;
}

.tm-icon.style-02 {
  line-height: 0;
}

.tm-icon.style-02 .icon {
  font-size: 80px;
  width: 160px;
  height: 160px;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
}

.tm-icon.style-02 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-icon.style-03 {
  line-height: 0;
}

.tm-icon.style-03 .icon {
  font-size: 24px;
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.tm-icon.style-03 span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .tm-icon.style-02 .icon {
    font-size: 50px;
    width: 100px;
    height: 100px;
  }
}

.tm-image .image {
  display: inline-block;
}

.wrap_svl_center {
  line-height: 0;
}

#powerTip#powerTip {
  border-radius: 5px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  width: 250px;
  padding: 20px 25px;
}

#powerTip#powerTip.n:before {
  border-top: 10px solid currentColor;
}

#powerTip#powerTip.e:before {
  border-right: 10px solid currentColor;
}

#powerTip#powerTip.s:before {
  border-bottom: 10px solid currentColor;
}

#powerTip#powerTip.w:before {
  border-left: 10px solid currentColor;
}

#powerTip#powerTip.ne:before, #powerTip#powerTip.nw:before {
  border-top: 10px solid currentColor;
}

#powerTip#powerTip.se:before, #powerTip#powerTip.sw:before {
  border-bottom: 10px solid currentColor;
}

#powerTip#powerTip.nw-alt:before, #powerTip#powerTip.ne-alt:before, #powerTip#powerTip.sw-alt:before, #powerTip#powerTip.se-alt:before {
  border-top: 10px solid currentColor;
}

#powerTip#powerTip.sw-alt:before, #powerTip#powerTip.se-alt:before {
  border-bottom: 10px solid currentColor;
}

.tm-image-hotspot.style-signal .drag_element:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0, 0);
      -ms-transform: translate(-50%, -50%) scale(0, 0);
          transform: translate(-50%, -50%) scale(0, 0);
  border: 2px solid #086ad8;
  box-shadow: inset 0 0 17px 10px rgba(8, 106, 216, 0.61);
  opacity: .2;
  -webkit-animation: pinsZoomIn 3.25s linear infinite;
          animation: pinsZoomIn 3.25s linear infinite;
}

@-webkit-keyframes pinsZoomIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    border-width: 2px;
  }
  40% {
    opacity: .5;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes pinsZoomIn {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    border-width: 2px;
  }
  40% {
    opacity: .5;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

.tm-image-hotspot-content .heading {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 5px;
  color: #ffffff;
}

.tm-image-hotspot-content .text {
  color: rgba(255, 255, 255, 0.7);
}

.tm-client .image {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tm-client .image-hover {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.tm-client .has-image-hover {
  position: relative;
}

.tm-client .has-image-hover:hover .image {
  visibility: hidden;
  opacity: 0;
}

.tm-client .has-image-hover:hover .image-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

.tm-client.hover-grayscale .image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .3;
}

.tm-client.hover-grayscale .inner:hover .image {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

.tm-client.hover-opacity .image {
  opacity: .3;
}

.tm-client.hover-opacity .inner:hover .image {
  opacity: 1;
}

.tm-client.hover-faded .inner:hover .image {
  opacity: .2;
}

.tm-client.effect-move-up .has-image-hover .image-hover {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.tm-client.effect-move-up .has-image-hover:hover .image {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-client.effect-scale-up .has-image-hover .image-hover {
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.tm-client.effect-scale-up .has-image-hover:hover .image {
  -webkit-transform: scale(0.8, 0.8);
      -ms-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.tm-client.style-grid .tm-grid {
  grid-row-gap: 60px;
}

.tm-client.style-grid .grid-item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.tm-slider-client.align-center {
  text-align: center;
}

.tm-slider-client.align-left {
  text-align: left;
}

.tm-slider-client.align-right {
  text-align: right;
}

.tm-slider-client.align-justify {
  text-align: justify;
}

.tm-slider-client.style-01 .image-wrap {
  position: relative;
}

.tm-slider-client.style-01 .image {
  border-radius: 5px;
  overflow: hidden;
}

.tm-slider-client.style-01 .image img {
  width: 100%;
}

.tm-slider-client.style-01 .logo {
  position: absolute;
  left: 10px;
  bottom: 11px;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.05);
}

.tm-slider-client.style-01 .spacing {
  height: 16px;
}

.tm-slider-client.style-01 .heading {
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
}

.tm-slider-client.style-01 .text {
  margin-top: 10px;
}

.tm-simple-job-listing .item {
  border-radius: 5px;
  padding: 33px 50px 36px;
}

.tm-simple-job-listing .item:nth-child(even) {
  background: #f6f2ed;
}

.tm-simple-job-listing .job-name {
  font-size: 24px;
  margin-bottom: 11px;
}

.tm-simple-job-listing .job-time {
  font-size: 18px;
}

.tm-simple-job-listing .job-button {
  text-align: center;
}

.tm-simple-job-listing .tm-button {
  min-width: 160px;
}

.tm-simple-job-listing .tm-button.style-solid:not(:hover) {
  border-color: #ddd;
}

@media (max-width: 767px) {
  .tm-simple-job-listing .item {
    padding: 30px;
  }
  .tm-simple-job-listing .job-description {
    margin-top: 20px;
  }
  .tm-simple-job-listing .job-button {
    text-align: left;
    margin-top: 30px;
  }
}

.tm-box-icon {
  position: relative;
}

.tm-box-icon .icon {
  line-height: 1;
}

.tm-box-icon .image {
  margin-bottom: 30px;
}

.tm-box-icon .image img {
  width: 100%;
}

.tm-box-icon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-box-icon .content-wrap {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tm-box-icon .tm-svg {
  line-height: 0;
}

.tm-box-icon .tm-svg * {
  stroke: currentColor;
}

.tm-box-icon .heading {
  word-wrap: break-word;
  margin-bottom: 0;
}

.tm-box-icon .btn {
  display: inline-block;
  margin-top: 46px;
  font-size: 14px;
  font-weight: 500;
}

.tm-box-icon .btn .button-icon {
  margin-left: 2px;
}

.tm-box-icon .btn .button-icon:before {
  content: '\f178';
}

.tm-box-icon.style-01:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  border-color: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.tm-box-icon.style-01 .content-wrap {
  padding: 36px 10px 26px;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #eee;
}

.tm-box-icon.style-01 .icon {
  font-size: 60px;
  margin-bottom: 29px;
}

.tm-box-icon.style-01 .tm-svg,
.tm-box-icon.style-01 svg {
  width: 60px;
  height: 60px;
}

.tm-box-icon.style-01 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.tm-box-icon.style-01 .btn {
  margin-top: 31px;
}

.tm-box-icon.style-02:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.tm-box-icon.style-02 .content-wrap {
  padding: 30px 15px;
  border-radius: 5px;
}

.tm-box-icon.style-02 .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-box-icon.style-02 .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 48px;
  min-width: 80px;
  margin-right: 10px;
  color: #333;
}

.tm-box-icon.style-02 .tm-svg,
.tm-box-icon.style-02 svg {
  width: 48px;
  height: 48px;
}

.tm-box-icon.style-02 .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-box-icon.style-02 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.tm-box-icon.style-02 .btn {
  margin-top: 15px;
}

.tm-box-icon.style-03:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.tm-box-icon.style-03 .content-wrap {
  padding: 30px;
  border-radius: 5px;
}

.tm-box-icon.style-03 .content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.tm-box-icon.style-03 .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 48px;
  min-width: 60px;
  margin-right: 10px;
  color: #333;
}

.tm-box-icon.style-03 .tm-svg,
.tm-box-icon.style-03 svg {
  width: 48px;
  height: 48px;
}

.tm-box-icon.style-03 .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-box-icon.style-03 .heading {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0;
}

.tm-box-icon.style-03 .btn {
  margin-top: 15px;
}

.tm-box-icon.style-04 .icon {
  font-size: 40px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 54px;
}

.tm-box-icon.style-04 .tm-svg,
.tm-box-icon.style-04 svg {
  width: 40px;
  height: 40px;
}

.tm-box-icon.style-04 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-box-icon.style-04 .heading {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.78;
  margin-bottom: 13px;
}

.tm-box-icon.style-04 .text {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.17;
}

.tm-box-icon.style-04 .btn {
  margin-top: 31px;
}

.tm-box-icon.style-05 {
  padding: 19px 24px 30px;
  border-radius: 5px;
  background: #edf2fe;
}

.tm-box-icon.style-05 .sub-heading {
  font-size: 15px;
  font-weight: 500;
  color: #4e84fa;
  margin-bottom: 7px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tm-box-icon.style-05 .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-box-icon.style-05 .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.tm-box-icon.style-05 .icon {
  position: absolute;
  top: 4px;
  right: -10px;
  font-size: 48px;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #b9cefd;
  line-height: 1;
  z-index: -1;
}

.tm-box-icon.style-05 .tm-svg,
.tm-box-icon.style-05 svg {
  width: 48px;
  height: 48px;
}

.tm-box-icon.style-05 .text {
  margin-top: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (max-width: 1199px) {
  .tm-box-icon.style-04 .text {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .tm-box-icon.style-04 .text {
    font-size: 26px;
  }
}

.tm-box-image {
  position: relative;
}

.tm-box-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-box-image .content-wrap {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tm-box-image.has-image-hover .images {
  position: relative;
}

.tm-box-image.has-image-hover:hover .image {
  visibility: hidden;
  opacity: 0;
}

.tm-box-image.has-image-hover:hover .image-hover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.tm-box-image .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.tm-box-image .heading {
  word-wrap: break-word;
  margin-bottom: 0;
}

.tm-box-image .btn {
  display: inline-block;
  margin-top: 27px;
  font-size: 14px;
  font-weight: 500;
}

.tm-box-image .btn .button-icon {
  margin-left: 2px;
}

.tm-box-image .btn .button-icon:before {
  content: '\f178';
}

.tm-box-image.style-01 {
  height: 100%;
  padding-bottom: 28px;
}

.tm-box-image.style-01:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-01:hover .circle-arrow .middle-arrow {
  background: #086ad8;
}

.tm-box-image.style-01:hover .circle-arrow .middle-dot {
  -webkit-animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
          animation: boxImageAnimationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tm-box-image.style-01 .images {
  margin-bottom: 42px;
}

.tm-box-image.style-01 .content-wrap {
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 50px 30px 63px;
}

.tm-box-image.style-01 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 9px;
}

.tm-box-image.style-01 .circle-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  height: 56px;
  width: 56px;
}

.tm-box-image.style-01 .circle-arrow .middle-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background: #d2a98e;
}

.tm-box-image.style-01 .circle-arrow .middle-dot {
  pointer-events: none;
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #086ad8;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tm-box-image.style-01 .circle-arrow .middle-dot.dot-2 {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.tm-box-image.style-02:hover .images {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-02 .content {
  max-width: 340px;
  margin: 0 auto;
}

.tm-box-image.style-02 .images {
  margin-bottom: 36px;
}

.tm-box-image.style-02 .content-wrap {
  box-shadow: 0 0 41px rgba(0, 0, 0, 0.03);
  background: #fff;
  padding: 40px 30px 65px;
}

.tm-box-image.style-02 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 15px;
}

.tm-box-image.style-03:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-03:hover .heading {
  color: #2e3280;
}

.tm-box-image.style-03 .image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-box-image.style-03 .images {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}

.tm-box-image.style-03 .content-wrap {
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 30px 38px;
  min-height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-box-image.style-03 .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67;
  margin-bottom: 0;
}

.tm-box-image.style-03 .text {
  margin-top: 20px;
}

.tm-box-image.style-04:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-04:hover .heading {
  color: #fff;
}

.tm-box-image.style-04:hover .text {
  color: #fff;
}

.tm-box-image.style-04 .images {
  margin-bottom: 47px;
}

.tm-box-image.style-04 .content-wrap {
  padding: 50px 42px 56px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 25px rgba(51, 51, 51, 0.1);
}

.tm-box-image.style-04 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 9px;
}

.tm-box-image.style-05:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-05 .content {
  max-width: 340px;
  margin: 0 auto;
}

.tm-box-image.style-05 .images {
  margin-bottom: 9px;
}

.tm-box-image.style-05 .content-wrap {
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.05);
  background: #fff;
  padding: 25px 30px 34px;
}

.tm-box-image.style-05 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 6px;
}

.tm-box-image.style-06:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-06 .images {
  position: relative;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  margin: 0 auto 2px;
}

.tm-box-image.style-06 .images:before {
  background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
  background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
  border-radius: 50%;
  -webkit-transform: translateY(-46px);
      -ms-transform: translateY(-46px);
          transform: translateY(-46px);
}

.tm-box-image.style-06 .images img {
  position: relative;
  z-index: 2;
  max-width: 120px;
}

.tm-box-image.style-06 .content-wrap {
  box-shadow: 0 0 40px 5px rgba(51, 51, 51, 0.1);
  background: #fff;
  border-radius: 5px;
  padding: 98px 35px 88px;
  overflow: hidden;
}

.tm-box-image.style-06 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 12px;
}

.tm-box-image.style-06 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 56px;
  line-height: 55px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
}

.tm-box-image.style-06 .btn:before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}

.tm-box-image.style-06 .btn .button-icon {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tm-box-image.style-06:hover div.btn,
.tm-box-image.style-06 a.btn:hover {
  color: #fff;
}

.tm-box-image.style-06:hover div.btn:before,
.tm-box-image.style-06 a.btn:hover:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-box-image.style-07:hover .content-wrap {
  background: #fff;
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-07 .images {
  margin-bottom: 24px;
}

.tm-box-image.style-07 .content-wrap {
  padding: 30px 35px 31px;
  border-radius: 4px;
}

.tm-box-image.style-07 .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 14px;
}

.tm-box-image.style-08:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-08 .images {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}

.tm-box-image.style-08 .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-box-image.style-08 .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-box-image.style-08 .heading {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0;
}

.tm-box-image.style-08 .text {
  margin-top: 13px;
}

.tm-box-image.style-09:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-image.style-09 .images {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 24px;
}

.tm-box-image.style-09 .content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-box-image.style-09 .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-box-image.style-09 .heading {
  font-size: 18px;
  line-height: 1.23;
  margin-bottom: 0;
}

.tm-box-image.style-09 .text {
  margin-top: 17px;
}

.tm-box-image.style-10 {
  z-index: 1;
  zoom: 1;
}

.tm-box-image.style-10:hover .content-wrap {
  background: #fff;
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.tm-box-image.style-10:hover .btn {
  opacity: 1;
}

.tm-box-image.style-10 .images {
  margin-bottom: 24px;
}

.tm-box-image.style-10 .content-wrap {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 30px 35px 31px;
  border-radius: 5px;
}

.tm-box-image.style-10 .heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.67;
  margin-bottom: 9px;
}

.tm-box-image.style-10 .btn {
  margin-top: 15px;
  opacity: 0;
}

.tm-box-image.style-10 .button-icon:before {
  top: 1px;
  position: relative;
}

@-webkit-keyframes boxImageAnimationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    opacity: .14;
  }
  20% {
    opacity: .3;
  }
  40% {
    opacity: .4;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes boxImageAnimationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    opacity: .14;
  }
  20% {
    opacity: .3;
  }
  40% {
    opacity: .4;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.tm-box-large-image {
  position: relative;
}

.tm-box-large-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-box-large-image .content-wrap {
  height: 100%;
  position: relative;
}

.tm-box-large-image .heading {
  word-wrap: break-word;
  margin-bottom: 0;
}

.tm-box-large-image.style-01:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-large-image.style-01:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.tm-box-large-image.style-01:hover .image:after {
  background: #002fa6;
  opacity: .8;
}

.tm-box-large-image.style-01:hover .heading {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.tm-box-large-image.style-01:hover .btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.tm-box-large-image.style-01 .image-wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.tm-box-large-image.style-01 .image img {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100%;
}

.tm-box-large-image.style-01 .image:after {
  opacity: .5;
  background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 0%, #1c0f69 61%);
  background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 0%, #1c0f69 61%);
}

.tm-box-large-image.style-01 .heading-wrapper,
.tm-box-large-image.style-01 .button-wrapper {
  overflow: hidden;
}

.tm-box-large-image.style-01 .heading-wrapper {
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  max-width: 250px;
  margin: 0 auto;
}

.tm-box-large-image.style-01 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

.tm-box-large-image.style-01 .button-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
}

.tm-box-large-image.style-01 .btn {
  background: #fff !important;
  color: #086ad8 !important;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.tm-box-large-image.style-01 .text {
  margin-top: 25px;
}

.tm-box-large-image.style-01 .text strong {
  color: #333;
}

.tm-box-large-image.style-02 {
  height: 100%;
}

.tm-box-large-image.style-02:hover .image:before {
  opacity: .8;
}

.tm-box-large-image.style-02:hover .image:after {
  opacity: 0;
}

.tm-box-large-image.style-02:hover .box-info {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-box-large-image.style-02:hover .heading {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-box-large-image.style-02 .content {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.tm-box-large-image.style-02 .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.tm-box-large-image.style-02 .image:before, .tm-box-large-image.style-02 .image:after {
  z-index: 1;
}

.tm-box-large-image.style-02 .image:before {
  background: #002fa6;
  opacity: 0;
}

.tm-box-large-image.style-02 .image:after {
  opacity: .5;
  background-image: -webkit-linear-gradient(top, rgba(28, 15, 105, 0) 11%, #000 80%);
  background-image: linear-gradient(-180deg, rgba(28, 15, 105, 0) 11%, #000 80%);
}

.tm-box-large-image.style-02 .box-info,
.tm-box-large-image.style-02 .heading {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.tm-box-large-image.style-02 .box-info {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
  text-align: center;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  height: 100%;
  min-height: 330px;
}

.tm-box-large-image.style-02 .heading {
  -webkit-transform: translateY(-100%) translateY(-54px);
      -ms-transform: translateY(-100%) translateY(-54px);
          transform: translateY(-100%) translateY(-54px);
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

.tm-box-large-image.style-02 .text {
  margin-top: 16px;
  color: #fff;
}

.tm-box-large-image.style-02 .btn {
  margin-top: 40px;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 0;
}

.tm-box-large-image.style-02 .btn .button-icon {
  vertical-align: middle;
  font-size: 24px;
}

.tm-box-large-image.style-03 {
  height: 100%;
}

.tm-box-large-image.style-03:hover .content-wrap {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.tm-box-large-image.style-03.has-button .content {
  padding-bottom: 88px;
}

.tm-box-large-image.style-03 .content-wrap {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.tm-box-large-image.style-03 .image img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tm-box-large-image.style-03 .content {
  padding: 32px 35px;
}

.tm-box-large-image.style-03 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.tm-box-large-image.style-03 .text {
  margin-top: 12px;
}

.tm-box-large-image.style-03 .text strong {
  color: #333;
}

.tm-box-large-image.style-03 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #eee;
}

.tm-box-large-image.style-03 .btn:before {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  z-index: -1;
}

.tm-box-large-image.style-03 .btn .button-icon {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tm-box-large-image.style-03:hover div.btn,
.tm-box-large-image.style-03 a.btn:hover {
  color: #fff;
}

.tm-box-large-image.style-03:hover div.btn:before,
.tm-box-large-image.style-03 a.btn:hover:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-box-large-image.style-04 {
  height: 100%;
}

.tm-box-large-image.style-04:hover .image {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-box-large-image.style-04 .image {
  margin-bottom: 30px;
}

.tm-box-large-image.style-04 .image img {
  width: 100%;
}

.tm-box-large-image.style-04 .content {
  padding-left: 10px;
  padding-right: 10px;
}

.tm-box-large-image.style-04 .heading {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.tm-box-large-image.style-04 .text {
  margin-top: 9px;
}

.tm-box-large-image.style-04 .text strong {
  color: #333;
}

.tm-box-large-image.style-04 .btn {
  font-size: 14px;
  font-weight: 500;
  margin-top: 21px;
}

.tm-box-large-image.style-04 .btn .button-icon {
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.tm-accordion .accordion-title-wrapper {
  cursor: pointer;
}

.tm-accordion .accordion-title {
  margin-bottom: 0;
}

.tm-accordion .accordion-content {
  display: none;
}

.tm-accordion.style-01 .accordion-section {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.tm-accordion.style-01 .accordion-section + .accordion-section {
  margin-top: 20px;
}

.tm-accordion.style-01 .accordion-title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.23;
  background: #fff;
  padding: 18px 30px;
  border: 1px solid #ededed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tm-accordion.style-01 .accordion-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
}

.tm-accordion.style-01 .accordion-icon:before {
  content: '\f107';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.tm-accordion.style-01 .accordion-section:hover, .tm-accordion.style-01 .accordion-section.active {
  box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
}

.tm-accordion.style-01 .accordion-section:hover .accordion-title, .tm-accordion.style-01 .accordion-section.active .accordion-title {
  color: #fff !important;
  border-color: transparent;
}

.tm-accordion.style-01 .accordion-section.active .accordion-icon:before {
  content: '\f106';
}

.tm-accordion.style-01 .accordion-section:not(.active) .accordion-title {
  border-radius: 5px;
}

.tm-accordion.style-01 .accordion-content {
  padding: 23px 30px 29px;
}

.tm-accordion.style-02 .accordion-section {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ededed;
  padding: 7px 0;
}

.tm-accordion.style-02 .accordion-title {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  background: #fff;
  color: #ababab;
  padding: 20px 30px 20px 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tm-accordion.style-02 .accordion-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
}

.tm-accordion.style-02 .accordion-icon:before {
  content: '\f32d';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  color: #ababab;
}

.tm-accordion.style-02 .accordion-section.active .accordion-icon:before {
  content: '\f330';
}

.tm-accordion.style-02 .accordion-content {
  padding: 0 45px 29px;
}

@media (max-width: 1199px) {
  .tm-accordion.style-02 .accordion-title {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .tm-accordion.style-02 .accordion-title {
    font-size: 18px;
  }
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink .7s infinite;
          animation: blink .7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tm-heading .heading {
  margin-bottom: 0;
  word-wrap: break-word;
  max-width: 100%;
}

.tm-heading.center .heading {
  margin-left: auto;
  margin-right: auto;
}

.tm-heading a {
  font-size: inherit;
  color: inherit;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tm-heading a:before {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.tm-heading a:hover {
  color: inherit;
}

.tm-heading a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-heading .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 9px;
}

.tm-heading.link-style-01 .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.tm-heading.link-style-01 a {
  border-bottom: 1px solid #ccc;
}

.tm-heading.link-style-01 a:before {
  bottom: -1px;
}

.tm-heading.link-style-02 .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.tm-heading.link-style-02 a {
  border-bottom: 1px solid #ccc;
}

.tm-heading.link-style-02 a:before {
  bottom: -1px;
}

.tm-heading.link-style-02 a:after {
  content: '\f178';
  font-size: 16px;
  margin-left: 10px;
}

.tm-heading.link-style-03 .heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.tm-heading.link-style-03 a:before {
  bottom: -1px;
}

.tm-heading.link-style-03 a:after {
  content: '\f178';
  font-size: 16px;
  margin-left: 10px;
}

.tm-heading.secondary-font .heading {
  font-family: inherit;
}

.tm-heading.common .heading {
  font-size: 30px;
}

.tm-heading.left-line .heading {
  position: relative;
  padding-left: 34px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.tm-heading.left-line .heading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 94%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tm-heading.highlight-01 .heading {
  font-size: 18px;
  line-height: 1.78;
}

.tm-heading.highlight-02 .heading {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.29;
}

.tm-heading.highlight-02 mark {
  position: relative;
  color: inherit;
}

.tm-heading.highlight-02 mark:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 2px;
  background: currentColor;
}

.tm-heading.modern .heading {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
}

.tm-heading.modern-02 .heading {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.74;
}

.tm-heading.modern-03 .heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.74;
}

.tm-heading.modern-number-01 .heading {
  position: relative;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ababab;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tm-heading.modern-number-01 mark {
  font-size: 180px;
  line-height: .8;
  font-weight: 900;
  margin: 0 5px -5px -5px;
}

.tm-heading.modern-number-02 .heading {
  position: relative;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 35px 80px 35px 42px;
}

.tm-heading.modern-number-02 .heading:before {
  content: '';
  position: absolute;
  top: 47px;
  left: 0;
  width: 34px;
  height: 1px;
}

.tm-heading.modern-number-02 mark {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 120px;
  line-height: .8;
  font-weight: 900;
  color: #ededed;
  z-index: -1;
}

.tm-heading.modern-number-03 .heading {
  position: relative;
  font-size: 12px;
  line-height: 2em;
  letter-spacing: 2px;
  color: #ababab;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tm-heading.modern-number-03 mark {
  font-size: 180px;
  line-height: .8;
  font-weight: 900;
  margin: 0 5px -5px -5px;
}

.tm-heading.vertical .heading {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline;
}

.tm-heading.below-separator .separator {
  line-height: 0;
}

.tm-heading.below-separator .separator:before {
  content: '';
  display: block;
}

.tm-heading.below-separator .separator:after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 3px;
  border-radius: 3px;
  margin-top: 24px;
}

.tm-heading.below-thin-separator .heading {
  display: inline-block;
}

.tm-heading.below-thin-separator .heading:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  opacity: .4;
  background: currentColor;
}

.tm-heading.typed-text .heading {
  font-size: 48px;
  line-height: 1.34;
}

.tm-heading.typed-text mark {
  background: none;
}

.tm-heading.typed-text .typed-cursor {
  font-weight: 300;
}

@media (max-width: 1199px) {
  .tm-heading.left-line .heading {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .tm-heading.common .heading {
    font-size: 24px;
  }
  .tm-heading.typed-text .heading {
    font-size: 42px;
  }
  .tm-heading.left-line .heading {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .tm-heading.typed-text .heading {
    font-size: 36px;
  }
}

.tm-testimonial .post-thumbnail img {
  border-radius: 50%;
}

.tm-testimonial .testimonial-rating {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffb944;
}

.tm-testimonial .testimonial-rating > span {
  padding: 0 2px;
}

.tm-testimonial.style-carousel .tm-swiper {
  margin: -20px -15px 0;
}

.tm-testimonial.style-carousel .post-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}

.tm-testimonial.style-carousel .testimonial-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-testimonial.style-carousel .testimonial-item {
  position: relative;
  background: #fff;
  padding: 31px 50px 47px;
  border-radius: 5px;
  margin: 20px 15px 35px;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
}

.tm-testimonial.style-carousel .testimonial-item:before {
  box-shadow: 5px 60px 40px -54px rgba(51, 51, 51, 0.13);
}

.tm-testimonial.style-carousel .testimonial-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-testimonial.style-carousel .testimonial-content {
  font-size: 18px;
  line-height: 1.67;
}

.tm-testimonial.style-carousel .testimonial-info-wrap,
.tm-testimonial.style-carousel .testimonial-main-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-testimonial.style-carousel .testimonial-info-wrap {
  margin-bottom: 22px;
}

.tm-testimonial.style-carousel .testimonial-name {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.23;
  margin-bottom: 0;
}

.tm-testimonial.style-carousel .testimonial-by-line {
  margin-left: 5px;
  font-size: 14px;
}

.tm-testimonial.style-carousel .testimonial-by-line:before {
  content: ' / ';
}

.tm-testimonial.style-carousel-02 .tm-swiper {
  margin-top: -5px;
}

.tm-testimonial.style-carousel-02 .swiper-slide .testimonial-item {
  opacity: .4;
}

.tm-testimonial.style-carousel-02 .swiper-slide.swiper-slide-active .testimonial-item {
  opacity: 1;
}

.tm-testimonial.style-carousel-02 .testimonial-item {
  background: #fff;
  padding: 42px 50px 40px;
  border-radius: 5px;
  box-shadow: 0 35px 40px -40px rgba(51, 51, 51, 0.13);
  margin: 5px 0 15px;
}

.tm-testimonial.style-carousel-02 .testimonial-item:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-testimonial.style-carousel-02 .testimonial-content {
  font-size: 18px;
  line-height: 1.78;
}

.tm-testimonial.style-carousel-02 .testimonial-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 34px;
}

.tm-testimonial.style-carousel-02 .post-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tm-testimonial.style-carousel-02 .testimonial-main-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

.tm-testimonial.style-carousel-02 .testimonial-subject {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 15px;
}

.tm-testimonial.style-carousel-02 .testimonial-name {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.23;
  margin-bottom: 6px;
}

.tm-testimonial.style-carousel-02 .testimonial-by-line {
  font-size: 14px;
}

.tm-testimonial.style-carousel-02 .testimonial-by-line:before {
  content: ' / ';
}

.tm-testimonial.style-slider {
  text-align: center;
}

.tm-testimonial.style-slider .testimonial-item {
  width: 100%;
}

.tm-testimonial.style-slider .post-thumbnail {
  margin-bottom: 33px;
}

.tm-testimonial.style-slider .post-thumbnail img {
  background: #d8d8d8;
}

.tm-testimonial.style-slider .testimonial-desc {
  font-size: 34px;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  width: 800px;
  max-width: 90%;
  margin: 0 auto;
}

.tm-testimonial.style-slider .testimonial-info {
  padding-top: 45px;
  display: inline-block;
}

.tm-testimonial.style-slider .testimonial-info .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-testimonial.style-slider .testimonial-name {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin-bottom: 0;
}

.tm-testimonial.style-slider .testimonial-by-line {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

.tm-testimonial.style-slider .testimonial-by-line:before {
  content: ' / ';
}

.tm-testimonial.style-slider-02 .testimonial-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.tm-testimonial.style-slider-02 .post-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 90px;
}

.tm-testimonial.style-slider-02 .post-thumbnail img {
  background: #d8d8d8;
}

.tm-testimonial.style-slider-02 .testimonial-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-testimonial.style-slider-02 .testimonial-desc {
  font-size: 24px;
  line-height: 1.67;
  color: #fff;
}

.tm-testimonial.style-slider-02 .testimonial-info {
  padding-top: 45px;
  display: inline-block;
}

.tm-testimonial.style-slider-02 .testimonial-info .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-testimonial.style-slider-02 .testimonial-name {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 9px;
}

.tm-testimonial.style-slider-02 .testimonial-by-line {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.tm-testimonial.style-slider-02 .testimonial-by-line:before {
  content: ' / ';
}

@media (max-width: 991px) {
  .tm-testimonial.style-slider .testimonial-desc {
    font-size: 30px;
  }
  .tm-testimonial.style-slider-02 .testimonial-desc {
    font-size: 21px;
  }
  .tm-testimonial.style-carousel-02 .testimonial-item {
    padding: 42px 30px 40px;
  }
}

@media (max-width: 767px) {
  .tm-testimonial.style-slider .testimonial-desc {
    font-size: 26px;
  }
  .tm-testimonial.style-slider-02 .testimonial-item {
    display: block;
    text-align: center;
  }
  .tm-testimonial.style-slider-02 .post-thumbnail {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tm-testimonial.style-slider-02 .testimonial-desc {
    font-size: 18px;
  }
  .tm-testimonial.style-slider-02 .testimonial-info {
    padding-top: 30px;
  }
}

.tm-slider a:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.tm-slider.style-01 {
  text-align: center;
}

.tm-slider.style-01.align-left {
  text-align: left;
}

.tm-slider.style-01.align-left .slider-content {
  padding: 0 30px 0 0;
}

.tm-slider.style-01.align-right {
  text-align: right;
}

.tm-slider.style-01.align-right .slider-content {
  padding: 0 0 0 30px;
}

.tm-slider.style-01.align-justify {
  text-align: justify;
}

.tm-slider.style-01 .spacing {
  height: 28px;
}

.tm-slider.style-01 .sub-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.tm-slider.style-01 .heading {
  font-size: 18px;
  margin-bottom: 14px;
}

.tm-slider.style-01.fw-image .swiper-slide-inner {
  width: 100%;
}

.tm-slider.style-01.fw-image .image {
  overflow: hidden;
}

.tm-slider.style-01.fw-image .image img {
  width: 100%;
}

.tm-slider.style-01 .slider-content {
  padding: 0 20px;
}

.tm-slider-gallery.tm-light-gallery .image {
  position: relative;
}

.tm-slider-gallery.tm-light-gallery .zoom-icon {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.tm-slider-gallery.tm-light-gallery .zoom-icon:before {
  content: '\f00e';
}

.tm-slider-gallery.style-full-wide-left-image .swiper-slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-slider-gallery.style-full-wide-left-image .image-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50%;
}

.tm-slider-gallery.style-full-wide-left-image .image {
  position: relative;
  display: inline-block;
}

.tm-slider-gallery.style-full-wide-left-image .info {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50%;
  padding: 50px 100px;
}

.tm-slider-gallery.style-full-wide-left-image .image-title {
  font-size: 70px;
  letter-spacing: -3px;
  line-height: 1.22;
  font-weight: 400;
  max-width: 400px;
  margin-bottom: 0;
}

.tm-slider-gallery.big-shadow .sc-outer {
  width: 100%;
  height: 100%;
  float: left;
}

.tm-slider-gallery.big-shadow .swiper-slide-inner {
  padding: 50px 10px;
}

.tm-slider-gallery.big-shadow .image > img {
  box-shadow: 0 8px 40px rgba(51, 51, 51, 0.15);
}

.tm-slider-gallery.big-shadow .swiper-slide-active .image > img {
  box-shadow: 0 20px 50px rgba(19, 16, 65, 0.4);
}

.tm-slider-gallery.shadow .sc-outer {
  width: 100%;
  height: 100%;
  float: left;
}

.tm-slider-gallery.shadow .swiper-slide-inner {
  padding: 30px 0;
}

.tm-slider-gallery.shadow .image > img {
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

@media (max-width: 1199px) {
  .tm-slider-gallery.style-full-wide-left-image .swiper-slide-inner {
    padding: 100px 50px;
  }
  .tm-slider-gallery.style-full-wide-left-image .info {
    padding: 50px 30px;
  }
  .tm-slider-gallery.style-full-wide-left-image .image-title {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tm-slider-gallery.style-full-wide-left-image .swiper-slide-inner {
    display: block;
  }
  .tm-slider-gallery.style-full-wide-left-image .image-wrap {
    width: 100%;
  }
  .tm-slider-gallery.style-full-wide-left-image .info {
    width: 100%;
    padding: 50px 0 0;
  }
  .tm-slider-gallery.style-full-wide-left-image .image-title {
    font-size: 60px;
  }
  .tm-slider-gallery.big-shadow .swiper-slide-inner {
    padding: 30px 0;
  }
  .tm-slider-gallery.big-shadow .swiper-slide-active .image > img {
    box-shadow: 0 10px 30px rgba(19, 16, 65, 0.4);
  }
}

@media (max-width: 543px) {
  .tm-slider-gallery.style-full-wide-left-image .swiper-slide-inner {
    display: block;
    padding: 100px 15px;
  }
  .tm-slider-gallery.style-full-wide-left-image .image-wrap {
    width: 100%;
  }
  .tm-slider-gallery.style-full-wide-left-image .info {
    width: 100%;
    padding: 30px 0 0;
  }
  .tm-slider-gallery.style-full-wide-left-image .image-title {
    font-size: 50px;
  }
}

.tm-slider-button.style-01 .button-wrap {
  display: inline-block;
}

.tm-slider-button.style-01 .slider-btn {
  border: 1px solid #dddddd;
  border-radius: 50%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 48px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #111111;
  outline: none;
}

.tm-slider-button.style-01 .slider-btn:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.tm-slider-button.style-01 .slider-prev-btn {
  margin-right: 5px;
}

.tm-slider-button.style-01.skin-light .slider-btn {
  color: #ffffff;
  border-color: rgba(221, 221, 221, 0.18);
}

.tm-slider-button.style-02 .button-wrap {
  display: inline-block;
}

.tm-slider-button.style-02 .slider-btn {
  width: 85px;
  height: 30px;
  cursor: pointer;
  position: relative;
  float: left;
  opacity: .15;
  outline: none;
}

.tm-slider-button.style-02 .slider-btn:hover {
  opacity: 1;
}

.tm-slider-button.style-02 .slider-btn span {
  display: none;
}

.tm-slider-button.style-02 .slider-btn:before {
  content: '';
  width: 70px;
  height: 2px;
  background: #111111;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

.tm-slider-button.style-02 .slider-btn:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.tm-slider-button.style-02 .slider-prev-btn:before {
  left: 1px;
}

.tm-slider-button.style-02 .slider-prev-btn:after {
  left: 0;
  border-right: 12px solid #111111;
}

.tm-slider-button.style-02 .slider-next-btn:before {
  right: 1px;
}

.tm-slider-button.style-02 .slider-next-btn:after {
  right: 0;
  border-left: 12px solid #111111;
}

.tm-slider-button.style-02.skin-light .slider-btn:before {
  background: #ffffff;
}

.tm-slider-button.style-02.skin-light .slider-prev-btn:after {
  border-right-color: #ffffff;
}

.tm-slider-button.style-02.skin-light .slider-next-btn:after {
  border-left-color: #ffffff;
}

.tm-slider-group .tm-box-icon {
  margin-bottom: 0;
}

.tm-slider-group.has-shadow-01 {
  margin: -15px -15px 0;
}

.tm-slider-group.has-shadow-01 .swiper-slide-inner {
  padding: 15px;
}

.tm-slider-group.has-shadow-01 .swiper-pagination {
  margin-top: 20px;
}

.tm-slider-group.has-shadow-02 .swiper-slide-inner {
  margin-bottom: 15px;
}

.tm-slider-group.has-shadow-02 .swiper-pagination {
  margin-top: 20px;
}

.tm-slider-group.style-separator .swiper-container {
  padding-left: 1px;
}

.tm-slider-group.style-separator .tm-group {
  padding: 100px 57px;
  border-left: 1px solid rgba(153, 153, 153, 0.1);
  border-right: 1px solid rgba(153, 153, 153, 0.1);
  margin-left: -1px;
}

.tm-slider-modern.style-01 .image-wrap {
  text-align: right;
  font-size: 0;
}

.tm-slider-modern.style-01 .slide-image {
  width: 100%;
}

.tm-slider-modern.style-01 .image {
  display: inline-block;
}

.tm-slider-modern.style-01 .heading {
  font-size: 34px;
  font-weight: 500;
}

.tm-slider-modern.style-01 .sub-heading {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}

.tm-slider-modern.style-01 .text {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 0;
}

.tm-slider-modern.style-01 .tm-button {
  margin-top: 38px;
  min-width: 188px;
}

@media (min-width: 1200px) {
  .tm-slider-modern.style-01 .slide-content {
    padding-top: 30px;
  }
}

@media (max-width: 1199px) {
  .tm-slider-modern.style-01 .heading {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .tm-slider-modern.style-01 .heading {
    font-size: 26px;
  }
  .tm-slider-modern.style-01 .image-wrap,
  .tm-slider-modern.style-01 .slide-info {
    text-align: center;
  }
}

.tm-slider-macbook-frame {
  position: relative;
}

.tm-slider-macbook-frame .swiper-inner {
  position: relative;
  padding-top: 30px;
}

.tm-slider-macbook-frame .macbook-frame-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.tm-slider-macbook-frame .macbook-frame-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 602px;
  height: 440px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #d9d9d9;
}

.tm-slider-macbook-frame .macbook-frame-wrap .macbook-frame {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  width: 860px;
}

.tm-slider-macbook-frame .macbook-frame-wrap .macbook-frame:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 70%;
  left: 15%;
  box-shadow: 0 160px 70px -60px rgba(51, 51, 51, 0.13);
}

.tm-slider-macbook-frame .swiper-slide {
  width: 602px;
  text-align: center;
}

.tm-slider-macbook-frame .swiper-slide .image {
  margin-bottom: 60px;
}

.tm-slider-macbook-frame .swiper-slide .image img {
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1199px) {
  .tm-slider-macbook-frame .swiper-inner {
    padding-top: 20px;
  }
  .tm-slider-macbook-frame .macbook-frame-wrap .macbook-frame {
    width: 582px;
  }
  .tm-slider-macbook-frame .macbook-frame-wrap:before {
    width: 410px;
    height: 280px;
  }
  .tm-slider-macbook-frame .swiper-slide {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .tm-slider-macbook-frame .swiper-inner {
    padding-top: 15px;
  }
  .tm-slider-macbook-frame .macbook-frame-wrap .macbook-frame {
    width: 432px;
  }
  .tm-slider-macbook-frame .macbook-frame-wrap:before {
    width: 310px;
    height: 210px;
  }
  .tm-slider-macbook-frame .swiper-slide {
    width: 300px;
  }
}

@media (max-width: 543px) {
  .tm-slider-macbook-frame .macbook-frame-wrap .macbook-frame {
    width: 360px;
  }
  .tm-slider-macbook-frame .macbook-frame-wrap:before {
    width: 260px;
    height: 180px;
  }
  .tm-slider-macbook-frame .swiper-slide {
    width: 250px;
  }
}

.tm-slider-parallel-scroll .swiper-slide {
  width: 370px !important;
  max-width: 90vw;
}

.tm-slider-parallel-scroll .mitech-thumbs-swiper {
  margin-top: 23px;
}

.tm-slider-parallel-scroll .mitech-thumbs-swiper > .swiper-inner {
  margin-left: -200px;
  margin-right: -200px;
}

.tm-slider-parallel-scroll .mitech-thumbs-swiper .swiper-slide {
  direction: ltr;
}

.tm-slider-parallel-scroll .swiper-slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #1c1c1c;
  border-radius: 3px;
  padding: 20px 15px;
}

.tm-slider-parallel-scroll .image-wrap {
  width: 42px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: center;
}

.tm-slider-parallel-scroll .heading {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: inline;
}

.tm-slider-parallel-scroll .text {
  display: inline;
}

@media (max-width: 767px) {
  .tm-slider-parallel-scroll .mitech-thumbs-swiper > .swiper-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.tm-product-banner-slider .spacing {
  height: 32px;
}

.tm-product-banner-slider .info {
  padding: 116px 90px 100px 90px;
  background-color: #222222;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
}

.tm-product-banner-slider .sub-title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 17px;
}

.tm-product-banner-slider .heading {
  color: #ffffff;
  font-size: 56px;
  line-height: 1.28;
  margin-bottom: 38px;
}

.tm-product-banner-slider .text {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 74px;
}

.tm-product-banner-slider.fw-image .image img {
  width: 100%;
}

.tm-product-banner-slider .tm-product-banner-btn {
  background-color: #ffffff;
  border-color: #ffffff;
}

.tm-product-banner-slider .tm-product-banner-btn:hover {
  color: #ffffff;
  background-color: transparent;
}

@media (max-width: 991px) {
  .tm-product-banner-slider .heading {
    font-size: 46px;
  }
  .tm-product-banner-slider .info {
    padding: 50px 30px 100px;
  }
  .tm-product-banner-slider .text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .tm-product-banner-slider .heading {
    font-size: 36px;
  }
  .tm-product-banner-slider .text {
    font-size: 16px;
  }
}

.tm-pricing {
  z-index: 2;
}

.tm-pricing .tm-pricing-list {
  margin: 0;
  padding: 0;
}

.tm-pricing .tm-pricing-list li {
  list-style-type: none;
}

.tm-pricing.style-01 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  height: auto !important;
  margin-bottom: 30px;
  text-align: center;
}

.tm-pricing.style-01 .inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 49px 20px 51px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(51, 51, 51, 0.1);
}

.tm-pricing.style-01:hover .inner {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-pricing.style-01.highlight .inner {
  box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
  padding: 33px 20px 61px;
}

.tm-pricing.style-01:hover .inner, .tm-pricing.style-01.highlight .inner {
  box-shadow: 0 41px 43px rgba(51, 51, 51, 0.07);
}

.tm-pricing.style-01 .tm-pricing-header {
  z-index: 1;
  position: relative;
  margin-bottom: 25px;
}

.tm-pricing.style-01 .tm-pricing-button {
  display: inline-block;
  width: 180px;
  max-width: 100%;
}

.tm-pricing.style-01 .tm-pricing-feature-mark {
  position: absolute;
  top: 0;
  right: 0;
  height: 92px;
  width: 92px;
}

.tm-pricing.style-01 .tm-pricing-feature-mark:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: none repeat scroll 0 0 #fff;
  content: "";
  height: 159px;
  right: 23px;
  position: absolute;
  top: 10px;
  width: 100%;
}

.tm-pricing.style-01 .tm-pricing-feature-mark span {
  position: absolute;
  top: 21px;
  right: -2px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.19;
  display: block;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 70px;
}

.tm-pricing.style-01 .price-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-pricing.style-01 .price-wrap-inner h6 {
  font-size: 56px;
  font-weight: 300;
  color: #333;
  line-height: .6;
  margin: 0;
}

.tm-pricing.style-01 .price-wrap-inner .period {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #ababab;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.tm-pricing.style-01 .price-wrap-inner .currency {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  color: #ababab;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-right: 3px;
}

.tm-pricing.style-01 .period {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.tm-pricing.style-01 .image {
  position: relative;
  width: 162px;
  height: 162px;
  border-radius: 50%;
  margin: 0 auto 20px;
  background-image: -webkit-linear-gradient(290deg, #fbf7f4 0%, #fefdfd 100%);
  background-image: linear-gradient(160deg, #fbf7f4 0%, #fefdfd 100%);
}

.tm-pricing.style-01 .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 140px;
}

.tm-pricing.style-01 .title {
  font-size: 15px;
  line-height: 1.5;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 21px;
}

.tm-pricing.style-01 .tm-pricing-list {
  text-align: left;
  max-width: 270px;
  margin: 29px auto 0;
}

.tm-pricing.style-01 .tm-pricing-list li {
  position: relative;
  display: block;
  padding: 7px 0 7px 31px;
}

.tm-pricing.style-01 .tm-pricing-list li:before {
  content: '\f00c';
  color: #41b663;
  position: absolute;
  top: 12px;
  left: 0;
}

.tm-pricing.style-01 .tm-pricing-list li i {
  font-size: 16px;
  margin-right: 5px;
}

.tm-pricing.style-01 .tm-pricing-footer {
  padding-top: 16px;
}

.tm-pricing.style-02 {
  margin-bottom: 30px;
  text-align: center;
}

.tm-pricing.style-02 .inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 55px 20px 40px;
  border: 1px solid #dce6ed;
  border-radius: 5px;
  overflow: hidden;
}

.tm-pricing.style-02:hover .inner {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-pricing.style-02:hover .inner, .tm-pricing.style-02.highlight .inner {
  box-shadow: 0 2px 30px rgba(89, 69, 230, 0.12);
  border: 0 solid transparent;
  padding: 56px 21px 41px;
}

.tm-pricing.style-02.highlight {
  color: #fff;
}

.tm-pricing.style-02.highlight .title {
  color: #fff;
}

.tm-pricing.style-02.highlight .price-wrap-inner h6 {
  color: #fff;
}

.tm-pricing.style-02 .tm-pricing-header {
  margin-bottom: 25px;
}

.tm-pricing.style-02 .tm-pricing-button {
  display: inline-block;
  width: 160px;
  max-width: 100%;
}

.tm-pricing.style-02 .tm-pricing-button.style-solid {
  border-width: 1px;
  line-height: 46px;
}

.tm-pricing.style-02 .tm-pricing-feature-mark {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 88px solid #ee7455;
  border-bottom: 88px solid transparent;
  border-left: 88px solid transparent;
}

.tm-pricing.style-02 .tm-pricing-feature-mark span {
  position: absolute;
  top: -72px;
  right: 6px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.19;
  display: block;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tm-pricing.style-02 .price-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-pricing.style-02 .currency {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab;
}

.tm-pricing.style-02 .price {
  font-size: 56px;
  line-height: .8;
  margin: 0 4px;
  font-weight: 300;
  color: #333;
}

.tm-pricing.style-02 .period {
  font-size: 15px;
  margin-bottom: 0;
  color: #ababab;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.tm-pricing.style-02 .image {
  margin-bottom: 17px;
}

.tm-pricing.style-02 .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 35px;
}

.tm-pricing.style-02 .description {
  font-size: 13px;
}

.tm-pricing.style-02 .tm-pricing-list li {
  position: relative;
  display: block;
  padding: 5px 0;
}

.tm-pricing.style-02 .tm-pricing-list li i {
  font-size: 16px;
  margin-right: 5px;
}

.tm-pricing.style-02 .tm-pricing-footer {
  padding-top: 32px;
}

.tm-pricing-table {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0px 40px rgba(0, 0, 0, 0.06);
}

.tm-pricing-table .inner {
  overflow-x: auto;
}

.tm-pricing-table .pricing-header {
  position: relative;
  overflow: hidden;
  padding: 52px 30px 32px;
}

.tm-pricing-table table {
  table-layout: fixed;
  margin: 0;
}

.tm-pricing-table td, .tm-pricing-table th {
  border: 0;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  border-right: 1px solid rgba(51, 51, 51, 0.1);
  padding: 0 30px;
}

.tm-pricing-table td:first-child, .tm-pricing-table th:first-child {
  border-left: 0;
}

.tm-pricing-table td:last-child, .tm-pricing-table th:last-child {
  border-right: 0;
}

.tm-pricing-table th:first-child {
  text-align: left;
  width: 370px;
}

.tm-pricing-table th:first-child .pricing-header {
  padding: 52px 30px 32px 46px;
}

.tm-pricing-table th {
  padding: 0;
  width: 266px;
}

.tm-pricing-table ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.tm-pricing-table li {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 9px 0;
}

.tm-pricing-table li:last-child {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.tm-pricing-table tfoot td {
  padding: 30px 10px 40px;
}

.tm-pricing-table .pricing-feature-labels {
  text-align: left;
}

.tm-pricing-table .pricing-feature-labels li {
  padding-left: 20px;
}

.tm-pricing-table .heading {
  font-size: 24px;
}

.tm-pricing-table .item-checked {
  color: #7ed321;
  font-size: 16px;
}

.tm-pricing-table .title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 34px;
}

.tm-pricing-table .tm-pricing-feature-mark {
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
  width: 140px;
}

.tm-pricing-table .tm-pricing-feature-mark:before {
  content: '';
  position: absolute;
  top: -30px;
  right: -52px;
  height: 90px;
  width: 140px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: -webkit-linear-gradient(30deg, #ffbe00 0%, #f76b1c 100%);
  background-image: linear-gradient(60deg, #ffbe00 0%, #f76b1c 100%);
}

.tm-pricing-table .tm-pricing-feature-mark span {
  position: absolute;
  top: 20px;
  right: 7px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.19;
  display: block;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50px;
}

.tm-pricing-table .price-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-pricing-table .currency {
  font-size: 18px;
  margin-bottom: 0;
  color: #333;
}

.tm-pricing-table .price {
  font-size: 36px !important;
  line-height: .9;
  margin: 0 4px;
  color: #333;
}

.tm-pricing-table .period {
  font-size: 14px;
  margin-bottom: 0;
  color: #999;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  line-height: 2;
}

.tm-problem-solution .label {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 48px;
}

.tm-problem-solution .problem {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.74;
}

.tm-problem-solution .problem:before {
  content: '\f178';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
}

.tm-problem-solution .solution {
  position: relative;
  padding-left: 32px;
}

.tm-problem-solution .solution:before {
  content: '\f00c';
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
}

.tm-problem-solution .item {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 44px;
}

@media (max-width: 1199px) {
  .tm-problem-solution .label {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .tm-problem-solution .label {
    font-size: 28px;
  }
  .tm-problem-solution .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.tm-simple-product .product-wrapper {
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  overflow: hidden;
  height: 100%;
}

.tm-simple-product .product-wrapper:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-simple-product .product-image img {
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.tm-simple-product .product-name {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.tm-simple-product .product-category {
  font-size: 14px;
  line-height: 1.29;
}

.tm-simple-product .product-desc {
  margin-top: 16px;
  color: #696969;
}

.tm-simple-product .product-info {
  padding: 30px 40px 40px;
}

.tm-simple-product .product-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 26px;
}

.tm-simple-product .s-product-price {
  margin-left: 12px;
}

.tm-simple-product .s-product-price .regular-price {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 18px;
  color: #ababab;
  padding: 0 5px;
  margin-right: 10px;
}

.tm-simple-product .s-product-price .regular-price:after {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #979797;
}

.tm-simple-product .s-product-price .price {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #38cb89;
  font-weight: 500;
}

.tm-simple-product .s-product-badge {
  position: absolute;
  top: 0;
  right: 0;
  height: 90px;
  width: 140px;
}

.tm-simple-product .s-product-badge:before {
  content: '';
  position: absolute;
  top: -30px;
  right: -52px;
  height: 90px;
  width: 140px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: -webkit-linear-gradient(30deg, #ffbe00 0%, #f76b1c 100%);
  background-image: linear-gradient(60deg, #ffbe00 0%, #f76b1c 100%);
}

.tm-simple-product .s-product-badge span {
  position: absolute;
  top: 22px;
  right: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.19;
  display: block;
  color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50px;
}

@media (max-width: 767px) {
  .tm-simple-product .product-info {
    padding: 30px 25px;
  }
}

.tm-countdown {
  text-align: center;
}

.tm-countdown .day,
.tm-countdown .hour,
.tm-countdown .minute,
.tm-countdown .second {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-countdown .countdown {
  display: inline-block;
}

.tm-countdown.style-01 .countdown-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.tm-countdown.style-01 .number {
  display: inline-block;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
}

.tm-countdown.style-01 .text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

.tm-countdown.style-01.skin-light .number {
  color: #fff;
}

.tm-countdown.style-01.skin-light .text {
  color: rgba(255, 255, 255, 0.7);
}

.tm-countdown.style-02 {
  line-height: 0;
}

.tm-countdown.style-02 .countdown {
  display: inline-block;
  width: 770px;
  max-width: 100%;
}

.tm-countdown.style-02 .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
}

.tm-countdown.style-02 .time_circles > div {
  position: absolute;
  text-align: center;
}

.tm-countdown.style-02 .time_circles > div > h4 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.71px;
  color: #222;
  line-height: 1;
  margin: 18px 0 0;
}

.tm-countdown.style-02 .time_circles > div > span {
  display: block;
  width: 100%;
  line-height: .8;
  font-size: 50px;
  font-weight: 400;
  color: #222;
}

.tm-countdown.style-03 .countdown-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 30px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.tm-countdown.style-03 .number {
  display: inline-block;
  font-size: 36px;
  font-weight: 400;
  min-width: 70px;
  height: 90px;
  border-radius: 3px;
  line-height: 90px;
  text-align: center;
  background: red;
  color: #fff;
}

.tm-countdown.style-03 .text {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
}

.tm-countdown.style-03.skin-light .number {
  background-color: #fff;
  color: #333;
}

.tm-countdown.style-03.skin-light .text {
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
  .tm-countdown.style-01 .countdown-wrap {
    grid-gap: 30px 92px;
  }
}

@media (max-width: 1199px) {
  .tm-countdown.style-01 .number {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .tm-countdown.style-01 .number {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .tm-countdown.style-01 .number {
    font-size: 40px;
  }
  .tm-countdown.style-02 .time_circles > div > h4 {
    margin: 10px 0 0;
  }
  .tm-countdown.style-03 .countdown-wrap {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .tm-countdown.style-03 .countdown-wrap .countdown {
    margin: 0 auto;
  }
}

.tm-counter.align-left .number-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tm-counter.align-center .number-wrap {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-counter.align-right .number-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tm-counter .heading {
  margin-bottom: 0;
}

.tm-counter.style-01 .icon {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 11px;
}

.tm-counter.style-01 .number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.tm-counter.style-01 .sub-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 32px;
}

.tm-counter.style-01 .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tm-counter.style-02 .icon {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 11px;
}

.tm-counter.style-02 .number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.tm-counter.style-02 .sub-heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 32px;
}

.tm-counter.style-02 .heading {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7e7e7e;
}

.tm-counter.style-03 .counter-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-counter.style-03 .icon {
  border-radius: 10px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 30px;
  text-align: center;
  margin-right: 20px;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.05);
}

.tm-counter.style-03 .content-wrap {
  padding-top: 10px;
}

.tm-counter.style-03 .number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.tm-counter.style-03 .heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.tm-counter.style-03 .description {
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .tm-counter.style-01 .number-wrap {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .tm-counter.style-01 .number-wrap {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .tm-counter.style-01 .number-wrap {
    font-size: 34px;
  }
}

.tm-team-member {
  position: relative;
}

.tm-team-member .position {
  font-size: 14px;
}

.tm-team-member.group-style-01:hover .social-networks {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-team-member.group-style-01 .photo {
  position: relative;
  margin-bottom: 22px;
}

.tm-team-member.group-style-01 .photo img {
  width: 100%;
}

.tm-team-member.group-style-01 .name {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.tm-team-member.group-style-01 .description {
  margin-top: 12px;
}

.tm-team-member.group-style-01 .social-networks {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  text-align: center;
}

.tm-team-member.group-style-01 .social-networks a {
  display: inline-block;
  font-size: 16px;
  line-height: 0;
  color: #fff;
  padding: 10px 14px;
}

.tm-team-member.style-01 .social-networks {
  padding: 6px 0;
}

.tm-team-member.style-02 {
  text-align: center;
}

.tm-team-member.style-03 {
  text-align: center;
}

.tm-team-member.style-03 .photo {
  margin-bottom: 25px;
}

.tm-team-member.style-03 .name {
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 4px;
}

.tm-social-networks {
  line-height: 0;
}

.tm-social-networks ul {
  display: inline-block;
  padding: 0;
  margin: 0 -8px;
}

.tm-social-networks br {
  display: none;
}

.tm-social-networks .item {
  list-style-type: none;
}

.tm-social-networks .link {
  display: inline-block;
  padding: 5px 8px;
}

.tm-social-networks.layout-list {
  display: block;
}

.tm-social-networks.layout-inline .item {
  display: inline-block;
}

.tm-social-networks.layout-two-columns ul {
  margin: 0 -10px;
}

.tm-social-networks.layout-two-columns .item {
  display: block;
  float: left;
  width: 50%;
}

.tm-social-networks.layout-two-columns .link {
  padding: 5px 10px;
}

.tm-social-networks.style-icons {
  font-size: 16px;
}

.tm-social-networks.style-large-icons {
  font-size: 20px;
}

.tm-social-networks.style-large-icons ul {
  margin: 0 -13px;
}

.tm-social-networks.style-large-icons .link {
  padding: 5px 13px;
}

.tm-social-networks.style-extra-large-icons {
  font-size: 30px;
}

.tm-social-networks.style-extra-large-icons ul {
  margin: 0 -15px;
}

.tm-social-networks.style-extra-large-icons .link {
  padding: 5px 15px;
}

.tm-social-networks.style-flat-rounded-icon ul {
  margin: -10px;
}

.tm-social-networks.style-flat-rounded-icon li {
  float: left;
  margin: 10px;
}

.tm-social-networks.style-flat-rounded-icon .item:hover .link {
  color: #fff;
}

.tm-social-networks.style-flat-rounded-icon .link {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 48px;
  width: 48px;
  background: #ededed;
  color: #696969;
  border-radius: 50%;
  position: relative;
}

.tm-social-networks.style-flat-rounded-icon .link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-social-networks.style-solid-rounded-icon ul {
  margin: -10px;
}

.tm-social-networks.style-solid-rounded-icon li {
  float: left;
  margin: 10px;
}

.tm-social-networks.style-solid-rounded-icon .item:hover .link {
  color: #fff;
  border-color: transparent;
}

.tm-social-networks.style-solid-rounded-icon .link {
  font-size: 18px;
  display: block;
  text-align: center;
  height: 48px;
  width: 48px;
  background: transparent;
  color: #696969;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
}

.tm-social-networks.style-solid-rounded-icon .link-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-social-networks.style-icon-title .link-icon {
  font-size: 16px;
  min-width: 16px;
  margin-right: 10px;
}

.tm-social-networks.style-title ul {
  margin: 0 -14px;
  line-height: 1;
}

.tm-social-networks.style-title .link {
  position: relative;
}

.tm-social-networks.style-title .link {
  padding: 10px 14px;
}

.tm-social-networks.style-title .link-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #333;
  position: relative;
  padding: 5px 0;
  z-index: 1;
}

.tm-social-networks.style-title .link-text:before {
  content: '';
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -2;
  background: rgba(0, 0, 0, 0.2);
}

.tm-social-networks.style-title .link-text:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.tm-social-networks.style-title .link-text:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-soundcloud {
  line-height: 0;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-10px) scale(0.9, 0.9);
            transform: translateY(-10px) scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: translateY(10px) scale(1, 1);
            transform: translateY(10px) scale(1, 1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(-10px) scale(0.9, 0.9);
            transform: translateY(-10px) scale(0.9, 0.9);
  }
  100% {
    -webkit-transform: translateY(10px) scale(1, 1);
            transform: translateY(10px) scale(1, 1);
  }
}

.tm-circle-progress-chart .chart-number {
  margin-bottom: 0;
}

.tm-circle-progress-chart .tm-svg {
  line-height: 0;
}

.tm-circle-progress-chart .tm-svg * {
  stroke: currentColor;
}

.tm-circle-progress-chart .outer {
  display: inline-block;
}

.tm-circle-progress-chart.style-01 .chart {
  position: relative;
  width: 126px;
  height: 126px;
  margin-left: 8px;
}

.tm-circle-progress-chart.style-01 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.tm-circle-progress-chart.style-01 .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-circle-progress-chart.style-01 .chart-number {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
}

.tm-circle-progress-chart.style-02 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-circle-progress-chart.style-02 .chart-wrap {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tm-circle-progress-chart.style-02 .chart {
  position: relative;
  width: 126px;
  height: 126px;
  margin-left: 8px;
}

.tm-circle-progress-chart.style-02 .chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.tm-circle-progress-chart.style-02 .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-circle-progress-chart.style-02 .chart-number {
  font-size: 34px;
  line-height: 1;
  color: #fff;
}

.tm-circle-progress-chart.style-02 .chart-icon {
  font-size: 50px;
  color: #fff;
}

.tm-circle-progress-chart.style-02 .tm-svg {
  color: #fff;
  width: 50px;
}

.tm-circle-progress-chart.style-02 .circle-content {
  width: 100%;
  height: 100%;
  padding: 13px;
}

.tm-circle-progress-chart.style-02 .inner-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.tm-circle-progress-chart.style-02 .title-wrap {
  margin-bottom: 17px;
}

.tm-circle-progress-chart.style-02 .chart-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 35px;
  text-align: left;
}

.tm-circle-progress-chart.style-02 .title {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}

.tm-circle-progress-chart.style-02 .chart-content {
  line-height: 2.14;
}

.tm-circle-progress-chart.style-02 .circle-design {
  position: absolute;
  border-radius: 50%;
  -webkit-animation: jump infinite 2s;
          animation: jump infinite 2s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.tm-circle-progress-chart.style-02 .circle-design.one {
  width: 43px;
  height: 43px;
  left: 0;
  bottom: 28px;
}

.tm-circle-progress-chart.style-02 .circle-design.two {
  width: 17px;
  height: 17px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media (max-width: 543px) {
  .tm-circle-progress-chart.style-02 .inner {
    display: block;
  }
  .tm-circle-progress-chart.style-02 .chart-info {
    margin-top: 30px;
    margin-left: 0;
  }
}

.tm-js-chart.legends-top .chart-legends {
  margin-bottom: 60px;
}

.tm-js-chart.legends-bottom .chart-legends {
  margin-top: 60px;
}

.tm-js-chart.legends-left .chart-wrap, .tm-js-chart.legends-right .chart-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-js-chart.legends-left .chart-wrap .chart-canvas, .tm-js-chart.legends-right .chart-wrap .chart-canvas {
  width: 50%;
}

.tm-js-chart.legends-left .chart-wrap .chart-legends, .tm-js-chart.legends-right .chart-wrap .chart-legends {
  width: 50%;
}

.tm-js-chart.legends-left .chart-wrap .chart-legends ul, .tm-js-chart.legends-right .chart-wrap .chart-legends ul {
  -ms-grid-columns: (auto)[1];
      grid-template-columns: repeat(1, auto);
  grid-gap: 20px 0;
}

.tm-js-chart.legends-left .chart-legends {
  padding-right: 10%;
}

.tm-js-chart.legends-right .chart-legends {
  padding-left: 10%;
}

.tm-js-chart .chart-legends ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[2];
      grid-template-columns: repeat(2, auto);
  grid-gap: 10px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tm-js-chart .chart-legends li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-left: 28px;
}

.tm-js-chart .chart-legends li.hidden {
  text-decoration: line-through;
}

.tm-js-chart .chart-legends li span {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
}

.tm-js-chart.legends-clickable .chart-legends li {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 543px) {
  .tm-js-chart.legends-left .chart-wrap, .tm-js-chart.legends-right .chart-wrap {
    display: block;
  }
  .tm-js-chart.legends-left .chart-wrap .chart-canvas,
  .tm-js-chart.legends-left .chart-wrap .chart-legends, .tm-js-chart.legends-right .chart-wrap .chart-canvas,
  .tm-js-chart.legends-right .chart-wrap .chart-legends {
    width: 100%;
  }
  .tm-js-chart.legends-left .chart-wrap .chart-legends, .tm-js-chart.legends-right .chart-wrap .chart-legends {
    padding: 40px 0 0;
  }
}

.tm-contact-form-7-box .wpcf7-form br {
  display: none;
}

.tm-contact-form-7-box .form-item {
  position: relative;
}

.tm-contact-form-7-box .form-item.has-icon .wpcf7-text,
.tm-contact-form-7-box .form-item.has-icon .wpcf7-date {
  padding-right: 40px;
}

.tm-contact-form-7-box .form-icon {
  font-size: 18px;
  position: absolute;
  top: 14px;
  right: 17px;
  line-height: 0;
}

.tm-contact-form-7-box .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.tm-contact-form-7-box .wpcf7-textarea {
  height: 150px;
}

.tm-contact-form-7-box .ajax-loader {
  display: none !important;
}

.tm-contact-form-7-box.group-style-01 {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  padding: 42px 30px 51px;
  border-radius: 5px;
  text-align: center;
}

.tm-contact-form-7-box.group-style-01 .form-title {
  margin-bottom: 10px;
}

.tm-contact-form-7-box.group-style-01 .form-description {
  margin-bottom: 36px;
}

.tm-contact-form-7-box.group-style-01 .form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  margin: -10px;
}

.tm-contact-form-7-box.group-style-01 .form-item-wrap {
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-contact-form-7-box.group-style-01 .form-submit {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tm-contact-form-7-box.group-style-01 .form-item {
  color: #7e7e7e;
}

.tm-contact-form-7-box.group-style-01 input[type='text'],
.tm-contact-form-7-box.group-style-01 input[type='email'],
.tm-contact-form-7-box.group-style-01 input[type='tel'],
.tm-contact-form-7-box.group-style-01 select,
.tm-contact-form-7-box.group-style-01 textarea {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: inherit;
}

.tm-contact-form-7-box.group-style-01 input[type='text']:focus,
.tm-contact-form-7-box.group-style-01 input[type='email']:focus,
.tm-contact-form-7-box.group-style-01 input[type='tel']:focus,
.tm-contact-form-7-box.group-style-01 select:focus,
.tm-contact-form-7-box.group-style-01 textarea:focus {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.tm-contact-form-7-box.group-style-01 .form-left-icon input[type='text'],
.tm-contact-form-7-box.group-style-01 .form-left-icon input[type='email'],
.tm-contact-form-7-box.group-style-01 .form-left-icon input[type='tel'] {
  padding-left: 45px;
}

.tm-contact-form-7-box.group-style-01 .form-right-icon input[type='text'],
.tm-contact-form-7-box.group-style-01 .form-right-icon input[type='email'],
.tm-contact-form-7-box.group-style-01 .form-right-icon input[type='tel'] {
  padding-right: 45px;
}

.tm-contact-form-7-box.group-style-01 .form-icon {
  left: 20px;
  right: auto;
  top: 20px;
  z-index: 2;
  font-size: 15px;
}

.tm-contact-form-7-box.group-style-01 .wpcf7-form-control-wrap {
  position: relative;
  z-index: 1;
}

.tm-contact-form-7-box.group-style-01 .wpcf7-form-control-wrap:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-contact-form-7-box.group-style-01 .wpcf7-form-control-wrap:after {
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.tm-contact-form-7-box.group-style-01 .wpcf7-submit {
  margin: 7px auto 0;
  min-width: 220px;
}

.tm-contact-form-7-box.style-02 {
  padding: 50px;
}

@media (max-width: 767px) {
  .tm-contact-form-7-box.style-01 .form-wrap {
    display: block;
  }
  .tm-contact-form-7-box.style-01 .wpcf7-submit {
    display: block;
    margin: 0 auto;
  }
}

.wpcf7 .wpcf7-response-output {
  margin: 30px 0 0;
  padding: 15px 20px;
  border: 0;
  color: #fff;
}

.wpcf7 .wpcf7-validation-errors {
  background: #f0ad4e;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #5cb85c;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #d9534f;
  font-size: 12px;
}

.tm-contact-form-7 .wpcf7-form br {
  display: none;
}

.tm-contact-form-7 .form-item {
  position: relative;
}

.tm-contact-form-7 .form-item.has-icon .wpcf7-text,
.tm-contact-form-7 .form-item.has-icon .wpcf7-date {
  padding-right: 40px;
}

.tm-contact-form-7 .form-icon {
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 14px;
  right: 17px;
  line-height: 0;
}

.tm-contact-form-7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.tm-contact-form-7 .wpcf7-textarea {
  height: 150px;
}

.tm-contact-form-7 .row {
  margin-left: -10px;
  margin-right: -10px;
}

.tm-contact-form-7 [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.tm-contact-form-7 .ajax-loader {
  display: none !important;
}

.tm-contact-form-7 .wpcf7-submit {
  display: block;
  margin-top: 30px;
}

.tm-contact-form-7.style-02 .wpcf7-submit {
  margin-top: 30px;
  width: 100%;
}

.tm-contact-form-7.style-04 .wpcf7-submit {
  margin-top: 0;
  width: 100%;
}

.tm-contact-form-7.style-03 input[type='text'],
.tm-contact-form-7.style-03 input[type='email'],
.tm-contact-form-7.style-03 input[type='tel'],
.tm-contact-form-7.style-03 select,
.tm-contact-form-7.style-03 textarea {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: inherit;
}

.tm-contact-form-7.style-03 input[type='text']:focus,
.tm-contact-form-7.style-03 input[type='email']:focus,
.tm-contact-form-7.style-03 input[type='tel']:focus,
.tm-contact-form-7.style-03 select:focus,
.tm-contact-form-7.style-03 textarea:focus {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

@-webkit-keyframes mcf-autofill {
  to {
    color: #fff;
    background: rgba(0, 0, 0, 0.07);
  }
}

.tm-mailchimp-form .form-title,
.tm-mailchimp-form .form-description {
  display: none;
}

.tm-mailchimp-form input[type='email']::-webkit-input-placeholder {
  color: inherit;
}

.tm-mailchimp-form input[type='email']:-moz-placeholder {
  color: inherit;
}

.tm-mailchimp-form input[type='email']::-moz-placeholder {
  color: inherit;
}

.tm-mailchimp-form input[type='email']:-ms-input-placeholder {
  color: inherit;
}

.tm-mailchimp-form .button-icon:before {
  content: '\f0e0';
}

.tm-mailchimp-form.style-01 {
  text-align: center;
}

.tm-mailchimp-form.style-01 .form-item-wrap {
  position: relative;
}

.tm-mailchimp-form.style-01 .form-item {
  margin-top: 30px;
}

.tm-mailchimp-form.style-01 input {
  text-align: center;
}

.tm-mailchimp-form.style-01 .button-icon {
  display: none;
}

.tm-mailchimp-form.style-01 .form-description {
  color: #fff;
  margin-top: 24px;
}

.tm-mailchimp-form.style-02 .form-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}

.tm-mailchimp-form.style-02 .form-item {
  padding: 10px;
}

.tm-mailchimp-form.style-02 input {
  color: #fff !important;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.07) !important;
  min-width: 275px;
}

.tm-mailchimp-form.style-02 input:focus {
  border-color: #fff;
}

.tm-mailchimp-form.style-02 input:-webkit-autofill,
.tm-mailchimp-form.style-02 input:-webkit-autofill:hover,
.tm-mailchimp-form.style-02 input:-webkit-autofill:focus,
.tm-mailchimp-form.style-02 input:-webkit-autofill:active,
.tm-mailchimp-form.style-02 textarea:-webkit-autofill,
.tm-mailchimp-form.style-02 select:-webkit-autofill {
  -webkit-animation-name: mcf-autofill;
  -webkit-animation-fill-mode: both;
}

.tm-mailchimp-form.style-02 .form-submit {
  background: #fff;
  min-width: 180px;
}

.tm-mailchimp-form.style-03 .form-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}

.tm-mailchimp-form.style-03 .form-item {
  padding: 10px;
}

.tm-mailchimp-form.style-03 input {
  min-width: 275px;
  background: #f6f5f9;
  color: #7e7e7e;
}

.tm-mailchimp-form.style-03 .form-submit {
  min-width: 180px;
}

.tm-mailchimp-form.style-04 .form-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}

.tm-mailchimp-form.style-04 .form-item {
  padding: 10px;
}

.tm-mailchimp-form.style-04 input {
  min-width: 275px;
  background: #fff;
  color: #7e7e7e;
}

.tm-mailchimp-form.style-04 input:focus {
  background: #fff;
}

.tm-mailchimp-form.style-04 .form-submit {
  min-width: 180px;
}

.tm-mailchimp-form.style-05 .form-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -10px;
}

.tm-mailchimp-form.style-05 .form-item {
  width: 100%;
  padding: 10px;
}

.tm-mailchimp-form.style-05 input {
  background: #fff;
  color: #7e7e7e;
}

.tm-mailchimp-form.style-05 input:focus {
  background: #fff;
}

.tm-mailchimp-form.style-05 .form-submit {
  width: 100%;
}

.tm-mailchimp-form.style-05 .form-submit .button-icon {
  display: none;
}

@media (max-width: 767px) {
  .tm-mailchimp-form.style-02 .form-item-wrap, .tm-mailchimp-form.style-03 .form-item-wrap, .tm-mailchimp-form.style-04 .form-item-wrap {
    display: block;
  }
  .tm-mailchimp-form.style-02 .form-submit, .tm-mailchimp-form.style-03 .form-submit, .tm-mailchimp-form.style-04 .form-submit {
    display: block;
    margin: 0 auto;
  }
}

.tm-mailchimp-form-box .form-item-wrap {
  position: relative;
}

.tm-mailchimp-form-box .button-icon:before {
  content: '\f0e0';
}

.tm-mailchimp-form-box.style-01 {
  padding: 53px 30px 61px;
}

.tm-mailchimp-form-box.style-01 .form-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 35px;
}

.tm-mailchimp-form-box.style-01 input[type='email'] {
  background: #fff;
  border-color: #fff !important;
}

.tm-mailchimp-form-box.style-01 .button-text {
  display: none;
}

.tm-mailchimp-form-box.style-01 .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  padding: 0;
  width: 62px;
  height: 62px;
  line-height: 62px;
  box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.tm-mailchimp-form-box.style-02, .tm-mailchimp-form-box.style-03 {
  padding: 83px 70px 85px;
  background: #fff;
  text-align: center;
}

.tm-mailchimp-form-box.style-02 .form-title, .tm-mailchimp-form-box.style-03 .form-title {
  font-size: 24px;
  line-height: 1.59;
  margin-bottom: 37px;
}

.tm-mailchimp-form-box.style-02 input, .tm-mailchimp-form-box.style-03 input {
  text-align: center;
}

.tm-mailchimp-form-box.style-02 .form-submit, .tm-mailchimp-form-box.style-03 .form-submit {
  display: block;
  margin: 38px auto 0;
}

.tm-mailchimp-form-box.style-02 .button-icon, .tm-mailchimp-form-box.style-03 .button-icon {
  display: none;
}

.tm-mailchimp-form-box.style-02 .form-description, .tm-mailchimp-form-box.style-03 .form-description {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.84;
  font-style: italic;
}

.tm-mailchimp-form-box.style-02 .form-item + .form-item, .tm-mailchimp-form-box.style-03 .form-item + .form-item {
  margin-top: 30px;
}

.tm-mailchimp-form-box.style-02 .form-item-name, .tm-mailchimp-form-box.style-03 .form-item-name {
  display: block;
}

.tm-mailchimp-form-box.style-02 .form-submit {
  width: 100%;
}

.tm-mailchimp-form-box.style-03 .form-submit {
  border-radius: 40px;
}

@media (max-width: 543px) {
  .tm-mailchimp-form-box.style-02 {
    padding: 60px 40px 55px;
  }
  .tm-mailchimp-form-box.style-03 {
    padding: 53px 40px 55px;
  }
}

.tm-mailchimp-form-popup {
  text-align: center;
}

.tm-mailchimp-form-popup .subscribe-open-popup-link {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.tm-mailchimp-form-popup .subscribe-open-popup-link:hover {
  text-decoration: none;
}

.mailchimp-form-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.67);
  opacity: 0;
  visibility: hidden;
  text-align: center;
}

.mailchimp-form-popup .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  max-width: 90%;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
      -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
          transform: translate(-50%, -50%) scale(1.1, 1.1);
  padding: 55px 35px 91px;
}

.mailchimp-form-popup .form-title {
  font-size: 34px;
  margin-bottom: 11px;
  color: #111111;
}

.mailchimp-form-popup input[type='email'] {
  background-color: #ffffff;
  border-width: 2px;
  border-color: #dddddd;
  border-radius: 30px;
  color: #222222;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
}

.mailchimp-form-popup input[type='email']:focus {
  background: #ffffff;
}

.mailchimp-form-popup .form-submit {
  margin-top: 22px;
  width: 100%;
}

.mailchimp-form-popup .form-description {
  margin-bottom: 41px;
}

.mailchimp-form-popup-opened {
  overflow: hidden;
}

.mailchimp-form-popup-opened .mailchimp-form-popup {
  opacity: 1;
  visibility: visible;
}

.mailchimp-form-popup-opened .inner {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
}

.mailchimp-form-popup-close {
  position: absolute;
  top: 14px;
  right: 20px;
  font-size: 26px;
  color: #111111;
  cursor: pointer;
}

.tm-search-form .search-form {
  position: relative;
}

.tm-search-form .search-field {
  padding: 3px 160px 3px 20px;
  background: #ffffff;
}

.tm-search-form .search-field::-webkit-input-placeholder {
  font-weight: 500;
}

.tm-search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
}

.tm-search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
}

.tm-search-form .search-field:-ms-input-placeholder {
  font-weight: 500;
}

.tm-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.tm-search-form .search-submit:hover {
  color: #ffffff;
}

.tm-search-form .search-btn-icon {
  display: none;
}

.tm-search-form .search-btn-text {
  display: block;
}

.tm-search-form .category-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tm-search-form .category-label {
  display: inline-block;
  color: #ffffff;
  margin-right: 34px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.tm-search-form .category-list {
  display: inline-block;
}

.tm-search-form .category-list a {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  background: rgba(126, 126, 126, 0.3);
  border-radius: 3px;
  padding: 5px 15px;
  margin-right: 11px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .tm-search-form .search-field {
    height: 64px;
    padding: 3px 190px 3px 30px;
  }
  .tm-search-form .search-submit {
    min-width: 180px;
    height: 64px;
  }
}

@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 0;
  }
}

.tm-popup-video {
  position: relative;
}

.tm-popup-video .video-link {
  display: inline-block;
}

.tm-popup-video .video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
          transform: scale3d(1.15, 1.15, 1.15);
}

.tm-popup-video .video-text {
  margin-top: 28px;
}

.tm-popup-video .video-poster {
  position: relative;
}

.tm-popup-video .video-play {
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  border-radius: 50%;
  color: #fff;
}

.tm-popup-video .video-play:hover {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
          transform: scale3d(1.15, 1.15, 1.15);
}

.tm-popup-video .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
  z-index: 2;
}

.tm-popup-video .video-play-icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid currentColor;
}

.tm-popup-video .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tm-popup-video.style-poster-01 .video-play, .tm-popup-video.style-poster-02 .video-play {
  color: #fff;
}

.tm-popup-video.style-poster-01 .video-button, .tm-popup-video.style-poster-02 .video-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tm-popup-video.style-poster-01.poster-full-wide .video-link, .tm-popup-video.style-poster-02.poster-full-wide .video-link {
  display: block;
}

.tm-popup-video.style-poster-01.poster-full-wide .video-poster img, .tm-popup-video.style-poster-02.poster-full-wide .video-poster img {
  width: 100%;
}

.tm-popup-video.style-poster-01 .video-play {
  width: 70px;
  height: 70px;
  background: transparent;
  border: 6px solid #fff;
}

.tm-popup-video.style-poster-01 .video-play-icon:before {
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 20px;
}

.tm-popup-video.style-poster-02 .video-poster {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  overflow: hidden;
}

.tm-popup-video.style-poster-02 .video-play {
  width: 78px;
  height: 78px;
}

.tm-popup-video.style-poster-02 .video-play-icon {
  z-index: 9;
}

.tm-popup-video.style-poster-02 .video-play-icon:before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.tm-popup-video.style-poster-02 .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.tm-popup-video.style-poster-02 .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.tm-popup-video.style-poster-02 .wave-pulse:before, .tm-popup-video.style-poster-02 .wave-pulse:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #ee7455;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
}

.tm-popup-video.style-poster-02 .wave-pulse:before {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.tm-popup-video.style-button {
  line-height: 0;
}

.tm-popup-video.style-button > a {
  display: inline-block;
  text-align: center;
}

.tm-popup-video.style-button .video-play {
  display: block;
  margin: 0 auto;
}

.tm-popup-video.style-button .video-text {
  line-height: 1.4;
}

.tm-popup-video.style-button .video-play {
  width: 90px;
  height: 90px;
}

.tm-popup-video.style-button .video-play-icon:before {
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-left-width: 19px;
}

.tm-popup-video.group-button-style-01 .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-popup-video.group-button-style-01 .video-play-wrap {
  position: relative;
  width: 78px;
  height: 78px;
}

.tm-popup-video.group-button-style-01 .video-play {
  width: 78px;
  height: 78px;
}

.tm-popup-video.group-button-style-01 .video-play-icon {
  z-index: 9;
}

.tm-popup-video.group-button-style-01 .video-play-icon:before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.tm-popup-video.group-button-style-01 .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.tm-popup-video.group-button-style-01 .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}

.tm-popup-video.group-button-style-01 .wave-pulse:before, .tm-popup-video.group-button-style-01 .wave-pulse:after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #ee7455;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
}

.tm-popup-video.group-button-style-01 .wave-pulse:before {
  -webkit-animation-delay: .75s;
          animation-delay: .75s;
}

.tm-popup-video.style-button-02 .video-text {
  margin-top: 0;
  margin-left: 59px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.45;
}

.tm-popup-video.style-button-03 .video-text {
  margin-top: 0;
  margin-left: 35px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.78;
}

.tm-popup-video.style-button-03 .video-play {
  background: #fff;
}

.tm-popup-video.style-button-03 .wave-pulse:before, .tm-popup-video.style-button-03 .wave-pulse:after {
  border-color: #fff;
}

.tm-popup-video.style-button-04 .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-popup-video.style-button-04 .video-text {
  margin-top: 0;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.tm-popup-video.style-button-04 .video-play {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  background: none;
}

.tm-popup-video.style-button-04 .video-play-icon {
  line-height: 0;
}

.tm-popup-video.style-button-04 .video-play-icon:before {
  display: none;
}

.tm-popup-video.style-button-04 .video-play-icon i {
  font-size: 10px;
}

.tm-popup-video.style-button-05 .video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-popup-video.style-button-05 .video-play {
  width: 78px;
  height: 78px;
}

.tm-popup-video.style-button-05 .video-play-icon {
  z-index: 9;
}

.tm-popup-video.style-button-05 .video-play-icon:before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 14px;
}

.tm-popup-video.style-button-05 .video-play-wrap {
  padding: 13px;
  border: 3px solid rgba(8, 106, 216, 0.4);
  border-radius: 50%;
}

.tm-popup-video.style-button-05 .video-text {
  margin-top: 0;
  margin-left: 23px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8);
}

.tm-gallery {
  position: relative;
}

.tm-gallery .post-thumbnail {
  width: 100%;
  height: 100%;
}

.tm-gallery .post-thumbnail img {
  margin: 0 !important;
}

.tm-gallery .caption {
  display: none !important;
}

.tm-gallery .gallery-item {
  overflow: hidden;
}

.tm-gallery .gallery-item:hover .overlay {
  visibility: visible;
  opacity: .9;
}

.tm-gallery .gallery-item:hover .overlay-icon {
  visibility: visible;
  opacity: 1;
}

.tm-gallery .gallery-item > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.tm-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.tm-gallery .overlay-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.tm-gallery .overlay-icon:before {
  content: '\f002';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  color: #fff;
}

.tm-gallery.style-metro .item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.tm-gallery.style-metro .item-wrapper:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.tm-gallery.style-metro .grid-width-2 .item-wrapper:before {
  padding-top: 50%;
}

.tm-gallery.style-metro .grid-height-2 .item-wrapper:before {
  padding-top: 200%;
}

.tm-gallery.style-metro .grid-width-2.grid-height-2 .item-wrapper:before {
  padding-top: 100%;
}

.tm-gallery.style-metro-02 .item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.tm-gallery.style-metro-02 .item-wrapper:before {
  content: '';
  display: block;
  padding-top: 67%;
}

.tm-gallery.style-metro-02 .grid-width-2 .item-wrapper:before {
  padding-top: 67%;
}

.tm-gallery.style-metro-02 .grid-height-2 .item-wrapper:before {
  padding-top: 134%;
}

.tm-gallery.style-metro-02 .grid-width-2.grid-height-2 .item-wrapper:before {
  padding-top: 67%;
}

.tm-gallery.style-metro-03 .item-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  max-height: 420px;
}

.tm-gallery.style-metro-03 .item-wrapper:before {
  content: '';
  display: block;
  padding-top: 67%;
}

.tm-gallery.style-metro-03 .zoom {
  border-radius: 5px;
  overflow: hidden;
}

.tm-gallery.style-metro-03 .modern-grid {
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}

.tm-gallery.style-metro-03 .grid-item {
  -ms-grid-column: span 12;
      grid-column: span 12;
}

@media (max-width: 767px) {
  .tm-gallery.style-metro .grid-width-2 .post-wrapper:before,
  .tm-gallery.style-metro .grid-height-2 .post-wrapper:before {
    padding-top: 100%;
  }
}

@media (min-width: 768px) {
  .tm-gallery.style-metro-03 .grid-item {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .tm-gallery.style-metro-03 .grid-item:nth-child(4n + 1) {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .tm-gallery.style-metro-03 .grid-item:nth-child(4n + 2) {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
}

@media (min-width: 1200px) {
  .tm-gallery.style-metro-03 .grid-item {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .tm-gallery.style-metro-03 .grid-item:nth-child(4n + 1) {
    -ms-grid-column: span 8;
        grid-column: span 8;
  }
  .tm-gallery.style-metro-03 .grid-item:nth-child(4n + 2) {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
}

.tm-view-demo .frame-screen {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}

.tm-view-demo .dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
  height: 23px;
}

.tm-view-demo .dot {
  margin: 0 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #dadada;
}

.tm-view-demo .item-wrap:hover .frame-screen {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}

.tm-view-demo .item-wrap:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.tm-view-demo .thumbnail > img {
  width: 100%;
}

.tm-view-demo .heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
  padding: 14px 27px;
  margin-bottom: 0;
}

.tm-view-demo .badge {
  position: absolute;
  top: -15px;
  right: 0;
}

.tm-view-demo .thumbnail {
  position: relative;
}

.tm-view-demo .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  opacity: 0;
}

.tm-view-demo .tm-button.btn-view-demo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff !important;
  pointer-events: none;
  min-width: 150px;
}

.tm-instagram {
  position: relative;
}

.tm-instagram br {
  display: none;
}

.tm-instagram:hover .instagram-user-name {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
          transform: translate(-50%, -50%) scale3d(0.8, 0.8, 0.8);
}

.tm-instagram .instagram-user-name {
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.2, 1);
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  box-shadow: 0 47px 30px rgba(0, 0, 0, 0.21);
  font-size: 16px;
  min-width: 190px;
  text-align: center;
  border-radius: 1px;
}

.tm-instagram img {
  border-radius: inherit;
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.tm-instagram .inner {
  position: relative;
  overflow: hidden;
}

.tm-instagram .inner:hover .overlay {
  visibility: visible;
  opacity: 1;
}

.tm-instagram .inner:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.tm-instagram .item-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
  padding: 5px;
}

.tm-instagram .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  cursor: pointer;
  border-radius: inherit;
}

.tm-instagram .overlay > a {
  display: block;
  height: 100%;
  width: 100%;
}

.tm-instagram .likes,
.tm-instagram .comments {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
}

.tm-instagram .likes:before,
.tm-instagram .comments:before {
  margin-right: 4px;
}

.tm-instagram .likes:before {
  content: '\f004';
}

.tm-instagram .comments {
  margin-left: 5px;
}

.tm-instagram .comments:before {
  content: '\f4ad';
}

.tm-twitter.group-style-01 {
  max-width: 900px;
  margin: 0 auto;
}

.tm-twitter.group-style-01 .tweet + .tweet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.tm-twitter.group-style-01 .tweet + .tweet:before {
  top: 13px;
}

.tm-twitter.group-style-01 .tweet-info {
  position: relative;
  padding-left: 55px;
}

.tm-twitter.group-style-01 .tweet-info:before {
  content: '\f099';
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 23px;
  display: block;
}

.tm-twitter.group-style-01 .tweet-text {
  position: relative;
  font-size: 14px;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 19px 20px 25px;
  margin-bottom: 25px;
  word-wrap: break-word;
}

.tm-twitter.group-style-01 .tweet-text:before, .tm-twitter.group-style-01 .tweet-text:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tm-twitter.group-style-01 .tweet-text:before {
  left: 30px;
  bottom: -12px;
  border-color: transparent #ededed transparent transparent;
  border-width: 12px;
}

.tm-twitter.group-style-01 .tweet-text:after {
  left: 33px;
  bottom: -10px;
  border-color: transparent #f7fbfe transparent transparent;
  border-width: 10px;
}

.tm-twitter.group-style-01 .tweet-heading {
  font-size: 14px;
  color: #333;
  margin-bottom: 1px;
}

.tm-twitter.group-style-01 .tweet-date {
  font-size: 14px;
  color: #ababab;
}

.tm-twitter.style-slider-quote-light .tweet-text {
  background: #fff;
  border-color: #fff;
}

.tm-twitter.style-slider-quote-light .tweet-text a {
  color: inherit;
}

.tm-twitter.style-slider-quote-light .tweet-heading {
  color: #fff;
}

.tm-twitter.style-slider {
  max-width: 900px;
  margin: 0 auto;
}

.tm-twitter.style-slider .tweet {
  position: relative;
  text-align: center;
}

.tm-twitter.style-slider .tweet:before {
  display: block;
  content: '\f099';
  font-size: 120px;
  line-height: 1;
  margin-bottom: 10px;
}

.tm-twitter.style-slider .tweet .tweet-heading {
  font-size: 32px;
}

.tm-twitter.style-slider .tweet .tweet-text {
  font-size: 24px;
  margin-top: 40px;
}

.tm-twitter.style-slider .tweet + .tweet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.tm-twitter.style-slider .tweet + .tweet:before {
  top: 13px;
}

.tm-twitter.style-list .item + .item {
  margin-top: 45px;
}

.tm-twitter.style-list .tweet {
  position: relative;
  padding-left: 31px;
}

.tm-twitter.style-list .tweet:before {
  content: '\f099';
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
  line-height: 1;
}

.tm-twitter.style-list .tweet .tweet-date {
  display: inline-block;
  margin-top: 8px;
}

.tm-twitter.style-list .tweet + .tweet {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.tm-twitter.style-list .tweet + .tweet:before {
  top: 13px;
}

.tm-timeline ul {
  margin: 0;
  padding: 0;
}

.tm-timeline .row {
  margin-left: -30px;
  margin-right: -30px;
}

.tm-timeline .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.tm-timeline.style-01 .tm-timeline-list {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 32px 0 65px;
}

.tm-timeline.style-01 .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  height: 100%;
  border-left: 2px solid #086ad8;
  opacity: .15;
}

.tm-timeline.style-01 .dots {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
}

.tm-timeline.style-01 .dots:before {
  content: '';
  position: absolute;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: .3;
  width: 30px;
  height: 30px;
}

.tm-timeline.style-01 .dots .middle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  z-index: 2;
  border: 3px solid currentColor;
  background: #fff;
}

.tm-timeline.style-01 .item {
  position: relative;
  list-style-type: none;
}

.tm-timeline.style-01 .item:nth-child(odd) .timeline-feature {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.tm-timeline.style-01 .item:nth-child(odd) .timeline-feature > .inner {
  text-align: left;
  float: right;
}

.tm-timeline.style-01 .item:nth-child(odd) .timeline-info > .inner {
  float: left;
}

.tm-timeline.style-01 .item:nth-child(odd) .timeline-info .content-wrap {
  text-align: right;
}

.tm-timeline.style-01 .item + .item {
  margin-top: 68px;
}

.tm-timeline.style-01 .timeline-feature > .inner {
  text-align: right;
  width: 500px;
  max-width: 100%;
}

.tm-timeline.style-01 .timeline-info > .inner {
  padding-top: 130px;
  float: right;
  width: 500px;
  max-width: 100%;
}

.tm-timeline.style-01 .content-body {
  display: inline-block;
  width: 400px;
  max-width: 100%;
}

.tm-timeline.style-01 .content-body ul li {
  list-style-type: none;
  position: relative;
  padding-left: 18px;
}

.tm-timeline.style-01 .content-body ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #bebebe;
}

.tm-timeline.style-01 .content-body ul li + li {
  margin-top: 10px;
}

.tm-timeline.style-01 .year {
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 27px;
}

.tm-timeline.style-01 .heading {
  font-size: 24px;
  margin-bottom: 20px;
}

.tm-timeline.style-01 .text {
  font-size: 18px;
  line-height: 2;
}

.tm-timeline.style-01 .photo img {
  width: 100%;
  border-radius: 5px;
}

.tm-timeline .tm-animation-queue .item .timeline-col {
  opacity: 0;
}

.tm-timeline .tm-animation-queue .item.animate .timeline-col {
  opacity: 1;
  -webkit-animation: moveHorizontal 0.65s ease forwards;
          animation: moveHorizontal 0.65s ease forwards;
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(odd) .timeline-col.left {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(odd) .timeline-col.right {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(even) .timeline-col.left {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}

.tm-timeline .tm-animation-queue .item.animate:nth-child(even) .timeline-col.right {
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
}

@media (max-width: 1199px) {
  .tm-timeline.style-01 .year {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .tm-timeline.style-01 .year {
    font-size: 52px;
  }
  .tm-timeline.style-01 .timeline-info > .inner {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .tm-timeline.style-01 .year {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .tm-timeline.style-01 .line {
    left: 15px;
  }
  .tm-timeline.style-01 .dots {
    right: auto;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .tm-timeline.style-01 .item {
    padding-left: 45px;
    width: 100%;
  }
  .tm-timeline.style-01 .item:nth-child(odd) .timeline-feature {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .tm-timeline.style-01 .item:nth-child(odd) .timeline-info .content-wrap {
    text-align: left;
  }
  .tm-timeline.style-01 .timeline-feature > .inner {
    text-align: left;
    width: 500px;
    max-width: 100%;
  }
  .tm-timeline.style-01 .timeline-info > .inner {
    padding-top: 30px;
    float: none;
    text-align: left;
  }
  .tm-timeline.style-01 .text {
    font-size: 15px;
    line-height: 1.78;
  }
  .tm-timeline.style-01 .tm-animation-queue .item.animate:nth-child(even) .timeline-col.left {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
  .tm-timeline.style-01 .tm-animation-queue .item.animate:nth-child(odd) .timeline-col.right {
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.tm-blockquote.style-02 blockquote {
  margin: 37px 0 44px 0 !important;
}

.tm-drop-cap {
  margin-bottom: 70px;
}

.tm-drop-cap.style-01 .drop-cap {
  float: left;
  font-weight: 600;
  font-size: 48px;
  line-height: 33px;
  padding-right: 10px;
}

.tm-drop-cap.style-02 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.875;
}

.tm-drop-cap.style-02 .drop-cap {
  float: left;
  font-size: 56px;
  line-height: 60px;
  padding-right: 7px;
}

.tm-text-box .heading {
  margin-bottom: 21px;
}

.tm-text-box.style-01 {
  padding: 50px 40px 61px;
  background: #eee;
}

.tm-text-box.style-02 {
  padding: 50px 40px 61px;
  border: 1px solid #ddd;
}

.tm-text-box.style-03, .tm-text-box.style-04 {
  padding: 50px 40px 61px;
  color: #fff;
}

.tm-text-box.style-03 .heading, .tm-text-box.style-04 .heading {
  color: inherit;
}

.tm-text-box.style-04 {
  background: #222;
}

.tm-maps {
  position: relative;
}

.tm-maps .map {
  height: 100px;
}

.gmap-marker-wrap {
  padding: 20px;
}

.gmap-marker-title {
  font-size: 18px;
  line-height: 1.39;
  margin-bottom: 14px;
}

.tm-maps.marker-style-signal .animated-dot {
  position: relative;
  width: 20px;
  height: 20px;
}

.tm-maps.marker-style-signal .animated-dot .middle-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tm-maps.marker-style-signal .animated-dot .middle-dot:after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background-color: #fff;
  border-radius: 50%;
  z-index: 100;
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.tm-maps.marker-style-signal .animated-dot .signal {
  pointer-events: none;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
  opacity: 0;
  -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
          animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .78s;
          animation-delay: .78s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tm-maps.marker-style-signal .animated-dot .signal2 {
  width: 100px;
  height: 100px;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  left: -40px;
  top: -40px;
  opacity: 0;
  -webkit-animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
          animation: animationSignal cubic-bezier(0, 0.55, 0.55, 1) 2s;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.tm-maps .gmap-info-wrapper .gmap-info-template {
  display: none;
}

.tm-maps .gmap-info-template-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-maps .gmap-info-template {
  position: absolute;
  bottom: 100%;
  right: 50%;
  width: 470px;
  -webkit-transform: translate(150px, 15px);
      -ms-transform: translate(150px, 15px);
          transform: translate(150px, 15px);
  padding-bottom: 40px;
}

.tm-maps .gmap-info-template .gmap-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 25px 30px;
  border-radius: 5px;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.12);
}

.tm-maps .gmap-info-template .gmap-info-content:before {
  content: '';
  position: absolute;
  bottom: 25px;
  right: 130px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 25px solid #fff;
}

.tm-maps .gmap-info-template .info-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 30px;
}

.tm-maps .gmap-info-template .info-main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.tm-maps .gmap-info-template .gmap-marker-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
}

.tm-maps .gmap-info-template .gmap-marker-content a {
  color: #222;
}

@-webkit-keyframes animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    opacity: .14;
  }
  20% {
    opacity: .14;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes animationSignal {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  1% {
    opacity: .14;
  }
  20% {
    opacity: .14;
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

.tm-popup-map.style-01 .tm-button-map {
  display: inline-block;
}

.tm-popup-map.style-01 .tm-button-map .button-icon {
  height: 56px;
  width: 56px;
  line-height: 56px;
  border-radius: 50%;
  text-align: center;
  background: #f6f2ed;
  margin-right: 14px;
}

.tm-popup-map.style-01 .tm-button-map .button-icon:before {
  content: '\f3c5';
}

.tm-popup-map.style-01 .tm-button-map .button-text {
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tm-popup-map.style-01 .tm-button-map .button-text:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.tm-popup-map.style-01 .tm-button-map:hover .button-text:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-services-list.style-01 .service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tm-services-list.style-01 .service-item + .service-item {
  margin-top: 100px;
}

.tm-services-list.style-01 .service-image {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  max-width: 40%;
}

.tm-services-list.style-01 .service-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 30px;
  max-width: 890px;
}

.tm-services-list.style-01 .service-name {
  margin-bottom: 36px;
}

.tm-services-list.style-02 .service-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.tm-services-list.style-02 .service-item:hover .blend-image {
  -webkit-transform: translate(-10px, 0);
      -ms-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

.tm-services-list.style-02 .service-item:hover .blend-bg {
  -webkit-transform: translate(10px, -20px);
      -ms-transform: translate(10px, -20px);
          transform: translate(10px, -20px);
  opacity: 1;
}

.tm-services-list.style-02 .service-image {
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}

.tm-services-list.style-02 .service-image .inner {
  position: relative;
  display: inline-block;
}

.tm-services-list.style-02 .service-image img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.tm-services-list.style-02 .service-image .blend-bg,
.tm-services-list.style-02 .service-image .blend-image {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tm-services-list.style-02 .service-image .blend-image {
  background-size: cover;
}

.tm-services-list.style-02 .service-image .blend-bg {
  opacity: 0;
  background-color: #d0021b;
  mix-blend-mode: multiply;
  -webkit-transform: translate(10px, -10px);
      -ms-transform: translate(10px, -10px);
          transform: translate(10px, -10px);
}

.tm-services-list.style-02 .service-name {
  position: relative;
  font-size: 18px;
  line-height: 1.39;
  margin-bottom: 31px;
}

.tm-services-list.style-02 .service-name:before {
  content: '';
  position: absolute;
  top: 11px;
  left: -70px;
  width: 50px;
  height: 3px;
  background: currentColor;
}

.tm-services-list.style-02 .service-info {
  padding: 44px 30px 10px 70px;
}

@media (min-width: 1200px) {
  .tm-services-list.style-01 .service-info {
    padding-left: 130px;
    padding-right: 100px;
  }
}

@media (max-width: 543px) {
  .tm-services-list.style-01 .service-item {
    display: block;
  }
  .tm-services-list.style-01 .service-image {
    max-width: 100%;
  }
  .tm-services-list.style-01 .service-image img {
    width: 100%;
  }
  .tm-services-list.style-01 .service-info {
    padding-top: 30px;
  }
}

.tm-star-rating.style-01 {
  color: #fb0;
  font-size: 24px;
  line-height: 1.17;
}

.tm-star-rating.style-01 span + span {
  margin-left: 11px;
}

.tm-product .added_to_cart {
  display: none !important;
}

.tm-product.style-grid .product-wrapper {
  position: relative;
}

.tm-product.style-grid .product-wrapper:hover .product-main-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.tm-product.style-grid .product-wrapper:hover .product-hover-image {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-product.style-grid .product-thumbnail {
  position: relative;
  overflow: hidden;
  margin-bottom: 19px;
}

.tm-product.style-grid .thumbnail {
  position: relative;
}

.tm-product.style-grid .thumbnail img {
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.tm-product.style-grid .product-hover-image {
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.tm-product.style-grid .product-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 11px;
}

.tm-product.style-grid .product-action {
  z-index: -1;
}

.tm-product.style-grid .woocommerce_loop_add_to_cart_wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a {
  padding: 0 20px;
  color: #fff;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  line-height: 56px !important;
  height: 56px !important;
}

.tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a:before {
  font-size: 15px;
  content: '\f360';
  position: absolute;
  left: 0;
  top: 19px;
  visibility: hidden;
  opacity: 0;
}

.tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a:hover {
  padding-left: 35px;
}

.tm-product.style-grid .woocommerce_loop_add_to_cart_wrap a:hover:before {
  left: 15px;
  visibility: visible;
  opacity: 1;
}

.tm-product.style-grid .quick-view-icon,
.tm-product.style-grid .woosw-btn,
.tm-product.style-grid .wooscp-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  display: block;
  color: #fff;
  font-size: 0 !important;
  padding: 9px;
}

.tm-product.style-grid .quick-view-icon:before,
.tm-product.style-grid .woosw-btn:before,
.tm-product.style-grid .wooscp-btn:before {
  font-size: 15px;
}

.tm-product.style-grid .quick-view-icon:before {
  content: '\f002';
}

.tm-product.style-grid .wooscp-btn:before {
  content: '\f3f1';
}

.tm-product.style-grid .woosw-btn:before {
  content: '\f004';
}

.tm-product.style-grid .woosw-btn.woosw-added:before {
  content: '\f004';
  margin: 0;
}

.tm-product.style-grid .add_to_cart_button.product_type_simple:before {
  content: '\f290' !important;
}

.tm-product.style-grid .add_to_cart_button.product_type_simple.loading:before {
  -webkit-animation: load-spin 1s linear infinite !important;
          animation: load-spin 1s linear infinite !important;
  content: '\f3f4' !important;
}

.tm-product.style-grid .woosw-adding:before,
.tm-product.style-grid .wooscp-btn-adding:before {
  -webkit-animation: load-spin 1s linear infinite !important;
          animation: load-spin 1s linear infinite !important;
  content: '\f3f4' !important;
}

.tm-product.style-grid .product-info {
  text-align: center;
  margin-bottom: 5px;
}

.tm-product.style-grid .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  font-weight: 400;
  margin-bottom: 1px;
}

.tm-product.style-grid .woocommerce-loop-product__title a {
  color: inherit;
}

.tm-product.style-grid .star-rating {
  margin: 0 auto 13px;
}

.tm-product.style-list .product {
  border-bottom: 1px solid #e4e8f6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tm-product.style-list .product:last-child {
  margin-bottom: 0;
}

.tm-product.style-list .product-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-product.style-list .product-wrapper:hover .product-main-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
          transform: scale3d(1.1, 1.1, 1.1);
}

.tm-product.style-list .product-wrapper:hover .product-hover-image {
  z-index: 9;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.tm-product.style-list .product-thumbnail {
  position: relative;
  overflow: hidden;
  width: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.tm-product.style-list .thumbnail {
  position: relative;
}

.tm-product.style-list .thumbnail img {
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.tm-product.style-list .product-hover-image {
  -webkit-transition: all .6s;
  transition: all .6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.tm-product.style-list .add_to_cart_button.product_type_simple.loading:before {
  -webkit-animation: load-spin 1s linear infinite !important;
          animation: load-spin 1s linear infinite !important;
  content: '\f3f4' !important;
}

.tm-product.style-list .product-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 20px;
  padding-left: 34px;
}

.tm-product.style-list .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 1.17;
  color: #333;
  font-weight: 400;
  margin-bottom: 12px;
}

.tm-product.style-list .woocommerce-loop-product__title a {
  color: inherit;
}

.tm-product.style-list .star-rating {
  margin: 0 0 13px;
}

.tm-product.style-list .price {
  font-size: 18px;
  margin-bottom: 11px;
}

.tm-product.style-list .product-excerpt {
  margin-top: 11px;
}

.tm-product.style-list .product-actions {
  margin-top: 25px;
}

.tm-product.style-list .product-action {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}

.tm-product.style-list .product-action > a:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}

body:not(.wpb-js-composer) .tm-product.style-grid .tm-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 1199px) {
  body:not(.wpb-js-composer) .tm-product.style-grid .tm-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
}

@media (max-width: 991px) {
  body:not(.wpb-js-composer) .tm-product.style-grid .tm-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 543px) {
  body:not(.wpb-js-composer) .tm-product.style-grid .tm-grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.tm-product-categories.style-carousel .cat-wrapper {
  position: relative;
}

.tm-product-categories.style-carousel .cat-wrapper:hover .cat-thumbnail img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.tm-product-categories.style-carousel .cat-thumbnail {
  overflow: hidden;
  border-radius: 5px;
}

.tm-product-categories.style-carousel .cat-thumbnail img {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
  width: 100%;
}

.tm-product-categories.style-carousel .cat-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 40px 45px;
  font-size: 14px;
  box-sizing: border-box;
}

.tm-product-categories.style-carousel .cat-title {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 7px;
}

.tm-product-categories.style-carousel .cat-title a {
  color: inherit;
}

.tm-product-categories.style-carousel .cat-count {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3.56px;
  font-weight: 700;
  color: rgba(69, 69, 69, 0.3);
}

.tm-product-search-form form {
  position: relative;
}

.tm-product-search-form .search-field {
  padding: 3px 160px 3px 20px;
  background: #ffffff;
}

.tm-product-search-form .search-field::-webkit-input-placeholder {
  font-weight: 500;
}

.tm-product-search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 500;
}

.tm-product-search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 500;
}

.tm-product-search-form .search-field:-ms-input-placeholder {
  font-weight: 500;
}

.tm-product-search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.25px;
}

.tm-product-search-form .search-submit:hover {
  color: #ffffff;
}

.tm-product-search-form .search-btn-icon {
  display: none;
}

.tm-product-search-form .search-btn-text {
  display: block;
}

@media (min-width: 768px) {
  .tm-product-search-form .search-field {
    height: 64px;
    padding: 3px 190px 3px 30px;
  }
  .tm-product-search-form .search-submit {
    min-width: 180px;
    height: 64px;
  }
}

.tm-rotate-box {
  position: relative;
  text-align: center;
}

.tm-rotate-box .flipper {
  position: relative;
}

.tm-rotate-box .flipper:hover .box {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1s cubic-bezier(0.3, 1, 0.6, 1), -webkit-transform 1s cubic-bezier(0.3, 1, 0.6, 1);
}

.tm-rotate-box .to-left .front,
.tm-rotate-box .to-right .front {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.tm-rotate-box .to-top .front,
.tm-rotate-box .to-bottom .front {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.tm-rotate-box .to-top .back {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.tm-rotate-box .to-top:hover .front {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.tm-rotate-box .to-top:hover .back {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.tm-rotate-box .to-bottom .back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.tm-rotate-box .to-bottom:hover .front {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.tm-rotate-box .to-bottom:hover .back {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.tm-rotate-box .to-left .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.tm-rotate-box .to-left:hover .front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.tm-rotate-box .to-left:hover .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.tm-rotate-box .to-right .back {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.tm-rotate-box .to-right:hover .front {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.tm-rotate-box .to-right:hover .back {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.tm-rotate-box .thumb-wrap {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.tm-rotate-box .box {
  background-size: cover;
  border-radius: 5px;
  min-height: 370px;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.tm-rotate-box .box:before {
  border-radius: inherit;
}

.tm-rotate-box .back {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tm-rotate-box .back .content-wrap {
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
          transform: translate3d(0, -50%, 50px) scale(0.9);
}

.tm-rotate-box .content-wrap {
  position: absolute;
  width: 100%;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: inherit;
          perspective: inherit;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 50px 30px;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 50px) scale(0.9);
          transform: translate3d(0, -50%, 50px) scale(0.9);
}

.tm-rotate-box .heading {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
}

.tm-rotate-box .text {
  color: rgba(255, 255, 255, 0.55);
  margin: 32px auto 0;
  max-width: 420px;
}

.tm-rotate-box .tm-button {
  margin-top: 78px;
  color: #ffffff;
}

.tm-custom-menu .widget {
  margin: 0 !important;
}

.tm-custom-menu .menu-item:hover .menu-item-title:after {
  width: 100%;
  left: 0;
  right: auto;
}

.tm-custom-menu .menu-item-title {
  position: relative;
  float: left;
  overflow: hidden;
  z-index: 1;
  line-height: 1.2;
}

.tm-custom-menu .menu-item-title:after {
  content: '';
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.tm-custom-menu.style-02 .menu {
  margin: -8px -15px 0;
}

.tm-custom-menu.style-02 .menu > li {
  width: 50%;
  padding: 0 15px;
  float: left;
}

.tm-custom-menu.style-03 .menu {
  margin: -5px -12px;
}

.tm-custom-menu.style-03 .menu > li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px;
}

.tm-grid-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tm-grid-group .tm-box-icon,
.tm-grid-group .tm-pricing {
  height: 100%;
  margin-bottom: 0;
}

.tm-grid-group .tm-grid {
  width: 100%;
  max-width: 100%;
}

.tm-grid-group .grid-item {
  width: 100%;
}

.tm-grid-group.style-border, .tm-grid-group.style-border-02 {
  overflow: hidden;
}

.tm-grid-group.style-border .grid-item:after, .tm-grid-group.style-border-02 .grid-item:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 0;
  bottom: 0;
  background: #ededed;
  width: 1px;
}

.tm-grid-group.style-border .grid-item:last-child:after, .tm-grid-group.style-border-02 .grid-item:last-child:after {
  display: none;
}

.tm-grid-group.style-short-separator {
  overflow: hidden;
}

.tm-grid-group.style-short-separator .grid-item:after {
  position: absolute;
  content: '';
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100px;
  background: #d1d9df;
  width: 1px;
}

.tm-grid-group.style-short-separator .grid-item:last-child:after {
  display: none;
}

.tm-grid-group.style-border-02 .grid-item:after {
  background: rgba(46, 50, 138, 0.1);
}

.tm-grid-group.style-border-03, .tm-grid-group.style-border-04 {
  overflow-y: hidden;
}

.tm-grid-group.style-border-03 .modern-grid, .tm-grid-group.style-border-04 .modern-grid {
  grid-gap: 0 !important;
  border-right: 1px solid #ededed;
}

.tm-grid-group.style-border-03 .grid-item, .tm-grid-group.style-border-04 .grid-item {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tm-grid-group.style-border-03 .grid-item:before, .tm-grid-group.style-border-04 .grid-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  background: #ededed;
  width: 1px;
}

.tm-grid-group.style-border-03 .grid-item:after, .tm-grid-group.style-border-04 .grid-item:after {
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  right: 0;
  background: #ededed;
  height: 1px;
}

.tm-grid-group.style-border-03 .grid-item {
  position: relative;
}

.tm-grid-group.style-border-04 .grid-item {
  padding-top: 25px;
  padding-bottom: 25px;
}

.tm-grid-group.style-border-rounded .tm-grid {
  border: 1px solid rgba(238, 238, 238, 0.17);
  border-radius: 10px;
  overflow: hidden;
}

.tm-grid-group.style-border-rounded .grid-item:after {
  position: absolute;
  content: '';
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid rgba(238, 238, 238, 0.17);
  pointer-events: none;
}

.tm-grid-group.style-rounded {
  border-radius: 10px;
  overflow: hidden;
}

.tm-grid-group.style-modern-metro-3-columns .modern-grid {
  -ms-grid-columns: (1fr)[12];
      grid-template-columns: repeat(12, 1fr);
}

.tm-grid-group.style-modern-metro-3-columns .grid-item {
  -ms-grid-column: span 12;
      grid-column: span 12;
}

.tm-grid-group.style-dashed-inner .tm-grid {
  position: relative;
}

.tm-grid-group.style-dashed-inner .tm-grid:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-linear-gradient(top, #ccc 58.33333%, transparent 0%);
  background-image: linear-gradient(to bottom, #ccc 58.33333%, transparent 0%);
  background-position: left top;
  background-size: 100% 8px;
  background-repeat: repeat-y;
}

.tm-grid-group.style-dashed-inner .tm-grid:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  top: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #ccc 58.33333%, transparent 0%);
  background-image: linear-gradient(to right, #ccc 58.33333%, transparent 0%);
  background-position: left bottom;
  background-size: 8px 100%;
  background-repeat: repeat-x;
}

.tm-grid-group.style-dashed-inner .grid-item:hover {
  z-index: 1;
}

.tm-grid-group.style-dashed-inner .grid-item:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-image: -webkit-linear-gradient(top, #ccc 58.33333%, transparent 0%);
  background-image: linear-gradient(to bottom, #ccc 58.33333%, transparent 0%);
  background-position: left top;
  background-size: 100% 8px;
  background-repeat: repeat-y;
}

.tm-grid-group.style-dashed-inner .grid-item:after {
  position: absolute;
  content: '';
  right: 0;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #ccc 58.33333%, transparent 0%);
  background-image: linear-gradient(to right, #ccc 58.33333%, transparent 0%);
  background-position: left bottom;
  background-size: 8px 100%;
  background-repeat: repeat-x;
}

@media (min-width: 768px) {
  .tm-grid-group.style-modern-metro-3-columns .grid-item {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .tm-grid-group.style-modern-metro-3-columns .grid-item:nth-child(6n + 1), .tm-grid-group.style-modern-metro-3-columns .grid-item:nth-child(6n + 3) {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
  .tm-grid-group.style-modern-metro-3-columns .grid-item:nth-child(6n + 2) {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
}

@media (min-width: 1200px) {
  .tm-grid-group.style-modern-metro-3-columns .grid-item {
    -ms-grid-column: span 4;
        grid-column: span 4;
  }
  .tm-grid-group.style-modern-metro-3-columns .grid-item:nth-child(6n + 1), .tm-grid-group.style-modern-metro-3-columns .grid-item:nth-child(6n + 3) {
    -ms-grid-column: span 3;
        grid-column: span 3;
  }
  .tm-grid-group.style-modern-metro-3-columns .grid-item:nth-child(6n + 2) {
    -ms-grid-column: span 6;
        grid-column: span 6;
  }
}

@-webkit-keyframes separator-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes separator-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tm-separator {
  line-height: 0;
  font-size: 0;
}

.tm-separator.style-thin-line {
  border-bottom: 1px solid #ddd;
}

.tm-separator.style-thick-line {
  border-bottom: 2px solid #ddd;
}

.tm-separator.style-dash-line {
  border-bottom: 1px dashed #ddd;
}

.tm-separator.style-thin-short-line .separator-wrap, .tm-separator.style-thick-short-line .separator-wrap {
  display: inline-block;
  height: 2px;
  width: 120px;
  background: #222;
}

.tm-separator.style-thick-short-line .separator-wrap {
  height: 3px;
}

.tm-separator.style-modern-dots.clickable .separator-wrap {
  cursor: pointer;
}

.tm-separator.style-modern-dots .separator-wrap {
  display: inline-block;
  padding: 3px 10px;
}

.tm-separator.style-modern-dots .dot {
  border-radius: 50%;
  box-shadow: 0 0 12px #def0ff;
  background: #000;
  -webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
          animation: separator-bounce 1.4s ease-in-out 0s infinite both;
  width: 14px;
  height: 14px;
}

.tm-separator.style-modern-dots .second-circle {
  margin-top: 18px;
  -webkit-animation-delay: -.16s;
          animation-delay: -.16s;
}

.tm-separator.style-modern-dots .third-circle {
  margin-top: 14px;
  -webkit-animation-delay: -.32s;
          animation-delay: -.32s;
}

.tm-table {
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0 2px 45px rgba(0, 0, 0, 0.09);
  overflow-x: auto;
}

.tm-table table {
  margin: 0;
  border-collapse: separate;
}

.tm-table table tr:first-child td {
  background: none;
}

.tm-table caption {
  font-size: 24px;
  font-weight: 700;
  padding: 34px 10px 14px;
}

.tm-table th {
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ababab;
  background: #ffffff;
}

.tm-table td, .tm-table th {
  text-align: left;
  border: 0;
  padding: 19px 10px 18px;
}

.tm-table td:first-child, .tm-table th:first-child {
  padding-left: 50px;
}

.tm-table td:last-child, .tm-table th:last-child {
  padding-right: 50px;
}

.tm-table tr:nth-child(odd) {
  background: #f7fbfe;
}

.tm-table tr:nth-child(2n) td {
  background: none;
}

@media (max-width: 991px) {
  .tm-table td:first-child, .tm-table th:first-child {
    padding-left: 10px;
  }
  .tm-table td:last-child, .tm-table th:last-child {
    padding-right: 10px;
  }
}

@media (max-width: 543px) {
  .tm-table caption {
    text-align: left;
  }
}

.tm-message-box {
  background: #eee;
  padding: 27px 30px 27px 50px;
  font-weight: 500;
  border-radius: 5px;
}

.tm-message-box .icon {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 20px;
  line-height: 1;
  color: #222;
}

.tm-message-box.style-info {
  color: #5b63fe;
  background: rgba(91, 99, 254, 0.1);
}

.tm-message-box.style-info .icon {
  color: inherit;
}

.tm-message-box.style-warning {
  color: #fb0;
  background: rgba(255, 187, 0, 0.1);
}

.tm-message-box.style-warning .icon {
  color: inherit;
}

.tm-message-box.style-error {
  background: rgba(254, 40, 84, 0.1);
  color: #fe2854;
}

.tm-message-box.style-error .icon {
  color: inherit;
}

.tm-message-box.style-success {
  background: rgba(56, 203, 137, 0.1);
  color: #38cb89;
}

.tm-message-box.style-success .icon {
  color: inherit;
}

.tm-spacer {
  clear: both;
}

.tm-attribute-list .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.tm-attribute-list.style-01 .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 54px 30px;
  width: 100%;
}

.tm-attribute-list.style-01 .name h6 {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.tm-attribute-list.style-01 .value {
  margin-top: 14px;
}

.tm-attribute-list.style-02 .list {
  display: table;
  width: 100%;
}

.tm-attribute-list.style-02 .item {
  display: table-row;
}

.tm-attribute-list.style-02 .item div {
  display: table-cell;
  padding: 12px 0;
}

.tm-attribute-list.style-02 .content-wrap {
  padding: 40px 30px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.tm-attribute-list.style-02 .list {
  border-collapse: collapse;
}

.tm-attribute-list.style-02 .item + .item {
  border-top: 1px solid #eee;
}

.tm-attribute-list.style-02 .name h6 {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.tm-attribute-list.style-02 .value {
  text-align: right;
}

.tm-widget-title.style-01 .widget-title {
  font-size: 18px;
  line-height: 1.67;
  margin-bottom: 21px;
}

.tm-widget-title.style-02 .widget-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.67;
  margin-bottom: 21px;
}

.vc_row {
  position: relative;
  clear: both;
}

.vc_row.vc_row-no-padding .vc_inner {
  margin-left: -15px;
  margin-right: -15px;
}

.vc_row.vc_row-no-padding .vc_inner .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_section.vc_section[data-vc-full-width],
.vc_row.vc_row[data-vc-full-width] {
  overflow: visible;
}

.vc_row-o-full-height.vc_row-o-columns-stretch > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

.has-effect {
  position: relative;
}

.grid-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  right: 25px;
}

.grid-wrapper .line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(204, 204, 204, 0.25);
}

.grid-wrapper .line-1 {
  left: 0;
}

.grid-wrapper .line-2 {
  left: 33.33333%;
}

.grid-wrapper .line-3 {
  left: 66.66666%;
}

.grid-wrapper .line-4 {
  right: 0;
}

.firefly-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wavify-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.wavify-wrapper .wavify-item {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.constellation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.vc_container-has-overlay {
  position: relative;
}

.vc_container-has-overlay .vc_container-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrapper-full-height .wpb_wrapper {
  height: 100%;
}

.vc_col-sm-15 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .vc_column_container.vc_col-sm-15 {
    float: left;
    width: 20%;
  }
}

.vc_row-has-separator {
  position: relative;
  overflow: visible !important;
}

.vc_row-has-separator .vc_column_container {
  z-index: 2;
}

.vc_row-separator {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  line-height: 0;
}

.vc_row-separator.top {
  top: 0;
}

.vc_row-separator.bottom {
  bottom: 0;
}

.vc_row-separator svg {
  fill: transparent;
  width: 100%;
  height: 100px;
}

.vc_row-separator.tilt_left.top {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.vc_row-separator.tilt_right.top {
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.vc_row-separator.tilt_right.bottom {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.vc_row-separator.triangle.bottom {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.vc_row-separator.big_triangle.bottom {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.vc_row-separator.big_triangle_alt.top {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.vc_row-separator.big_triangle_left.top {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.vc_row-separator.big_triangle_right.top {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.vc_row-separator.big_triangle_right.bottom {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.vc_row-separator.curve.top {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.vc_row-separator.center_curve.bottom {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.vc_row-separator.center_curve_alt.top {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.vc_row-separator.clouds.top {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.vc_row-separator.circle.bottom {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.vc_row-separator.square {
  width: auto;
  left: 50%;
}

.vc_row-separator.square svg {
  width: auto;
}

.vc_row-separator.square.top {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vc_row-separator.square.bottom {
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.vc_progress_bar .vc_bar .vc_label_units {
  display: none;
}

.vc_progress_bar.style-01 .vc_single_bar_wrapper + .vc_single_bar_wrapper {
  margin-top: 38px;
}

.vc_progress_bar.style-01 .vc_single_bar_title {
  margin-bottom: 5px;
}

.vc_progress_bar.style-01 .vc_single_bar_title .vc_label_units {
  float: right;
}

.vc_progress_bar.style-01 .vc_label_text {
  font-size: 18px;
}

.vc_progress_bar.style-01 .vc_label_units {
  position: relative;
  right: -40px;
  font-weight: 500;
  line-height: 2;
}

.vc_progress_bar.style-01 .vc_general.vc_single_bar {
  height: 4px;
  border-radius: 4px;
  box-shadow: none;
  background-color: #f5f7fd;
}

.vc_progress_bar.style-01 .vc_general.vc_single_bar .vc_label {
  padding: 0;
}

.vc_progress_bar.style-01 .vc_general.vc_single_bar .vc_bar {
  border-radius: inherit;
  position: relative;
}

.vc_progress_bar.style-01 .vc_general.vc_single_bar .vc_bar:before, .vc_progress_bar.style-01 .vc_general.vc_single_bar .vc_bar:after {
  content: '';
  position: absolute;
  right: -4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.vc_progress_bar.style-01 .vc_general.vc_single_bar .vc_bar:before {
  height: 30px;
  width: 30px;
  border: 1px solid currentColor;
  opacity: .3;
}

.vc_progress_bar.style-01 .vc_general.vc_single_bar .vc_bar:after {
  height: 13px;
  width: 13px;
  border: 3px solid currentColor;
}

.vc_progress_bar.style-02 .vc_single_bar_wrapper + .vc_single_bar_wrapper {
  margin-top: 17px;
}

.vc_progress_bar.style-02 .vc_single_bar_title {
  margin-bottom: 3px;
}

.vc_progress_bar.style-02 .vc_single_bar_title .vc_label_units {
  display: none;
}

.vc_progress_bar.style-02 .vc_label_text {
  font-size: 18px;
}

.vc_progress_bar.style-02 .vc_general.vc_single_bar {
  height: 32px;
  padding: 6px;
  border-radius: 30px;
  box-shadow: none;
  background-color: #f2f2f2;
}

.vc_progress_bar.style-02 .vc_general.vc_single_bar .vc_label {
  padding: 0;
}

.vc_progress_bar.style-02 .vc_general.vc_single_bar .vc_bar {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border-radius: inherit;
}

.vc_progress_bar.style-02 .vc_general.vc_single_bar .vc_bar .vc_label_units {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.17;
}

.vc_progress_bar.style-03 .vc_single_bar_wrapper + .vc_single_bar_wrapper {
  margin-top: 17px;
}

.vc_progress_bar.style-03 .vc_single_bar_title {
  margin-bottom: 3px;
}

.vc_progress_bar.style-03 .vc_single_bar_title .vc_label_units {
  display: none;
}

.vc_progress_bar.style-03 .vc_label_text {
  font-size: 18px;
}

.vc_progress_bar.style-03 .vc_general.vc_single_bar {
  height: 32px;
  border: 2px solid #f2f2f2;
  padding: 4px;
  border-radius: 30px;
  box-shadow: none;
  background: none;
}

.vc_progress_bar.style-03 .vc_general.vc_single_bar .vc_label {
  padding: 0;
}

.vc_progress_bar.style-03 .vc_general.vc_single_bar .vc_bar {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  border-radius: inherit;
}

.vc_progress_bar.style-03 .vc_general.vc_single_bar .vc_bar .vc_label_units {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  line-height: 1.17;
}

.vc_chart.vc_chart .vc_chart-legend li {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

.vc_chart.vc_chart .vc_chart-legend li + li {
  margin-top: 18px;
}

.vc_chart.vc_chart .vc_chart-legend span {
  border-radius: 3px;
  width: 26px;
  height: 26px;
  margin-right: 28px;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab > a {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
  color: #666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:before,
.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body:after {
  border-color: #f0f0f0;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab > a {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-tab.vc_active > a {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #f8f8f8;
  border-color: #f0f0f0;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #666;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #f0f0f0;
  background-color: #f8f8f8;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-tab > a {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active) > a:hover, .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab:not(.vc_active) > a:focus {
  color: #fff;
}

.vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:hover a, .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading:focus a {
  color: #fff;
}

@media (min-width: 768px) {
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels {
    background-color: #f8f8f8;
  }
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels,
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels:after,
  .vc_tta-tabs.vc_tta-tabs.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panels:before {
    border-color: #f0f0f0;
  }
}

.vc_general.vc_pagination.vc_pagination-shape-round .vc_pagination-item {
  position: relative;
  padding: 5px 10px;
}

.vc_general.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger {
  position: relative;
  margin: 0 !important;
  width: 16px;
  height: 16px;
  background: none;
  opacity: 1;
}

.vc_general.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(109, 112, 166, 0.5);
  border-radius: 50%;
}

.vc_general.vc_pagination.vc_pagination-shape-round .vc_pagination-trigger:hover:before {
  width: 12px;
  height: 12px;
}

.vc_general.vc_pagination.vc_pagination-shape-round .vc_active .vc_pagination-trigger:before {
  height: 100%;
  width: 100%;
  box-shadow: 0 0 9px #ededed;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  overflow: visible !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tabs-container, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tabs-container {
  margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tabs-list, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tabs-list {
  margin: -15px;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tab, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tab {
  text-align: center;
  margin: 15px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tab > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tab > a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ededed !important;
  background: #fff;
  color: #696969;
  padding: 21px 10px 19px;
  min-width: 200px;
  border-radius: 5px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tab > a:before, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-tab > a:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tab > a:before, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tab > a:after {
  display: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-body {
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-title, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-title {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-title > a, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-title > a {
  padding: 20px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-heading {
  border: 1px solid #ededed !important;
  background: #fff;
  color: #696969;
  border-radius: 5px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-heading, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-heading {
  margin: 0 !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tabs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-tabs-list li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tabs-container {
  margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tabs-list {
  margin: 0;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab {
  margin: 0;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab > a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border: 1px solid #ededed !important;
  background: #fff;
  color: #454545;
  padding: 18px 10px 16px;
  min-width: 160px;
  border-radius: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab > a:before, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab > a:after {
  display: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab:first-child > a {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab:last-child > a {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-tab.vc_active > a {
  color: #fff;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-body {
  margin: 30px 0 0;
  padding: 0;
  border: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-title {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-title > a {
  padding: 20px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-heading {
  border: 1px solid #ededed !important;
  background: #fff;
  color: #696969;
  border-radius: 5px !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-heading {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-body {
    margin-top: 80px;
  }
}

.wpb-js-composer.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_animating .vc_tta-panel-body {
  opacity: 0;
}

@media (max-width: 767px) {
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel + .vc_tta-panel, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel + .vc_tta-panel, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel + .vc_tta-panel {
    margin-top: 20px;
  }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel-body {
    margin-bottom: 70px;
  }
  .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-01 .vc_tta-panel:last-child .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-02 .vc_tta-panel:last-child .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-mitech-03 .vc_tta-panel:last-child .vc_tta-panel-body {
    margin-bottom: 0;
  }
}

.vc_separator.position-top {
  margin: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
}

.vc_separator.position-bottom {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
}

.mejs-controls .mejs-button button {
  -webkit-transition: none;
  transition: none;
}

.wp-audio-playlist .wp-playlist-current-item {
  display: table;
}

.wp-audio-playlist .wp-playlist-current-item .wp-playlist-caption {
  display: table-cell;
  vertical-align: middle;
}

.wp-audio-playlist .wp-playlist-item {
  border-color: #eeeeee;
  padding: 5px 3px;
}

.wp-audio-playlist .wp-playlist-item-length {
  top: 5px;
}

/*
Widgets
*/
.page-content .widget-title {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 27px;
}

.page-sidebar .page-sidebar-inner {
  height: 100%;
}

.page-sidebar.wpb_widgetised_column {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1200px) {
  .page-sidebar.wpb_widgetised_column.page-sidebar-left {
    padding-right: 20px;
    padding-left: 0;
  }
  .page-sidebar.wpb_widgetised_column.page-sidebar-right {
    padding-left: 20px;
    padding-right: 0;
  }
}

.page-content .widget + .widget {
  margin: 44px 0 0;
}

.page-sidebar-special {
  margin-top: 60px;
}

.insight-core-bmw ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_rss ul,
.widget_meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.insight-core-bmw li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_recent_entries li a,
.widget_archive li a,
.widget_meta li a {
  display: block;
  padding: 5px 0;
}

.widget_categories li a,
.widget_product_categories li a {
  display: block;
  padding: 9px 0;
}

.insight-core-bmw ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul,
.widget_product_categories ul {
  margin-left: 10px;
}

.insight-core-bmw a:empty,
.widget_nav_menu a:empty,
.widget_pages a:empty,
.widget_categories a:empty,
.widget_product_categories a:empty {
  display: none;
}

.widget_archive li a,
.widget_categories li a,
.widget_product_categories li a {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.64;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 16px 40px 16px 0;
  color: #ababab;
  border-bottom: 1px solid #f0f2f7;
}

.widget_archive .count,
.widget_categories .count,
.widget_product_categories .count {
  position: absolute;
  top: 16px;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1;
  color: #fff;
  padding: 5px 11px;
  letter-spacing: 0;
}

.widget_recent_comments li,
.widget_rss li {
  padding: 12px 0;
}

.widget_recent_comments .comment-author-link {
  position: relative;
  padding-left: 24px;
}

.widget_recent_comments .comment-author-link:before {
  content: '\f27a';
  font-size: 14px;
  line-height: 0;
  position: absolute;
  top: 11px;
  left: 0;
}

.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.widget_recent_entries .widget-title {
  margin-bottom: 4px;
}

.widget_recent_entries li a {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 0 16px 30px;
}

.widget_recent_entries li a:before, .widget_recent_entries li a:after {
  content: '\f30b';
  position: absolute;
  top: 22px;
  left: 0;
}

.widget_recent_entries li a:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

.widget_recent_entries li a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.widget_recent_entries li a:hover:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.widget_recent_entries li + li {
  border-top: 1px solid #eee;
}

.widget_recent_entries .post-date {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding-left: 25px;
  margin-top: 17px;
}

.widget_recent_entries .post-date:before {
  font-size: 16px;
  content: '\f073';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.page-footer .insight-core-bmw li a,
.page-footer .widget_nav_menu li a,
.page-footer .widget_pages li a,
.page-footer .widget_categories li a,
.page-footer .widget_product_categories li a,
.page-footer .widget_recent_entries li a,
.page-footer .widget_archive li a,
.page-footer .widget_meta li a {
  display: block;
  padding: 6px 0;
}

@media (max-width: 991px) {
  .page-content .widget + .widget {
    margin: 40px 0 0;
  }
}

@media (max-width: 767px) {
  .page-sidebar {
    margin-bottom: 50px;
  }
}

.widget_search form,
.widget_product_search form {
  position: relative;
}

.widget_search .search-field,
.widget_product_search .search-field {
  width: 100%;
  padding-right: 72px;
}

.widget_search .search-submit,
.widget_product_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0 5px 5px 0;
  color: #223645;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: none;
  box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.widget_search .search-submit:hover,
.widget_product_search .search-submit:hover {
  color: #fff;
}

.widget_search .search-btn-text,
.widget_product_search .search-btn-text {
  display: none;
}

.widget_search .search-btn-icon,
.widget_product_search .search-btn-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  font-size: 14px;
}

.widget .tagcloud {
  margin: -5px;
}

.widget .tagcloud a {
  position: relative;
  display: block;
  float: left;
  font-size: 13px !important;
  font-weight: 500;
  padding: 5px 14px;
  background: #f5f5f5;
  color: #ababab;
  border: 0;
  border-radius: 3px;
  margin: 5px;
  overflow: hidden;
}

.widget .tagcloud a:before {
  border-radius: 4px;
  z-index: -1;
}

.widget .tagcloud a:hover {
  color: #fff;
  background: transparent;
}

.widget_calendar .calendar_wrap {
  overflow-x: auto;
}

.widget_calendar caption {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.widget_calendar #today {
  color: #ffffff;
}

.widget_calendar #today a {
  color: inherit;
}

.widget_rss .widget-title a {
  color: inherit;
}

.widget_rss .rss-widget-icon {
  vertical-align: middle;
}

.widget_rss .rss-date {
  display: block;
  margin: 8px 0;
  position: relative;
  padding-left: 24px;
  font-size: 13px;
}

.widget_rss .rss-date:before {
  content: '\f133';
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */