/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-display: swap;
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify.eot@-fvbane);
    src: url(../fonts/themify.eot@#iefix-fvbane) format('embedded-opentype'), url(../fonts/themify.woff@-fvbane) format('woff'), url(../fonts/themify.ttf@-fvbane) format('truetype'), url(../fonts/themify.svg@-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" ti-"],
[class^=ti-] {
    font-family: themify;
    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
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }
    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.ttm-row {
    padding: 90px 0
}

.ttm-row.about2-section,
.ttm-row.broken-section,
.ttm-row.row-top-section,
.ttm-row.testimonial-section {
    padding: 0 0
}

.ttm-row.project-style2-section,
.ttm-row.single-project-section {
    padding-bottom: 60px
}

.ttm-row.about-blog-section,
.ttm-row.faq-section,
.ttm-row.pricing-plan-section,
.ttm-row.team-member-section {
    padding-bottom: 70px
}

.ttm-row.blog-grid-section,
.ttm-row.blog-left-img-section,
.ttm-row.services2-section {
    padding-bottom: 80px
}

.ttm-row.services-section {
    padding-bottom: 130px
}

.ttm-row.row-title-section {
    padding-top: 220px;
    padding-bottom: 110px
}

.ttm-row.blog-text-section {
    padding-top: 207px;
    padding-bottom: 180px
}

.ttm-row.about-blog-section,
.ttm-row.blog-section,
.ttm-row.blog2-section,
.ttm-row.client-section,
.ttm-row.contact-form-section {
    padding-top: 0
}

.ttm-row.about-blog2-section,
.ttm-row.blog-section,
.ttm-row.chart-section,
.ttm-row.map-section,
.ttm-row.strategy-section {
    padding-bottom: 0
}

.ttm-row.about-blog-section,
.ttm-row.blog-section {
    margin-top: -180px
}

.ttm-row.client-section {
    padding-bottom: 37px
}

.ttm-row.about-section,
.ttm-row.process-section {
    padding-bottom: 100px
}

.ttm-row.strategy-section {
    padding-top: 140px
}

.ttm-row.team-work-section {
    padding-bottom: 60px
}

.ttm-row.blog-text2-section {
    padding-top: 250px;
    padding-bottom: 250px
}

.ttm-row.row-title2-section {
    padding-bottom: 200px
}

.ttm-row.row-title2-section,
.ttm-row.tab-section {
    padding-top: 150px
}

.ttm-row.about-top-section {
    padding-top: 110px
}

.ttm-row.about-services-section {
    padding-bottom: 50px
}

.ttm-row.row-title3-section {
    padding-top: 157px;
    padding-bottom: 117px
}

.row-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.row-equal-height>[class*=col-] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ttm-bg {
    position: relative
}

.bg-layer-equal-height .ttm-col-bgcolor-yes,
.ttm-col-bgimage-yes {
    height: 100%;
    z-index: 9
}

.ttm-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.ttm-left-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-left: -100px;
    right: 0
}

.ttm-right-span .ttm-col-wrapper-bg-layer {
    width: auto;
    margin-right: -100px;
    right: 0
}

.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer,
.ttm-bg.ttm-col-bgimage-yes .ttm-bg-layer-inner {
    opacity: .87
}

.ttm-bgcolor-skincolor.map-bgimg.ttm-bg .ttm-bg-layer .ttm-bg-layer-inner,
.ttm-bgcolor-skincolor.map-bgimg.ttm-bg.ttm-bgimage-yes>.ttm-bg-layer {
    opacity: .2
}

.layer-content {
    position: relative;
    z-index: 9;
    height: 100%
}

.bg-layer>.container>.row {
    margin: 0
}

.bg-layer>.container-fluid>.row>[class*=col-],
.bg-layer>.container>.row>[class*=col-] {
    padding: 0
}

.bg-img1 {
    background-image: url(../images/bg-image/row-bgimage-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img2 {
    background-image: url(../images/bg-image/row-bgimage-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-position: center top
}

.bg-img4 {
    background-image: url(../images/bg-image/row-bgimage-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img5 {
    /*background-image: url(../images/bg-image/row-bgimage-5.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position: center top*/
}

.bg-img6 {
    background-image: url(../images/bg-image/row-bgimage-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img7 {
    background-image: url(../images/bg-image/row-bgimage-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img8 {
    background-image: url(../images/bg-image/row-bgimage-8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.map-bgimg,
.map-bgimg.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/map-bgimg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.ttm-equal-height-image {
    display: none
}

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-1.png)!important;
    background-position: right!important;
    background-repeat: no-repeat!important
}

.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-2.jpg)!important;
    background-position: center top!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/bg-image/col-bgimage-3.jpg)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important
}

.map-col-bg {
    background: #0f3678e8  url(../images/bg-image/map-bgimg.png)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    /* margin-top:-100px; */
    padding-top: 60px;
    padding-right: 65px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.highlight-text h2 {
    text-align: left;
    font-size: 90px;
    line-height: 90px;
    font-family: Poppins, Arial, Helvetica;
    font-weight: 600
}

.highlight-text {
    background: url(../images/highlight-text-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center
}

.max-content {
    max-width: max-content!important;
    width: auto
}

.section-title {
    position: relative
}

.section-title h5 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 5px
}

.section-title h2.title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    text-transform: capitalize
}

.section-title .title-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #687076
}

.section-title .title-header {
    margin-bottom: 29px;
    position: relative
}

.section-title.with-desc .title-header {
    margin-bottom: 90px
}

.section-title.with-desc .title-header:before {
    width: 43px;
    bottom: -15px;
    height: 4px;
    left: 50%;
    margin-left: -21px;
    top: auto;
    position: absolute;
    content: ''
}

.section-title.text-left.with-desc .title-header:before {
    left: 0;
    margin-left: 0
}

.section-title.style2 {
    margin-bottom: 35px
}

.section-title.style2 .title-header {
    width: 45%;
    padding-right: 60px;
    margin-bottom: 0
}

.section-title.style2 .title-desc,
.section-title.style2 .title-header {
    display: table-cell;
    vertical-align: middle
}

.row-title h2.title {
    font-size: 54px;
    line-height: 70px;
    margin-bottom: 0;
    padding: 0
}

.separator .sep-line {
    height: 1px;
    border-top: 1px #ebebeb;
    display: block;
    position: relative;
    width: 100%
}

.separator .sep-line.dashed {
    border-top-style: dashed
}

.separator .sep-line.solid {
    border-top-style: solid
}

.ttm-bgcolor-darkgrey .separator .sep-line {
    border-color: rgba(255, 255, 255, .14)
}

.ttm-bgcolor-white .separator .sep-line {
    border-color: #f1f1f1
}

.ttm-btn {
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    padding: 11px 32px 11px 31px;
    background: 0 0;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
    overflow: hidden;
    z-index: 9;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ttm-btn.ttm-icon-btn-left {
    padding-left: 44px
}

.ttm-btn.ttm-icon-btn-right {
    padding-right: 44px
}

.ttm-btn.ttm-icon-btn-left i {
    left: 20px
}

.ttm-btn.ttm-icon-btn-right i {
    right: 20px
}

.ttm-btn.ttm-icon-btn-right {
    padding-right: 22px
}

.ttm-btn.ttm-icon-btn-right i {
    right: 2px
}

.ttm-bgcolor-darkgrey .ttm-btn:hover.btn-inline.ttm-btn-color-skincolor {
    background-color: transparent;
    color: #fff
}

.ttm-btn i {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.ttm-btn.ttm-icon-btn-right {
    text-align: right
}

.ttm-btn.ttm-icon-btn-left {
    text-align: left
}

.ttm-btn.ttm-btn-size-xs {
    font-size: 12px;
    padding: 7px 22px
}

.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-right {
    padding-right: 31px
}

.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left {
    padding-left: 31px
}

.ttm-btn.ttm-btn-size-xs.ttm-icon-btn-left i {
    left: 12px
}

.ttm-btn.ttm-btn-size-xs i {
    font-size: 14px;
    height: 11px;
    line-height: 11px;
    right: 12px
}

.ttm-btn.ttm-btn-size-sm {
    font-size: 14px;
    padding: 10px 24px 10px 24px
}

.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-right {
    padding-right: 39px
}

.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left {
    padding-left: 39px
}

.ttm-btn.ttm-btn-size-sm.ttm-icon-btn-left i {
    left: 16px
}

.ttm-btn.ttm-btn-size-sm i {
    font-size: 11px;
    height: 12px;
    line-height: 12px;
    right: 16px
}

.ttm-btn.ttm-btn-size-md {
    font-size: 14px;
    padding: 13px 30px 13px 30px;
    color: #102449;
}

.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right {
    padding-right: 48px
}

.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left {
    padding-left: 48px
}

.ttm-btn.ttm-btn-size-md.ttm-icon-btn-left i {
    left: 20px
}

.ttm-btn.ttm-btn-size-md.ttm-icon-btn-right i {
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    right: 20px
}

.ttm-btn.ttm-btn-size-lg {
    font-size: 20px;
    line-height: 20px;
    padding: 18px 45px
}

.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right {
    padding-right: 60px
}

.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left {
    padding-left: 60px
}

.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-left i {
    left: 25px
}

.ttm-btn.ttm-btn-size-lg.ttm-icon-btn-right i {
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    right: 25px
}

.ttm-btn.ttm-btn-shape-round {
    border-radius: 2em
}

.ttm-btn.ttm-btn-shape-rounded {
    border-radius: 5px
}

.ttm-btn.ttm-btn-shape-square {
    border-radius: 0
}

.ttm-btn.ttm-btn-style-border {
    background-color: transparent;
    border: 1px solid
}

.ttm-btn.ttm-btn-color-white.ttm-btn-style-border {
    color: #fff;
    border-color: #fff;
    background: 0 0
}

.ttm-btn.btn-inline {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible
}

.ttm-btn.btn-inline:after,
.ttm-btn.btn-inline:before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: auto;
    right: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.ttm-btn.btn-inline:before {
    width: 100%
}

.ttm-btn.btn-inline:hover:after {
    width: 100%;
    right: auto;
    left: 0
}

.ttm-video-btn.video-btn-left {
    left: 0
}

.ttm-video-btn.text-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 165px
}

.video-btn-left .ttm-play-btn {
    padding-left: 90px
}

.ttm-video-btn.video-btn-center {
    left: 50%;
    margin-top: -25px;
    position: absolute;
    top: 50%
}

.ttm-video-btn:hover a {
    opacity: .9;
    color: #fff
}

.ttm-play-btn {
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 20px 10px 50px;
    position: relative
}

.ttm-video-btn .ttm-btn-play,
.ttm-video-btn .ttm-video-btn-play {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 50%;
    padding-left: 7px;
    text-align: center;
    font-size: 30px;
    font-variant: normal;
    text-rendering: auto;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    -webkit-transform: translate(-25%, -10%);
    -ms-transform: translate(-25%, -10%);
    -o-transform: translate(-25%, -10%);
    transform: translate(-25%, -10%)
}

.ttm-btn-play:after,
.ttm-btn-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.ttm-btn-play:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity: .09
}

.ttm-btn-play:before {
    z-index: 2;
    width: 94px;
    height: 94px;
    opacity: .21
}

.ttm-play-btn:hover,
.ttm-video-btn span.ttm-btn-play {
    color: #fff
}

.ttm-video-btn:hover .ttm-btn-play {
    background-color: rgba(253, 161, 43, .95);
    color: #fff
}

.ttm-video-btn .ttm-video-btn-play:before {
    width: 94px;
    height: 94px;
    opacity: .41
}

.ttm-video-btn .ttm-video-btn-play:after,
.ttm-video-btn .ttm-video-btn-play:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #fff;
    z-index: -1
}

.ttm-video-btn .ttm-video-btn-play:after {
    z-index: 1;
    width: 105px;
    height: 105px;
    opacity: .15
}

.ttm-video-btn .ttm-video-btn-play:hover:after,
.ttm-video-btn .ttm-video-btn-play:hover:before {
    -webkit-animation: prittyphoto 1.05s infinite;
    -moz-animation: prittyphoto 1.05s infinite;
    -ms-animation: prittyphoto 1.05s infinite;
    -o-animation: prittyphoto 1.05s infinite;
    animation: prittyphoto 1.05s infinite
}

@-webkit-keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes prittyphoto {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3
    }
    40% {
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

.ttm-video-btn.ttm-right-center-video-btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.ttm-video-btn.ttm-top-center-video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    text-align: center
}

.ttm-icon {
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 2px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative
}

.ttm-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ttm-icon.ttm-icon_element-size-xs {
    height: 40px;
    width: 40px;
    line-height: 40px
}

.ttm-icon.ttm-icon_element-size-xs i {
    font-size: 16px
}

.ttm-icon.ttm-icon_element-size-sm {
    height: 50px;
    width: 50px;
    line-height: 50px
}

.ttm-icon.ttm-icon_element-size-sm i {
    font-size: 28px
}

.ttm-icon.ttm-icon_element-size-md {
    height: 58px;
    width: 58px;
    line-height: 58px
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px
}

.ttm-icon.ttm-icon_element-size-lg {
    height: 62px;
    width: 62px;
    line-height: 62px
}

.ttm-icon.ttm-icon_element-size-lg i {
    font-size: 45px
}

.ttm-icon.ttm-icon_element-style-rounded {
    border-radius: 5px
}

.ttm-icon.ttm-icon_element-style-round {
    border-radius: 50%
}

.ttm-icon.ttm-icon_element-style-square {
    border-radius: 0
}

.ttm-icon.ttm-icon-color-black.ttm-icon-style-border {
    background-color: transparent
}

.inside {
    text-align: center;
    position: relative;
    padding: 29px 15px 25px 15px;
    margin-bottom: 30px
}

.inside h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    line-height: 34px
}

.ttm-fid-view-lefticon.inside h4,
.ttm-fid-view-righticon.inside h4 {
    margin-bottom: 0;
    float: left;
    display: inline-block
}

.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 0;
    display: inline-block
}

.ttm-fid-view-lefticon .ttm-fid-left,
.ttm-fid-view-righticon .ttm-fid-left {
    position: relative
}

.ttm-fid-view-lefticon .ttm-fid-icon-wrapper,
.ttm-fid-view-righticon .ttm-fid-icon-wrapper {
    position: absolute;
    top: 0
}

.ttm-fid-icon-wrapper i {
    font-size: 40px
}

.ttm-fid-view-topicon .ttm-fid-icon-wrapper i {
    font-size: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.ttm-fid-view-lefticon.inside .ttm-fid-contents {
    padding-left: 55px
}

.ttm-fid-view-lefticon .ttm-fid-contents,
.ttm-fid-view-righticon .ttm-fid-contents {
    clear: both;
    overflow: hidden
}

.ttm-fid-view-topicon-row {
    border: 1px solid #e8ecef
}

.ttm-fid-view-topicon-row .with-right-border:not(:last-child):after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    top: 50%;
    -khtml-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%)
}

.ttm-fid-view-topicon {
    padding: 40px 40px 20px
}

.ttm-fid.ttm-fid-view-topicon .ttm-fid-icon-wrapper {
    margin-bottom: 10px;
    width: 122px;
    height: 61px;
    line-height: 61px;
    border-radius: 50%;
    display: inline-block;
    position: relative
}

.inside.ttm-fid-view-topicon h4 {
    font-size: 53px;
    line-height: 56px
}

.inside.ttm-fid-view-topicon h3 {
    position: relative
}

.ttm-highlight-fid-style1 {
    position: absolute;
    padding: 20px 20px 20px 30px;
    max-width: 207px;
    bottom: 3%;
    left: 30px
}

.ttm-highlight-fid-style1:after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 0;
    height: 0;
    left: 20%;
    border: 20px solid transparent;
    border-bottom: 0;
    margin-left: -21px;
    margin-bottom: -19px
}

.ttm-fid-view-lefticon.ttm-highlight-fid-style1 .ttm-fid-icon-wrapper {
    top: 5px
}

.ttm-highlight-fid-style2 {
    position: absolute;
    background: #fff;
    padding: 15px 20px 15px 20px;
    border: 7px solid #e9f2fa;
    bottom: 0;
    left: 30px
}

.ttm-fid-view-lefticon.ttm-highlight-fid-style2 .ttm-fid-icon-wrapper {
    top: 5px
}

.featured-icon-box {
    position: relative
}

.featured-icon-box .ttm-icon {
    margin-bottom: 0
}

.featured-icon-box.top-icon .featured-content {
    padding-top: 14px
}

.featured-icon-box .ttm-icon.ttm-icon_element-size-md {
    height: 42px;
    width: 42px;
    line-height: 42px
}

.featured-icon-box .ttm-icon.ttm-icon_element-fill.ttm-icon_element-size-md {
    height: 72px;
    width: 72px;
    line-height: 72px
}

.featured-icon-box.left-icon {
    display: table
}

.featured-icon-box.left-icon .featured-content,
.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-icon:not(.ttm-icon_element-border) {
    display: table-cell;
    vertical-align: middle
}

.featured-icon-box.style1 .featured-content .featured-title h5 {
    margin-bottom: 0
}

.featured-icon-box.left-icon.icon-align-top .featured-icon {
    vertical-align: top;
    padding-top: 5px
}

.featured-icon-box.left-icon .featured-content {
    padding-left: 12px
}

.featured-title h5 {
    font-size: 18px;
    margin-bottom: 10px
}

.featured-icon-box.iconalign-before-heading {
    padding: 20px 0
}

.featured-icon-box.iconalign-before-heading .featured-content {
    display: table
}

.featured-icon-box.iconalign-before-heading .ttm-icon.ttm-icon_element-size-md {
    height: auto;
    width: auto
}

.featured-icon-box.iconalign-before-heading .featured-content .featured-title,
.featured-icon-box.iconalign-before-heading .featured-content .ttm-icon {
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px
}

.iconalign-before-heading-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.featured-icon-box.iconalign-before-heading.style1 {
    padding: 0
}

.featured-icon-box.iconalign-before-heading.style1 .ttm-icon.ttm-icon_element-size-lg {
    height: 45px;
    width: 45px;
    line-height: 45px
}

body {
    counter-reset: section
}

.ttm-num:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero) " ";
    font-size: 14px;
    font-family: Poppins, Arial, Helvetica, sans-serif
}

.featured-icon-box.style1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 27px;
    width: 100%
}

.featured-icon-box.style1 .featured-desc p {
    font-size: 12px;
    margin-bottom: 0
}

.row>[class*=col-]:first-child>.featured-icon-box.style1 {
    padding-left: 0
}

.row>[class*=col-]:not(:last-child)>.featured-icon-box.right-border {
    border-right: 1px dashed #ebebeb
}

.featured-icon-box.style1.without-icon {
    padding-top: 40px;
    padding-left: 35px
}

.featured-icon-box.without-icon.style2 .featured-title h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.featured-icon-box.without-icon.style2 {
    border: 1px solid #e8ecef;
    border-left: none;
    border-right: none;
    padding-top: 20px;
    padding-bottom: 5px;
    position: relative;
    padding: 20px 15px 5px
}

.featured-icon-box.style2 {
    padding: 12px 15px 2px;
    position: absolute;
    top: 12px;
    right: 12px
}

.featured-icon-box.style2 .featured-title h5 {
    font-size: 18px;
    font-weight: 500
}

.featured-icon-box.style3 {
    padding: 49px 25px 36px;
    position: relative;
    overflow: hidden;
    border: 2px dashed rgba(255, 255, 255, .1)
}

.featured-icon-box.style3:after,
.featured-icon-box.style3:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .55s, transform .55s
}

.featured-icon-box.style3:after {
    border-left: 2px dashed;
    border-right: 2px dashed;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.featured-icon-box.style3:before {
    border-top: 2px dashed;
    border-bottom: 2px dashed;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.featured-icon-box.style3:hover:after,
.featured-icon-box.style3:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.featured-icon-box.style3:hover {
    border-color: transparent
}

.featured-icon-box.style4 {
    padding: 0;
    width: 100%
}

.featured-icon-box.style4 .featured-content .featured-title h5 {
    margin-bottom: 5px
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-xs {
    height: 36px;
    width: 36px;
    line-height: 36px
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-lg {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-xs i {
    font-size: 19px;
    font-weight: 600;
    line-height: 36px
}

.featured-icon-box.style4 .featured-content {
    padding-left: 8px;
}

.featured-icon-box.style4 .featured-content p {
    /* word-break:break-word */
    font-size: 12px;
}

.featured-icon-box.style5 {
    padding: 45px 50px 50px 50px;
    margin-top: 10px
}

.featured-icon-box.style5:after {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f3f3f3
}

.featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-lg,
.featured-icon-box.style9 .ttm-icon.ttm-icon_element-size-lg {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.featured-icon-box.style6 {
    padding: 20px 20px 10px 20px
}

.featured-icon-box.style6 .ttm-icon.ttm-icon_element-size-lg {
    width: 80px;
    height: 80px;
    line-height: 80px
}

.featured-icon-box.style6 .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 67px
}

.featured-icon-box.style6 .featured-content .featured-desc p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    font-weight: 600
}

.featured-icon-box.style6 .featured-content .featured-title h5 {
    font-size: 25px;
    line-height: 25px
}

.featured-icon-box.style7 {
    padding: 30px 15px 15px;
    border: 1px solid #ebedf2
}

.featured-icon-box.style7 .featured-content .featured-title h5 {
    margin-bottom: 5px
}

.featured-icon-box.style7 .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 58px
}

.featured-icon-box.style8 {
    border: 1px solid #e9e9e9;
    padding: 30px 30px 20px;
    margin-bottom: -1px
}

.featured-icon-box.style9 .featured-content {
    padding-top: 10px
}

.featured-icon-box.style10 .ttm-icon.ttm-icon_element-size-md {
    height: 80px;
    width: 80px;
    line-height: 80px
}

.featured-icon-box.style10 .featured-content {
    padding-left: 34px
}

.featured-icon-box.style10:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.featured-imagebox .ttm-box-view-content-inner {
    position: relative;
    overflow: hidden
}

.featured-imagebox .ttm-box-bottom-content {
    padding: 35px 30px 42px 30px;
    text-align: left
}

.featured-imagebox .ttm-box-bottom-content .ttm-icon {
    margin-bottom: 12px
}

.ttm-box-bottom-content .ttm-icon.ttm-icon_element-size-md {
    height: 40px;
    width: 40px;
    line-height: 40px
}

.ttm-box-bottom-content .ttm-icon i {
    font-size: 40px
}

.featured-imagebox-portfolio {
    position: relative;
    overflow: hidden
}

.featured-imagebox-portfolio.ttm-box-view-top-image {
    margin-bottom: 30px;
    overflow: visible
}

.featured-imagebox-portfolio .featured-content {
    padding: 21px 25px 27px;
    position: relative;
    background-color: #fff
}

.featured-imagebox-portfolio .featured-content .featured-title h5 {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

.featured-imagebox-portfolio .ttm-box-view-overlay {
    position: absolute;
    bottom: -30%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 35, 51, .83)
}

.featured-imagebox-portfolio:hover .ttm-box-view-overlay {
    opacity: 1;
    bottom: 0
}

.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
    display: inline-block;
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 43px;
    width: 43px;
    line-height: 43px;
    border: 1px solid transparent;
    text-align: center;
    color: #fff
}

.featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a {
    top: 50%;
    right: 50%;
    margin-top: -17px;
    margin-right: -22px
}

.featured-imagebox-portfolio a.ttm_link {
    line-height: 41px;
    margin-right: -47px;
    float: right
}

.featured-imagebox-portfolio-style1 {
    position: relative;
    overflow: hidden
}

.featured-imagebox-portfolio-style1 .featured-content-portfolio {
    position: absolute;
    bottom: 0;
    background-color: #182333;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.featured-imagebox-portfolio-style1:hover .featured-content-portfolio {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.featured-imagebox-portfolio-style1 .featured-thumbnail {
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow
}

.featured-imagebox-portfolio-style1:hover .featured-thumbnail {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.featured-imagebox-portfolio .featured-title h5,
.featured-imagebox-portfolio-style1 .featured-title h5 {
    font-weight: 500
}

.featured-thumbnail {
    position: relative;
    overflow: hidden
}

.featured-imagebox-team {
    overflow: hidden;
    position: relative
}

.featured-imagebox-team .featured-content-team.category {
    font-size: 12px;
    color: #687076
}

.featured-imagebox-team .ttm-social-links-wrapper {
    margin: 0;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 99
}

.featured-imagebox-team .ttm-social-links-wrapper ul {
    margin: 0;
    padding: 3px 14px
}

.featured-imagebox-team .ttm-social-links-wrapper ul li a {
    display: block;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
    text-align: center
}

.featured-imagebox-team .featured-content-team {
    text-align: center;
    z-index: 2;
    position: relative;
    padding: 23px 10px 10px
}

.featured-imagebox-team .featured-title h5 {
    margin-bottom: 0
}

.featured-imagebox-team:hover .featured-thumbnail img {
    transform: scale(1.05)
}

.featured-imagebox-team.style2 .featured-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #182333;
    opacity: .36;
    z-index: 1
}

.featured-imagebox-team.style2 .featured-thumbnail img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    position: relative
}

.featured-imagebox-team.style2 .ttm-team-box-view-overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-transition: .55s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: .55s cubic-bezier(.68, -.55, .265, 1.55);
    -ms-transition: .55s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: .55s cubic-bezier(.68, -.55, .265, 1.55);
    transition: .55s cubic-bezier(.68, -.55, .265, 1.55);
    color: #fff;
    z-index: 1;
    padding: 20px
}

.featured-imagebox-team.style2 .ttm-social-links-wrapper {
    margin: 0;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0
}

.featured-imagebox-team.style2 .ttm-social-links-wrapper ul li a {
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent
}

.featured-imagebox-team.style2 .ttm-social-links-wrapper ul li a:hover {
    background-color: transparent;
    color: #fff
}

.featured-imagebox-team.style2 .featured-content.featured-content-team {
    padding: 30px;
    padding-bottom: 19px;
    transition-duration: .3s;
    color: #fff;
    text-align: center;
    background-color: transparent
}

.featured-imagebox-team.style2:hover .ttm-team-box-view-overlay {
    bottom: 0
}

.featured-imagebox-team.featured-imagebox-team-details .featured-content-team {
    background-color: #fff
}

.featured-imagebox-team.featured-imagebox-team-details .ttm-social-links-wrapper {
    position: relative;
    bottom: auto
}

.featured-imagebox-team.featured-imagebox-team-details .featured-content-team {
    display: block;
    clear: both;
    padding-top: 30px;
    border-bottom: 5px solid;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.featured-imagebox-services {
    background-color: #fff;
    padding: 0;
    margin: 10px 0 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.featured-imagebox-services .featured-title {
    padding: 23px 15px
}

.featured-imagebox-services .featured-title h5 {
    margin-bottom: 0
}

.featured-imagebox-services .featured-content {
    padding: 25px 25px 25px
}

.featured-imagebox-services .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #e8ecef;
    margin-bottom: 0
}

.featured-imagebox-services .ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white i {
    color: #e8ecef
}

.featured-imagebox-services:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .14)
}

.featured-imagebox-post {
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.featured-imagebox-post .featured-content.featured-content-post {
    padding: 22px 27px 22px 27px
}

.featured-imagebox-post .featured-content.featured-content-post .post-meta {
    display: block;
    padding: 7px 3px 3px 0;
    font-size: 12px
}

.featured-imagebox-post .featured-content.featured-content-post .post-meta span {
    padding-right: 10px;
    position: relative
}

.featured-imagebox-post .featured-content.featured-content-post .post-meta span i {
    padding-right: 5px
}

.featured-imagebox-post .featured-content.featured-content-post .post-title h5 {
    margin: 0;
    font-size: 19px;
    line-height: 28px
}

.featured-imagebox-post:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 0 17px rgba(32, 46, 60, .1)
}

.ttm-post-format-video {
    padding-bottom: 68.25%;
    position: relative;
    overflow: hidden;
    padding-top: 25px
}

.ttm-post-format-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.featured-imagebox-post .featured-icon {
    position: absolute;
    right: 20px;
    top: 20px
}

.featured-imagebox-post .featured-icon .ttm-icon.ttm-icon_element-size-xs {
    width: 38px;
    height: 38px;
    line-height: 38px
}

.featured-imagebox-post .featured-icon .ttm-icon.ttm-icon_element-size-xs i {
    font-size: 17px
}

.ttm-box-view-left-image.featured-imagebox-post {
    padding: 15px
}

.ttm-box-view-left-image .ttm-featured-img-left {
    padding: 0
}

.ttm-box-view-left-image .featured-content,
.ttm-box-view-left-image.featured-imagebox-post .featured-content {
    padding-left: 25px!important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 0!important
}

.featured-imagebox-post.ttm-box-view-left-image .featured-content.featured-content-post {
    padding: 0 17px 11px 17px
}

.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    color: #9dabaf
}

.ttm-box-view-left-image .featured-content .category {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block
}

.featured-imagebox .featured-content .category,
.featured-imagebox .featured-content .category a {
    font-size: 15px
}

.ttm-box-view-left-image .featured-content .category>a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px
}

.featured-imagebox-post .featured-content.featured-content-post .post-title h5 {
    margin: 0;
    font-size: 18px;
    line-height: 24px
}

.ttm-box-view-left-image .featured-content .featured-desc,
.ttm-box-view-left-image .featured-content .ttm-box-desc {
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
    padding-top: 7px
}

.featured-imagebox-post.ttm-box-view-left-image .featured-content.featured-content-post .post-meta span {
    padding: 0;
    font-size: 14px
}

.ttm-processbox-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 -50px
}

.ttm-processbox-wrapper .ttm-processbox {
    position: relative;
    display: block;
    text-align: center;
    width: 270px;
    height: 270px;
    background: #fff;
    padding: 20px;
    border-radius: 50%;
    margin: auto;
    box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
    -webkit-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
    -moz-box-shadow: 0 10px 50px 0 rgba(29, 79, 206, .1);
    transition: all .5s ease
}

.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 20px;
    font-weight: 500;
    background-color: #000;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: auto;
    right: 30px;
    top: 20px;
    z-index: 10
}

.ttm-processbox-wrapper .featured-content {
    position: relative;
    border-radius: 50%;
    padding: 65px 15px 60px 15px;
    width: 230px;
    height: 230px;
    border: 6px solid #e8ecef
}

.ttm-processbox-wrapper .ttm-processbox .featured-title h5 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px
}

.ttm-processbox-wrapper .ttm-processbox:hover {
    box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
    -webkit-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
    -moz-box-shadow: 0 -10px 39px 0 rgba(8, 18, 109, .1);
    transform: translateY(-10px)
}

.ttm-progress-bar {
    position: relative
}

.ttm-progress-bar {
    margin: 0 0 15px 0
}

.ttm-progress-bar:not(:last-child) {
    margin-bottom: 30px
}

.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_black {
    background-color: #414141
}

.ttm-progress-bar h4 {
    top: -35px;
    left: 0;
    font-size: 17px;
    color: #5d6576;
    font-weight: 400;
    margin-bottom: 10px;
    letter-spacing: 1.2px
}

.ttm-progress-bar i {
    position: absolute;
    font-size: 21px
}

.ttm-progress-bar .progress {
    background-color: #c0c0c1;
    border-radius: 0;
    height: 7px
}

.ttm-progress-bar .progress-parcent {
    position: absolute;
    right: 0;
    color: #0a0a0a;
    z-index: 3;
    text-shadow: none;
    font-size: 17px;
    padding: 2px 0;
    border-radius: 0;
    top: 0
}

.ttm-icon-left-true.ttm-progress-bar h4 {
    margin-left: 35px
}

.ttm-progress-bar.ttm-icon-left-true {
    margin-bottom: 24px
}

.testimonials {
    position: relative
}

.testimonials .testimonial-content {
    text-align: center;
    margin: 12px 120px 8px;
    padding: 0 25px
}

.testimonials .testimonial-content .testimonial-caption {
    margin-top: 0;
    margin-bottom: 0
}

.testimonial-content .testimonial-avatar {
    display: block;
    margin: 0 auto
}

.testimonials.style1 .testimonial-content .testimonial-avatar {
    position: relative;
    height: 95px;
    width: 95px
}

.testimonials.style1 .testimonial-content .testimonial-avatar:after {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    line-height: 33px;
    top: 5px;
    left: -10px;
    width: 31px;
    height: 31px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.testimonials .testimonial-content h6 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0
}

.testimonials .testimonial-content label {
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    color: #687076
}

.testimonials .testimonial-content blockquote {
    padding: 0 10px 0 25px;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    background-color: transparent;
    line-height: 30px;
    position: relative;
    margin-bottom: 27px
}

.testimonial-content .ttm-ratting-star i {
    font-size: 18px
}

.testimonials .testimonial-avatar .testimonial-img img {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border: 3px solid #fff
}

.testimonials.style1 .ttm-ratting-star {
    padding-top: 15px;
    padding-bottom: 10px;
    color: #fff
}

.testimonials.style2 {
    position: relative
}

.testimonials.style2:before {
    position: absolute;
    content: '';
    background: #f1f6fb;
    right: 0;
    left: 15px;
    top: -15px;
    width: 100%;
    height: 100%
}

.testimonials.style2 .testimonial-content {
    position: relative;
    background-color: #fff;
    padding: 0 0 25px 0;
    transition: .5s ease;
    box-shadow: 0 0 15px 0 rgba(8, 18, 109, .1);
    display: block;
    overflow: hidden;
    margin: 0;
    border-bottom: 3px solid transparent
}

.testimonials.style2 .testimonial-content:hover {
    transform: translate(8px, -8px)
}

.testimonials.style2 .testimonial-content blockquote {
    border: none;
    margin: 0;
    outline: 0;
    text-align: left;
    position: relative;
    color: #687076;
    font-style: italic;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 17px;
    background-color: transparent;
    line-height: 29px;
    padding-right: 10px;
    margin-bottom: 30px
}

.testimonials.style2 .testimonial-content blockquote:after {
    content: "\f10d";
    font-family: FontAwesome;
    color: #0b0c26;
    font-size: 40px;
    line-height: 50px;
    position: absolute;
    top: -12px;
    left: 0;
    opacity: .1
}

.testimonials.style2 .testimonial-avatar,
.testimonials.style2 .testimonial-caption {
    display: inline-block;
    float: left
}

.testimonials.style2 .testimonial-caption {
    padding-left: 0
}

.testimonials.style2 .ttm-ratting-star i {
    font-size: 14px
}

.testimonials.style2 .testimonial-content label {
    color: #687076!important
}

.client-box {
    margin-bottom: 20px;
    padding: 15px 12px 30px
}

.ttm-client-logo-tooltip {
    position: relative
}

.ttm-box-view-separator-logo .client-box .client:after {
    border-right: 1px solid #eaeaea;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0
}

.ttm-box-view-separator-logo .row .col-sm-4:nth-child(3n+3) .client-box .client:after {
    display: none
}

.client-box.ttm-box-view-boxed-logo {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px
}

.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip {
    margin-right: 13px;
    margin-left: 13px;
    padding: 18px 12px;
    display: table-cell;
    text-align: center;
    align-items: center;
    vertical-align: middle
}

.client-box.ttm-box-view-boxed-logo .client {
    width: 100%;
    display: table
}

.client-box.ttm-box-view-boxed-logo .client:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1)
}

.client-box.ttm-box-view-boxed-logo {
    position: relative;
    display: block
}

.wrap-acadion .accordion {
    margin-top: 15px
}

.accordion .toggle .toggle-title {
    font-size: 17px;
    cursor: pointer;
    padding: 14px 20px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative
}

.accordion .toggle-title a {
    color: #fff
}

.accordion .toggle-title a i {
    margin-right: 14px
}

.accordion .toggle.ttm-style-classic .toggle-title {
    border: 1px solid #f7f7f7;
    background-color: transparent
}

.accordion .ttm-style-classic .toggle-title.active {
    border-color: #f0f0f0;
    background-color: #f8f8f8
}

.toggle-content p {
    margin-bottom: 0
}

.toggle-content ul li {
    list-style: disc
}

.accordion .ttm-style-classic .toggle-title>a,
.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title>a,
.accordion .ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
    color: #666
}

.accordion .toggle-title:after.active,
.accordion .toggle:not(.ttm-style-classic) .toggle-title:after.active {
    color: #fff
}

.accordion .toggle:not(:first-child) .toggle-title {
    margin-top: 10px
}

.accordion .toggle:not(:last-child):not(.active) .toggle-title {
    margin-bottom: 10px
}

.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey .toggle-title {
    border-color: #f0f0f0;
    background-color: #f5faff
}

.accordion .ttm-style-classic.ttm-toggle-title-bgcolor-grey.active .toggle-title {
    background-color: #fff
}

.accordion .toggle .toggle-title:after {
    position: absolute;
    font-family: themify;
    right: 10px;
    top: 15px;
    content: "\e61a"
}

.accordion .toggle.active .toggle-title:after {
    content: "\e622";
    font-family: themify
}

.accordion .toggle-content {
    display: none;
    padding: 14px 20px;
    overflow: hidden
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f078";
    right: 15px;
    font-size: 12px;
    top: 15px
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey.active .toggle-title:after {
    font-family: FontAwesome;
    content: "\f077"
}

.accordion .toggle.active .toggle-title:after {
    color: #fff
}

.accordion .toggle.ttm-toggle-title-bgcolor-grey .toggle-title:after {
    color: #666
}

.accordion .ttm-style-classic.ttm-toggle-title-border .toggle-title {
    background-color: transparent;
    border: 2px solid #e3e3e3
}

.accordion .toggle.ttm-style-classic.ttm-toggle-title-border .toggle-title {
    padding: 18px 20px;
    line-height: 1
}

.accordion.style2 {
    padding: 15px 30px 40px;
    border: 1px solid #e9e9e9
}

.accordion.style2 .ttm-style-classic.ttm-toggle-title-border .toggle-title {
    border: none;
    border-bottom: 1px solid #efefef
}

.accordion.style2 .ttm-style-classic.ttm-toggle-title-border.active .toggle-title {
    border-color: transparent!important;
    background-color: transparent
}

.accordion.style2 .toggle-content {
    padding: 35px 30px
}

.accordion.style2 .toggle-content h6 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 25px
}

.accordion.style2 .toggle-content p {
    margin-bottom: 15px
}

.accordion.style2 .toggle.active .toggle-title:after {
    color: #8d9297
}

.wrap-form label {
    width: 100%;
    margin: 0
}

.wrap-form span.text-input {
    margin-bottom: 15px;
    display: block;
    padding-top: 5px;
    position: relative
}

.ttm-quote-form input[type=text],
.ttm-quote-form select,
.ttm-quote-form textarea {
    border: 1px solid #f8f9fa;
    background-color: #f8f9fa;
    width: 100%;
    font-size: 13px
}

.ttm-quote-form .text-input textarea {
    min-height: 100%
}

.ttm-quote-form button {
    margin-top: 10px
}

.ttm-quote-form .text-input input::placeholder,
.ttm-quote-form .text-input textarea::placeholder {
    color: #828282
}

.ttm-quote-form input[type=submit] {
    padding: 10px 40px;
    margin-top: 5px;
    width: 100%
}

.wrap-form.ttm-contactform span.text-input i {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: .9;
    font-size: 16px;
    z-index: 1
}

.wrap-form.ttm-contactform span.text-input input,
.wrap-form.ttm-contactform span.text-input textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    padding-left: 0;
    border-radius: 0;
    padding-bottom: 15px;
    padding-top: 15px
}

.wrap-form.ttm-contactform input[type=submit] {
    margin-top: 30px;
    color: #0b0c26
}

.wrap-form.ttm-contactform input[type=submit]:hover {
    color: #fff
}

.ttm-tabs {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ttm-tabs .section-title {
    padding-bottom: 0
}

.ttm-tabs ul {
    margin: 0;
    padding: 0
}

.ttm-tabs.style2 ul {
    display: block;
    margin-bottom: 35px
}

.ttm-tabs ul.tabs li {
    display: inline-block
}

.ttm-tabs ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 8px 22px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #0b0c26
}

.ttm-tabs.style2 ul.tabs li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0
}

.ttm-tabs.style2 ul.tabs li.active a:before {
    opacity: 1
}

.ttm-tabs ul.tabs li a i {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 2px
}

.ttm-tabs ul.tabs li a span {
    font-size: 18px;
    font-weight: 400
}

.tab-padding-box {
    padding-top: 105px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px
}

.ttm-tabs .content-tab {
    margin-top: 20px;
    width: 100%
}

.ttm-tabs .content-tab h6 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 29px;
    padding-bottom: 7px
}

.ttm-tabs.style2 .tabs {
    margin-bottom: 0;
    padding-left: 0
}

.ttm-tabs.style2.full-width .tabs {
    padding-left: 10px
}

.ttm-tabs.style2 .content-tab {
    padding: 0
}

.ttm-tabs.style2 .row.ttm-boxes-spacing-10px {
    padding: 0
}

.ttm-tabs.style2 ul.tabs li {
    margin-right: 7px;
    background: 0 0;
    padding: 0
}

.ttm-tabs.style2 ul.tabs li a {
    display: block;
    cursor: pointer;
    padding: 12px 30px;
    line-height: 22px;
    position: relative;
    z-index: 3;
    color: #1c1c1c;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    margin-bottom: 0
}

.ttm-tabs.style2 ul.tabs li.active a {
    border-color: rgba(0, 0, 0, .2)!important
}

.ttm-tabs.ttm-tab-style-vertical .content-tab {
    padding: 0;
    margin: 0
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li {
    margin-top: 1px;
    width: 100%;
    display: block
}

.ttm-tabs.ttm-tab-style-vertical ul.tabs li a {
    background-color: #2a2a2a;
    color: #fff;
    letter-spacing: 1.2px;
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    border-radius: 0
}

.ttm-tabs.ttm-tab-style-horizontal ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex
}

.ttm-tabs.ttm-tab-style-horizontal ul.tabs li {
    margin-right: 6px;
    display: inline-block
}

.ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child {
    margin-right: 0
}

.ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
    padding: 16px 18px 15px 18px;
    font-size: 15px;
    border-radius: 5px;
    letter-spacing: 1.2px;
    border: none;
    color: #fff;
    display: block;
    text-align: left
}

.ttm-tabs.ttm-tab-style-horizontal .content-tab img {
    height: 150px;
    width: 150px
}

.ttm-tab-color-grey.ttm-tab-style-classic ul li {
    margin-top: 3px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 2px
}

.ttm-tab-color-grey.ttm-tab-style-classic ul li a {
    font-size: 18px;
    text-transform: capitalize;
    padding: 12px 25px;
    border-top: 3px solid;
    border-radius: 0
}

.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li.active a {
    color: #666;
    border-color: #f0f0f0
}

.ttm-tab-color-grey.ttm-tab-style-classic ul li a {
    border-color: #e8e8e8;
    background-color: #e8e8e8
}

.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li:hover a {
    background-color: #dcdcdc
}

.ttm-tabs.ttm-tab-color-grey.ttm-tab-style-classic ul li.active a {
    background-color: #fff
}

.ttm-tabs.ttm-tab-style-classic ul.tabs {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    justify-content: center
}

.ttm-tabs.ttm-tab-style-classic ul.tabs li {
    text-align: center;
    margin-bottom: 5px
}

.ttm-tabs.ttm-tab-style-classic ul.tabs li a {
    padding: 12px 25px;
    font-size: 16px;
    border-color: #ddd!important;
    background-color: #ebebeb;
    border: 1px solid;
    border-radius: 0;
    margin-bottom: 0;
    color: #666;
    text-transform: capitalize
}

.ttm-tabs.ttm-tab-style-classic ul.tabs li.active a {
    color: #666;
    border-top: 3px solid;
    border-color: #f0f0f0!important;
    background-color: #f8f8f8;
    margin-top: -2px
}

.ttm-tabs.ttm-tab-style-classic ul.tabs li.active:after {
    display: block;
    content: "";
    position: relative;
    bottom: 7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.ttm-tabs.ttm-tab-style-classic .content-tab {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    background: #fff;
    padding: 30px 25px
}

.row.ttm-boxes-spacing-10px {
    margin: 0 -1px
}

.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 0 10px
}

.row.ttm-boxes-spacing-10px.style2 {
    padding: 10px 0 0;
    margin: 0 -5px
}

.row.ttm-boxes-spacing-5px {
    padding: 10px 5px 0;
    margin: 0
}

.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 2.5px;
    padding-left: 2.5px;
    margin-bottom: 5px
}

.row.ttm-boxes-spacing-5px.style2 {
    padding: 5px 0 0;
    margin: 0 -5px
}

.ttm-pricing-plan {
    position: relative;
    padding: 40px 20px 20px;
    text-align: center;
    margin-bottom: 30px;
    display: block;
    border: 2px solid #fff;
    transition: .5s ease
}

.ttm-pricing-plan:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.ttm-ptablebox-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px
}

.ttm-ptablebox-content {
    background: #f5faff;
    border: 1px solid #e8ecef;
    margin-top: 20px;
    margin-bottom: 20px
}

.ttm-ptablebox-price-w {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px
}

.ttm-ptablebox-features {
    padding: 5px 35px
}

.ttm-pricing-plan .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 70px;
    line-height: 55px;
    font-weight: 700
}

.ttm-pricing-plan .ttm-ptablebox-frequency:before {
    content: '/ '
}

.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    font-size: 20px;
    font-weight: 600
}

.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    position: absolute;
    bottom: 0
}

.ttm-currency-before .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 40px;
    font-weight: 600
}

.ttm-pricing-plan .ttm-ptablebox-frequency {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px
}

.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before,
.ttm-ptablebox-frequency,
.ttm-ptablebox-price {
    display: inline-block
}

.ttm-ptablebox-features .ttm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 20px 0
}

.ttm-ptablebox-features .ttm-feature-lines li {
    padding: 0;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 11px
}

.ttm-ptablebox-features .ttm-feature-lines li:not(:last-child) {
    border-bottom: 1px solid #e8ecef
}

.price_btn {
    display: block;
    padding-top: 40px;
    text-align: center
}

.price_btn .ttm-btn.ttm-btn-size-md {
    padding-left: 60px;
    padding-right: 60px
}

.ttm-ptablebox-featured-col {
    box-shadow: 0 0 30px rgba(24, 35, 51, .06);
    padding: 50px 40px 68px;
    z-index: 1;
    background-color: #fff;
    overflow: visible
}

.ttm-pricing-plan .ttm-featured-title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    background-color: #0b0c26
}

.sidebar .widget-area .widget {
    position: relative;
    margin: 0
}

.sidebar .widget a {
    font-weight: 500;
    font-size: 14px
}

.sidebar .widget .widget-title {
    font-size: 22px
}

.sidebar .widget ul>li:last-child {
    padding-bottom: 0!important
}

.sidebar .content-area {
    padding-top: 65px;
    padding-bottom: 55px
}

.sidebar div.widget-area {
    position: relative;
    margin-top: 65px
}

.sidebar .sidebar-left,
.sidebar .sidebar-right {
    margin-top: -37px;
    padding-top: 60px;
    padding-bottom: 70px;
    float: right
}

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb
}

.ttm-author-widget {
    text-align: center
}

.ttm-author-widget .author-widget_img img {
    margin-bottom: 20px;
    width: 175px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.ttm-author-widget .author-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: none
}

.ttm-author-widget .author-widget_text {
    line-height: 30px;
    margin: 0;
    padding: 0 2px;
    padding-bottom: 15px
}

.sidebar .widget.widget-search {
    position: relative
}

.sidebar .widget.widget-search .search-form label {
    display: block
}

.sidebar .widget-search .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.sidebar .widget.widget-search .input-text {
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(3, 59, 74, .05);
    -moz-box-shadow: 0 0 10px 0 rgba(3, 59, 74, .05);
    box-shadow: 0 0 10px 0 rgba(3, 59, 74, .05)
}

.widget.widget-search label i {
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    top: 35%
}

.sidebar .widget_categories li,
.sidebar .widget_product_categories li {
    position: relative;
    margin: 5px 0;
    padding-bottom: 5px!important
}

.sidebar .widget-Categories li span,
.sidebar .widget_product_categories li span {
    position: absolute;
    right: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400
}

ul.ttm-recent-post-list>li {
    padding: 5px 0 15px!important;
    display: inline-block;
    width: 100%;
    line-height: 20px
}

ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 18px
}

ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px
}

.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid;
    border-radius: 0;
    background-color: transparent
}

.widget.widget-nav-menu ul li {
    margin-bottom: 2px;
    padding: 0
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 14px 30px 14px 24px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.widget.widget-nav-menu ul li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #ebf3f9;
    height: 100%;
    position: absolute;
    -webkit-transition: background .2s linear;
    transition: background .2s linear;
    z-index: 1
}

.widget.widget-nav-menu ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
    z-index: -2
}

.widget.widget-nav-menu ul li.active a:after,
.widget.widget-nav-menu ul li:hover a:after {
    width: 100%
}

.sidebar .widget-categories ul li {
    padding: 12px 0;
    display: block;
    position: relative
}

.sidebar .widget-categories ul li:not(:last-child) {
    border-bottom: 2px solid #f5faff
}

.sidebar .widget-categories ul li span {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #687076;
    background-color: #f5faff;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.sidebar .widget-top-rated-products ul.product-list-widget>li {
    border-top: 2px solid #f5faff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    list-style: none;
    display: block
}

.sidebar .widget-top-rated-products ul.product-list-widget>li:first-child {
    border-top: none;
    padding-top: 0
}

.sidebar .widget-top-rated-products li a {
    display: block
}

.sidebar .widget-top-rated-products li a img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px
}

.widget-top-rated-products .star-ratings ul li {
    padding-bottom: 0
}

.widget-top-rated-products .star-ratings ul {
    margin-top: -5px
}

.Price-amount.amount ins {
    padding: 2px 4px;
    text-decoration: none
}

.sidebar .widget-area .widget-categories,
.sidebar .widget-area .widget-text,
.sidebar .widget-area .widget-top-rated-products,
.sidebar .widget-area .widget.contact-widget,
.sidebar .widget-area .widget.post-widget,
.sidebar .widget-area .widget.tagcloud-widget {
    padding: 30px 20px;
    background-color: #fff
}

.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px
}

.sidebar ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px
}

.widget-download .ttm-icon {
    margin-bottom: 0;
    font-size: 34px;
    position: absolute;
    top: 0;
    left: 0
}

.widget-download ul.download li {
    display: block;
    margin-bottom: 15px;
    display: block;
    padding: 10px 9px 10px 60px
}

.widget-download ul.download li:last-child {
    padding-bottom: 9px!important
}

.ttm-pagination {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center
}

.ttm-pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #dde0e2;
    border-radius: 0;
    margin: 0 3px;
    padding: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.ttm-product-box {
    margin-bottom: 35px
}

.ttm-product-box-inner {
    position: relative;
    overflow: hidden
}

.products-result-count {
    float: left;
    margin-top: 13px
}

.products-ordering {
    margin-bottom: 36px;
    float: right
}

.products-ordering select {
    background-color: #fff;
    text-indent: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative
}

.products-ordering .orderby {
    position: relative
}

.products-ordering .orderby:after {
    content: '\f0d7';
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 14px
}

.products {
    clear: both
}

.products .product .ttm-shop-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    max-width: 100%;
    z-index: 3;
    text-align: center
}

.ttm-shop-icon .product-btn {
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s
}

.products .product:hover .product-btn {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.products .product:hover .ttm-shop-icon {
    visibility: visible;
    margin-top: 0;
    bottom: 0
}

.product-btn a {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

.products .product:hover .add-to-cart-btn {
    transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    border-left: 1px solid rgba(246, 246, 246, .18);
    border-right: 1px solid rgba(246, 246, 246, .18)
}

.products .product:hover .favourite-btn {
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s
}

.products .product .ttm-product-box .ttm-product-content {
    text-align: left;
    padding: 18px 0 15px;
    position: relative
}

.products .product .ttm-product-box .ttm-product-content .ttm-product-title h2 {
    display: inline;
    padding: 0;
    margin: 0;
    font-size: 17px;
    padding-bottom: 0;
    line-height: 20px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.products .product .price {
    margin: 0;
    min-height: 20px;
    font-size: 15px;
    margin-top: 2px
}

.products .price .product-Price-amount {
    font-size: 18px;
    font-weight: 400
}

.products .price del .product-Price-amount {
    font-size: 13px;
    text-decoration: line-through;
    color: #8d8d8d
}

.products .price ins {
    text-decoration: none;
    padding: 2px
}

.products .star-ratings ul {
    padding: 0;
    margin: 0
}

.products .star-ratings ul li {
    display: inline-block
}

.products .star-ratings ul li i {
    font-size: 10px
}

.products .product .onsale {
    background: #51ad00;
    color: #fff;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    top: 25px;
    right: 0;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    height: 26px;
    width: 60px;
    vertical-align: top;
    border-radius: 0;
    padding-right: 20px
}

.product-poster-content .ttm-bg-highlight-dark,
.product-poster-content .ttm-bg-highlight-skin {
    display: inline-block
}

.product-poster-content .poster-label-tag {
    padding: 0 28px
}

.product-poster-content .poster-label-tag {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400
}

.product-poster-content .poster-label h2 {
    padding: 22px 42px
}

.product-poster-content .poster-label h2 {
    text-align: center;
    font-size: 72px;
    line-height: 70px;
    color: #fff;
    font-weight: 600
}

.product-poster-content .poster-text {
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    color: #494e54;
    font-weight: 400;
    margin-bottom: 30px;
    padding-top: 22px
}

.product-poster-content .poster-amount h4 {
    text-align: left;
    font-size: 70px;
    line-height: 70px;
    font-weight: 600
}

.ttm-single-product-details {
    background-color: #fff;
    margin-bottom: 30px
}

.ttm-single-product-info {
    padding-bottom: 30px
}

div.product.ttm-single-product-details div.images {
    width: 48%;
    float: left
}

div.product.ttm-single-product-details div.summary {
    width: 48%;
    float: right
}

div.product.ttm-single-product-details div.summary .singel_product_title {
    padding-bottom: 8px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 25px;
    font-size: 28px
}

div.product.ttm-single-product-details .product-gallery__image img {
    height: auto;
    max-width: 100%
}

.ttm-single-product-details div.images .product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    margin-top: 5px;
    padding: 3px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

div.product .summary .price .Price-amount {
    font-size: 22px
}

div.product .summary .product-rating {
    float: right;
    margin-bottom: 0
}

.summary .star-rating {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    line-height: 1
}

.summary .star-rating li {
    display: inline-block;
    font-size: 12px
}

.add-to-wishlist ul {
    padding: 0
}

.add-to-wishlist ul li {
    display: inline-block;
    text-transform: capitalize
}

.add-to-wishlist ul li:not(:last-child) {
    margin-right: 20px
}

.add-to-wishlist ul li i {
    margin-right: 8px
}

.add-to-wishlist ul li .spin-img {
    display: none
}

.product_meta {
    padding-top: 17px;
    border-top: 1px solid #ddd;
    margin-top: 15px
}

.ttm-single-product-details .product-details__short-description {
    margin-top: 20px;
    margin-bottom: 50px
}

.summary form.cart {
    margin-top: 30px;
    margin-bottom: 22px
}

div.product form.cart div.quantity {
    float: left;
    margin: 0 8px 0 0
}

.quantity .qty {
    height: 41px;
    width: 88px;
    text-align: center
}

.sku_wrapper {
    margin-right: 10px
}

.posted_in,
.sku_wrapper {
    font-weight: 600;
    display: block
}

.posted_in a,
.sku_wrapper span {
    font-weight: 400
}

.tabs-for-single-products.ttm-tabs {
    padding: 0 30px 30px 0
}

div.product .ttm-tabs .content-inner h2 {
    font-size: 23px;
    line-height: 28px
}

div.product .ttm-tabs .content-tab {
    padding: 30px;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #ececec
}

.related.products {
    margin-top: 50px
}

.related.products h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    padding-bottom: 15px
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding-left: 0
}

#reviews #comments ol {
    margin: 0;
    padding: 0
}

#reviews #comments ol.commentlist li img.avatar {
    width: 65px
}

#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

div.product #reviews .star-rating {
    margin: 0;
    margin-top: 7px;
    float: right
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0
}

#reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    border-radius: 0;
    margin-left: 80px
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 16px;
    color: #828c96;
    margin-bottom: 9px
}

div.product .Reviews .star-rating {
    margin: 0;
    margin-top: 7px;
    float: right
}

.comment-form-rating {
    padding-bottom: 20px
}

.comment-form-rating .stars {
    margin-bottom: 15px
}

#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    line-height: 20px;
    color: #283d58
}

#review_form_wrapper .comment-respond p {
    margin: 0 0 10px
}

#reviews #review_form_wrapper select {
    width: 154px!important
}

#reviews #comment {
    height: 75px
}

#review_form_wrapper .comment-respond .form-submit {
    margin-top: 30px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em
}

table tbody tr,
table thead tr {
    border: 1px solid #e6e6e6
}

table tbody th {
    border-right: 1px solid #e6e6e6
}

table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

table.shop_attributes td {
    font-style: italic;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    padding-left: 10px;
    line-height: 1.5
}

table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.ttm-cart-form {
    margin: 0;
    background-color: #fff
}

.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0
}

table.shop_table tbody tr,
table.shop_table thead tr {
    border: 1px solid #e6e6e6
}

table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.5em
}

table.shop_table .product-thumbnail img {
    width: 32px;
    height: auto
}

table.shop_table td.actions {
    text-align: right
}

table.shop_table td.actions .input-text {
    width: 150px;
    float: left
}

.quantity {
    height: 41px;
    width: 88px
}

.coupon {
    float: left
}

.coupon .input-text {
    float: left;
    margin: 0 4px 0 0
}

.actions button,
.coupon button,
a.checkout-button {
    border: 0
}

.coupon button,
a.checkout-button,
button.cart_button {
    padding: 15px 30px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-align: center
}

button.cart_button {
    padding: 11px 40px
}

.cart-collaterals {
    margin-top: 60px
}

.cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.cart_totals h2 {
    margin-bottom: 15px;
    font-size: 28px
}

a.checkout-button {
    display: block
}

a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

a.remove:hover {
    color: #fff;
    background: red
}

.form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none
}

form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.checkout h3#order_review_heading {
    margin-bottom: 30px;
    margin-top: 15px
}

.checkout #payment {
    background: #f5faff;
    border-radius: 5px
}

ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#payment .payment_box {
    border-top: 3px solid #a46497;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    padding-left: 50px
}

#payment div.form-row {
    padding: 1em
}

.checkout-process-div {
    margin: 16px 0;
    overflow: hidden
}

.checkout-button-separator {
    display: block;
    opacity: .5;
    margin: 0 0 16px
}

.coupon_toggle .coupon_code {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-top: 3px solid;
    background-color: #f8f9fa
}

#payment .payment_box:before,
.coupon_toggle .coupon_code:before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 1.5em;
    content: "\e67c";
    font-family: themify
}

.checkout-form input[type=email],
.checkout-form input[type=tel],
.checkout-form input[type=text] {
    line-height: normal
}

.checkout .additional-fields h3,
.checkout .billing-fields h3 {
    font-size: 28px
}

.checkout-form.checkout-form-row-first,
.checkout-form.checkout-form-row-last {
    width: 47%;
    overflow: visible
}

.checkout-form.checkout-form-row-first {
    float: left
}

.checkout-form.checkout-form-row-last {
    float: right
}

.checkout-form .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none
}

#payment div.checkout-form {
    padding: 1em
}

.checkout .checkout-form-row-first,
.checkout .checkout-form-row-last {
    width: 47%;
    overflow: visible
}

.checkout .checkout-form-row-first {
    float: left
}

.checkout .checkout-form-row-last {
    float: right
}

.ttm-panel {
    padding: 0 15px
}

.panel-row {
    display: none
}

.panel-heading {
    margin-bottom: 10px;
    border-color: #f0f0f0;
    background-color: #f8f8f8;
    border: 1px solid #f1f1f1;
    -webkit-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out
}

.panel-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0
}

.panel-title>a {
    background: 0 0;
    display: block;
    padding: 14px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: inherit;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-title>a span {
    padding-left: 12px
}