@charset "UTF-8";

.custom-select-container {
    position: relative;
    box-sizing: border-box
}

    .custom-select-container * {
        box-sizing: border-box
    }

    .custom-select-container.is-disabled {
        opacity: .333
    }

.custom-select-opener {
    background-color: #ccc;
    padding: .5em;
    display: block;
    cursor: pointer;
    width: 100%
}

.custom-select-container select {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.custom-select-panel {
    max-height: 0;
    transition: max-height .5s ease-out,overflow-y .1s .5s;
    overflow: hidden;
    background-color: #e9e9e9;
    position: absolute;
    top: 100%;
    z-index: 1;
    width: 100%
}

.custom-select-container.is-open .custom-select-panel {
    max-height: 10.7em;
    overflow-y: auto
}

.custom-select-option {
    padding: .5em
}

    .custom-select-option.has-focus {
        background-color: #add8e6
    }

    .custom-select-option.is-selected::before {
        content: "✔";
        padding-right: .5em
    }

.custom-select-optgroup > .custom-select-option {
    padding-left: 2em
}

.custom-select-optgroup::before {
    content: attr(data-label);
    display: block;
    padding: .5em;
    color: #888
}

.loading {
    overflow: hidden;
    height: calc(var(--vh,1vh) * 100)
}

:root {
    --main-white-color: white;
    --main-black-color: black
}

.static {
    position: static
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.fz16 {
    font-size: 16px !important
}

@media all and (min-width:1775px) {
    .mw575 {
        max-width: 575px !important
    }
}

@media all and (min-width:1775px) {
    .flexList {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

        .flexList li {
            width: 50%
        }
}

.font_one {
    font-family: Poppins,sans-serif
}

.font_two {
    font-family: "Work Sans",sans-serif
}

.font_third {
    font-family: "Dancing Script",cursive
}

.p0 {
    padding: 0 !important
}

.mb-0-i {
    margin-bottom: 0 !important
}

.md-mr10 {
    margin-right: 10px
}

@media all and (max-width:767px) {
    .sm-mr0 {
        margin-right: 0
    }
}

@media all and (max-width:767px) {
    .sm-ml10 {
        margin-left: 10px
    }
}

.mt8dot5-imp {
    margin-top: 8.5% !important
}

.hidden {
    display: none !important
}

.table-responsive {
    overflow-x: auto
}

.mt-11-persent {
    margin-top: 11%
}

.mb-10-persent {
    margin-bottom: 10%
}

.mt-3-persent {
    margin-top: 3%
}

.mb-3-persent {
    margin-bottom: 3%
}

.mt-5-persent {
    margin-top: 5%
}

.mb-5-persent {
    margin-bottom: 5%
}

.mt-10-persent {
    margin-top: 10%
}

.mb-10-persent {
    margin-bottom: 10%
}

.mt-15-persent {
    margin-top: 15%
}

.mb-15-persent {
    margin-bottom: 15%
}

.hide {
    display: none
}

.show {
    display: flex
}

.bg-white {
    background: #fff
}

.bg-transperant {
    background-color: transparent
}

.p5-persent {
    padding: 5%
}

.mb-18-px {
    margin-bottom: 18px
}

.play-btn-big {
    width: 82px;
    height: 82px
}

@media all and (max-width:574px) {
    .play-btn-big {
        width: 52px;
        height: 52px
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .play-btn-big {
        width: 62px;
        height: 62px
    }
}

.pt-32 {
    padding-top: 32px
}

.mt-32 {
    margin-top: 32px
}

.text-center {
    text-align: center
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1,-1)
}

.fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-nintendo-switch:before {
    content: "\f418"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900d41d.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fa-brands-400.eot);
    src: url(../fonts/fa-brands-400d41d.eot?#iefix) format("embedded-opentype"),url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

.moby-overlay {
    box-sizing: border-box;
    position: fixed;
    transform: translate3d(0,0,0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    visibility: hidden;
    opacity: 0;
    transition: all .2s
}

    .moby-overlay.dark {
        background: rgba(0,0,0,.85)
    }

    .moby-overlay.light {
        background: rgba(255,255,255,.65)
    }

    .moby-overlay.moby-overlay-active {
        visibility: visible !important;
        opacity: 1 !important
    }

.moby-body-fixed {
    overflow: hidden !important
}

.moby {
    box-sizing: border-box;
    background: #fff;
    transition: all .4s;
    overflow: auto
}

    .moby * {
        box-sizing: border-box
    }

    .moby.moby-hidden {
        display: none
    }

    .moby.moby-demo {
        color: #fff;
        background: #2196f3;
        position: fixed;
        z-index: 3000;
        top: 0;
        height: 100%;
        width: 30%;
        right: 0;
        min-width: 280px;
        transform: translateX(100%);
        padding: 60px 0 20px 0;
        overflow: auto
    }

        .moby.moby-demo.moby-active {
            transform: translateX(0)
        }

        .moby.moby-demo .moby-inner {
            height: 100%;
            min-height: 520px
        }

            .moby.moby-demo .moby-inner > p {
                height: 40px;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: center;
                padding: 0 30px;
                font-size: 13px;
                text-align: center
            }

        .moby.moby-demo .moby-close {
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 400;
            padding: 20px;
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            background: 0 0;
            position: absolute;
            top: 0;
            left: 0
        }

            .moby.moby-demo .moby-close .moby-close-icon {
                margin-right: 0;
                height: 20px;
                width: 20px;
                display: inline-block;
                position: relative
            }

                .moby.moby-demo .moby-close .moby-close-icon::after, .moby.moby-demo .moby-close .moby-close-icon::before {
                    background: #fff
                }

        .moby.moby-demo .moby-wrap {
            height: calc(100% - 40px);
            display: flex;
            flex-flow: row wrap;
            align-items: center;
            justify-content: center
        }

            .moby.moby-demo .moby-wrap > div {
                width: 100%
            }

            .moby.moby-demo .moby-wrap img {
                margin: 0 auto 40px auto;
                display: block;
                width: 100px;
                height: auto
            }

            .moby.moby-demo .moby-wrap .moby-menu {
                width: 100%
            }

                .moby.moby-demo .moby-wrap .moby-menu > * {
                    width: 100%
                }

        .moby.moby-demo ul li ul a {
            padding: 20px 70px 20px 70px;
            font-size: 16px;
            background: #0c7cd5
        }

        .moby.moby-demo ul li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            font-size: 18px;
            font-weight: 400;
            display: block;
            padding: 20px 70px 20px 70px;
            text-align: center;
            transition: color .3s
        }

            .moby.moby-demo ul li a:hover {
                color: #e0e0e0
            }

            .moby.moby-demo ul li a .moby-expand {
                position: absolute;
                width: 50px;
                top: 0;
                right: 0;
                height: 100%;
                text-align: center;
                padding: 10px;
                color: #fff;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: center;
                transition: color .3s
            }

                .moby.moby-demo ul li a .moby-expand:hover {
                    color: #e0e0e0
                }

                .moby.moby-demo ul li a .moby-expand i, .moby.moby-demo ul li a .moby-expand span {
                    font-size: 20px
                }

    .moby.right-side {
        position: fixed;
        z-index: 3000;
        top: 0;
        height: 100%;
        width: 30%;
        right: 0;
        min-width: 280px;
        transform: translateX(100%)
    }

        .moby.right-side.moby-active {
            transform: translateX(0)
        }

    .moby.fade {
        position: fixed;
        z-index: 3000;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0
    }

        .moby.fade.moby-active {
            opacity: 1;
            visibility: visible
        }

        .moby.fade ul {
            width: 100%
        }

    .moby.left-side {
        position: fixed;
        z-index: 3000;
        top: 0;
        height: 100%;
        left: 0;
        width: 30%;
        min-width: 280px;
        transform: translateX(-100%)
    }

        .moby.left-side.moby-active {
            transform: translateX(0)
        }

    .moby.top-full {
        position: fixed;
        z-index: 3000;
        top: 0;
        transform: translateY(-100%);
        height: 100%;
        left: 0;
        width: 100%
    }

        .moby.top-full ul {
            width: 100%
        }

        .moby.top-full.moby-active {
            transform: translateY(0)
        }

    .moby.bottom-full {
        position: fixed;
        z-index: 3000;
        transform: translateY(100%);
        height: 100%;
        left: 0;
        width: 100%
    }

        .moby.bottom-full ul {
            width: 100%
        }

        .moby.bottom-full.moby-active {
            transform: translateY(0)
        }

    .moby.grow-out {
        position: fixed;
        z-index: 3000;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        transform: scale(.7);
        visibility: hidden;
        opacity: 0
    }

        .moby.grow-out ul {
            width: 100%
        }

        .moby.grow-out.moby-active {
            opacity: 1;
            visibility: visible;
            transform: scale(1)
        }

    .moby.shrink-in {
        position: fixed;
        z-index: 3000;
        top: 0;
        height: 100%;
        left: 0;
        width: 100%;
        transform: scale(1.2);
        visibility: hidden;
        opacity: 0
    }

        .moby.shrink-in ul {
            width: 100%
        }

        .moby.shrink-in.moby-active {
            opacity: 1;
            visibility: visible;
            transform: scale(1)
        }

    .moby ul {
        list-style: none;
        transform: translate3d(0,0,0)
    }

        .moby ul ul {
            display: none
        }

        .moby ul li ul a {
            padding: 15px 90px 30px 30px;
            font-weight: 400;
            font-size: 14px
        }

        .moby ul li a {
            position: relative;
            color: #9a989a;
            text-decoration: none;
            font-size: 16px;
            font-weight: 400;
            display: block;
            padding: 30px 90px 30px 30px;
            text-align: left
        }

            .moby ul li a .moby-expand {
                position: absolute;
                width: 60px;
                top: 0;
                right: 0;
                height: 100%;
                text-align: center;
                padding: 10px;
                color: #2196f3;
                display: flex;
                flex-flow: row nowrap;
                align-items: center;
                justify-content: center
            }

                .moby ul li a .moby-expand i, .moby ul li a .moby-expand span {
                    font-size: 20px
                }

    .moby .moby-close {
        color: #9a989a;
        cursor: pointer;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 30px;
        background: #f5f5f5;
        display: flex;
        flex-flow: row nowrap
    }

        .moby .moby-close .moby-close-icon {
            font-weight: 700;
            margin-right: 15px;
            position: relative;
            height: 20px;
            width: 20px;
            transform: rotate(45deg)
        }

            .moby .moby-close .moby-close-icon::before {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 2px;
                background: #9a989a;
                top: 50%;
                margin-top: -1px
            }

            .moby .moby-close .moby-close-icon::after {
                content: '';
                position: absolute;
                left: 50%;
                height: 100%;
                width: 2px;
                background: #9a989a;
                top: 0;
                margin-left: -1px
            }

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px
    }

        .owl-theme .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none
        }

    .owl-theme .owl-nav .disabled {
        opacity: .5;
        cursor: default
    }

        .owl-theme .owl-nav.disabled + .owl-dots {
            margin-top: 10px
        }

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline
    }

        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #d6d6d6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px
        }

        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #869791
        }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

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

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        touch-action: pan-y;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

    .owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        transform: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

    .animated.hinge {
        animation-duration: 2s
    }

@keyframes bounce {
    0%,100%,20%,50%,80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.bounce {
    animation-name: bounce
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes shake {
    0%,100% {
        transform: translateX(0)
    }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px)
    }

    20%,40%,60%,80% {
        transform: translateX(10px)
    }
}

.shake {
    animation-name: shake
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }

    40% {
        transform: rotate(-10deg)
    }

    60% {
        transform: rotate(5deg)
    }

    80% {
        transform: rotate(-5deg)
    }

    100% {
        transform: rotate(0)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {
    0% {
        transform: scale(1)
    }

    10%,20% {
        transform: scale(.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale(1.1) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        transform: scale(1) rotate(0)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        transform: translateX(-5%) rotate(-1deg)
    }

    100% {
        transform: translateX(0)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        transform: scale(1.05)
    }

    70% {
        transform: scale(.9)
    }

    100% {
        transform: scale(1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(30px)
    }

    80% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(30px)
    }

    80% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        transform: translateX(-30px)
    }

    80% {
        transform: translateX(10px)
    }

    100% {
        transform: translateX(0)
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        transform: translateY(-30px)
    }

    80% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        transform: scale(1.1)
    }

    100% {
        opacity: 0;
        transform: scale(.3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }

    20% {
        opacity: 1;
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }

    20% {
        opacity: 1;
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }

    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }

    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }

    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }

    100% {
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0);
        opacity: 1
    }

    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }

    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }

    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }

    100% {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }

    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }

    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }

    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: 0
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border-radius: 3px;
        border: 4px solid #fff
    }

    .lightbox a img {
        border: none
    }

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #000
}

    .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both
    }

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../i/lightbox2/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../i/lightbox2/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

    .lb-nav a.lb-prev:hover {
        filter: alpha(Opacity=100);
        opacity: 1
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../i/lightbox2/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    transition: opacity .6s
}

    .lb-nav a.lb-next:hover {
        filter: alpha(Opacity=100);
        opacity: 1
    }

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

    .lb-dataContainer:after {
        content: "";
        display: table;
        clear: both
    }

.lb-data {
    padding: 0 4px;
    color: #ccc
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em
    }

        .lb-data .lb-caption a {
            color: #4ae
        }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(../i/lightbox2/close.png) top right no-repeat;
        text-align: right;
        outline: 0;
        filter: alpha(Opacity=70);
        opacity: .7;
        transition: opacity .2s
    }

        .lb-data .lb-close:hover {
            cursor: pointer;
            filter: alpha(Opacity=100);
            opacity: 1
        }

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    background: #000;
    overflow: visible
}

.cboxIframe {
    background: #000
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadingOverlay {
    background: url(../i/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(../i/loading.gif) no-repeat center center
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7c7c7c
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7c7c7c
}

#cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
    outline: 0
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

    #cboxPrevious:hover {
        background-position: -51px 0
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

    #cboxNext:hover {
        background-position: -75px 0
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

    #cboxClose:hover {
        background-position: -100px 0
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0
    }
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */ /*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:after, .lightSlider:before {
    content: " ";
    display: table
}

.lightSlider {
    overflow: hidden;
    margin: 0
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

    .lSSlideWrapper > .lightSlider:after {
        clear: both
    }

    .lSSlideWrapper .lSSlide {
        transform: translate(0,0);
        -webkit-transition: all 1s;
        transition-property: transform,height;
        transition-duration: inherit !important;
        transition-timing-function: inherit !important
    }

    .lSSlideWrapper .lSFade {
        position: relative
    }

        .lSSlideWrapper .lSFade > * {
            position: absolute !important;
            top: 0;
            left: 0;
            z-index: 9;
            margin-right: 0;
            width: 100%
        }

    .lSSlideWrapper.usingCss .lSFade > * {
        opacity: 0;
        transition-delay: 0s;
        transition-duration: inherit !important;
        transition-property: opacity;
        transition-timing-function: inherit !important
    }

    .lSSlideWrapper .lSFade > .active {
        z-index: 10
    }

    .lSSlideWrapper.usingCss .lSFade > .active {
        opacity: 1
    }

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center
}

    .lSSlideOuter .lSPager.lSpg > li {
        cursor: pointer;
        display: inline-block;
        padding: 0 5px
    }

        .lSSlideOuter .lSPager.lSpg > li a {
            background-color: #222;
            border-radius: 30px;
            display: inline-block;
            height: 8px;
            overflow: hidden;
            text-indent: -999em;
            width: 8px;
            position: relative;
            z-index: 99;
            transition: all .5s linear 0s
        }

        .lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
            background-color: #428bca
        }

.lSSlideOuter .media {
    opacity: .8
}

    .lSSlideOuter .media.active {
        opacity: 1
    }

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .lSSlideOuter .lSPager.lSGallery li {
        overflow: hidden;
        transition: border-radius .12s linear 0s .35s linear 0s
    }

        .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
            border-radius: 5px
        }

    .lSSlideOuter .lSPager.lSGallery img {
        display: block;
        height: auto;
        max-width: 100%
    }

    .lSSlideOuter .lSPager.lSGallery:after, .lSSlideOuter .lSPager.lSGallery:before {
        content: " ";
        display: table
    }

    .lSSlideOuter .lSPager.lSGallery:after {
        clear: both
    }

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(../i/lightslider/controls.png);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: .5;
    transition: opacity .35s linear 0s
}

    .lSAction > a:hover {
        opacity: 1
    }

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px
}

.lSAction > a.disabled {
    pointer-events: none
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden
}

.lSSlideOuter.vertical {
    position: relative
}

    .lSSlideOuter.vertical.noPager {
        padding-right: 0 !important
    }

    .lSSlideOuter.vertical .lSGallery {
        position: absolute !important;
        right: 0;
        top: 0
    }

    .lSSlideOuter.vertical .lightSlider > * {
        width: 100% !important;
        max-width: none !important
    }

    .lSSlideOuter.vertical .lSAction > a {
        left: 50%;
        margin-left: -14px;
        margin-top: 0
    }

    .lSSlideOuter.vertical .lSAction > .lSNext {
        background-position: 31px -31px;
        bottom: 10px;
        top: auto
    }

    .lSSlideOuter.vertical .lSAction > .lSPrev {
        background-position: 0 -31px;
        bottom: auto;
        top: 10px
    }

.lSSlideOuter.lSrtl {
    direction: rtl
}

.lSSlideOuter .lSPager, .lSSlideOuter .lightSlider {
    padding-left: 0;
    list-style: none outside none
}

.lSSlideOuter.lSrtl .lSPager, .lSSlideOuter.lSrtl .lightSlider {
    padding-right: 0
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
    float: left
}

.lSSlideOuter.lSrtl .lSGallery li, .lSSlideOuter.lSrtl .lightSlider > * {
    float: right !important
}

@keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -15px
    }

    100% {
        left: 0
    }
}

@keyframes topEnd {
    0% {
        top: 0
    }

    50% {
        top: -15px
    }

    100% {
        top: 0
    }
}

@keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 15px
    }

    100% {
        left: 0
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0
    }

    50% {
        bottom: -15px
    }

    100% {
        bottom: 0
    }
}

.lSSlideOuter .rightEnd {
    animation: rightEnd .3s;
    position: relative
}

.lSSlideOuter .leftEnd {
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .rightEnd {
    animation: topEnd .3s;
    position: relative
}

.lSSlideOuter.vertical .leftEnd {
    animation: bottomEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .rightEnd {
    animation: leftEnd .3s;
    position: relative
}

.lSSlideOuter.lSrtl .leftEnd {
    animation: rightEnd .3s;
    position: relative
}

.lightSlider.lsGrab > * {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

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

:focus {
    outline: 0
}

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

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: border-box
}

body {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 18px;
    line-height: 28px
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0
}

    a:focus {
        outline: 0
    }

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

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

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

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

button, html, input, select, textarea {
    color: #222
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

a::selection, blockquote::selection, div::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, i::selection, img::selection, li::selection, ol::selection, p::selection, span::selection, strong::selection, td::selection, th::selection, ul::selection {
    background: #0da5df;
    color: #fff
}

.header-top-line {
    width: 100%;
    max-width: 1775px;
    margin: 0 auto;
    display: flex;
    height: 66px;
    justify-content: space-between;
    align-items: center
}

    .header-top-line .logo h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 2rem;
        line-height: 2rem;
        font-weight: 700
    }

@media all and (min-width:575px) and (max-width:767px) {
    .header-top-line .logo h1 {
        font-size: 2.125rem;
        line-height: 2.125rem
    }
}

@media all and (min-width:768px) {
    .header-top-line .logo h1 {
        font-size: 2.25rem;
        line-height: 2.25rem
    }
}

.header-top-line .logo h1 a {
    font-weight: inherit;
    transition: all .4s ease-in-out
}

    .header-top-line .logo h1 a:hover {
        transition: all .4s ease-in-out;
        color: #46eeaa
    }

.header-top-line .logo h1:first-letter {
    color: #46eeaa
}

#header .header-inner {
    padding: 44px 44px 0 44px
}

@media all and (max-width:767px) {
    #header .header-inner {
        padding: 44px 30px 0 30px
    }
}

.inner-page-end-box {
    min-height: 428px;
    background: url(../i/header_bg.png) 50% 0 no-repeat;
    transform-style: inherit
}

@media all and (max-width:574px) {
    .inner-page-end-box {
        min-height: 320px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .inner-page-end-box {
        min-height: 360px
    }
}

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

    .main-header .main-header--top {
        /* height: 45px;*/
        background: #f7f7f7;
        position: relative;
        padding-top: 20px;
    }

        .main-header .main-header--top .logo-2 {
            /*width: 220px;*/
            /*height: 135px;*/
            position: absolute;
            left: 0;
            top: 20;
            /*background: black;*/
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-transform: uppercase;
            font-size: 2rem;
            line-height: 2rem;
            font-weight: 700
        }

        .main-header .main-header--top .main-header-top-wrapper {
            display: flex;
            justify-content: space-between
        }

            .main-header .main-header--top .main-header-top-wrapper .main-header--contact {
                font-size: 13px;
                line-height: 13px;
                height: 45px;
                color: #fff;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-grow: 1
            }

@media all and (max-width:991px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header--contact {
        justify-content: center
    }
}

@media all and (min-width:1500px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header--contact {
        justify-content: space-between;
        padding: 0 40px 0 0
    }
}

.main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item {
    display: flex;
    justify-content: space-around;
    padding: 0 20px;
    font-size: 14px
}

    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item > a {
        color: #fff
    }

    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item i.fas {
        font-size: 13px;
        margin-right: 10px
    }

    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item span {
        margin-right: 5px;
        display: inline-block
    }

    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item a {
        transition: all ease-in-out .3s
    }

        .main-header .main-header--top .main-header-top-wrapper .main-header--contact .main-header-contact--item a:hover {
            color: #0da5df
        }

@media all and (max-width:767px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box1 {
        display: none
    }
}

@media all and (max-width:991px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box1 {
        padding: 0
    }
}

@media all and (max-width:991px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box2 {
        display: none
    }
}

@media all and (max-width:1199px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header--contact .header-phone-box3 {
        display: none
    }
}

.main-header .main-header--top .main-header-top-wrapper .main-header-test-btn {
    background: #0da5df;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .03em;
    line-height: 44px;
    color: #fff;
    height: 45px;
    padding: 0 35px;
    display: none;
    box-shadow: none;
    transition: all ease-in-out .3s
}

@media all and (min-width:1500px) {
    .main-header .main-header--top .main-header-top-wrapper .main-header-test-btn {
        display: block
    }
}

.main-header .main-header--top .main-header-top-wrapper .main-header-test-btn:hover {
    background: #1a1a1a
}

.main-header .main-header--top .main-header--social {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px
}

@media all and (max-width:767px) {
    .main-header .main-header--top .main-header--social {
        margin-right: 25px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .main-header .main-header--top .main-header--social {
        margin-right: 33px
    }
}

.main-header .main-header--top .main-header--social li {
    margin: 0 5px
}

    .main-header .main-header--top .main-header--social li a {
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0fa2dd;
        transition: all ease-in-out .3s
    }

        .main-header .main-header--top .main-header--social li a:hover {
            background: #1a1a1a
        }

        .main-header .main-header--top .main-header--social li a i {
            font-size: 16px
        }

.main-header .main-header--bottom {
    height: 45px;
    background: #f7f7f7;
    padding-bottom: 70px;
}

    .main-header .main-header--bottom .main-header-bottom-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

@media screen and (min-width:1200px) {
    .main-header .main-header--bottom .main-header-bottom-wrapper {
        justify-content: center
    }
}

#fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

html {
    --top-spacing: 90px
}

body {
    scroll-padding-top: var(--top-spacing);
    margin-top: var(--top-spacing)
}

.contact-form .contact-message {
    padding-top: 32px !important;
    height: 60px !important
}

.openSearchBar #cboxContent {
    background: 0 0 !important
}

#search-form-box {
    display: none;
    overflow: hidden
}

    #search-form-box .search-form {
        width: 100%
    }

        #search-form-box .search-form input[type=text] {
            width: inherit;
            height: 70px;
            border: none;
            border-bottom: 1px solid #fff;
            color: #fff !important;
            font-size: 1.875rem;
            line-height: normal;
            padding: 0 14px 0 14px;
            background: 0 0;
            font-family: inherit
        }

@media screen and (max-width:479px) {
    #search-form-box .search-form input[type=text] {
        font-size: 1.5rem
    }
}

#search-form-box .search-form input[type=text]::-webkit-input-placeholder {
    color: #fff
}

#search-form-box .search-form input[type=text]::-moz-placeholder {
    color: #fff
}

#search-form-box .search-form input[type=text]:-ms-input-placeholder {
    color: #fff
}

#search-form-box .search-form input[type=text]:-moz-placeholder {
    color: #fff
}

#footer {
   /* min-height: 710px;*/
    position: relative;
    left: 0;
    z-index: 1
}

    #footer:after {
        content: "";
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
       /* height: 577px;*/
        max-width: 21%;
        width: 100%;
        background: #4b4f54;
        z-index: 10
    }

@media all and (min-width:1775px) {
    #footer:after {
        display: block
    }
}

#footer .footer-top {
    position: relative;
    z-index: 20
}

@media all and (max-width:1774px) {
    #footer .footer-top {
        background: #1a1a1a
    }
}

#footer .footer-top .footer-top-wrap {
    position: relative;
    z-index: 20;
   /* min-height: 164px;*/
    margin: 0 auto;
    padding: 0 15px;
    position: relative
}

    #footer .footer-top .footer-top-wrap .footer_img {
        display: none
    }

@media all and (min-width:1920px) {
    #footer .footer-top .footer-top-wrap .footer_img {
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 130px;
        margin-right: -4%;
        z-index: 30;
        display: block
    }
}

@media all and (max-width:575px) {
    #footer .footer-top .footer-top-wrap {
        width: calc(100% - 30px);
        padding-top: 30px
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    #footer .footer-top .footer-top-wrap {
        width: 540px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 35px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #footer .footer-top .footer-top-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 720px;
        padding-top: 40px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    #footer .footer-top .footer-top-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 960px
    }
}

@media all and (min-width:1200px) and (max-width:1774px) {
    #footer .footer-top .footer-top-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 1200px
    }
}

@media all and (min-width:1775px) {
    #footer .footer-top .footer-top-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #1a1a1a;
        padding: 0 0 0 103px;
        max-width: 1775px;
        width: 100%
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box {
    display: flex
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .subscribe-box {
        flex-wrap: wrap
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box .title-box {
    max-width: 268px;
    width: 100%
}

@media all and (min-width:576px) and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .subscribe-box .title-box {
        max-width: 100%;
        text-align: left
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box .title-box .subscribe-title {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1
}

#footer .footer-top .footer-top-wrap .subscribe-box .title-box .subscribe-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
    height: 55px;
    max-width: 737px;
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 8px 0;
    background: #4b4f54
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
        height: 46px
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form ::-webkit-input-placeholder {
    color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form :-moz-placeholder {
    color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form ::-moz-placeholder {
    color: #979797
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form :-ms-input-placeholder {
    color: #979797
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form {
        margin-top: 12px
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form input[type=text] {
    width: 100%;
    background: 0 0;
    border: none;
    padding-left: 21px;
    padding-right: 21px;
    color: #979797;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form input[type=text] {
        padding-left: 12px;
        padding-right: 12px
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button {
    font-size: 1rem;
    line-height: 1.75rem;
    background: 0 0;
    padding: 2px 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #979797;
    border: none;
    border-left: 1px solid #5a5e62;
    transition: all .4s ease-in-out
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button {
        padding-right: 15px;
        padding-left: 15px;
        font-size: .9375rem;
        line-height: 1.6875rem
    }
}

#footer .footer-top .footer-top-wrap .subscribe-box .footer-subscribe-form button:hover {
    transition: all .4s ease-in-out;
    color: #fff
}

#footer .footer-top .footer-top-wrap .useful-sections {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .useful-sections {
        margin-top: 35px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #footer .footer-top .footer-top-wrap .useful-sections {
        margin-top: 60px
    }
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box {
    max-width: 33.3333%;
    width: 100%
}

@media all and (max-width:767px) {
    #footer .footer-top .footer-top-wrap .useful-sections .useful-box {
        min-width: 100%;
        margin-bottom: 15px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #footer .footer-top .footer-top-wrap .useful-sections .useful-box {
        max-width: calc(50% - 30px);
        margin-bottom: 20px
    }

        #footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child {
            max-width: 100%
        }

            #footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child .info-list {
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap
            }

                #footer .footer-top .footer-top-wrap .useful-sections .useful-box:last-child .info-list li {
                    width: calc(50% - 30px)
                }
}

@media all and (min-width:1775px) {
    #footer .footer-top .footer-top-wrap .useful-sections .useful-box {
        max-width: 400px
    }
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .title-line {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
    margin-top: 25px
}

@media all and (max-width:768px) {
    #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
        margin-top: 18px
    }
}

@media all and (min-width:992px) {
    #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list {
        margin-top: 35px
    }
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li {
    color: #979797;
    margin-bottom: 13px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    display: flex;
    align-items: baseline
}

@media all and (min-width:992px) {
    #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li {
        margin-bottom: 18px
    }
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover {
    transition: all .4s ease-in-out
}

    #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover:hover {
        transition: all .4s ease-in-out;
        color: #fff
    }

        #footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li:hover:hover i {
            color: #fff
        }

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li i {
    width: 16px;
    font-size: 1.125rem;
    color: inherit;
    margin-right: 10px;
    text-align: center;
    transition: all .4s ease-in-out
}

#footer .footer-top .footer-top-wrap .useful-sections .useful-box .info-list li span {
    color: inherit
}

#footer .footer-bottom {
    z-index: 20;
    padding: 0 15px;
    min-height: 146px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (max-width:575px) {
    #footer .footer-bottom {
        width: 100%
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    #footer .footer-bottom {
        width: 540px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #footer .footer-bottom {
        width: 720px;
        padding-top: 9px;
        padding-bottom: 8px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    #footer .footer-bottom {
        width: 960px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    #footer .footer-bottom {
        width: 1200px
    }
}

@media all and (min-width:1440px) {
    #footer .footer-bottom {
        width: 1222px
    }
}

@media all and (min-width:1775px) and (max-width:1879px) {
    #footer .footer-bottom {
        padding-left: 23%;
        max-width: 1775px;
        width: 100%
    }
}

@media all and (min-width:1880px) {
    #footer .footer-bottom {
        padding-left: 20%;
        max-width: 1775px;
        width: 100%
    }
}

#footer .footer-bottom .copyright {
    max-width: 400px;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #1a1a1a
}

@media all and (max-width:575px) {
    #footer .footer-bottom .copyright {
        flex-shrink: 0;
        order: 2;
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    #footer .footer-bottom .copyright {
        flex-shrink: 0;
        order: 2;
        width: 100%;
        max-width: 100%;
        text-align: center;
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #footer .footer-bottom .copyright {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        order: 2
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    #footer .footer-bottom .copyright {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        text-align: center;
        order: 2
    }
}

#footer .footer-bottom .copyright a {
    transition: all .4s ease-in-out
}

    #footer .footer-bottom .copyright a:hover {
        color: #0da5df;
        transition: all .4s ease-in-out
    }

@media all and (max-width:575px) {
    #footer .footer-bottom .footer-social-profiles-wrap {
        flex-shrink: 0;
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    #footer .footer-bottom .footer-social-profiles-wrap {
        flex-shrink: 0;
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    #footer .footer-bottom .footer-social-profiles-wrap {
        flex-shrink: 0;
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    #footer .footer-bottom .footer-social-profiles-wrap {
        flex-shrink: 0;
        order: 1;
        width: 100%;
        max-width: 100%;
        text-align: center
    }
}

#footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list {
    display: flex;
    justify-content: center
}

    #footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li {
        font-size: 17px;
        margin-right: 15px;
        margin-left: 15px
    }

        #footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li a {
            color: #1a1a1a;
            transition: all .4s ease-in-out
        }

            #footer .footer-bottom .footer-social-profiles-wrap .footer-social-profiles-list li a:hover {
                opacity: .7;
                color: #0da5df;
                transition: all .4s ease-in-out
            }

@media all and (max-width:1199px) {
    #footer .footer-bottom .footer-list {
        width: 100%
    }
}

@media all and (min-width:1775px) {
    #footer .footer-bottom .footer-list {
        margin-right: 63px
    }
}

#footer .footer-bottom .footer-list ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

    #footer .footer-bottom .footer-list ul li {
        display: inline
    }

@media all and (max-width:991px) {
    #footer .footer-bottom .footer-list ul li {
        padding: 0 7px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    #footer .footer-bottom .footer-list ul li {
        padding: 0 10px
    }
}

@media all and (min-width:1200px) {
    #footer .footer-bottom .footer-list ul li {
        margin-left: 30px
    }
}

#footer .footer-bottom .footer-list ul li a {
    font-size: 1rem;
    line-height: 1.75rem;
    color: #1a1a1a;
   /* text-transform: uppercase;*/
    transition: all .4s ease-in-out
}

@media all and (max-width:767px) {
    #footer .footer-bottom .footer-list ul li a {
        font-size: .9375rem;
        line-height: 1.625rem
    }
}

#footer .footer-bottom .footer-list ul li a:hover {
    color: #0da5df;
    transition: all .4s ease-in-out
}

.right-sidebar {
    max-width: 22.2%;
    width: 100%
}

@media all and (max-width:991px) {
    .right-sidebar {
        margin-top: 40px;
        max-width: 100%
    }
}

.right-sidebar .sidebar-heading {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 30px
}

@media all and (max-width:767px) {
    .right-sidebar .sidebar-heading {
        margin-bottom: 15px
    }
}

.right-sidebar .sidebar-heading:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 4px;
    left: 0;
    margin-left: -7px;
    background-image: linear-gradient(to right,#0da5df 0,#46eeaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CC0C7', endColorstr='#FF46EEAA', GradientType=1);
    background-repeat: repeat-x
}

.right-sidebar .sidebar-widget {
    margin-bottom: 60px
}

.right-sidebar .search-form-widget .sidebar-search-form {
    display: flex
}

    .right-sidebar .search-form-widget .sidebar-search-form input[type=text] {
        width: 80%;
        font-size: 1rem;
        line-height: 1.75rem;
        background: #f8f8f8;
        padding: 10px 15px
    }

        .right-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-webkit-input-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

        .right-sidebar .search-form-widget .sidebar-search-form input[type=text] :-moz-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

        .right-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-moz-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

        .right-sidebar .search-form-widget .sidebar-search-form input[type=text] :-ms-input-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

    .right-sidebar .search-form-widget .sidebar-search-form button {
        color: #fff;
        background: #84878c;
        width: 20%;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity .3s ease-in-out;
        border: none
    }

        .right-sidebar .search-form-widget .sidebar-search-form button:hover {
            opacity: .8
        }

        .right-sidebar .search-form-widget .sidebar-search-form button i {
            display: inline-block;
            font-size: 1rem;
            margin: auto
        }

.right-sidebar .recent-posts-widget .recent-posts-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (min-width:992px) {
    .right-sidebar .recent-posts-widget .recent-posts-list {
        flex-direction: column
    }
}

.right-sidebar .recent-posts-widget .recent-posts-list li {
    display: flex;
    justify-content: left;
    margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:991px) {
    .right-sidebar .recent-posts-widget .recent-posts-list li {
        width: 50%;
        padding-right: 20px
    }
}

@media all and (min-width:992px) {
    .right-sidebar .recent-posts-widget .recent-posts-list li {
        width: 100%
    }
}

.right-sidebar .recent-posts-widget .recent-posts-list li:last-child {
    margin-bottom: 0
}

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview {
    display: block;
    margin-right: 18px;
    transition: opacity .3s ease-in-out
}

    .right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview:hover {
        opacity: .9
    }

    .right-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview figure {
        width: 58px;
        height: 58px
    }

.right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info {
    margin-top: -4px;
    font-size: .875rem;
    line-height: 1.25rem
}

    .right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title {
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        transition: color .3s ease-in-out
    }

        .right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title:hover {
            color: #0da5df
        }

    .right-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--desc {
        display: block;
        font-weight: 400
    }

.right-sidebar .categories-widget .categories-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (min-width:992px) {
    .right-sidebar .categories-widget .categories-list {
        flex-direction: column
    }
}

.right-sidebar .categories-widget .categories-list li {
    width: 100%;
    margin-bottom: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
    .right-sidebar .categories-widget .categories-list li {
        width: 50%;
        padding-right: 20px
    }
}

@media all and (min-width:992px) {
    .right-sidebar .categories-widget .categories-list li {
        width: 100%
    }
}

.right-sidebar .categories-widget .categories-list li:last-child {
    margin-bottom: 0
}

.right-sidebar .categories-widget .categories-list li a {
    font-size: 1rem;
    line-height: 1.75rem;
    transition: color .3s ease-in-out
}

    .right-sidebar .categories-widget .categories-list li a:hover {
        color: #0da5df
    }

.left-sidebar {
    max-width: 22.2%;
    width: 100%
}

@media all and (max-width:991px) {
    .left-sidebar {
        margin-top: 40px;
        max-width: 100%
    }
}

.left-sidebar .sidebar-heading {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 30px
}

@media all and (max-width:767px) {
    .left-sidebar .sidebar-heading {
        margin-bottom: 15px
    }
}

.left-sidebar .sidebar-heading:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 4px;
    left: 0;
    margin-left: -7px;
    background-image: linear-gradient(to right,#0da5df 0,#46eeaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CC0C7', endColorstr='#FF46EEAA', GradientType=1);
    background-repeat: repeat-x
}

.left-sidebar .sidebar-widget {
    margin-bottom: 60px
}

.left-sidebar .search-form-widget .sidebar-search-form {
    display: flex
}

    .left-sidebar .search-form-widget .sidebar-search-form input[type=text] {
        width: 80%;
        font-size: 1rem;
        line-height: 1.75rem;
        background: #f8f8f8;
        padding: 10px 15px
    }

        .left-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-webkit-input-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

        .left-sidebar .search-form-widget .sidebar-search-form input[type=text] :-moz-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

        .left-sidebar .search-form-widget .sidebar-search-form input[type=text] ::-moz-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

        .left-sidebar .search-form-widget .sidebar-search-form input[type=text] :-ms-input-placeholder {
            color: #1a1a1a;
            font-weight: 400
        }

    .left-sidebar .search-form-widget .sidebar-search-form button {
        color: #fff;
        background: #84878c;
        width: 20%;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: opacity .3s ease-in-out;
        border: none
    }

        .left-sidebar .search-form-widget .sidebar-search-form button:hover {
            opacity: .8
        }

        .left-sidebar .search-form-widget .sidebar-search-form button i {
            display: inline-block;
            font-size: 1rem;
            margin: auto
        }

.left-sidebar .recent-posts-widget .recent-posts-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (min-width:992px) {
    .left-sidebar .recent-posts-widget .recent-posts-list {
        flex-direction: column
    }
}

.left-sidebar .recent-posts-widget .recent-posts-list li {
    display: flex;
    justify-content: left;
    margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:991px) {
    .left-sidebar .recent-posts-widget .recent-posts-list li {
        width: 50%;
        padding-right: 20px
    }
}

@media all and (min-width:992px) {
    .left-sidebar .recent-posts-widget .recent-posts-list li {
        width: 100%
    }
}

.left-sidebar .recent-posts-widget .recent-posts-list li:last-child {
    margin-bottom: 0
}

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview {
    display: block;
    margin-right: 18px;
    transition: opacity .3s ease-in-out
}

    .left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview:hover {
        opacity: .9
    }

    .left-sidebar .recent-posts-widget .recent-posts-list .recent-post-preview figure {
        width: 58px;
        height: 58px
    }

.left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info {
    margin-top: -4px;
    font-size: .875rem;
    line-height: 1.25rem
}

    .left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title {
        display: block;
        font-weight: 700;
        text-transform: uppercase;
        transition: color .3s ease-in-out
    }

        .left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--title:hover {
            color: #0da5df
        }

    .left-sidebar .recent-posts-widget .recent-posts-list .recent-post-info .recent-post-info--desc {
        display: block;
        font-weight: 400
    }

.left-sidebar .categories-widget .categories-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (min-width:992px) {
    .left-sidebar .categories-widget .categories-list {
        flex-direction: column
    }
}

.left-sidebar .categories-widget .categories-list li {
    width: 100%;
    margin-bottom: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
    .left-sidebar .categories-widget .categories-list li {
        width: 50%;
        padding-right: 20px
    }
}

@media all and (min-width:992px) {
    .left-sidebar .categories-widget .categories-list li {
        width: 100%
    }
}

.left-sidebar .categories-widget .categories-list li:last-child {
    margin-bottom: 0
}

.left-sidebar .categories-widget .categories-list li a {
    font-size: 1rem;
    line-height: 1.75rem;
    transition: color .3s ease-in-out
}

    .left-sidebar .categories-widget .categories-list li a:hover {
        color: #0da5df
    }

#comments .comments-heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px
}

#comments .comments-list .comment .comment-wrap {
    display: flex;
    justify-content: left;
    margin-bottom: 60px
}

@media all and (max-width:767px) {
    #comments .comments-list .comment .comment-wrap {
        margin-bottom: 30px
    }
}

#comments .comments-list .comment .comment-wrap .user-pic {
    flex-shrink: 0;
    margin-right: 20px
}

@media all and (max-width:574px) {
    #comments .comments-list .comment .comment-wrap .user-pic {
        width: 64px;
        height: 64px
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    #comments .comments-list .comment .comment-wrap .user-pic {
        width: 89px;
        height: 89px
    }
}

@media all and (min-width:992px) {
    #comments .comments-list .comment .comment-wrap .user-pic {
        width: 113px;
        height: 113px
    }
}

#comments .comments-list .comment .comment-wrap .user-pic img {
    max-width: 100%;
    height: auto
}

#comments .comments-list .comment .comment-wrap .comment-body {
    max-width: 740px
}

    #comments .comments-list .comment .comment-wrap .comment-body .comment-body--top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px
    }

        #comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-author {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1rem;
            line-height: 1.875rem
        }

        #comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-reply-link {
            font-size: .875rem;
            line-height: 1.875rem;
            font-weight: 400;
            text-transform: uppercase;
            transition: color .3s ease-in-out;
            margin-right: 10px
        }

            #comments .comments-list .comment .comment-wrap .comment-body .comment-body--top .comment-reply-link:hover {
                color: #0da5df
            }

    #comments .comments-list .comment .comment-wrap .comment-body .comment-body--bottom {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

@media all and (min-width:768px) and (max-width:991px) {
    #comments .comments-list .child-comment {
        margin-left: 109px
    }
}

@media all and (min-width:992px) {
    #comments .comments-list .child-comment {
        margin-left: 135px
    }
}

#comments .comment-respond {
    margin-top: 123px
}

@media all and (max-width:767px) {
    #comments .comment-respond {
        margin-top: 80px
    }
}

#comments .comment-respond .comment-message {
    padding-top: 32px !important;
    height: 60px !important
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 3px solid transparent;
    border-top-color: #8854d0;
    border-radius: 100%;
    animation: spin 2s linear infinite;
    z-index: 1001
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 3px solid transparent;
        border-top-color: #17abb3;
        border-radius: 100%;
        animation: spin 3s linear infinite
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 12px;
        left: 12px;
        right: 12px;
        bottom: 12px;
        border: 3px solid transparent;
        border-radius: 100%;
        border-top-color: #46eeaa;
        animation: spin 1.5s linear infinite
    }

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    background: #1a1a1a;
    width: 51%;
    height: 100%;
    z-index: 1000
}

    #loader-wrapper .loader-section.section-left {
        left: 0
    }

    #loader-wrapper .loader-section.section-right {
        right: 0
    }

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all .7s .3s cubic-bezier(.645,.045,.355,1)
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all .7s .3s cubic-bezier(.645,.045,.355,1)
}

.loaded #loader {
    opacity: 0;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s 1s ease-out
}

#call-now-box {
    display: none
}

#test-drive-box {
    display: none
}

#order-consultation-box {
    display: none
}

.default-popup {
    padding: 35px 0 35px 0;
    position: relative
}

    .default-popup .simple-page-heading .heading-title {
        font-size: 25px
    }

@media all and (min-width:575px) and (max-width:991px) {
    .default-popup .simple-page-heading .heading-title {
        font-size: 30px
    }
}

@media all and (min-width:992px) {
    .default-popup .simple-page-heading .heading-title {
        font-size: 30px
    }
}

.default-popup .simple-page-heading .heading-description {
    font-size: 15px;
    line-height: 1.2
}

.default-popup .close-btn-popup {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px 10px 0 0
}

    .default-popup .close-btn-popup:hover {
        cursor: pointer
    }

.default-popup .simple-page-heading-wrapper {
    padding-left: 35px;
    padding-right: 35px
}

@media all and (min-width:768px) {
    .default-popup .simple-page-heading-wrapper {
        padding-left: 55px;
        padding-right: 55px
    }
}

.default-popup .block-agreement {
    padding: 20px 0;
    background-color: #f1f1f1;
    color: #7c7c7c
}

.default-popup .default-popup-form {
    box-sizing: border-box
}

    .default-popup .default-popup-form .form-row {
        padding-left: 35px;
        padding-right: 35px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 18px;
        flex-direction: column
    }

@media all and (max-width:767px) {
    .default-popup .default-popup-form .form-row {
        flex-direction: column;
        margin-bottom: 5px
    }
}

@media all and (min-width:768px) {
    .default-popup .default-popup-form .form-row {
        padding-left: 55px;
        padding-right: 55px
    }
}

.default-popup .default-popup-form .input-wrap {
    width: calc(100% / 2 - 20px)
}

@media all and (max-width:767px) {
    .default-popup .default-popup-form .input-wrap {
        width: 100%;
        margin-bottom: 10px
    }
}

.default-popup .default-popup-form input[type=email], .default-popup .default-popup-form input[type=text] {
    padding-left: 9px;
    width: 100%;
    height: 37px
}

.default-popup .default-popup-form textarea {
    min-height: 99px;
    padding-left: 9px;
    padding-top: 9px
}

.default-popup .default-popup-form button {
    display: block;
    margin-top: 35px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.default-popup .default-popup-form .styled-checkbox-wrap label:before {
    content: "";
    margin-top: 4px
}

.default-popup .default-popup-form .styled-checkbox-wrap label:after {
    content: "";
    margin-top: 3px
}

.default-popup .default-popup-form .styled-checkbox-wrap label span {
    font-size: 14px;
    line-height: 20px
}

.default-popup .default-popup-form .styled-checkbox-wrap label a {
    color: #0da5df
}

    .default-popup .default-popup-form .styled-checkbox-wrap label a:hover {
        text-decoration: underline
    }

label {
    display: block;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 3px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 30px
}

input[type=email], input[type=text] {
    font-size: 13px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #eaebeb;
    font-weight: 300;
    color: #1a1a1a
}

textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #eaebeb;
    font-weight: 300;
    color: #1a1a1a
}

.styled-checkbox {
    position: absolute;
    opacity: 0
}

    .styled-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 22px;
        color: #1a1a1a;
        font-weight: 400
    }

        .styled-checkbox + label span {
            position: relative
        }

        .styled-checkbox + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 19px;
            height: 19px;
            border: 1px solid #0da5df
        }

    .styled-checkbox:checked + label:before {
        background: #0da5df
    }

    .styled-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto
    }

        .styled-checkbox:disabled + label:before {
            box-shadow: none;
            background: #ddd
        }

    .styled-checkbox:checked + label:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 9px;
        background: #fff;
        width: 2px;
        height: 2px;
        box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
        transform: rotate(45deg)
    }

[type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px
}

    [type=radio]:checked + label, [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        display: inline-block;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
        color: #1a1a1a
    }

        [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #0da5df;
            border-radius: 100%;
            background: #fff
        }

        [type=radio]:checked + label:after, [type=radio]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #0da5df;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            transition: all .2s ease
        }

        [type=radio]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0)
        }

        [type=radio]:checked + label:after {
            opacity: 1;
            transform: scale(1)
        }

.btn-primary {
    padding: 10px 42px;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border: none;
    color: #fff;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(90deg,#3ad8b8 0,#24c6dc 51%,#514a9d)
}

    .btn-primary:hover {
        transition: all .4s ease-in-out;
        background-position: right center
    }

.btn-disabled {
    padding: 10px 42px;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border: none;
    color: #fff;
    transition: all .4s ease-in-out;
    background-image: linear-gradient(90deg,#525a5c 0,#ced6dc 51%,#e1e9ef)
}

    .btn-disabled:hover {
        cursor: not-allowed
    }

.btn-outlined {
    border: none;
    display: inline-block;
    background-color: transparent;
    color: #0da5df;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    padding: 10px 42px;
    text-transform: uppercase;
    transition: all .4s ease-in-out
}

    .btn-outlined.rounded-btn {
        border-radius: 99px
    }

        .btn-outlined.rounded-btn:after, .btn-outlined.rounded-btn:before {
            content: " ";
            position: absolute;
            border-radius: 99px
        }

    .btn-outlined:after, .btn-outlined:before {
        content: " ";
        position: absolute
    }

    .btn-outlined:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -2;
        background: #503b9a;
        background: linear-gradient(to right,#3ad8b8 0,#24c6dc 100%)
    }

    .btn-outlined:after {
        top: 2px;
        bottom: 2px;
        left: 2px;
        right: 2px;
        background-color: #fff;
        z-index: -1;
        opacity: 1;
        transition: all .6s ease-in-out
    }

    .btn-outlined:hover:after {
        opacity: 0;
        color: #fff
    }

    .btn-outlined:hover {
        color: #fff
    }

.rounded-btn {
    border-radius: 99px
}

.buttons-wrapper {
    display: flex;
    justify-content: left;
    flex-wrap: wrap
}

    .buttons-wrapper button {
        margin-right: 10px;
        margin-bottom: 20px
    }

.btn {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-color: #0da5df;
    padding: 12px 35px 11px 35px;
    transition: all .3s ease-in !important;
    display: inline-block
}

    .btn:hover {
        background-color: #17abb3;
        border-color: #17abb3
    }

.btn-outline {
    background-color: transparent;
    border: 1px solid #fff
}

    .btn-outline:hover {
        background-color: #0da5df
    }

.btn-icon-right {
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    text-align: center;
    font-size: 0;
    height: 44px;
    cursor: pointer
}

@media all and (min-width:575px) and (max-width:767px) {
    .btn-icon-right {
        height: 48px
    }
}

@media all and (min-width:768px) {
    .btn-icon-right {
        height: 50px
    }
}

.btn-icon-right:hover .btn-icon-title {
    background-color: #1a1a1a
}

.btn-icon-right .btn-icon-title {
    font-size: 14px;
    line-height: 1.9;
    vertical-align: top;
    text-align: center;
    transition: color .3s,background-color .3s;
    background-color: #0da5df;
    display: inline-block;
    height: 100%;
    padding: 8px 13px
}

@media all and (min-width:575px) and (max-width:767px) {
    .btn-icon-right .btn-icon-title {
        padding: 10px 15px
    }
}

@media all and (min-width:768px) {
    .btn-icon-right .btn-icon-title {
        padding: 12px 17px
    }
}

.btn-icon-right .btn-icon-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    width: 44px;
    height: 100%
}

@media all and (min-width:575px) and (max-width:767px) {
    .btn-icon-right .btn-icon-icon {
        width: 48px
    }
}

@media all and (min-width:768px) {
    .btn-icon-right .btn-icon-icon {
        width: 50px
    }
}

.btn-icon-right .btn-icon-icon .icon-car-front {
    display: block;
    fill: #fff;
    width: 18px;
    height: 18px
}

@media all and (min-width:575px) and (max-width:767px) {
    .btn-icon-right .btn-icon-icon .icon-car-front {
        width: 19px;
        height: 19px
    }
}

@media all and (min-width:768px) {
    .btn-icon-right .btn-icon-icon .icon-car-front {
        width: 20px;
        height: 20px
    }
}

.btn-icon-right .btn-icon-icon .icon-angle-right {
    display: block;
    fill: #fff;
    width: 16px;
    height: 16px
}

@media all and (min-width:575px) and (max-width:767px) {
    .btn-icon-right .btn-icon-icon .icon-angle-right {
        width: 16px;
        height: 16px
    }
}

@media all and (min-width:768px) {
    .btn-icon-right .btn-icon-icon .icon-angle-right {
        width: 16px;
        height: 16px
    }
}

.submit-btn {
    color: #fff;
    text-transform: uppercase;
    display: inline-flex;
    text-align: center;
    font-size: 0;
    height: 44px;
    cursor: pointer;
    border: none;
    padding: 0
}

@media all and (min-width:575px) and (max-width:767px) {
    .submit-btn {
        height: 48px
    }
}

@media all and (min-width:768px) {
    .submit-btn {
        height: 50px
    }
}

.submit-btn:hover .btn-icon-title {
    background-color: #1a1a1a
}

.submit-btn .btn-icon-title {
    font-size: 14px;
    line-height: 1.9;
    vertical-align: top;
    text-align: center;
    transition: color .3s,background-color .3s;
    background-color: #0da5df;
    display: inline-block;
    height: 100%;
    padding: 8px 13px
}

@media all and (min-width:575px) and (max-width:767px) {
    .submit-btn .btn-icon-title {
        padding: 10px 25px 10px 30px
    }
}

@media all and (min-width:768px) {
    .submit-btn .btn-icon-title {
        padding: 12px 30px 12px 35px
    }
}

.submit-btn .btn-icon-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    width: 44px;
    height: 100%
}

@media all and (min-width:575px) and (max-width:767px) {
    .submit-btn .btn-icon-icon {
        width: 48px
    }
}

@media all and (min-width:768px) {
    .submit-btn .btn-icon-icon {
        width: 50px
    }
}

.submit-btn .btn-icon-icon .icon-car-front {
    display: block;
    fill: #fff;
    width: 18px;
    height: 18px
}

@media all and (min-width:575px) and (max-width:767px) {
    .submit-btn .btn-icon-icon .icon-car-front {
        width: 19px;
        height: 19px
    }
}

@media all and (min-width:768px) {
    .submit-btn .btn-icon-icon .icon-car-front {
        width: 20px;
        height: 20px
    }
}

.submit-btn .btn-icon-icon .icon-angle-right {
    display: block;
    fill: #fff;
    width: 16px;
    height: 16px
}

@media all and (min-width:575px) and (max-width:767px) {
    .submit-btn .btn-icon-icon .icon-angle-right {
        width: 16px;
        height: 16px
    }
}

@media all and (min-width:768px) {
    .submit-btn .btn-icon-icon .icon-angle-right {
        width: 16px;
        height: 16px
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0
}

    table thead tr th {
        border: 1px solid #eaebeb;
        font-family: Poppins,sans-serif;
        padding: 12px 15px 10px 15px;
        color: #1a1a1a;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        text-transform: uppercase
    }

    table tbody tr td {
        font-size: 16px;
        line-height: 28px;
        padding: 5px 15px;
        border: 1px solid #eaebeb
    }

    table tbody tr th {
        border: 1px solid #eaebeb;
        font-family: Poppins,sans-serif;
        padding: 12px 15px 10px 15px;
        color: #1a1a1a;
        font-weight: 700;
        font-size: 14px;
        line-height: 28px
    }

.table-grey {
    background: #f8f8f8;
    color: #1a1a1a
}

.table-mint {
    background: #0da5df;
    color: #fff
}

    .table-mint thead th {
        color: #fff
    }

    .table-mint tbody th {
        color: #fff
    }

.alert {
    padding: 15px 20px;
    background-color: #fc5c65;
    color: #fff;
    opacity: 1;
    transition: opacity .6s;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: left
}

@media all and (min-width:768px) {
    .alert {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.alert strong {
    text-transform: uppercase;
    font-weight: 700
}

.alert > div {
    width: 95%
}

.alert.success {
    background-color: #0da5df
}

.alert.info {
    background-color: #2196f3
}

.alert.warning {
    background-color: #cca52b
}

.close-btn {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer !important;
    transition: .3s;
    position: relative
}

.closebtn:hover {
    cursor: pointer !important;
    opacity: .7
}

#cboxClose {
    display: none
}

#main-menu-2 {
    height: 45px
}

    #main-menu-2 .main-menu-2 {
        display: none;
        height: 45px;
        justify-content: center;
        align-items: center;
        flex-grow: 1
    }

@media screen and (min-width:1200px) {
    #main-menu-2 .main-menu-2 {
        display: flex
    }
}

#main-menu-2 .main-menu-2 > li {
    margin: 0 35px
}

    #main-menu-2 .main-menu-2 > li a {
        font-size: 16px;
        transition: all ease-in-out .3s;
        font-weight: 500
    }

        #main-menu-2 .main-menu-2 > li a:hover {
            color: #0da5df
        }

#main-menu-2 .main-menu-2 li {
    position: relative
}

    #main-menu-2 .main-menu-2 li.dropdown > a, #main-menu-2 .main-menu-2 li.menu-item-has-children > a {
        display: inherit;
        padding-right: 18px;
        position: relative
    }

        #main-menu-2 .main-menu-2 li.dropdown > a:after, #main-menu-2 .main-menu-2 li.menu-item-has-children > a:after {
            content: "\F107";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            margin-left: 5px
        }

#main-menu-2 .main-menu-2 ul {
    display: none;
    background-color: #f7f7f7;
    position: absolute;
    margin-top: 7px;
    left: 0;
    z-index: 99999;
    text-align: left;
    border-radius: 0
}

    #main-menu-2 .main-menu-2 ul > li:first-child {
        position: relative
    }

        #main-menu-2 .main-menu-2 ul > li:first-child:before {
            width: 100%;
            height: 2px;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            background: linear-gradient(to right,#0fa2dd,#33ccc0,#46eeaa)
        }

    #main-menu-2 .main-menu-2 ul li {
        display: block;
        position: relative;
        width: 100%
    }

        #main-menu-2 .main-menu-2 ul li:last-child > a {
            border-bottom: none
        }

        #main-menu-2 .main-menu-2 ul li.selected > a {
            color: #fff !important;
            background: #0da5df
        }

        #main-menu-2 .main-menu-2 ul li a {
            width: 100%;
            margin: 0;
            font-size: 15px;
            padding: 8px 30px 8px 30px;
            margin-right: 10px;
            line-height: 30px;
            transition: all ease-in-out .3s;
            border-top: none;
            white-space: nowrap;
            display: block;
            color: #1a1a1a
        }

@media all and (max-width:849px) {
    #main-menu-2 .main-menu-2 ul li a {
        border: none;
        padding: 2px 10px
    }
}

#main-menu-2 .main-menu-2 ul li a:hover {
    text-decoration: none;
    background: #0da5df;
    color: #fff !important
}

#main-menu-2 .main-menu-2 ul li ul {
    display: none;
    position: absolute;
    padding: inherit;
    top: 0;
    left: 100%;
    background: #fff;
    margin-top: 0
}

    #main-menu-2 .main-menu-2 ul li ul:after {
        border: none
    }

.search-icon-2 {
    transition: all ease-in-out .3s
}

    .search-icon-2:hover {
        color: #0da5df
    }

@media all and (max-width:1199px) {
    .search-icon-2 i.fas {
        font-size: 26px;
        margin-top: 2px
    }
}

@media screen and (min-width:1200px) {
    .search-icon-2 i.fas {
        font-size: 14px
    }
}

.social-profiles-list li {
    display: inline-block;
    font-size: 17px;
    margin-right: 30px
}

    .social-profiles-list li a {
        color: #1a1a1a;
        transition: all .4s ease-in-out
    }

        .social-profiles-list li a:hover {
            opacity: .7;
            color: #979797;
            transition: all .4s ease-in-out
        }

#hamburger {
    cursor: pointer;
    padding: 10px 35px 16px 0;
    display: none
}

@media all and (max-width:1199px) {
    #hamburger {
        display: block;
        margin-left: 20px
    }
}

#hamburger span, #hamburger span:after, #hamburger span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #1a1a1a;
    position: absolute;
    display: inline-block;
    content: ''
}

    #hamburger span:before {
        top: -10px
    }

    #hamburger span:after {
        bottom: -10px
    }

    #hamburger span, #hamburger span:after, #hamburger span:before {
        transition: all .3s cubic-bezier(.645,.045,.355,1)
    }

#hamburger.active span {
    background-color: transparent
}

    #hamburger.active span:after, #hamburger.active span:before {
        top: 0
    }

    #hamburger.active span:before {
        transform: rotate(45deg)
    }

    #hamburger.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        top: 10px
    }

.moby > ul {
    margin-top: 10px
}

.moby ul li a {
    padding: 8px 45px 8px 30px;
    font-family: Poppins,sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #1a1a1a;
    text-decoration: none;
    text-transform: uppercase
}

.moby ul li > ul {
    margin-top: -5px
}

.moby ul li ul li a {
    padding: 8px 45px 8px 45px;
    font-size: 16px;
    line-height: 1.2
}

.moby ul li ul:not(.sub-menu) {
    margin-left: 15px
}

.moby .moby-close {
    background-image: linear-gradient(90deg,#0fa2dd 0,#38d6b9 51%,#46edaa);
    justify-content: center !important;
    padding: 0 !important;
    height: 90px;
    display: flex;
    justify-items: center;
    align-items: center
}

@media screen and (min-width:767px) and (max-width:991px) {
    .moby .moby-close {
        height: 80px
    }
}

.moby .moby-close .moby-close-icon {
    margin-right: 0 !important
}

    .moby .moby-close .moby-close-icon:after, .moby .moby-close .moby-close-icon:before {
        background: #fff
    }

.moby .moby-menu {
    margin-top: 10px
}

.project-accordion {
    border-top: 1px solid #eaebeb
}

    .project-accordion li {
        border-bottom: 1px solid #eaebeb
    }

        .project-accordion li a.toggle {
            padding-top: 25px;
            padding-bottom: 25px;
            font-weight: 500;
            font-size: 1.375rem;
            line-height: 1.75rem;
            width: 100%;
            display: block;
            color: #1a1a1a;
            transition: background .3s ease;
            position: relative
        }

@media all and (max-width:767px) {
    .project-accordion li a.toggle {
        font-size: 1.125rem;
        line-height: 1.375rem;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.project-accordion li a.toggle:after {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    margin-right: 4px;
    content: '';
    width: 11px;
    height: 7px;
    background: url(../i/sprite.png) 0 0 no-repeat
}

.project-accordion li a.toggle.active:after {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    margin-right: 4px;
    content: '';
    width: 11px;
    height: 7px;
    background: url(../i/sprite.png) 0 -7px no-repeat
}

.project-accordion li .inner {
    padding-left: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    display: none
}

    .project-accordion li .inner > ul {
        margin-top: -15px;
        display: flex;
        flex-wrap: wrap
    }

        .project-accordion li .inner > ul li {
            width: calc(50% - 9.5%);
            padding-top: 15px;
            padding-bottom: 15px;
            margin-right: 9.5%;
            display: flex;
            align-items: center
        }

@media all and (max-width:767px) {
    .project-accordion li .inner > ul li {
        width: 100%;
        margin-right: 5%
    }
}

.project-accordion li .inner > ul li small {
    width: 50%;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-right: 20px
}

@media all and (max-width:767px) {
    .project-accordion li .inner > ul li small {
        width: 60%;
        font-size: 1rem;
        line-height: 1.375rem
    }
}

.project-accordion li .inner > ul li span {
    width: 50%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding-right: 10px
}

@media all and (max-width:767px) {
    .project-accordion li .inner > ul li span {
        width: 40%;
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 600
    }
}

.project-accordion li .inner > .accordion-paragraphs-wrapper {
    display: flex;
    flex-wrap: wrap
}

    .project-accordion li .inner > .accordion-paragraphs-wrapper p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 400;
        width: calc(50% - 9.5%);
        margin-right: 9.5%;
        text-align: justify;
        margin-bottom: 15px
    }

@media all and (max-width:767px) {
    .project-accordion li .inner > .accordion-paragraphs-wrapper p {
        width: 100%;
        margin-right: 5%
    }
}

.tabs:after {
    display: table;
    content: '';
    clear: both
}

.tabs li {
    float: left;
    display: block;
    margin-right: 30px
}

    .tabs li:last-child {
        margin-right: 0
    }

    .tabs li a {
        font-weight: 500;
        text-transform: uppercase;
        position: relative;
        transition: all .3s ease-in-out;
        font-size: 1rem;
        line-height: 1.625rem
    }

@media all and (min-width:575px) and (max-width:991px) {
    .tabs li a {
        font-size: 1.0625rem;
        line-height: 1.6875rem
    }
}

@media all and (min-width:992px) {
    .tabs li a {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.tabs li a:after {
    transition: all .3s ease-in-out;
    content: '';
    width: 0;
    height: 6px;
    position: absolute;
    bottom: 1px;
    right: 0;
    opacity: 0;
    margin-left: -7px;
    background-image: linear-gradient(to right,#0da5df 0,#46eeaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CC0C7', endColorstr='#FF46EEAA', GradientType=1);
    background-repeat: repeat-x
}

.tabs li a:hover:after {
    left: 0;
    width: calc(100% - 7px);
    opacity: 1
}

.tabs li a.active:after {
    left: 0;
    width: calc(100% - 7px);
    opacity: 1
}

.tabs-content {
    position: relative;
    z-index: 3;
    margin-top: 20px
}

    .tabs-content .tab-content {
        display: none
    }

        .tabs-content .tab-content.active {
            display: block
        }

.fade {
    opacity: 0;
    transition: opacity .3s
}

    .fade.in {
        opacity: 1
    }

#scrollTop {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translate(100%);
    min-width: 115px;
    height: 40px;
    margin-top: 90px;
    background-image: linear-gradient(90deg,#0fa2dd 0,#38d6b9 51%,#46edaa);
    color: #fff;
    text-align: center;
    font-size: .8rem;
    cursor: pointer;
    padding-right: 11px;
    padding-left: 11px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    z-index: 10;
    transition: all .3s ease-in-out
}

    #scrollTop.active {
        transform: translate(calc(100% - 40px))
    }

        #scrollTop.active:hover {
            transform: translate(0)
        }

.scrollTop__icon {
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 600
}

    .scrollTop__icon svg {
        width: 19px;
        display: block;
        margin-right: 12px
    }

        .scrollTop__icon svg path {
            fill: #fff
        }

#callNow {
    position: fixed;
    top: 40%;
    right: 0;
    transform: translate(calc(100% - 40px));
    min-width: 115px;
    height: 40px;
    background-image: linear-gradient(90deg,#0fa2dd 0,#38d6b9 51%,#46edaa);
    color: #fff;
    text-align: center;
    font-size: .8rem;
    cursor: pointer;
    padding-right: 12px;
    padding-left: 12px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    z-index: 10;
    transition: all .3s ease-in-out
}

    #callNow:hover {
        transform: translate(0)
    }

    #callNow .callNow__icon {
        height: 40px;
        padding-right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600
    }

        #callNow .callNow__icon svg {
            width: 18px;
            display: block;
            margin-right: 12px
        }

            #callNow .callNow__icon svg path {
                fill: #fff
            }

        #callNow .callNow__icon span {
            margin-top: 0;
            line-height: 1.2
        }

#testDrive {
    position: fixed;
    top: 40%;
    margin-top: 45px;
    right: 0;
    transform: translate(calc(100% - 40px));
    min-width: 115px;
    height: 40px;
    background-image: linear-gradient(90deg,#0fa2dd 0,#38d6b9 51%,#46edaa);
    color: #fff;
    text-align: center;
    font-size: .8rem;
    cursor: pointer;
    padding-right: 12px;
    padding-left: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    z-index: 10;
    transition: all .3s ease-in-out
}

    #testDrive:hover {
        transform: translate(0)
    }

    #testDrive .testDrive__icon {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600
    }

        #testDrive .testDrive__icon svg {
            width: 22px;
            display: block;
            margin-right: 12px
        }

            #testDrive .testDrive__icon svg path {
                fill: #fff
            }

        #testDrive .testDrive__icon span {
            margin-top: 0;
            line-height: 1.2
        }

.after-post-content-panel {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1
}

    .after-post-content-panel .post-tags-list {
        width: 80%
    }

@media all and (max-width:480px) {
    .after-post-content-panel .post-tags-list {
        width: 70%
    }
}

.after-post-content-panel .post-tags-list li {
    display: inline-block;
    margin-right: 5px
}

    .after-post-content-panel .post-tags-list li a {
        color: #0da5df;
        font-size: 1rem;
        transition: all ease-in-out .3s;
        text-decoration: none
    }

        .after-post-content-panel .post-tags-list li a:hover {
            color: #1a1a1a
        }

.after-post-content-panel .post-author-sign {
    width: 20%;
    text-align: right;
    font-size: 23px
}

@media all and (max-width:480px) {
    .after-post-content-panel .post-author-sign {
        width: 30%
    }
}

.material-form {
    overflow: hidden
}

    .material-form .form-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
        flex-wrap: wrap
    }

        .material-form .form-row:last-child {
            margin-bottom: 0
        }

    .material-form .material-text-input {
        width: 100%;
        height: 32px;
        border: none;
        border-bottom: 1px solid #1a1a1a;
        background-color: transparent;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
        color: #828282;
        font-weight: 300;
        transition: all ease-in-out .3s
    }

        .material-form .material-text-input:focus {
            border-bottom: 1px solid #0da5df
        }

    .material-form .custom-select-container.is-open .custom-select-opener {
        border-bottom: 1px solid #0da5df
    }

    .material-form .custom-select-container .custom-select-opener {
        background-color: transparent;
        padding-top: 10px;
        padding: 0;
        border-bottom: 1px solid #1a1a1a;
        font-size: 14px;
        color: #828282;
        font-weight: 300;
        transition: all ease-in-out .3s
    }

        .material-form .custom-select-container .custom-select-opener:before {
            content: "";
            display: inline-block;
            width: 7px;
            height: 7px;
            border-left: 1px solid #828282;
            border-bottom: 1px solid #828282;
            transform: rotate(-45deg);
            position: absolute;
            top: 11px;
            right: 10px;
            pointer-events: none
        }

    .material-form .custom-select-container .custom-select-option {
        background-color: #fafafa;
        z-index: 1;
        padding: 10px;
        box-shadow: 0 4px 5px #0003;
        font-size: 14px;
        color: #1a1a1a;
        font-weight: 300;
        padding: 3px 10px
    }

        .material-form .custom-select-container .custom-select-option.is-selected {
            color: #0da5df
        }

            .material-form .custom-select-container .custom-select-option.is-selected:before {
                content: "";
                padding-right: 0
            }

    .material-form .material-custom-textarea {
        height: 32px;
        overflow: hidden;
        border: 0;
        outline: 0;
        resize: none;
        border-bottom: 1px solid #1a1a1a;
        background-color: transparent;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        color: #828282;
        font-weight: 300;
        transition: all ease-in-out .3s
    }

        .material-form .material-custom-textarea:focus {
            border-bottom: 1px solid #0da5df
        }

        .material-form .material-custom-textarea::-webkit-input-placeholder {
            color: #828282
        }

        .material-form .material-custom-textarea:-moz-placeholder {
            color: #828282;
            opacity: 1
        }

        .material-form .material-custom-textarea::-moz-placeholder {
            color: #828282;
            opacity: 1
        }

        .material-form .material-custom-textarea:-ms-input-placeholder {
            color: #828282
        }

.page-introduction-widget {
    max-width: 799px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media all and (max-width:574px) {
    .page-introduction-widget {
        width: calc(100% - 60px);
        margin-top: -24%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .page-introduction-widget {
        width: 515px;
        margin-top: -150px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .page-introduction-widget {
        width: 690px;
        margin-top: -190px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .page-introduction-widget {
        width: 690px;
        margin-top: -190px
    }
}

@media all and (min-width:1200px) {
    .page-introduction-widget {
        width: 799px;
        margin-top: -215px
    }
}

.page-introduction-widget img {
    display: block;
    height: auto;
    margin: 0 auto
}

.page-introduction-widget .page-info {
    width: 100%;
    max-width: 56%;
    padding: 7% 7% 8% 7%;
    background: #2a2c32;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 13%;
    color: #fff
}

@media all and (max-width:574px) {
    .page-introduction-widget .page-info {
        margin-right: 0 !important;
        max-width: 80%;
        margin-top: 13%;
        padding: 7% 7% 7.5% 7%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .page-introduction-widget .page-info {
        max-width: 80%;
        padding: 8% 7% 8% 7%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .page-introduction-widget .page-info {
        max-width: 70%;
        padding: 7% 7% 8% 7%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .page-introduction-widget .page-info {
        margin-right: -20% !important;
        padding: 7% 7% 8% 7%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .page-introduction-widget .page-info {
        margin-right: -20% !important;
        padding: 7% 7% 8% 7%
    }
}

@media all and (min-width:1440px) {
    .page-introduction-widget .page-info {
        margin-right: -36% !important;
        padding: 7% 7% 8% 7%
    }
}

.page-introduction-widget .page-info h1, .page-introduction-widget .page-info h2, .page-introduction-widget .page-info h3, .page-introduction-widget .page-info h4, .page-introduction-widget .page-info h5, .page-introduction-widget .page-info h6 {
    color: inherit;
    text-transform: uppercase;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 5px;
    word-break: break-word
}

@media all and (max-width:574px) {
    .page-introduction-widget .page-info h1, .page-introduction-widget .page-info h2, .page-introduction-widget .page-info h3, .page-introduction-widget .page-info h4, .page-introduction-widget .page-info h5, .page-introduction-widget .page-info h6 {
        font-size: 1.75rem;
        line-height: 1.75rem
    }
}

.page-introduction-widget .page-info p {
    color: inherit;
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-left: 2px
}

@media all and (max-width:574px) {
    .page-introduction-widget .page-info p {
        font-size: .8125rem;
        line-height: .8125rem
    }
}

.about-us-widget {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1
}

@media all and (max-width:1199px) {
    .about-us-widget {
        flex-direction: column;
        align-items: center
    }
}

.about-us-widget .about-left-side {
    max-width: 43%;
    width: 100%;

    display: flex;
    align-items: center;
    padding-right: 3.4%;
    padding-top: 5%;
    padding-bottom: 5%
}

@media all and (max-width:767px) {
    .about-us-widget .about-left-side {
        order: 1;
        max-width: 100%;
        margin-bottom: 7%;
        padding: 10%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .about-us-widget .about-left-side {
        order: 1;
        max-width: 80%;
        margin-bottom: 7%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .about-us-widget .about-left-side {
        order: 1;
        max-width: 65%;
        margin-bottom: 7%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .about-us-widget .about-left-side {
        max-width: 53%
    }
}

@media all and (min-width:1440px) and (max-width:1599px) {
    .about-us-widget .about-left-side {
        max-width: 45%
    }
}

.about-us-widget .about-left-side .about-left-content {
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

@media all and (min-width:575px) and (max-width:767px) {
    .about-us-widget .about-left-side .about-left-content {
        width: 100%
    }
}

.about-us-widget .about-left-side .about-left-content .large-photo {
    max-width: 345px;
    width: 100%;
    margin-left: -37%
}

@media all and (max-width:767px) {
    .about-us-widget .about-left-side .about-left-content .large-photo {
        display: none
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .about-us-widget .about-left-side .about-left-content .large-photo {
        margin-left: -17%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .about-us-widget .about-left-side .about-left-content .large-photo {
        margin-left: -28%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .about-us-widget .about-left-side .about-left-content .large-photo {
        margin-left: -5%
    }
}

@media all and (min-width:1440px) and (max-width:1599px) {
    .about-us-widget .about-left-side .about-left-content .large-photo {
        margin-left: -20%
    }
}

.about-us-widget .about-left-side .about-left-content .about-details-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 40px;
    width: 100%
}

@media all and (max-width:767px) {
    .about-us-widget .about-left-side .about-left-content .about-details-list {
        margin-left: 0
    }
}

.about-us-widget .about-left-side .about-left-content .about-details-list li {
    margin-top: 38px;
    padding-bottom: 38px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: left
}

@media all and (max-width:767px) {
    .about-us-widget .about-left-side .about-left-content .about-details-list li:first-child {
        padding-top: 0;
        margin-top: 0
    }
}

.about-us-widget .about-left-side .about-left-content .about-details-list li:last-child {
    border-bottom: none
}

@media all and (max-width:767px) {
    .about-us-widget .about-left-side .about-left-content .about-details-list li:last-child {
        padding-bottom: 0
    }
}

.about-us-widget .about-left-side .about-left-content .about-details-list li .details-img {
    width: 86px;
    height: 86px;
    margin-right: 24px
}

.about-us-widget .about-left-side .about-left-content .about-details-list li .details-text-box {
    display: flex;
    flex-direction: column;
    color: #fff
}

    .about-us-widget .about-left-side .about-left-content .about-details-list li .details-text-box .details-title {
        display: block;
        font-weight: 700;
        font-size: 1.125rem;
        text-transform: uppercase;
        line-height: 1.5rem
    }

    .about-us-widget .about-left-side .about-left-content .about-details-list li .details-text-box .details-description {
        display: block;
        font-weight: 400;
        font-size: .875rem;
        line-height: 1.25rem
    }

.about-us-widget .about-right-side {
    max-width: 49%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1% 0 2% 0
}

@media all and (max-width:767px) {
    .about-us-widget .about-right-side {
        order: 2;
        max-width: 100%;
        padding-bottom: 0
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .about-us-widget .about-right-side {
        order: 2;
        max-width: 80%;
        padding-bottom: 0
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .about-us-widget .about-right-side {
        order: 2;
        max-width: 65%;
        padding-bottom: 0
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .about-us-widget .about-right-side {
        max-width: 42%;
        justify-content: space-around
    }
}

@media all and (min-width:1440px) and (max-width:1599px) {
    .about-us-widget .about-right-side {
        max-width: 47%
    }
}

.about-us-widget .about-right-side .about-right-side-top {
    color: #1a1a1a
}

    .about-us-widget .about-right-side .about-right-side-top .about-widget-title {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 20px
    }

@media all and (max-width:1199px) {
    .about-us-widget .about-right-side .about-right-side-top .about-widget-title {
        margin-bottom: 10px
    }
}

.about-us-widget .about-right-side .about-right-side-top .about-widget-description {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem
}

.about-us-widget .about-right-side .about-right-side-bottom {
    color: #1a1a1a;
    display: flex;
    align-items: center
}

@media all and (max-width:574px) {
    .about-us-widget .about-right-side .about-right-side-bottom {
        margin-top: 3%;
        flex-direction: column
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .about-us-widget .about-right-side .about-right-side-bottom {
        margin-top: 3%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .about-us-widget .about-right-side .about-right-side-bottom {
        margin-top: 3%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .about-us-widget .about-right-side .about-right-side-bottom {
        margin-top: 3%
    }
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview {
    margin-right: 20px;
    width: 247px;
    position: relative
}

@media all and (max-width:574px) {
    .about-us-widget .about-right-side .about-right-side-bottom .video-preview {
        width: 100%;
        height: 100%;
        margin-right: 0;
        margin-bottom: 3%
    }
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: .3;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: all .4s ease-in-out
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.about-us-widget .about-right-side .about-right-side-bottom .video-preview a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .4s ease-in-out;
    position: relative
}

    .about-us-widget .about-right-side .about-right-side-bottom .video-preview a:after {
        content: "";
        width: 43px;
        height: 43px;
        background: url(../i/play-btn.png) 0 0 no-repeat;
        position: absolute;
        left: calc(50% - 22px);
        right: 0;
        bottom: 0;
        top: calc(50% - 22px);
        display: block;
        z-index: 2
    }

    .about-us-widget .about-right-side .about-right-side-bottom .video-preview a img {
        position: relative
    }

.about-us-widget .about-right-side .about-right-side-bottom .video-preview-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    display: block
}

.about-us-widget .about-right-side .about-right-side-bottom .about-video-description {
    display: block;
    font-weight: 400;
    line-height: 1.625rem;
    font-size: 1rem
}

.project-features-widget {
    width: 100%;
    background: url(../i/mounts_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    padding: 100px 30px 80px 30px
}

@media all and (max-width:574px) {
    .project-features-widget {
        padding: 80px 2px 60px 2px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .project-features-widget {
        padding: 85px 4px 70px 4px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .project-features-widget {
        padding: 95px 30px 80px 30px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .project-features-widget {
        padding: 95px 30px 80px 30px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .project-features-widget {
        padding: 105px 30px 40px 30px
    }
}

@media only screen and (max-device-width:1366px) {
    .project-features-widget {
        background-attachment: scroll
    }
}

.project-features-widget .project-features-inner {
    max-width: 1490px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

@media all and (max-width:767px) {
    .project-features-widget .project-features-inner {
        justify-content: center
    }
}

.project-features-widget .project-features-inner .feature-box {
    width: calc(33% - 40px);
    display: flex;
    color: #fff;
    margin-bottom: 6%
}

@media all and (max-width:574px) {
    .project-features-widget .project-features-inner .feature-box {
        width: calc(100% - 40px);
        margin-bottom: 50px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .project-features-widget .project-features-inner .feature-box {
        width: calc(100% - 40px);
        margin-bottom: 50px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .project-features-widget .project-features-inner .feature-box {
        margin-top: 3%;
        width: calc(50% - 40px);
        margin-bottom: 50px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .project-features-widget .project-features-inner .feature-box {
        width: calc(50% - 40px);
        margin-bottom: 50px
    }
}

@media all and (min-width:1200px) {
    .project-features-widget .project-features-inner .feature-box {
        margin-top: 1%
    }
}

@media all and (max-width:767px) {
    .project-features-widget .project-features-inner .feature-box .masking-text {
        width: 100%;
        text-align: center
    }
}

.project-features-widget .project-features-inner .feature-box .masking-text span {
    display: inline-block;
    font-size: 16.25rem;
    line-height: 16.25rem;
    background: url(../i/car-mask.png) left top no-repeat;
    background-size: cover;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    position: relative;
    text-shadow: 1px 1px 10px rgba(70,221,175,.6)
}

@media all and (max-width:499px) {
    .project-features-widget .project-features-inner .feature-box .masking-text span {
        font-size: 9.375rem;
        line-height: 9.375rem
    }
}

@media all and (min-width:500px) and (max-width:767px) {
    .project-features-widget .project-features-inner .feature-box .masking-text span {
        font-size: 11.875rem;
        line-height: 11.875rem
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .project-features-widget .project-features-inner .feature-box .masking-text span {
        font-size: 12.5rem;
        line-height: 12.5rem
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .project-features-widget .project-features-inner .feature-box .masking-text span {
        font-size: 13.75rem;
        line-height: 13.75rem
    }
}

@media all and (min-width:1440px) and (max-width:1599px) {
    .project-features-widget .project-features-inner .feature-box .masking-text span {
        font-size: 13.75rem;
        line-height: 13.75rem
    }
}

.project-features-widget .project-features-inner .feature-box img {
    display: inline-block;
    margin-right: 20px
}

    .project-features-widget .project-features-inner .feature-box img:hover {
        cursor: pointer
    }

.project-features-widget .project-features-inner .feature-box .feature1 {
    width: 83px;
    height: 83px
}

.project-features-widget .project-features-inner .feature-box .feature2 {
    width: 84px;
    height: 84px
}

.project-features-widget .project-features-inner .feature-box .feature3 {
    width: 93px;
    height: 91px
}

.project-features-widget .project-features-inner .feature-box .feature4 {
    width: 90px;
    height: 86px
}

.project-features-widget .project-features-inner .feature-box .feature5 {
    width: 81px;
    height: 90px
}

.project-features-widget .project-features-inner .feature-box .feature-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    max-width: 250px;
    margin-bottom: 17px;
    margin-top: 12px;
  /*  text-transform: uppercase;*/
    word-break: break-word
}

@media all and (max-width:767px) {
    .project-features-widget .project-features-inner .feature-box .feature-title {
        margin-top: 3px
    }
}

.project-features-widget .project-features-inner .feature-box .feature-description {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.project-features-widget .project-features-inner .masking-text-wrap {
    margin-top: 2.5%
}

@media all and (min-width:768px) and (max-width:991px) {
    .project-features-widget .project-features-inner .masking-text-wrap {
        align-self: flex-start;
        margin-top: 0
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .project-features-widget .project-features-inner .masking-text-wrap {
        margin-top: 0;
        margin-bottom: 5.5%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .project-features-widget .project-features-inner .masking-text-wrap {
        margin-top: -10px;
        align-self: flex-start
    }
}

@media all and (min-width:1440px) and (max-width:1599px) {
    .project-features-widget .project-features-inner .masking-text-wrap {
        margin-top: -10px;
        align-self: flex-start
    }
}

.our-advantages-widget .advantages-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.our-advantages-widget .grid-item {
    width: 21%;
    min-height: 340px
}

.our-advantages-widget .advantage-item {
    background: #84878c;
    overflow: hidden;
    margin-bottom: 10px;
    transition: .3s
}

@media all and (max-width:574px) {
    .our-advantages-widget .advantage-item {
        margin-bottom: 15px
    }
}

.our-advantages-widget .advantage-item.active {
    background: #dd8a4c
}

.our-advantages-widget .advantage-item:hover {
    background: #dd8a4c;
    transition: .3s
}

.our-advantages-widget .advantage-item .advantage-text {
    color: #fff
}

    .our-advantages-widget .advantage-item .advantage-text .advantage-number {
        font-size: 45px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px
    }

    .our-advantages-widget .advantage-item .advantage-text .advantage-title {
        font-size: 20px;
        line-height: 30px;
        /*text-transform: uppercase;*/
        font-weight: 700;
        margin-bottom: 15px
    }

    .our-advantages-widget .advantage-item .advantage-text .advantage-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px
    }

.our-advantages-widget .advantage-type1 {
    max-width: calc(66.6% - 10px);
    width: 100%;
    min-height: 325px;
    justify-content: space-between;
    display: flex;
    padding-top: 4.5%;
    padding-bottom: 2%;
    padding-left: 3.5%
}

@media all and (max-width:574px) {
    .our-advantages-widget .advantage-type1 {
        max-width: 100%;
        padding: 0;
        flex-direction: column
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-advantages-widget .advantage-type1 {
        max-width: 100%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-advantages-widget .advantage-type1 {
        padding-left: 3%
    }
}

.our-advantages-widget .advantage-type1 .advantage-text {
    max-width: 49%
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type1 .advantage-text {
        max-width: 100%;
        padding: 10% 3% 10% 10%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-advantages-widget .advantage-type1 .advantage-text {
        max-width: 60%;
        padding-right: 3%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-advantages-widget .advantage-type1 .advantage-text {
        max-width: 55%;
        padding-right: 3%
    }
}

.our-advantages-widget .advantage-type1 .image-wrap {
    text-align: right
}

    .our-advantages-widget .advantage-type1 .image-wrap img {
        display: inline-block;
        width: 100%
    }

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type1 .image-wrap img {
        max-width: 100%;
        padding: 0 0 0 10%
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .our-advantages-widget .advantage-type1 .image-wrap img {
        margin-top: 40%
    }
}

.our-advantages-widget .advantage-type2 {
    background: #4b4f54;
    max-width: calc(26.8% - 10px);
    width: 100%;
    padding-top: 5%;
    padding-left: 3%;
    padding-bottom: 1%
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type2 {
        padding: 0
    }
}

@media all and (max-width:574px) {
    .our-advantages-widget .advantage-type2 {
        max-width: 100%;
        margin-left: 0
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-advantages-widget .advantage-type2 {
        max-width: calc(50% - 1px)
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-advantages-widget .advantage-type2 {
        max-width: calc(31.8% - 10px)
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-advantages-widget .advantage-type2 {
        max-width: calc(28.8% - 10px)
    }
}

.our-advantages-widget .advantage-type2 .advantage-text {
    max-width: 245px;
    padding-right: 5%
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type2 .advantage-text {
        padding: 10% 10% 4% 10%;
        max-width: 100%
    }
}

.our-advantages-widget .advantage-type2 .img-wrap {
    text-align: right
}

    .our-advantages-widget .advantage-type2 .img-wrap img {
        display: inline-block;
        width: 85%;
        margin-top: 7%
    }

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type2 .img-wrap img {
        max-width: 60%
    }
}

.our-advantages-widget .advantage-type3 {
    max-width: calc(39.7% - 10px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5%
}

@media all and (max-width:574px) {
    .our-advantages-widget .advantage-type3 {
        max-width: 100%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-advantages-widget .advantage-type3 {
        max-width: calc(50% - 10px)
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-advantages-widget .advantage-type3 {
        max-width: calc(34.7% - 10px)
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-advantages-widget .advantage-type3 {
        max-width: calc(37.7% - 10px)
    }
}

.our-advantages-widget .advantage-type3 .advantage-text {
    max-width: 415px;
    padding: 0 9.5%;
    margin-bottom: 5%
}

@media all and (min-width:1200px) {
    .our-advantages-widget .advantage-type3 .advantage-text {
        margin-bottom: 20%
    }
}

.our-advantages-widget .advantage-type3 .image-wrap {
    text-align: center
}

    .our-advantages-widget .advantage-type3 .image-wrap img {
        display: inline-block
    }

.our-advantages-widget .advantage-type4 {
    max-width: calc(34.2% - 10px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 4.6%;
    padding-left: 3.5%;
    padding-right: 3.5%;
    padding-bottom: 3.5%
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type4 {
        padding: 0
    }
}

@media all and (max-width:574px) {
    .our-advantages-widget .advantage-type4 {
        max-width: 100%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-advantages-widget .advantage-type4 {
        max-width: calc(50% - 10px)
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-advantages-widget .advantage-type4 {
        max-width: calc(34.6% - 10px)
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-advantages-widget .advantage-type4 {
        max-width: calc(34.4% - 10px)
    }
}

.our-advantages-widget .advantage-type4 .advantage-text {
    max-width: 340px
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type4 .advantage-text {
        padding: 10%;
        max-width: 100%
    }
}

.our-advantages-widget .advantage-type5 {
    background: #4b4f54 url(../i/advantege5.png) 125% 122% no-repeat;
    max-width: calc(34.2% - 10px);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 5% 2% 2% 3.5%
}

@media all and (max-width:574px) {
    .our-advantages-widget .advantage-type5 {
        max-width: 100%;
        margin-bottom: 0;
        padding: 0
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-advantages-widget .advantage-type5 {
        max-width: calc(50% - 1px)
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-advantages-widget .advantage-type5 {
        max-width: calc(34.6% - 10px)
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-advantages-widget .advantage-type5 {
        max-width: calc(34.4% - 10px)
    }
}

.our-advantages-widget .advantage-type5:hover {
    background: #dd8a4c url(../i/advantege5.png) 125% 122% no-repeat
}

.our-advantages-widget .advantage-type5 .advantage-text {
    max-width: 340px
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-advantages-widget .advantage-type5 .advantage-text {
        max-width: 100%;
        padding: 10%
    }
}

.company-description-widget {
    width: 100%;
    background: url(../i/company-desc-bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    background-attachment: fixed;
    padding: 180px 30px 180px 30px
}

@media all and (max-width:574px) {
    .company-description-widget {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .company-description-widget {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .company-description-widget {
        padding-top: 160px;
        padding-bottom: 160px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .company-description-widget {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .company-description-widget {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media only screen and (max-device-width:1366px) {
    .company-description-widget {
        background-attachment: scroll
    }
}

.company-description-widget .project-features-inner {
    max-width: 1490px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

    .company-description-widget .project-features-inner .masking-text-wrap {
        margin-top: 0 !important
    }

@media all and (max-width:767px) {
    .company-description-widget .project-features-inner .masking-text-wrap {
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .company-description-widget .project-features-inner .masking-text-wrap {
        margin-top: 0 !important
    }
}

.company-description-widget .project-features-inner .masking-text-wrap .masking-text {
    text-align: center
}

    .company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
        display: inline-block;
        font-size: 18.75rem;
        line-height: 18.75rem;
        background: url(../i/car-mask.png) left top no-repeat;
        background-size: cover;
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        font-weight: 700;
        position: relative;
        text-shadow: 1px 1px 10px rgba(70,221,175,.6);
        margin-top: -35px
    }

@media all and (min-width:320px) and (max-width:574px) {
    .company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
        font-size: 11.25rem;
        line-height: 11.25rem;
        margin-bottom: 45px
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
        margin-bottom: 55px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
        margin-top: -20px;
        font-size: 11.25rem;
        line-height: 11.25rem
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .company-description-widget .project-features-inner .masking-text-wrap .masking-text span {
        margin-top: -25px;
        font-size: 14.375rem;
        line-height: 14.375rem
    }
}

.company-description-widget .project-features-inner .feature-box {
    width: calc(33% - 27px);
    color: #fff
}

@media all and (max-width:767px) {
    .company-description-widget .project-features-inner .feature-box:last-child {
        margin-top: 0
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .company-description-widget .project-features-inner .feature-box:last-child {
        margin-top: 0
    }
}

.company-description-widget .project-features-inner .feature-box p:last-child {
    margin-bottom: 0
}

@media all and (max-width:991px) {
    .company-description-widget .project-features-inner .feature-box {
        width: 100%;
        text-align: justify
    }
}

.company-description-widget .project-features-inner .feature-box .feature-title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.875rem;
    text-transform: uppercase
}

.company-description-widget .project-features-inner .feature-box .feature-description {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 35px;
    display: block
}

.company-description-widget .project-features-inner .feature-box p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 30px
}

@media all and (max-width:767px) {
    .company-description-widget .project-features-inner .feature-box p {
        margin-bottom: 20px
    }
}

.our-team-widget {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-left: 30px;
    padding-right: 30px
}

    .our-team-widget .our-team-bg {
        position: absolute;
        top: 0;
        left: 0;
        opacity: .1
    }

@media all and (max-width:767px) {
    .our-team-widget .our-team-bg {
        display: none
    }
}

@media all and (min-width:768px) and (max-width:1439px) {
    .our-team-widget .our-team-bg {
        top: 50%;
        transform: translate(0,-50%)
    }
}

.our-team-widget .our-team-features-inner {
    max-width: 1586px;
    width: 100%;
    margin: 0 auto
}

    .our-team-widget .our-team-features-inner .our-team-slider-box {
        position: relative
    }

        .our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
            max-width: 50%;
            width: 100%;
            display: flex;
            word-break: break-all
        }

@media all and (min-width:320px) and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
        flex-direction: column;
        flex-wrap: wrap;
        max-width: 100%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
        max-width: 100%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
        max-width: 60%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details {
        max-width: 60%
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
    width: 35%;
    border-right: 1px solid #d5d5d5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 10px 2% 10px 0
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
        border-right: 0;
        padding: 0 0 5px 0
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
        width: 45%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
        width: 50%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
        width: 45%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side {
        width: 50%
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    display: block
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-position {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-top: -3px
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list {
    margin-top: 20px
}

@media all and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list {
        margin-top: 15px;
        width: 100%;
        margin-bottom: 12px
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li {
    display: inline-block;
    margin-right: 15%
}

@media all and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li {
        margin-right: 7%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li {
        margin-right: 10%
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li:last-child {
    margin-right: 0
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li a {
    display: inline-block;
    transition: all .3s ease-in-out
}

    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li a i {
        display: inherit;
        font-size: 16px
    }

    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-left-side .member-social-list li a:hover {
        transition: all .3s ease-in-out;
        color: #0da5df
    }

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
    width: 65%;
    margin-left: 11%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
        width: 100%;
        margin-left: 0;
        padding-top: 15px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
        width: 55%;
        margin-left: 9%;
        padding-right: 10px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
        width: 50%;
        margin-left: 7%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
        width: 55%;
        margin-left: 7%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side {
        width: 50%
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address span {
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
    margin-bottom: 3px
}

@media all and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
        margin-bottom: 10px
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-email, .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px
}

@media all and (min-width:575px) and (max-width:991px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-email, .our-team-widget .our-team-features-inner .our-team-slider-box .member-details .detail-right-side address .member-phone {
        font-size: 16px
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider {
    max-width: 76%;
    width: 100%;
    margin-top: 72px
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .members-slider {
        margin-top: 200px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .members-slider {
        margin-top: 200px
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .owl-item .slide {
    background: #e8e8e8
}

    .our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .owl-item .slide a:hover {
        cursor: default
    }

@media all and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .center .slide {
        background: #fff
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .lastActiveItem {
    transition: all .4s ease-in-out
}

    .our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .lastActiveItem .slide {
        background: #fff
    }

        .our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .lastActiveItem .slide a {
            display: block
        }

.our-team-widget .our-team-features-inner .our-team-slider-box .members-slider .hidden-data {
    display: none
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
    max-width: 34%;
    width: 100%;
    height: 112%;
    background: #1a1a1a url(../i/members-slider-control_bg.png) left bottom no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-right: 8%;
    padding-top: 10%;
    padding-bottom: 10%
}

@media all and (min-width:320px) and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
        max-width: 60%;
        margin-top: 240px;
        height: 75%;
        padding-top: 12%;
        padding-bottom: 12%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
        max-width: 37%;
        margin-top: 180px;
        height: 83%;
        padding-top: 12%;
        padding-bottom: 12%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box {
        max-width: 36%
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .current-slide-number {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 15%
}

@media all and (min-width:575px) and (max-width:767px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .current-slide-number {
        font-size: 50px
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: #fff;
    margin-right: 5%
}

    .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li {
        display: inline-block;
        float: left;
        position: relative
    }

        .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.prev-ctrl {
            margin-bottom: 20px
        }

        .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.next-ctrl {
            margin-top: 20px
        }

        .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .next-txt, .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .prev-txt {
            -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
            display: block;
            font-size: 20px;
            font-weight: 600;
            cursor: pointer;
            transition: all .3s ease-in-out
        }

            .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .next-txt:hover, .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li .prev-txt:hover {
                opacity: .7
            }

        .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.separator {
            width: 1px;
            height: 355px;
            display: inline-block;
            background: #fff;
            margin-left: calc(50% - 2px);
            z-index: 1
        }

@media all and (min-width:320px) and (max-width:574px) {
    .our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.separator {
        height: 100%
    }
}

.our-team-widget .our-team-features-inner .our-team-slider-box .slider-controls-box .controls-list li.separator .active-slide {
    width: 1px;
    display: inline-block;
    background: #224338;
    margin-top: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.models-slider-widget .models-slider {
    max-width: 1950px;
    width: 100%;
    padding: 85px 58px 0 58px;
    position: relative;
    z-index: 2;
    min-height: 610px
}

@media all and (min-width:992px) {
    .models-slider-widget .models-slider {
        min-height: 800px
    }
}

.models-slider-widget .models-slider:before {
    content: "";
    width: 100%;
    min-height: 440px;
    background: #84878c;
    position: absolute;
    left: 0;
    top: 0
}

@media all and (min-width:320px) and (max-width:574px) {
    .models-slider-widget .models-slider:before {
        min-height: 440px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .models-slider-widget .models-slider:before {
        min-height: 440px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .models-slider-widget .models-slider:before {
        min-height: 43%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .models-slider-widget .models-slider:before {
        min-height: 420px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .models-slider-widget .models-slider:before {
        min-height: 37.5%
    }
}

@media all and (min-width:1440px) and (max-width:1779px) {
    .models-slider-widget .models-slider:before {
        min-height: 41%
    }
}

.models-slider-widget .models-slider .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 10%;
    z-index: 3;
    pointer-events: none
}

@media all and (min-width:320px) and (max-width:574px) {
    .models-slider-widget .models-slider .owl-nav {
        margin-top: 32%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .models-slider-widget .models-slider .owl-nav {
        margin-top: 26%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .models-slider-widget .models-slider .owl-nav {
        margin-top: 19%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .models-slider-widget .models-slider .owl-nav {
        margin-top: 18%
    }
}

.models-slider-widget .models-slider .owl-nav button {
    pointer-events: visible
}

    .models-slider-widget .models-slider .owl-nav button:hover {
        background: 0 0
    }

    .models-slider-widget .models-slider .owl-nav button svg {
        fill: #fff;
        opacity: .4;
        transition: opacity .3s ease-in-out
    }

        .models-slider-widget .models-slider .owl-nav button svg:hover {
            opacity: 1
        }

.models-slider-widget .models-slider .owl-nav .owl-prev {
    margin-left: 20px
}

.models-slider-widget .models-slider .owl-nav .owl-next {
    margin-right: 20px
}

.models-slider-widget .models-slider .owl-stage-outer {
    max-width: 1920px;
    width: 100%
}

.models-slider-widget .models-slider .slide {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2
}

    .models-slider-widget .models-slider .slide .slide-header {
        color: #fff;
        margin-bottom: 20%;
        padding: 0 40px;
        margin-left: 10px
    }

@media all and (min-width:320px) and (max-width:574px) {
    .models-slider-widget .models-slider .slide .slide-header {
        padding: 0
    }
}

@media all and (max-width:767px) {
    .models-slider-widget .models-slider .slide .slide-header {
        margin-bottom: 12.5%
    }
}

.models-slider-widget .models-slider .slide .slide-header .model-name {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-transform: uppercase
}

.models-slider-widget .models-slider .slide .slide-header .model-price {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400
}

.models-slider-widget .models-slider .slide .model-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative
}

    .models-slider-widget .models-slider .slide .model-content .model-image {
        width: 95%;
        height: auto;
        display: inline-block;
        position: relative;
        z-index: 3;
        margin: 0 auto
    }

@media all and (min-width:320px) and (max-width:574px) {
    .models-slider-widget .models-slider .slide .model-content .model-image {
        width: 90%
    }
}

.models-slider-widget .models-slider .slide .model-content .model-details {
    width: calc(100% - 14px);
    display: block;
    padding: 0 7% 10% 7%;
    margin-top: -20%;
    z-index: 2;
    background: #fff;
    border-bottom: solid 3px transparent;
    background-clip: padding-box;
    box-shadow: 0 5px 7px 0 rgba(0,0,0,.15);
    position: relative
}

@media all and (min-width:992px) {
    .models-slider-widget .models-slider .slide .model-content .model-details {
        display: none
    }
}

.models-slider-widget .models-slider .slide .model-content .model-details:before {
    width: 100%;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-bottom: -2px;
    background: linear-gradient(to right,#0fa2dd,#33ccc0,#46eeaa)
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list {
    margin-top: 25%
}

    .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li {
        display: block;
        margin-bottom: 20px
    }

        .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li:last-child {
            margin-bottom: 0
        }

        .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small, .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
            display: block;
            color: #1a1a1a;
            word-break: break-word
        }

@media all and (min-width:1880px) {
    .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small, .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
        width: 80%
    }
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 1.75rem
}

@media all and (max-width:767px) {
    .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li span {
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: 600
    }
}

.models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-top: 3px
}

@media all and (max-width:767px) {
    .models-slider-widget .models-slider .slide .model-content .model-details .technical-details-list li small {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.models-slider-widget .models-slider .slide .model-content .model-details .battery-box {
    display: flex;
    align-items: center;
    margin-top: 28px
}

    .models-slider-widget .models-slider .slide .model-content .model-details .battery-box img {
        display: inline-block;
        width: 30px;
        height: 35px
    }

    .models-slider-widget .models-slider .slide .model-content .model-details .battery-box .battery-info span {
        display: block;
        font-size: 1rem;
        line-height: 1.125rem;
        color: #1a1a1a;
        margin-left: 15px
    }

@media all and (max-width:767px) {
    .models-slider-widget .models-slider .slide .model-content .model-details .battery-box .battery-info span {
        font-size: .9375rem;
        line-height: 1.0625rem
    }
}

.project-gallery-widget {
    overflow: hidden
}

    .project-gallery-widget .project-gallery {
        margin-left: -5px;
        margin-right: -5px
    }

@media all and (min-width:575px) and (max-width:991px) {
    .project-gallery-widget .project-gallery {
        margin-left: -15px;
        margin-right: -15px
    }
}

@media all and (min-width:992px) {
    .project-gallery-widget .project-gallery {
        margin-left: -30px;
        margin-right: -30px
    }
}

.project-gallery-widget .project-gallery .grid-item, .project-gallery-widget .project-gallery .grid-sizer {
    width: calc(25% - 5px);
    height: auto;
    margin-bottom: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
    .project-gallery-widget .project-gallery .grid-item, .project-gallery-widget .project-gallery .grid-sizer {
        width: calc(25% - 15px);
        margin-bottom: 15px
    }
}

@media all and (min-width:992px) {
    .project-gallery-widget .project-gallery .grid-item, .project-gallery-widget .project-gallery .grid-sizer {
        width: calc(25% - 30px);
        margin-bottom: 30px
    }
}

.project-gallery-widget .project-gallery .grid-item--width2 {
    width: calc(50% - 5px);
    height: auto
}

@media all and (min-width:575px) and (max-width:991px) {
    .project-gallery-widget .project-gallery .grid-item--width2 {
        width: calc(50% - 15px)
    }
}

@media all and (min-width:992px) {
    .project-gallery-widget .project-gallery .grid-item--width2 {
        width: calc(50% - 30px)
    }
}

.project-gallery-widget .project-gallery .gutter-sizer {
    width: 5px
}

@media all and (min-width:575px) and (max-width:991px) {
    .project-gallery-widget .project-gallery .gutter-sizer {
        width: 15px
    }
}

@media all and (min-width:992px) {
    .project-gallery-widget .project-gallery .gutter-sizer {
        width: 30px
    }
}

.new-models-widget {
    display: none
}

@media all and (min-width:320px) {
    .new-models-widget {
        display: block
    }
}

.new-models-widget .new-models-gallery #new-model-vertical-list {
    max-width: 68%;
    width: 100%
}

@media all and (min-width:320px) and (max-width:574px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list {
        max-width: 70%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list {
        max-width: 60%
    }
}

.new-models-widget .new-models-gallery #new-model-vertical-list li {
    position: relative;
    height: auto !important;
    padding-top: 8%;
    padding-bottom: 8%
}

    .new-models-widget .new-models-gallery #new-model-vertical-list li.active {
        background: #f8f8f8
    }

    .new-models-widget .new-models-gallery #new-model-vertical-list li a {
        display: flex;
        justify-content: center;
        align-items: center
    }

        .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
            margin: 0 auto
        }

@media all and (min-width:320px) and (max-width:574px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
        width: 90%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
        width: 90%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
        width: 80%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a img {
        width: 90%
    }
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
    max-width: 270px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 9%;
    margin-right: 9%
}

@media all and (max-width:767px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
        display: none
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
        text-align: right;
        margin-top: 5%;
        margin-right: 5%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data {
        margin-top: 6%;
        margin-right: 6%
    }
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data .model-name {
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 700;
    color: #1a1a1a
}

.new-models-widget .new-models-gallery #new-model-vertical-list li a .model-data .model-price {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400
}

.new-models-widget .new-models-gallery .lSPager {
    max-width: 32% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1a1a1a;
    padding: 2.5%;
    margin-left: 0 !important
}

@media all and (min-width:320px) and (max-width:574px) {
    .new-models-widget .new-models-gallery .lSPager {
        max-width: 30% !important;
        padding: 2.5%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .new-models-widget .new-models-gallery .lSPager {
        max-width: 40% !important;
        padding: 2.5%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .new-models-widget .new-models-gallery .lSPager {
        padding: 1.5%
    }
}

.new-models-widget .new-models-gallery .lSPager li {
    height: auto !important;
    display: flex;
    align-items: center;
    background: #2a2c32;
    padding: 8% 4%;
    border-radius: 0 !important
}

@media all and (max-width:991px) {
    .new-models-widget .new-models-gallery .lSPager li {
        padding: 5%
    }
}

.new-models-widget .new-models-gallery .lSPager li.active {
    background: #84878c
}

.new-models-widget .new-models-gallery .lSPager li a {
    display: flex;
    align-items: center;
    color: #fff
}

@media all and (min-width:320px) and (max-width:574px) {
    .new-models-widget .new-models-gallery .lSPager li a {
        display: block
    }
}

.new-models-widget .new-models-gallery .lSPager li a img {
    width: 50%;
    padding-right: 15px
}

@media all and (min-width:320px) and (max-width:574px) {
    .new-models-widget .new-models-gallery .lSPager li a img {
        width: 80%;
        padding-right: 0;
        margin: 0 auto
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .new-models-widget .new-models-gallery .lSPager li a img {
        width: 50%;
        padding-right: 10px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .new-models-widget .new-models-gallery .lSPager li a img {
        width: 50%;
        padding-right: 10px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .new-models-widget .new-models-gallery .lSPager li a img {
        width: 47%
    }
}

@media all and (min-width:320px) and (max-width:574px) {
    .new-models-widget .new-models-gallery .lSPager li a .slide-data {
        display: none
    }
}

.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
    font-size: 1rem;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-weight: 700
}

@media all and (min-width:575px) and (max-width:767px) {
    .new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
        font-size: .75rem;
        line-height: 1rem
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .new-models-widget .new-models-gallery .lSPager li a .slide-data .model-name {
        font-size: .875rem;
        line-height: 1rem
    }
}

.new-models-widget .new-models-gallery .lSPager li a .slide-data .model-price {
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400
}

@media all and (max-width:991px) {
    .new-models-widget .new-models-gallery .lSPager li a .slide-data .model-price {
        display: none
    }
}

.new-models-widget .new-models-gallery .lSSlideOuter {
    padding-right: 0 !important;
    display: flex
}

.model-features-widget .owl-theme .owl-nav [class*=owl-] {
    margin: 0
}

.model-features-widget .simple-page-heading .heading-title {
    font-weight: 800;
    margin: 0
}

.model-features-widget .model-features-wrapper {
    margin-top: 9%
}

    .model-features-widget .model-features-wrapper .model-features-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap
    }

@media all and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top {
        flex-direction: column
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
    max-width: 56%;
    width: 100%
}

@media all and (max-width:574px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
        max-width: 100%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
        max-width: 80%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
        max-width: 80%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left {
        max-width: 50%
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-1c3648 {
    background: #1c3648
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-8f9192 {
    background: #8f9192
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-f21a1a {
    background: #f21a1a
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-040b10 {
    background: #040b10
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-064803 {
    background: #064803
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-4e4e4e {
    background: #4e4e4e
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-1c3648 {
    background: #1c3648
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter {
    max-width: 400px;
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto;
    padding: 0 50px;
    position: relative
}

@media all and (max-width:574px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter {
        width: 100%;
        margin: 10px auto 10px auto
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter {
        width: 80%;
        margin: 40px auto 40px auto
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab {
    width: 42px;
    height: 42px;
    border-radius: 99px;
    margin: 0 auto
}

@media all and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab {
        width: 38px;
        height: 38px
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab.active:after {
    padding-top: 2px;
    font-size: .8125rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    color: #fff
}

@media all and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab.active:after {
        padding-top: 0;
        font-size: .6875rem
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .model-tab:hover {
    cursor: pointer
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none
}

@media all and (max-width:574px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
        margin-top: 10px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
        margin-top: 10px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
        margin-top: 10px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav {
        margin-top: 3%
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button {
    pointer-events: visible
}

    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button:hover {
        background: 0 0
    }

    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button svg {
        fill: #1a1a1a;
        opacity: 1;
        transition: opacity .3s ease-in-out
    }

        .model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav button svg:hover {
            opacity: 1
        }

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav .owl-prev {
    margin-left: 20px
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-left .color-filter .owl-nav .owl-next {
    margin-right: 20px
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
    max-width: 44%;
    width: 100%
}

@media all and (max-width:574px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
        max-width: 100%;
        margin-top: 10%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
        max-width: 100%;
        margin-top: 10%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
        max-width: 100%;
        margin-top: 10%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right {
        max-width: 50%
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
    width: calc(100% - 105px);
    float: right;
    display: block;
    padding: 0 0 10% 5px;
    z-index: 2;
    background: #fff;
    border-bottom: solid 3px transparent;
    background-clip: padding-box;
    position: relative
}

@media all and (min-width:992px) and (max-width:1199px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
        width: calc(100% - 65px)
    }
}

@media all and (max-width:991px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details {
        width: 100%
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details:before {
    width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin-bottom: -2px;
    background: linear-gradient(to right,#0fa2dd,#33ccc0,#46eeaa)
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dt {
        width: 45%;
        font-size: 17px;
        line-height: normal;
        margin-bottom: 10px;
        font-weight: 600
    }

@media all and (max-width:767px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dt {
        width: 50%
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dd {
    width: 55%;
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 400
}

@media all and (max-width:767px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .technical-details-box .technical-details-list dd {
        width: 50%
    }
}

.model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box {
    display: flex;
    align-items: center;
    margin-top: 28px
}

    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box img {
        display: inline-block;
        width: 30px;
        height: 35px
    }

    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box .battery-info span {
        display: block;
        font-size: 1rem;
        line-height: 1.125rem;
        color: #1a1a1a;
        margin-left: 15px
    }

@media all and (max-width:767px) {
    .model-features-widget .model-features-wrapper .model-features-top .model-features-top-right .model-details .battery-box .battery-info span {
        font-size: .9375rem;
        line-height: 1.0625rem
    }
}

.model-features-widget .model-features-wrapper .model-features-bottom {
    margin-top: 10%
}

.full-size-video-widget {
    display: flex;
    flex-direction: column
}

@media all and (max-width:574px) {
    .full-size-video-widget {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .full-size-video-widget {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .full-size-video-widget {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .full-size-video-widget {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .full-size-video-widget {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.full-size-video-widget .video-preview {
    position: relative
}

    .full-size-video-widget .video-preview:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        transition: opacity .4s ease-in-out
    }

    .full-size-video-widget .video-preview:hover a:after {
        content: '';
        opacity: .8
    }

    .full-size-video-widget .video-preview a {
        width: 100%;
        height: 100%;
        display: block;
        transition: all .4s ease-in-out;
        position: relative
    }

        .full-size-video-widget .video-preview a:after {
            content: '';
            width: 82px;
            height: 82px;
            background: url(../i/play-btn-2.png) 0 0 no-repeat;
            position: absolute;
            left: calc(50% - 22px);
            right: 0;
            bottom: 0;
            top: calc(50% - 22px);
            display: block;
            z-index: 2;
            transition: all .4s ease-in-out;
            background-size: cover
        }

@media all and (max-width:574px) {
    .full-size-video-widget .video-preview a:after {
        width: 42px;
        height: 42px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .full-size-video-widget .video-preview a:after {
        width: 62px;
        height: 62px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .full-size-video-widget .video-preview a:after {
        width: 72px;
        height: 72px
    }
}

.full-size-video-widget .video-preview a img {
    position: relative
}

.full-size-video-widget .video-sign {
    background: #2a2c32;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0
}

    .full-size-video-widget .video-sign .video-sign--wrapper {
        max-width: 1440px;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto
    }

.performans-widget {
    width: 100%;
    max-width: 2500px;
    margin: 0 auto;
    display: table;
    clear: both;
    background: #fff url(../i/home/performans_bg.png) 0 0 no-repeat;
    transform-style: inherit
}

@media all and (max-width:574px) {
    .performans-widget {
        background-position: -1000px 50%;
        background-size: cover
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .performans-widget {
        background-position: -700px 50%;
        background-size: cover
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .performans-widget {
        background-position: -500px 50%;
        background-size: cover
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .performans-widget {
        background-position: -700px 50%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .performans-widget {
        background-position: -500px 50%;
        min-height: 1000px
    }
}

@media all and (min-width:1440px) and (max-width:1879px) {
    .performans-widget {
        background-position: -200px 50%;
        min-height: 1000px
    }
}

@media all and (min-width:1140px) {
    .performans-widget {
        min-height: 1000px
    }
}

.performans-widget .performans-content {
    width: 50%;
    float: right;
    text-align: right;
    margin-top: 13%
}

@media all and (max-width:767px) {
    .performans-widget .performans-content {
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .performans-widget .performans-content {
        width: 80%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .performans-widget .performans-content {
        width: 65%
    }
}

.performans-widget .performans-content .performans-title {
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    color: #1a1a1a
}

@media all and (max-width:574px) {
    .performans-widget .performans-content .performans-title {
        font-size: 35px
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .performans-widget .performans-content .performans-title {
        font-size: 40px
    }
}

@media all and (min-width:992px) {
    .performans-widget .performans-content .performans-title {
        font-size: 42px;
        margin-bottom: 5px
    }
}

.performans-widget .performans-content .performans-tabs-box {
    margin-top: 28px
}

    .performans-widget .performans-content .performans-tabs-box:after {
        display: table;
        content: "";
        clear: both
    }

    .performans-widget .performans-content .performans-tabs-box .tabs li {
        float: right;
        margin-right: 0;
        margin-left: 30px
    }

@media all and (max-width:767px) {
    .performans-widget .performans-content .performans-tabs-box .tabs li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px
    }
}

.performans-widget .performans-content .performans-tabs-box .tabs li a {
    color: #1a1a1a
}

.performans-widget .performans-content .performans-tabs-box .tabs-content {
    margin-top: 60px;
    width: 75%;
    float: right
}

@media all and (max-width:574px) {
    .performans-widget .performans-content .performans-tabs-box .tabs-content {
        margin-top: 40px;
        width: 100%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .performans-widget .performans-content .performans-tabs-box .tabs-content {
        margin-top: 40px
    }
}

.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:after, .performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:before {
    content: "";
    display: table
}

.performans-widget .performans-content .performans-tabs-box .tabs-content .tab-content:after {
    clear: both
}

.performans-widget .performans-content .performans-tabs-box .tabs-content p {
    margin-bottom: 15px;
    color: #3a3a3a
}

.performans-widget .performans-content .performans-tabs-box .tabs-content h1, .performans-widget .performans-content .performans-tabs-box .tabs-content h2, .performans-widget .performans-content .performans-tabs-box .tabs-content h3, .performans-widget .performans-content .performans-tabs-box .tabs-content h4, .performans-widget .performans-content .performans-tabs-box .tabs-content h5, .performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
    text-transform: uppercase;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1a1a1a
}

@media all and (min-width:575px) and (max-width:991px) {
    .performans-widget .performans-content .performans-tabs-box .tabs-content h1, .performans-widget .performans-content .performans-tabs-box .tabs-content h2, .performans-widget .performans-content .performans-tabs-box .tabs-content h3, .performans-widget .performans-content .performans-tabs-box .tabs-content h4, .performans-widget .performans-content .performans-tabs-box .tabs-content h5, .performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
        font-size: 1.5625rem;
        line-height: 2.1875rem
    }
}

@media all and (min-width:992px) {
    .performans-widget .performans-content .performans-tabs-box .tabs-content h1, .performans-widget .performans-content .performans-tabs-box .tabs-content h2, .performans-widget .performans-content .performans-tabs-box .tabs-content h3, .performans-widget .performans-content .performans-tabs-box .tabs-content h4, .performans-widget .performans-content .performans-tabs-box .tabs-content h5, .performans-widget .performans-content .performans-tabs-box .tabs-content h6 {
        font-size: 1.875rem;
        line-height: 2.5rem
    }
}

.performans-widget .performans-content .performans-video-box {
    margin-top: 35px
}

@media all and (max-width:574px) {
    .performans-widget .performans-content .performans-video-box {
        margin-top: 35px;
        flex-direction: column
    }
}

.performans-widget .performans-content .performans-video-box .video-preview {
    width: 247px;
    position: relative;
    float: right
}

@media all and (max-width:574px) {
    .performans-widget .performans-content .performans-video-box .video-preview {
        width: 100%;
        height: 100%;
        margin-right: 0
    }
}

.performans-widget .performans-content .performans-video-box .video-preview:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: .3;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transition: opacity .4s ease-in-out
}

.performans-widget .performans-content .performans-video-box .video-preview:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.performans-widget .performans-content .performans-video-box .video-preview a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

    .performans-widget .performans-content .performans-video-box .video-preview a:after {
        content: "";
        width: 43px;
        height: 43px;
        background: url(../i/play-btn.png) 0 0 no-repeat;
        position: absolute;
        left: calc(50% - 22px);
        right: 0;
        bottom: 0;
        top: calc(50% - 22px);
        display: block;
        z-index: 2
    }

    .performans-widget .performans-content .performans-video-box .video-preview a img {
        position: relative
    }

.model-builder-widget .builder-top {
    display: flex;
    justify-content: center
}

    .model-builder-widget .builder-top .model-preview {
        display: inline-block
    }

        .model-builder-widget .builder-top .model-preview .model-heading {
            margin-bottom: 70px
        }

@media all and (max-width:1199px) {
    .model-builder-widget .builder-top .model-preview .model-heading {
        margin-left: 8%
    }
}

.model-builder-widget .builder-top .model-preview .model-heading h1, .model-builder-widget .builder-top .model-preview .model-heading h2, .model-builder-widget .builder-top .model-preview .model-heading h3, .model-builder-widget .builder-top .model-preview .model-heading h4, .model-builder-widget .builder-top .model-preview .model-heading h5, .model-builder-widget .builder-top .model-preview .model-heading h6 {
    word-break: break-word;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.5rem;
    line-height: 1.2;
    text-transform: uppercase
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-builder-widget .builder-top .model-preview .model-heading h1, .model-builder-widget .builder-top .model-preview .model-heading h2, .model-builder-widget .builder-top .model-preview .model-heading h3, .model-builder-widget .builder-top .model-preview .model-heading h4, .model-builder-widget .builder-top .model-preview .model-heading h5, .model-builder-widget .builder-top .model-preview .model-heading h6 {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

@media all and (min-width:992px) {
    .model-builder-widget .builder-top .model-preview .model-heading h1, .model-builder-widget .builder-top .model-preview .model-heading h2, .model-builder-widget .builder-top .model-preview .model-heading h3, .model-builder-widget .builder-top .model-preview .model-heading h4, .model-builder-widget .builder-top .model-preview .model-heading h5, .model-builder-widget .builder-top .model-preview .model-heading h6 {
        font-size: 3.125rem;
        line-height: 3.75rem
    }
}

.model-builder-widget .builder-top .model-preview .model-heading .model-data {
    margin-top: -5px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-builder-widget .builder-top .model-preview .model-heading .model-data {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

@media all and (min-width:992px) {
    .model-builder-widget .builder-top .model-preview .model-heading .model-data {
        font-size: 1.4375rem;
        line-height: 1.6875rem
    }
}

.model-builder-widget .builder-top .model-preview .model-image {
    display: block
}

    .model-builder-widget .builder-top .model-preview .model-image img {
        max-width: 1000px
    }

@media all and (max-width:1199px) {
    .model-builder-widget .builder-top .model-preview .model-image img {
        width: 100%;
        padding: 0 30px;
        margin: 0 auto;
        display: block
    }
}

.model-builder-widget .builder-bottom {
    max-width: 1920px;
    width: 100%;
    padding: 0 30px;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between
}

@media all and (max-width:991px) {
    .model-builder-widget .builder-bottom {
        margin: 70px auto 0 auto;
        flex-direction: column
    }
}

.model-builder-widget .builder-bottom .filter-heading {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px
}

.model-builder-widget .builder-bottom .filter-item {
    width: calc(33.333% - 20px)
}

@media all and (max-width:991px) {
    .model-builder-widget .builder-bottom .filter-item {
        width: 100%;
        margin-bottom: 10%
    }

        .model-builder-widget .builder-bottom .filter-item:last-child {
            margin-bottom: 0
        }
}

@media all and (min-width:992px) and (min-width:1440px) {
    .model-builder-widget .builder-bottom .filter-item {
        width: calc(33.333% - 100px)
    }
}

.model-builder-widget .builder-bottom .wheels-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-builder-widget .builder-bottom .wheels-list {
        justify-content: center
    }
}

.model-builder-widget .builder-bottom .wheels-list li {
    width: calc(33.333% - 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px
}

@media all and (min-width:992px) {
    .model-builder-widget .builder-bottom .wheels-list li {
        margin-bottom: 0
    }
}

.model-builder-widget .builder-bottom .wheels-list li.active .selection-bullet {
    border: none;
    background: #46eeaa
}

.model-builder-widget .builder-bottom .wheels-list li:hover {
    cursor: pointer
}

.model-builder-widget .builder-bottom .wheels-list li .wheel-image {
    max-width: 127px;
    max-height: 127px;
    display: block;
    pointer-events: none
}

    .model-builder-widget .builder-bottom .wheels-list li .wheel-image img {
        width: inherit;
        height: inherit
    }

.model-builder-widget .builder-bottom .wheels-list li .selection-bullet {
    width: 21px;
    height: 21px;
    border-radius: 99px;
    border: 1px solid #46eeaa;
    margin-left: calc(-50% - 11px);
    margin-top: 10px;
    margin-bottom: 15px;
    pointer-events: none
}

.model-builder-widget .builder-bottom .wheels-list li .wheel-size {
    text-align: center;
    font-size: 1.125rem;
    line-height: normal;
    pointer-events: none
}

.model-builder-widget .builder-bottom .color-filter {
    margin-top: 15%;
    padding: 0 50px;
    position: relative
}

@media all and (max-width:574px) {
    .model-builder-widget .builder-bottom .color-filter {
        width: 100%;
        margin: 0 auto 40px auto
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-builder-widget .builder-bottom .color-filter {
        width: 80%;
        margin: 0 auto 40px auto
    }
}

.model-builder-widget .builder-bottom .color-filter .model-tab {
    width: 52px;
    height: 52px;
    border-radius: 99px;
    margin: 0 auto
}

@media all and (max-width:574px) {
    .model-builder-widget .builder-bottom .color-filter .model-tab {
        width: 38px;
        height: 38px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .model-builder-widget .builder-bottom .color-filter .model-tab {
        width: 42px;
        height: 42px
    }
}

@media all and (min-width:992px) and (max-width:1440px) {
    .model-builder-widget .builder-bottom .color-filter .model-tab {
        width: 42px;
        height: 42px
    }
}

.model-builder-widget .builder-bottom .color-filter .model-tab.active:after {
    font-size: .9375rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    color: #fff
}

.model-builder-widget .builder-bottom .color-filter .model-tab:hover {
    cursor: pointer
}

.model-builder-widget .builder-bottom .color-filter .color-1c3648 {
    background: #1c3648
}

.model-builder-widget .builder-bottom .color-filter .color-8f9192 {
    background: #8f9192
}

.model-builder-widget .builder-bottom .color-filter .color-f21a1a {
    background: #f21a1a
}

.model-builder-widget .builder-bottom .color-filter .color-040b10 {
    background: #040b10
}

.model-builder-widget .builder-bottom .color-filter .color-064803 {
    background: #064803
}

.model-builder-widget .builder-bottom .color-filter .color-4e4e4e {
    background: #4e4e4e
}

.model-builder-widget .builder-bottom .color-filter .color-1c3648 {
    background: #1c3648
}

.model-builder-widget .builder-bottom .color-filter .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    pointer-events: none
}

@media all and (max-width:574px) {
    .model-builder-widget .builder-bottom .color-filter .owl-nav {
        margin-top: 0
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .model-builder-widget .builder-bottom .color-filter .owl-nav {
        margin-top: 5px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-builder-widget .builder-bottom .color-filter .owl-nav {
        margin-top: 10px
    }
}

@media all and (min-width:992px) and (max-width:1440px) {
    .model-builder-widget .builder-bottom .color-filter .owl-nav {
        margin-top: 5px
    }
}

.model-builder-widget .builder-bottom .color-filter .owl-nav button {
    pointer-events: visible
}

    .model-builder-widget .builder-bottom .color-filter .owl-nav button:hover {
        background: 0 0
    }

    .model-builder-widget .builder-bottom .color-filter .owl-nav button svg {
        fill: #1a1a1a;
        opacity: 1;
        transition: opacity .3s ease-in-out
    }

        .model-builder-widget .builder-bottom .color-filter .owl-nav button svg:hover {
            opacity: 1
        }

.model-builder-widget .builder-bottom .color-filter .owl-nav .owl-prev {
    margin-left: 20px
}

.model-builder-widget .builder-bottom .color-filter .owl-nav .owl-next {
    margin-right: 20px
}

.model-builder-widget .builder-bottom .engines-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-builder-widget .builder-bottom .engines-list {
        justify-content: center
    }
}

.model-builder-widget .builder-bottom .engines-list > li {
    width: calc(50% - 10px);
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0
}

    .model-builder-widget .builder-bottom .engines-list > li.active .selection-bullet {
        border: none;
        background: #46eeaa
    }

    .model-builder-widget .builder-bottom .engines-list > li:hover {
        cursor: pointer
    }

    .model-builder-widget .builder-bottom .engines-list > li .engine-image {
        max-width: 127px;
        max-height: 127px;
        display: block;
        pointer-events: none
    }

@media all and (max-width:991px) {
    .model-builder-widget .builder-bottom .engines-list > li .engine-image {
        margin: 0 auto 0 auto
    }
}

.model-builder-widget .builder-bottom .engines-list > li .engine-image img {
    width: inherit;
    height: inherit
}

.model-builder-widget .builder-bottom .engines-list > li .selection-bullet {
    width: 21px;
    height: 21px;
    border-radius: 99px;
    border: 1px solid #46eeaa;
    margin-top: 10px;
    margin-bottom: 15px;
    pointer-events: none
}

@media all and (max-width:991px) {
    .model-builder-widget .builder-bottom .engines-list > li .selection-bullet {
        margin-left: 20%
    }
}

.model-builder-widget .builder-bottom .engines-list > li .engine-details {
    font-size: 1.125rem;
    line-height: normal;
    pointer-events: none
}

@media all and (max-width:991px) {
    .model-builder-widget .builder-bottom .engines-list > li .engine-details {
        text-align: center
    }
}

.model-builder-widget .builder-bottom .engines-list > li .engine-details > div {
    margin-bottom: 10px
}

.models-viewver-widget {
    background: #4a4f55;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 115px;
    padding-bottom: 120px
}

@media all and (max-width:574px) {
    .models-viewver-widget {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .models-viewver-widget {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .models-viewver-widget {
        padding-top: 110px;
        padding-bottom: 110px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .models-viewver-widget {
        padding-top: 105px;
        padding-bottom: 110px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .models-viewver-widget {
        padding-top: 105px;
        padding-bottom: 110px
    }
}

.models-viewver-widget .models-viewver--title {
    font-size: 1.875rem;
    line-height: 2.5rem;
    word-break: break-word;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

@media all and (min-width:575px) and (max-width:991px) {
    .models-viewver-widget .models-viewver--title {
        font-size: 2.1875rem;
        line-height: 2.8125rem
    }
}

@media all and (min-width:992px) {
    .models-viewver-widget .models-viewver--title {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

.models-viewver-widget .models-viewver-content {
    max-width: 1820px;
    width: 100%;
    margin: 0 auto
}

    .models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 30px
    }

@media all and (max-width:767px) {
    .models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper {
        margin-top: 20px
    }
}

.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li .model-viever--tab {
        display: block;
        font-size: .875rem;
        line-height: 1.75rem;
        font-weight: 600;
        text-transform: uppercase;
        background: #1a1a1a;
        color: #fff;
        padding: 10px 50px;
        text-decoration: none
    }

@media all and (max-width:767px) {
    .models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li .model-viever--tab {
        padding: 8px 30px
    }
}

.models-viewver-widget .models-viewver-content .model-viever-tabs-wrapper .model-viever-tabs-list li.active .model-viever--tab {
    background: #fff;
    color: #1a1a1a
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content {
    margin-top: 4.7%
}

@media all and (max-width:574px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content {
        margin-top: 15%
    }
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
        width: calc(25% - 30px);
        margin-bottom: 50px
    }

@media all and (max-width:574px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
        width: 100%;
        margin-bottom: 50px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
            margin-bottom: 0
        }
}

@media all and (min-width:575px) and (max-width:767px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
        width: calc(50% - 15px);
        margin-bottom: 50px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
            margin-bottom: 0
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
            margin-bottom: 0
        }
}

@media all and (min-width:768px) and (max-width:991px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
        width: calc(50% - 15px);
        margin-bottom: 50px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
            margin-bottom: 0
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
            margin-bottom: 0
        }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
        width: calc(50% - 15px);
        margin-bottom: 50px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
            margin-bottom: 0
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
            margin-bottom: 0
        }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li {
        width: calc(25% - 20px);
        margin-bottom: 50px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
            margin-bottom: 0
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
            margin-bottom: 0
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(3) {
            margin-bottom: 0
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(4) {
            margin-bottom: 0
        }
}

@media all and (min-width:1440px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:last-child {
        margin-bottom: 0
    }

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(2) {
        margin-bottom: 0
    }

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(3) {
        margin-bottom: 0
    }

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li:nth-last-child(4) {
        margin-bottom: 0
    }
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-view {
    display: block;
    background: #fff;
    margin-bottom: 23px
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s ease-in-out
}

@media all and (min-width:768px) {
    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-name:hover {
    color: #0da5df
}

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box {
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 15px
}

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers {
        margin-right: 15px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers img {
            display: inline-block;
            margin-left: -10px
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-pasengers span {
            font-size: .875rem;
            line-height: normal;
            display: block
        }

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel {
        font-size: .875rem;
        line-height: normal;
        margin-right: 20px
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel img {
            display: inline-block;
            margin-top: -4px;
            margin-bottom: 2px;
            margin-left: -8px
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-fuel span {
            font-size: .875rem;
            line-height: normal;
            display: block
        }

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-details-box .car-description-box .car-desc {
        font-size: 1rem;
        line-height: 1.625rem
    }

.models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a {
        font-size: .875rem;
        line-height: 1.75rem;
        text-transform: uppercase;
        font-weight: 600;
        padding-left: 15px;
        display: block;
        position: relative;
        color: #fff;
        transition: color .3s ease-in-out,margin .3s ease-in-out
    }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a:before {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            position: absolute;
            left: 0;
            top: 1px
        }

        .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links a:hover {
            color: #0da5df;
            margin-left: 5px
        }

    .models-viewver-widget .models-viewver-content .model-viewver-tabs-content .car-list li .car-links .explore-model-link {
        margin-bottom: 10px
    }

.testimonials-widget .testimonials-box-wrapper {
    position: relative
}

    .testimonials-widget .testimonials-box-wrapper:before {
        content: "";
        width: calc(50vw - 15px);
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        background-color: #f7f7f7
    }

.testimonials-widget .testimonials-box .testimonial-item {
    display: flex;
    justify-content: space-between
}

@media all and (max-width:991px) {
    .testimonials-widget .testimonials-box .testimonial-item {
        flex-direction: column
    }
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
    position: relative;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px
}

@media all and (max-width:767px) {
    .testimonials-widget .testimonials-box .testimonial-item .left-side-box {
        width: 100%;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 15px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .testimonials-widget .testimonials-box .testimonial-item .left-side-box {
        width: 100%
    }
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-text {
    color: #828282;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 30px
}

.testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author {
    color: #828282;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 300;
    padding-left: 55px;
    position: relative
}

    .testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author:before {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 1;
        background-color: #0da5df;
        height: 1px;
        width: 35px
    }

    .testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author .author-name {
        display: block;
        font-weight: 700;
        color: #1a1a1a
    }

    .testimonials-widget .testimonials-box .testimonial-item .left-side-box .testimonial-author .author-car {
        display: block;
        font-size: 14px
    }

.testimonials-widget .testimonials-box .testimonial-item .right-side-box {
    width: calc(50% - 15px)
}

@media all and (max-width:767px) {
    .testimonials-widget .testimonials-box .testimonial-item .right-side-box {
        width: 100%;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 15px;
        background-color: #f7f7f7
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .testimonials-widget .testimonials-box .testimonial-item .right-side-box {
        width: 100%;
        padding-bottom: 30px;
        padding-right: 30px;
        background-color: #f7f7f7
    }
}

.testimonials-widget .testimonials-box .owl-nav {
    float: right;
    margin-top: 10px;
    margin-right: -5px;
    z-index: 3;
    pointer-events: none
}

    .testimonials-widget .testimonials-box .owl-nav button {
        pointer-events: visible
    }

        .testimonials-widget .testimonials-box .owl-nav button:hover {
            background: 0 0
        }

        .testimonials-widget .testimonials-box .owl-nav button svg {
            fill: #1a1a1a;
            opacity: 1;
            transition: opacity .3s ease-in-out
        }

            .testimonials-widget .testimonials-box .owl-nav button svg:hover {
                opacity: 1
            }

.testimonials-widget .testimonials-box .owl-dots {
    margin-top: 20px !important;
    width: 100%
}

    .testimonials-widget .testimonials-box .owl-dots .owl-dot span {
        border: 1px solid #828282
    }

    .testimonials-widget .testimonials-box .owl-dots .owl-dot.active span, .testimonials-widget .testimonials-box .owl-dots .owl-dot:hover span {
        background: #828282
    }

.testimonials-widget #new-testimonial-box {
    display: none
}

.testdirve-widget {
    width: 100%;
    background: url(../i/home/test-drive/cars_bg.png) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 8%
}

@media all and (max-width:574px) {
    .testdirve-widget {
        min-height: 700px;
        padding-top: 80px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .testdirve-widget {
        min-height: 700px;
        padding-top: 80px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .testdirve-widget {
        min-height: 800px;
        padding-top: 90px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .testdirve-widget {
        min-height: 900px;
        padding-top: 90px
    }
}

@media all and (min-width:1200px) {
    .testdirve-widget {
        min-height: 900px;
        padding-top: 90px
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .testdirve-widget {
        min-height: 1000px;
        padding-top: 100px
    }
}

@media all and (min-width:1440px) and (max-width:1919px) {
    .testdirve-widget {
        min-height: 1100px;
        padding-top: 100px
    }
}

@media all and (min-width:1920px) {
    .testdirve-widget {
        min-height: 1136px;
        padding-top: 100px
    }
}

.testdirve-widget .content-box {
    max-width: 550px;
    width: 100%
}

    .testdirve-widget .content-box .content-box--title {
        font-size: 3.125rem;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase
    }

    .testdirve-widget .content-box .content-box--subtitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 400;
        margin-left: 2px;
        display: block
    }

    .testdirve-widget .content-box .content-box-description {
        margin-top: 20px
    }

        .testdirve-widget .content-box .content-box-description p {
            font-size: 1.125rem;
            line-height: 1.75rem;
            font-weight: 400
        }

.testdirve-widget .cart-features-text {
    position: absolute
}

@media all and (max-width:767px) {
    .testdirve-widget .cart-features-text {
        display: none
    }
}

.testdirve-widget .cart-features-text > span {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block
}

@media all and (min-width:768px) and (max-width:991px) {
    .testdirve-widget .cart-features-text > span {
        font-size: 1.125rem;
        line-height: 1.625rem
    }
}

.testdirve-widget .cart-features-text.green--gradient span:after {
    background-image: linear-gradient(90deg,#0da5df 0,#46eeaa);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF2CC0C7", endColorstr="#FF46EEAA", GradientType=1);
    background-repeat: repeat-x
}

.testdirve-widget .cart-features-text.orange--gradient span:after {
    background-image: linear-gradient(90deg,#df8f4e 0,#f6ce5e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#df8f4e", endColorstr="#f6ce5e", GradientType=1);
    background-repeat: repeat-x
}

.testdirve-widget .cart-features-text.cart-features-position-1 {
    left: 4.5%;
    bottom: 3.5%
}

@media all and (min-width:768px) and (max-width:991px) {
    .testdirve-widget .cart-features-text.cart-features-position-1 {
        left: 5%;
        bottom: 2.5%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .testdirve-widget .cart-features-text.cart-features-position-1 {
        left: 5%;
        bottom: 3%
    }
}

@media all and (min-width:1200px) and (max-width:1919px) {
    .testdirve-widget .cart-features-text.cart-features-position-1 {
        left: 5%;
        bottom: 3%
    }
}

.testdirve-widget .cart-features-text.cart-features-position-2 {
    left: 35%;
    bottom: 35%
}

@media all and (min-width:768px) and (max-width:991px) {
    .testdirve-widget .cart-features-text.cart-features-position-2 {
        left: 23%;
        bottom: 35%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .testdirve-widget .cart-features-text.cart-features-position-2 {
        left: 25%;
        bottom: 35%
    }
}

@media all and (min-width:1200px) and (max-width:1919px) {
    .testdirve-widget .cart-features-text.cart-features-position-2 {
        left: 29%;
        bottom: 35%
    }
}

.testdirve-widget .cart-features-text.cart-features-position-3 {
    right: 25%;
    bottom: 6%
}

@media all and (min-width:768px) and (max-width:991px) {
    .testdirve-widget .cart-features-text.cart-features-position-3 {
        right: 10%;
        bottom: 7%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .testdirve-widget .cart-features-text.cart-features-position-3 {
        right: 10%;
        bottom: 7%
    }
}

@media all and (min-width:1200px) and (max-width:1919px) {
    .testdirve-widget .cart-features-text.cart-features-position-3 {
        right: 10%;
        bottom: 7%
    }
}

.testdirve-widget .cart-features-text.cart-features-position-4 {
    right: 9%;
    bottom: 35%
}

@media all and (max-width:1919px) {
    .testdirve-widget .cart-features-text.cart-features-position-4 {
        display: none
    }
}

.testdirve-widget .cart-features-text.bottom-left-line {
    padding-top: 38px;
    padding-right: 57px;
    background: url(../i/home/test-drive/bottom-left-line.png) 100% 100% no-repeat
}

    .testdirve-widget .cart-features-text.bottom-left-line span {
        margin-top: -2px;
        position: relative;
        padding-right: 20px;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff
    }

        .testdirve-widget .cart-features-text.bottom-left-line span:after {
            transition: all .3s ease-in-out;
            content: "";
            width: 60%;
            height: 9px;
            position: absolute;
            bottom: -1px;
            left: 0;
            margin-left: -9px
        }

.testdirve-widget .cart-features-text.bottom-right-line {
    padding-top: 38px;
    padding-left: 57px;
    background: url(../i/home/test-drive/bottom-right-line.png) 0 100% no-repeat
}

    .testdirve-widget .cart-features-text.bottom-right-line span {
        margin-top: -2px;
        position: relative;
        padding-left: 20px;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff;
        text-align: right
    }

        .testdirve-widget .cart-features-text.bottom-right-line span:after {
            transition: all .3s ease-in-out;
            content: "";
            width: 60%;
            height: 9px;
            position: absolute;
            bottom: -1px;
            right: 0;
            margin-right: -9px
        }

.testdirve-widget .cart-features-text.top-right-line {
    padding-bottom: 42px;
    padding-left: 42px;
    background: url(../i/home/test-drive/top-right-line.png) 0 100% no-repeat
}

    .testdirve-widget .cart-features-text.top-right-line span {
        display: block;
        margin-top: 0;
        margin-left: 1px;
        position: relative;
        padding-left: 20px;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff
    }

        .testdirve-widget .cart-features-text.top-right-line span:after {
            transition: all .3s ease-in-out;
            content: "";
            width: 60%;
            height: 9px;
            position: absolute;
            bottom: -1px;
            right: 0;
            margin-right: -9px
        }

.testdirve-widget .cart-features-text.top-left-line {
    padding-bottom: 42px;
    padding-right: 42px;
    background: url(../i/home/test-drive/top-left-line.png) 100% 100% no-repeat
}

    .testdirve-widget .cart-features-text.top-left-line span {
        display: block;
        margin-top: 0;
        margin-left: 1px;
        position: relative;
        padding-right: 20px;
        padding-bottom: 2px;
        border-bottom: 1px solid #fff
    }

        .testdirve-widget .cart-features-text.top-left-line span:after {
            transition: all .3s ease-in-out;
            content: "";
            width: 60%;
            height: 9px;
            position: absolute;
            bottom: -1px;
            left: 0;
            margin-left: -9px
        }

.testdirve-widget .cart-features-text.straight-right-line span {
    display: block;
    margin-top: 0;
    margin-left: 1px;
    position: relative;
    padding-left: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff
}

    .testdirve-widget .cart-features-text.straight-right-line span:after {
        transition: all .3s ease-in-out;
        content: "";
        width: 60%;
        height: 9px;
        position: absolute;
        bottom: -1px;
        right: 0;
        margin-right: -9px
    }

.testdirve-widget .cart-features-text.straight-left-line span {
    display: block;
    margin-top: 0;
    margin-left: 1px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
    text-align: right
}

    .testdirve-widget .cart-features-text.straight-left-line span:after {
        transition: all .3s ease-in-out;
        content: "";
        width: 60%;
        height: 9px;
        position: absolute;
        bottom: -1px;
        left: 0;
        margin-left: -9px
    }

.car-preview-widget {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    min-height: 570px;
    background: url(../i/home/home_2021.jpg) 50% 0 no-repeat;
    margin-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget {
        margin-bottom: 85px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget {
        margin-bottom: 100px
    }
}

@media all and (max-width:767px) {
    .car-preview-widget {
        height: calc(var(--vh,1vh) * 100)
    }
}

@media all and (min-width:768px) and (max-width:1199px) {
    .car-preview-widget {
        height: 800px
    }
}

@media all and (min-width:1200px) {
    .car-preview-widget {
        height: 1193px;
        background-attachment: fixed
    }
}

.car-preview-widget .car-overview {
    margin-top: -7%;
    position: relative
}

    .car-preview-widget .car-overview .car-overview--heading {
        float: right;
        width: 46%;
        margin-top: 3%;
        margin-bottom: 11%;
        color: #fff
    }

@media all and (max-width:991px) {
    .car-preview-widget .car-overview .car-overview--heading {
        float: none;
        width: 80%;
        margin: 0 auto 20% auto
    }
}

.car-preview-widget .car-overview .car-overview--heading .heading-title {
    display: block;
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0
}

@media all and (min-width:575px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-overview--heading .heading-title {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-overview--heading .heading-title {
        font-size: 3.125rem;
        line-height: 3.75rem
    }
}

.car-preview-widget .car-overview .car-overview--heading .heading-desc {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400
}

@media all and (min-width:575px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-overview--heading .heading-desc {
        font-size: 1.25rem;
        line-height: 1.5rem
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-overview--heading .heading-desc {
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

.car-preview-widget .car-overview .car-feature--wrapper {
    position: relative
}

    .car-preview-widget .car-overview .car-feature--wrapper img {
        width: 100%;
        margin: 0 auto;
        display: block
    }

@media all and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper img {
        width: 90%
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .car-preview-widget .car-overview .car-feature--wrapper img {
        width: 90%
    }
}

@media all and (min-width:1200px) and (max-width:1439px) {
    .car-preview-widget .car-overview .car-feature--wrapper img {
        width: 95%
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip {
    position: absolute;
    left: 0;
    color: #fff
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip {
        display: none
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
    left: 0;
    bottom: 0
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
        margin-bottom: -4%;
        margin-left: 16%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
        margin-bottom: -4%;
        margin-left: 18%
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-1 {
        margin-bottom: 0;
        margin-left: 23%
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
    left: 0;
    top: 0
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
        margin-top: 18%;
        margin-left: 7%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
        margin-top: -10%;
        margin-left: 9%
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-2 {
        margin-top: 14%;
        margin-left: 7%
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
    right: 0;
    top: 0
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
        margin-top: 8%;
        margin-right: 2%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
        margin-top: -6%;
        margin-right: 12%
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.tip-position-3 {
        margin-top: 18%;
        margin-right: 10%
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.green--color .tip-bullet {
    background: #46eeaa;
    box-shadow: 0 0 12px 0 rgba(70,238,170,.7)
}

    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.green--color .tip-bullet:hover {
        box-shadow: 0 0 15px 0 #46eeaa
    }

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.orange--color .tip-bullet {
    background: #dd8a4c;
    box-shadow: 0 0 12px 0 rgba(221,138,76,.7)
}

    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.orange--color .tip-bullet:hover {
        box-shadow: 0 0 15px 0 #dd8a4c
    }

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.green--gradient .tip-text:after {
    background-image: linear-gradient(to right,#0da5df 0,#46eeaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CC0C7', endColorstr='#FF46EEAA', GradientType=1);
    background-repeat: repeat-x
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.orange--gradient .tip-text:after {
    background-image: linear-gradient(to right,#df8f4e 0,#f6ce5e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFDF8F4E', endColorstr='#FFF6CE5E', GradientType=1);
    background-repeat: repeat-x
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner {
    position: relative
}

    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
        border-radius: 99px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: box-shadow .3s ease-in-out;
        color: #fff
    }

        .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet:hover {
            cursor: default
        }

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
        width: 37px;
        height: 37px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
        width: 44px;
        height: 44px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet {
        width: 52px;
        height: 52px
    }
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
        font-size: 14px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
        font-size: 16px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-bullet .plus-icn {
        font-size: 18px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
    font-weight: 700;
    text-transform: uppercase
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
        font-size: 18px;
        line-height: 22px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
        font-size: 18px;
        line-height: 22px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text {
        font-size: 22px;
        line-height: 26px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip .model-tip-inner .tip-text:after {
    display: block;
    content: "";
    transition: all .3s ease-in-out;
    width: 60%;
    height: 8px;
    position: absolute
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
    float: right
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
        margin-bottom: 16px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
        margin-bottom: 19px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-bullet {
        margin-bottom: 22px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
    clear: both;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding-left: 7px
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
        padding-top: 17px;
        padding-right: 20px;
        margin-right: 17px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
        padding-top: 20px;
        padding-right: 24px;
        margin-right: 22px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text {
        padding-top: 25px;
        padding-right: 34px;
        margin-right: 27px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-bottom-text .tip-text:after {
    margin-top: -7px;
    margin-left: -7px
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
    float: left
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
        margin-bottom: 16px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
        margin-bottom: 19px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-bullet {
        margin-bottom: 22px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
    clear: both;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding-right: 7px
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
        padding-top: 17px;
        padding-left: 20px;
        margin-left: 17px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
        padding-top: 20px;
        padding-left: 24px;
        margin-left: 22px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text {
        padding-top: 25px;
        padding-left: 34px;
        margin-left: 27px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-bottom-text .tip-text:after {
    margin-top: -7px;
    margin-right: -7px;
    right: 0
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner {
    display: flex;
    flex-direction: column-reverse
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
        margin-top: 16px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
        margin-top: 19px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-bullet {
        margin-top: 22px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
    border-bottom: 1px solid #fff;
    padding-right: 7px;
    position: relative
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
        margin-bottom: 38px;
        padding-left: 20px;
        margin-left: 17px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
        margin-bottom: 40px;
        padding-left: 24px;
        margin-left: 22px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text {
        margin-bottom: 45px;
        padding-left: 34px;
        margin-left: 27px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    content: "";
    display: block
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
        height: 38px;
        margin-bottom: -38px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
        height: 40px;
        margin-bottom: -40px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:before {
        height: 45px;
        margin-bottom: -45px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.right-top-text .model-tip-inner .tip-text:after {
    margin-top: -7px;
    margin-right: -7px;
    right: 0
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
        margin-top: 16px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
        margin-top: 19px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-bullet {
        margin-top: 22px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
    border-bottom: 1px solid #fff;
    padding-right: 7px;
    position: relative
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
        margin-bottom: 38px;
        padding-right: 20px;
        margin-right: 17px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
        margin-bottom: 40px;
        padding-right: 24px;
        margin-right: 22px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text {
        margin-bottom: 45px;
        padding-right: 34px;
        margin-right: 27px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    content: "";
    display: block
}

@media all and (max-width:767px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
        height: 38px;
        margin-bottom: -38px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
        height: 40px;
        margin-bottom: -40px
    }
}

@media all and (min-width:992px) {
    .car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:before {
        height: 45px;
        margin-bottom: -45px
    }
}

.car-preview-widget .car-overview .car-feature--wrapper .model-tip.left-top-text .model-tip-inner .tip-text:after {
    margin-top: -7px;
    margin-left: -7px;
    left: 0
}

.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    height: calc((var(--vh,1vh) * 100) - 91px)
}

.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 50ms
}

    .owl-carousel .owl-slide-animated.is-transitioned {
        transform: none;
        opacity: 1;
        visibility: visible;
        transition: all .5s
    }

.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: .2s
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: .35s
}

.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: .5s
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    position: absolute
}

    .owl-carousel .owl-dots .owl-dot, .owl-carousel .owl-nav [class*=owl-]:focus {
        outline: 0
    }

        .owl-carousel .owl-dots .owl-dot span {
            background: 0 0;
            border: 1px solid var(--main-black-color);
            transition: all .2s ease
        }

        .owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
            background: var(--main-black-color)
        }

    .owl-carousel .owl-nav svg {
        opacity: .3;
        transition: opacity .3s
    }

    .owl-carousel .owl-nav button:hover svg {
        opacity: 1
    }

    .owl-carousel .owl-nav [class*=owl-]:hover {
        background: 0 0
    }

.owl-carousel-container {
    position: relative;
    margin-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .owl-carousel-container {
        margin-bottom: 85px
    }
}

@media all and (min-width:992px) {
    .owl-carousel-container {
        margin-bottom: 100px
    }
}

.owl-carousel-container .owl-dots {
    bottom: 11px;
    right: 15px
}

    .owl-carousel-container .owl-dots .owl-dot.active span {
        background: #fff !important
    }

    .owl-carousel-container .owl-dots .owl-dot span {
        background: rgba(255,255,255,.3) !important;
        border: 1px solid rgba(255,255,255,.3) !important
    }

.owl-carousel-container .owl-next, .owl-carousel-container .owl-prev {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5) !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

    .owl-carousel-container .owl-next svg, .owl-carousel-container .owl-prev svg {
        fill: #fff;
        opacity: 1 !important
    }

.owl-carousel-container .owl-theme .owl-nav [class*=owl-] {
    border-radius: 0
}

.owl-carousel-container .slide-mask {
    height: 100vh;
    height: calc((var(--vh,1vh) * 100) - 71px);
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 0;
    left: 0
}

@media screen and (min-width:767px) and (max-width:991px) {
    .owl-carousel-container .slide-mask {
        height: calc((var(--vh,1vh) * 100) - 80px)
    }
}

@media screen and (min-width:992px) {
    .owl-carousel-container .slide-mask {
        height: calc((var(--vh,1vh) * 100) - 90px)
    }
}

.owl-carousel-container .owl-slide-text-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media all and (min-width:320px) and (max-width:574px) {
    .owl-carousel-container .owl-slide-text-container {
        max-width: 80%;
        padding-right: 30px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .owl-carousel-container .owl-slide-text-container {
        max-width: 70%;
        padding-right: 15px
    }
}

@media all and (min-width:768px) {
    .owl-carousel-container .owl-slide-text-container {
        max-width: 500px
    }
}

.owl-carousel-container .owl-slide-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    word-wrap: break-word !important;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
    .owl-carousel-container .owl-slide-title {
        font-size: 40px
    }
}

@media all and (min-width:992px) {
    .owl-carousel-container .owl-slide-title {
        font-size: 46px
    }
}

.owl-carousel-container .owl-slide-title:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0
}

.owl-carousel-container .owl-slide-subtitle {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    color: #fff;
  /*  text-transform: uppercase;*/
    word-wrap: break-word !important
}

@media all and (min-width:575px) and (max-width:991px) {
    .owl-carousel-container .owl-slide-subtitle {
        font-size: 17px
    }
}

@media all and (min-width:992px) {
    .owl-carousel-container .owl-slide-subtitle {
        font-size: 18px
    }
}

.owl-carousel-container .slide-action-btn {
    margin-top: 20px
}

#header-slide .owl-nav {
    position: absolute;
    left: 15px;
    bottom: 11px;
    margin: 0;
    display: flex
}

#header-slide-slide1 {
    background-image: url(../i/banner1.jpg)
}

#header-slide-slide2 {
    background-image: url(../i/banner2.jpg)
}

#header-slide-slide3 {
    background-image: url(../i/content-preview-slider/car-3.jpg)
}

.car-presentation-widget .header-box {
    text-align: center
}

    .car-presentation-widget .header-box .header-box-title {
        text-transform: uppercase;
        font-size: 1.875rem;
        line-height: 2.5rem;
        font-weight: 700;
        color: #1a1a1a
    }

@media all and (min-width:575px) and (max-width:991px) {
    .car-presentation-widget .header-box .header-box-title {
        font-size: 2.5rem;
        line-height: 3.125rem
    }
}

@media all and (min-width:992px) {
    .car-presentation-widget .header-box .header-box-title {
        font-size: 3.125rem;
        line-height: 3.75rem;
        margin-bottom: 5px
    }
}

.car-presentation-widget .slick-container {
    padding: 70px 0 0 0
}

.car-presentation-widget .slick-dots {
    position: absolute;
    left: 50%;
    top: -45px;
    bottom: auto;
    transform: translateX(-50%);
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block
}

@media all and (max-width:574px) {
    .car-presentation-widget .slick-dots {
        top: -60px
    }
}

.car-presentation-widget .slick-dots li {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 8px
}

    .car-presentation-widget .slick-dots li button {
        border: none;
        padding: 0;
        color: #000;
        background-color: transparent;
        font-weight: 500;
        text-transform: uppercase;
        transition: all ease-in-out .3s;
        font-size: 17px;
        line-height: 1.2;
        position: relative
    }

@media all and (min-width:575px) and (max-width:991px) {
    .car-presentation-widget .slick-dots li button {
        font-size: 17px
    }
}

@media all and (min-width:992px) {
    .car-presentation-widget .slick-dots li button {
        font-size: 18px
    }
}

.car-presentation-widget .slick-dots li button:after {
    transition: all ease-in-out .3s;
    content: "";
    width: 0;
    height: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    margin-left: -5px;
    background-image: linear-gradient(to right,#0da5df 0,#46eeaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CC0C7', endColorstr='#FF46EEAA', GradientType=1);
    background-repeat: repeat-x
}

.car-presentation-widget .slick-dots li button:hover:after {
    left: 0;
    width: calc(100% - 5px);
    opacity: 1
}

.car-presentation-widget .slick-dots li.slick-active button:after {
    left: 0;
    width: calc(100% - 5px);
    opacity: 1
}

.car-presentation-widget .car-presentation-slider .slide__item {
    position: relative
}

    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
        max-height: 565px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center
    }

@media all and (max-width:574px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
  
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
        height: 450px
    }
}

@media all and (min-width:768px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box {
        height: 565px
    }
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info {
    margin-top: 3%;
    text-align: center;
    color: #fff
}

    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__title {
        font-size: 20px;
        line-height: 1.3;
        font-weight: 600
    }

@media all and (min-width:575px) and (max-width:991px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__title {
        font-size: 35px
    }
}

@media all and (min-width:992px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__title {
        font-size: 35px
    }
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__info .slide__car__desc {
   /* max-width: 350px;*/
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__car__box .slide__car__wrap .slide__car {
    max-width: 765px;
    margin-bottom: 40px
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box {
    position: relative
}

    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box:before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 55px;
        background-image: linear-gradient(to top,#fff 20%,#fff,rgba(255,255,255,0));
        left: 0;
        bottom: 100%
    }

    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper {
        display: flex;
        align-items: center;
        justify-content: center
    }

@media all and (max-width:991px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper {
        flex-direction: column
    }
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list {
    display: flex;
    justify-content: center
}

@media all and (max-width:991px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list {
        margin-bottom: 30px;
        flex-wrap: wrap
    }
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li {
    display: inline-block
}

@media all and (max-width:767px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li {
        text-align: center;
        margin-bottom: 20px
    }

        .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li:nth-child(odd) {
            width: 50%;
            padding-right: 15px;
            border-right: 1px solid #1a1a1a
        }

        .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li:nth-child(even) {
            width: 50%;
            padding-left: 10px;
            border-right: none
        }

        .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li:nth-child(3), .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li:nth-child(4) {
            margin-bottom: 0
        }
}

@media all and (min-width:768px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li {
        margin-right: 30px;
        padding-right: 30px;
        border-right: 1px solid #1a1a1a
    }

        .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list > li:last-child {
            border-right: none;
            margin-right: 0;
            padding-right: 0
        }
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list .feature__title {
    font-size: 32px;
    line-height: 1.2;
    color: #1a1a1a;
    font-weight: 700
}

    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list .feature__title span {
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase
    }

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .technical__features__list .feature__subtitle {
    color: #828282;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300
}

.car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .more__actions__box {
    display: flex;
    flex-direction: column;
    margin-left: 30px
}

@media all and (max-width:991px) {
    .car-presentation-widget .car-presentation-slider .slide__item .slide__bottom__box .wrapper .more__actions__box {
        margin-left: 0
    }
}

#slide-1 {
    background-image: url(../i/car-presentation-widget/slide1.jpg);
    

}

#slide-2 {
    background-image: url(../i/car-presentation-widget/slide2.jpg)
}

#slide-3 {
    background-image: url(../i/car-presentation-widget/slide3.jpg)
}

#slide-4 {
    background-image: url(../i/car-presentation-widget/slide4.jpg)
}

#slide-5 {
    background-image: url(../i/car-presentation-widget/slide5.jpg)
}

#slide-6 {
    background-image: url(../i/car-presentation-widget/slide6.jpg)
}

.new-arrivals-widget .new-arrivals-slider .slick-track {
    padding: 20px 0
}

.new-arrivals-widget .new-arrivals-slider .slick-slide {
    margin: 0 15px;
    box-shadow: 0 0 12.92px 4.08px rgba(0,0,1,.15)
}

.new-arrivals-widget .new-arrivals-slider .slick-list {
    margin: 0 -15px
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header {
    min-height: 175px;
    background: #fff;
    padding: 15px 30px 0 30px;
    word-break: break-word
}

@media all and (max-width:574px) {
    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header {
        padding: 15px 15px 0 15px
    }
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    transition: all ease-in-out .3s;
    word-break: break-word
}

    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 53px;
        height: 1px;
        background-color: #1a1a1a
    }

@media all and (max-width:574px) {
    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title {
        font-size: 21px;
        line-height: 31px
    }
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-title:hover {
    color: #0da5df
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table {
    text-align: left;
    border: none
}

    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr td, .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr th {
        border: none;
        padding: 0;
        font-size: 15px;
        line-height: 23px
    }

    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr th {
        width: 30%;
        max-width: 120px;
        font-weight: 600
    }

@media all and (max-width:374px) {
    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr th {
        width: 40%
    }
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr td {
    color: #828282;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300
}

    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-header .model-table tbody tr td.is-green {
        color: #0da5df
    }

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer {
    display: flex;
    justify-content: space-between
}

    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn:first-child {
        background-color: #f7f7f7;
        border-right: 1px solid #eaebeb
    }

    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn {
        width: 50%;
        text-align: center;
        background-color: #fff;
        font-size: 16px;
        padding: 18px 10px;
        text-transform: uppercase;
        color: #414141;
        transition: all ease-in-out .3s
    }

@media all and (max-width:574px) {
    .new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn {
        padding: 14px 10px
    }
}

.new-arrivals-widget .new-arrivals-slider .model-slide .model-slide-footer .footer-btn:hover {
    background-color: #0da5df;
    color: #fff
}

.models-widget .brands-list .brand-item .brand-header {
    background-color: #f4f4f4;
    padding-top: 5px;
    padding-bottom: 5px
}

    .models-widget .brands-list .brand-item .brand-header .wrapper {
        display: flex;
        align-items: center
    }

        .models-widget .brands-list .brand-item .brand-header .wrapper .icon {
            fill: #1a1a1a
        }

        .models-widget .brands-list .brand-item .brand-header .wrapper .model-brand {
            display: flex;
            align-items: center;
            border-right: 1px solid #e7e7e7;
            padding: 6px 30px 6px 0
        }

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .brand-header .wrapper .model-brand {
        border-right: none;
        padding-right: 0;
        margin-right: auto;
        margin-left: auto
    }
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand .model-logo {
    max-width: 40px;
    margin-right: 25px
}

    .models-widget .brands-list .brand-item .brand-header .wrapper .model-brand .model-logo.tesla-logo {
        max-width: 26px
    }

.models-widget .brands-list .brand-item .brand-header .wrapper .model-brand .model-brand-name {
    font-size: 27px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-info {
    padding-left: 30px
}

    .models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-title {
        text-transform: uppercase;
        font-size: 26px;
        line-height: 1.1;
        font-weight: 300;
        color: #414141
    }

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-title {
        display: none
    }
}

.models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-description {
    color: #828282;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300
}

@media all and (max-width:767px) {
    .models-widget .brands-list .brand-item .brand-header .wrapper .model-info .model-description {
        display: none
    }
}

.models-widget .brands-list .brand-item .brand-header .wrapper .all-models {
    margin-left: auto;
    color: #0da5df;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 300;
    text-decoration: underline;
    transition: all ease-in-out .3s
}

@media all and (max-width:991px) {
    .models-widget .brands-list .brand-item .brand-header .wrapper .all-models {
        display: none
    }
}

.models-widget .brands-list .brand-item .brand-header .wrapper .all-models:hover {
    color: #828282
}

.models-widget .brands-list .brand-item .models-list > li {
    border-bottom: 1px solid #e7e7e7
}

    .models-widget .brands-list .brand-item .models-list > li:last-child {
        border-bottom: none
    }

    .models-widget .brands-list .brand-item .models-list > li .model-item {
        padding-top: 30px;
        padding-bottom: 40px
    }

        .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper {
            display: flex;
            align-items: center
        }

@media all and (max-width:991px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper {
        flex-direction: column
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-preview-box {
    max-width: 41.666667%;
    width: 100%;
    margin-right: 30px;
    display: block
}

@media all and (max-width:991px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-preview-box {
        max-width: 100%;
        margin-right: 0
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-preview-box a {
    display: block
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box {
    max-width: 58.333333%;
    width: 100%
}

@media all and (max-width:991px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box {
        max-width: 100%;
        margin-top: 40px
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header {
        flex-direction: column;
        margin-bottom: 20px
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title {
    font-size: 27px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative
}

    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 53px;
        height: 1px;
        background-color: #1a1a1a
    }

    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title a {
        transition: all ease-in-out .3s
    }

        .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-title a:hover {
            color: #0da5df
        }

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .model-heading .model-subtitle {
    color: #828282;
    font-size: 15px;
    display: block;
    line-height: 1;
    font-weight: 300
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label {
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label {
        margin-top: 10px
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label.is-available {
    background: #0da5df
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label.in-progress {
    background: #0073d5
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label .item-label-title {
    min-width: 62px
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label .wheel-icon {
    fill: #fff;
    width: 13px;
    height: 13px;
    margin: 2px 5px 0 0
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-header .item-label .check-icon {
    fill: #fff;
    width: 10px;
    height: 13px;
    margin: 2px 3px 0 0
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list {
    margin-top: 12px
}

    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li {
        display: flex
    }

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li {
        flex-wrap: wrap;
        justify-content: center
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item {
    display: flex;
    width: 33.33333%;
    margin-bottom: 30px;
    position: relative
}

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item {
        width: 51%
    }
}

@media all and (min-width:575px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:nth-child(2n), .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:nth-child(3n) {
        padding-left: 5%
    }
}

@media all and (min-width:575px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:nth-child(3n):before {
        content: "";
        background-color: transparent;
        width: auto;
        height: auto;
        position: static
    }
}

@media all and (min-width:575px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item:before {
        content: "";
        background-color: #1a1a1a;
        width: 1px;
        height: 48px;
        position: absolute;
        top: 5px;
        right: 0
    }
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-icon {
    margin-top: 5px;
    margin-right: 10px
}

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-text .feature-title {
    color: #1a1a1a;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 600
}

    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-text .feature-title small {
        font-size: 15px
    }

.models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .model-tech-list li .model-feature-item .feature-text .feature-subtitle {
    color: #828282;
    font-size: 15px;
    display: block;
    line-height: 1.2;
    font-weight: 300
}

@media all and (max-width:574px) {
    .models-widget .brands-list .brand-item .models-list > li .model-item .wrapper .model-tech-info-box .model-tech-info-content .action-btn-wrapper {
        display: flex;
        justify-content: center
    }
}

.v-header {
    position: relative;
    height: 100vh;
    height: calc((var(--vh,1vh) * 100) - 71px);
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .v-header {
        margin-bottom: 85px
    }
}

@media all and (min-width:992px) {
    .v-header {
        margin-bottom: 100px
    }
}

.v-header .fullscreen-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .v-header .fullscreen-video-wrap img, .v-header .fullscreen-video-wrap video {
        object-fit: cover;
        width: 100vw;
        height: 100vh
    }

.v-header .header-overlay {
    width: 100%;
    height: calc((var(--vh,1vh) * 100) - 71px);
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 1;
    opacity: .45
}

.v-header .owl-slide-text-container {
    position: absolute;
    top: 40%;
    transform: translateY(-40%);
    z-index: 1
}

@media all and (min-width:320px) and (max-width:574px) {
    .v-header .owl-slide-text-container {
        max-width: 80%;
        padding-right: 30px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .v-header .owl-slide-text-container {
        max-width: 70%;
        padding-right: 15px
    }
}

@media all and (min-width:768px) {
    .v-header .owl-slide-text-container {
        max-width: 500px
    }
}

.v-header .owl-slide-title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    word-wrap: break-word !important;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
    .v-header .owl-slide-title {
        font-size: 40px
    }
}

@media all and (min-width:992px) {
    .v-header .owl-slide-title {
        font-size: 46px
    }
}

.v-header .owl-slide-title:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0
}

.v-header .owl-slide-subtitle {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    line-height: 1.4;
    color: #fff;
  /*  text-transform: uppercase;*/
    word-wrap: break-word !important
}

@media all and (min-width:575px) and (max-width:991px) {
    .v-header .owl-slide-subtitle {
        font-size: 17px
    }
}

@media all and (min-width:992px) {
    .v-header .owl-slide-subtitle {
        font-size: 18px
    }
}

.v-header .slide-action-btn {
    margin-top: 20px
}

.v-wrap {
    text-align: center
}

.model-features-list-wrapper {
    position: relative
}

.model-features-list {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    left: 50%;
    transform: translate(-50%,0)
}

@media all and (max-width:574px) {
    .model-features-list {
        display: none
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .model-features-list {
        width: 540px;
        margin-bottom: 3vh
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .model-features-list {
        width: 720px;
        margin-bottom: 7vh
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .model-features-list {
        width: 960px;
        margin-bottom: 5vh
    }
}

@media all and (min-width:1200px) {
    .model-features-list {
        width: 1200px;
        margin-bottom: 5vh
    }
}

.model-features-list li {
    margin-right: 20px
}

@media all and (min-width:575px) and (max-width:1199px) {
    .model-features-list li {
        width: calc(33.33333% - 20px);
        max-width: 170px
    }
}

@media all and (min-width:575px) and (max-width:1199px) {
    .model-features-list li:nth-child(3n) {
        margin-right: 0
    }
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-features-list li:nth-child(3n) .model-feature-item:before {
        content: "";
        background-color: transparent;
        width: auto;
        height: auto;
        position: static
    }
}

.model-features-list li:last-child .model-feature-item:before {
    content: none
}

.model-features-list li .model-feature-item {
    display: flex;
    margin-bottom: 30px;
    position: relative
}

@media all and (min-width:1200px) {
    .model-features-list li .model-feature-item {
        padding-right: 20px
    }
}

@media all and (min-width:575px) {
    .model-features-list li .model-feature-item:before {
        content: "";
        background-color: #fff;
        width: 1px;
        height: 48px;
        position: absolute;
        top: 5px;
        right: 0
    }
}

.model-features-list li .model-feature-item .feature-icon {
    margin-top: 5px;
    margin-right: 10px
}

    .model-features-list li .model-feature-item .feature-icon svg path {
        fill: #fff
    }

.model-features-list li .model-feature-item .feature-text .feature-title {
    color: #fff;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.15;
    font-weight: 600
}

    .model-features-list li .model-feature-item .feature-text .feature-title small {
        font-size: 15px
    }

.model-features-list li .model-feature-item .feature-text .feature-subtitle {
    color: #fff;
    font-size: 15px;
    display: block;
    line-height: 1.2;
    font-weight: 300
}

.model-desription-widget .model-feature-block:first-child {
    padding-top: 20px
}

.model-desription-widget .model-feature-block:nth-child(even) {
    background-color: #f7f7f7
}

.model-desription-widget .widget-line-left > .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

@media all and (min-width:768px) {
    .model-desription-widget .widget-line-left .model-feature-text {
        padding-right: 30px
    }
}

.model-desription-widget .widget-line-right > .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap
}

@media all and (min-width:768px) {
    .model-desription-widget .widget-line-right .model-feature-text {
        padding-left: 30px
    }
}

@media all and (max-width:767px) {
    .model-desription-widget .widget-line-left .model-feature-text, .model-desription-widget .widget-line-right .model-feature-text {
        margin-bottom: 40px
    }
}

.model-desription-widget .model-feature-block {
    padding: 70px 0
}

    .model-desription-widget .model-feature-block .model-feature-text {
        width: 100%
    }

@media all and (min-width:768px) {
    .model-desription-widget .model-feature-block .model-feature-text {
        width: 50%
    }
}

.model-desription-widget .model-feature-block .model-feature-text .model-feature-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    word-wrap: break-word !important;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-desription-widget .model-feature-block .model-feature-text .model-feature-title {
        font-size: 30px
    }
}

@media all and (min-width:992px) {
    .model-desription-widget .model-feature-block .model-feature-text .model-feature-title {
        font-size: 30px
    }
}

.model-desription-widget .model-feature-block .model-feature-text .model-feature-title:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: #1a1a1a;
    bottom: 0;
    left: 0
}

.model-desription-widget .model-feature-block .model-feature-text .model-feature-description {
    color: #828282;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300
}

.model-desription-widget .model-feature-block .model-preview-box {
    width: 100%
}

@media all and (min-width:768px) {
    .model-desription-widget .model-feature-block .model-preview-box {
        width: 50%
    }
}

.model-desription-widget .model-feature-block .model-preview-box .model-preview-image {
    max-width: 600px
}

.model-showcase-widget .fullwidth-single-box {
    width: 100vw;
    height: 100vh;
    position: relative
}

    .model-showcase-widget .fullwidth-single-box.has-bottom-block {
        display: flex;
        align-items: flex-end
    }

    .model-showcase-widget .fullwidth-single-box.has-top-block {
        display: flex;
        align-items: flex-start
    }

.model-showcase-widget .double-box {
    display: flex
}

@media all and (max-width:1199px) {
    .model-showcase-widget .double-box {
        flex-wrap: wrap
    }
}

.model-showcase-widget .double-box .double-left, .model-showcase-widget .double-box .double-right {
    position: relative;
    width: 100vw;
    height: 100vh
}

@media all and (min-width:1200px) {
    .model-showcase-widget .double-box .double-left, .model-showcase-widget .double-box .double-right {
        padding-top: 45%;
        width: 50vw
    }
}

.model-showcase-widget .double-box .double-left.has-center-center-block, .model-showcase-widget .double-box .double-right.has-center-center-block {
    display: flex;
    justify-content: center;
    align-items: center
}

.model-showcase-widget .model-text-box {
    z-index: 1;
    background-color: #fff;
    max-width: 565px;
    padding: 35px
}

    .model-showcase-widget .model-text-box.is-bottom-left {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .model-showcase-widget .model-text-box.is-bottom-center {
        position: absolute;
        right: 0
    }

@media all and (min-width:768px) {
    .model-showcase-widget .model-text-box.is-bottom-center {
        left: calc(50vw - 8px);
        right: auto
    }
}

.model-showcase-widget .model-text-box.is-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0
}

.model-showcase-widget .model-text-box.is-flex-center-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media all and (max-width:767px) {
    .model-showcase-widget .model-text-box.is-flex-center-center {
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:1919px) {
    .model-showcase-widget .model-text-box.is-flex-center-center {
        width: 80%
    }
}

.model-showcase-widget .model-text-box.is-top-left {
    position: absolute;
    right: 0;
    left: 0
}

.model-showcase-widget .model-text-box.is-top-center {
    position: absolute;
    right: 0;
    left: calc(50vw - 8px)
}

.model-showcase-widget .model-text-box.is-top-right {
    position: absolute;
    right: 0;
    top: 0
}

.model-showcase-widget .model-text-box .model-feature-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    word-wrap: break-word !important;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}

@media all and (min-width:575px) and (max-width:991px) {
    .model-showcase-widget .model-text-box .model-feature-title {
        font-size: 30px
    }
}

@media all and (min-width:992px) {
    .model-showcase-widget .model-text-box .model-feature-title {
        font-size: 30px
    }
}

.model-showcase-widget .model-text-box .model-feature-title:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: #1a1a1a;
    bottom: 0;
    left: 0
}

.model-showcase-widget .model-text-box .model-feature-description {
    color: #828282;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300
}

    .model-showcase-widget .model-text-box .model-feature-description p {
        margin-bottom: 15px
    }

btn-icon-right .model-showcase-widget .model-text-box .model-feature-description p:last-child {
    margin-bottom: 0
}

.model-showcase-widget .model-text-box .model-feature-description .btn-icon-right {
    font-weight: 400
}

.model-showcase-widget #model-showcase-image1 {
    background: url(../i/model-page/fiat500-1.jpg) 50% 100% no-repeat;
    background-size: cover
}

.model-showcase-widget #model-showcase-image2 {
    background: url(../i/model-page/fiat500-13.jpg) 50% 50% no-repeat;
    background-size: cover
}

.model-showcase-widget #model-showcase-image3 {
    background: url(../i/model-page/fiat500-12.jpg) 50% 50% no-repeat;
    background-size: cover
}

.model-showcase-widget #model-showcase-image4 {
    background: url(../i/model-page/fiat500-10.jpg) 50% 80% no-repeat;
    background-size: cover
}

.model-showcase-widget #model-showcase-image5 {
    background: url(../i/model-page/fiat500-4.jpg) 50% 50% no-repeat;
    background-size: cover
}

.posts {
    overflow: hidden
}

    .posts .posts-categories .posts-categories-list {
        margin-left: 7px
    }

        .posts .posts-categories .posts-categories-list li {
            display: inline-block;
            margin-right: 25px
        }

@media all and (max-width:767px) {
    .posts .posts-categories .posts-categories-list li {
        margin-right: 15px
    }
}

.posts .posts-categories .posts-categories-list li a {
    color: #1a1a1a;
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all .3s ease-in-out
}

@media all and (max-width:767px) {
    .posts .posts-categories .posts-categories-list li a {
        font-size: .9375rem;
        line-height: 1.8125rem
    }
}

.posts .posts-categories .posts-categories-list li a:after {
    transition: all .3s ease-in-out;
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 1px;
    right: 0;
    opacity: 0;
    margin-left: -7px;
    background-image: linear-gradient(to right,#0da5df 0,#46eeaa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2CC0C7', endColorstr='#FF46EEAA', GradientType=1);
    background-repeat: repeat-x
}

.posts .posts-categories .posts-categories-list li a:hover:after {
    left: 0;
    width: 100%;
    opacity: 1
}

.posts .posts-categories .posts-categories-list li a.active:after {
    left: 0;
    width: 100%;
    opacity: 1
}

@media all and (min-width:575px) {
    .posts .posts-masonry {
        margin-right: -30px
    }
}

.posts .posts-masonry .grid-item, .posts .posts-masonry .grid-sizer {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:767px) {
    .posts .posts-masonry .grid-item, .posts .posts-masonry .grid-sizer {
        width: calc(100% - 30px);
        margin-bottom: 30px
    }

        .posts .posts-masonry .grid-item:last-child, .posts .posts-masonry .grid-sizer:last-child {
            margin-bottom: 0
        }
}

@media all and (min-width:768px) and (max-width:991px) {
    .posts .posts-masonry .grid-item, .posts .posts-masonry .grid-sizer {
        width: calc(50% - 30px);
        margin-bottom: 30px
    }

        .posts .posts-masonry .grid-item:nth-last-child(2), .posts .posts-masonry .grid-sizer:nth-last-child(2) {
            margin-bottom: 0
        }

        .posts .posts-masonry .grid-item:last-child, .posts .posts-masonry .grid-sizer:last-child {
            margin-bottom: 0
        }
}

@media all and (min-width:992px) {
    .posts .posts-masonry .grid-item, .posts .posts-masonry .grid-sizer {
        width: calc(25% - 30px);
        margin-bottom: 30px
    }

        .posts .posts-masonry .grid-item:nth-last-child(2), .posts .posts-masonry .grid-sizer:nth-last-child(2) {
            margin-bottom: 0
        }

        .posts .posts-masonry .grid-item:last-child, .posts .posts-masonry .grid-sizer:last-child {
            margin-bottom: 0
        }
}

.posts .posts-masonry .grid-item--width2 {
    width: 100%;
    height: auto;
    margin-bottom: 30px
}

@media all and (min-width:575px) and (max-width:767px) {
    .posts .posts-masonry .grid-item--width2 {
        width: calc(100% - 30px)
    }
}

@media all and (min-width:768px) {
    .posts .posts-masonry .grid-item--width2 {
        width: calc(50% - 30px)
    }
}

.posts .posts-masonry .gutter-sizer {
    width: 15px
}

@media all and (min-width:575px) {
    .posts .posts-masonry .gutter-sizer {
        width: 30px
    }
}

.posts .posts-masonry .post-preview header {
    margin-bottom: 20px
}

@media all and (max-width:767px) {
    .posts .posts-masonry .post-preview header {
        margin-bottom: 12px
    }
}

.posts .posts-masonry .post-preview footer .post-title {
    margin-bottom: 0;
    word-break: break-word
}

    .posts .posts-masonry .post-preview footer .post-title a {
        display: block;
        font-size: 1.25rem;
        line-height: 1.875rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px
    }

@media all and (max-width:767px) {
    .posts .posts-masonry .post-preview footer .post-title a {
        margin-bottom: 0
    }
}

.posts .posts-masonry .post-preview footer .post-desc {
    display: block;
    font-size: 1rem;
    line-height: 1.375rem
}

.posts .posts-masonry .post-preview--type2 header {
    position: relative;
    z-index: 1
}

@media all and (max-width:991px) {
    .posts .posts-masonry .post-preview--type2 header {
        margin-bottom: 23px
    }
}

.posts .posts-masonry .post-preview--type2 footer {
    max-width: 49%;
    width: 100%;
    color: #fff;
    background: #1a1a1a;
    padding: 45px 40px;
    margin-top: -20%;
    position: relative;
    z-index: 2;
    float: right
}

@media all and (max-width:991px) {
    .posts .posts-masonry .post-preview--type2 footer {
        margin-top: 0;
        max-width: 100%;
        padding: 0;
        background: 0 0;
        color: #1a1a1a
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .posts .posts-masonry .post-preview--type2 footer {
        max-width: 64%;
        margin-top: -25%
    }
}

.posts .posts-masonry .post-preview--type2 footer .post-title {
    margin-bottom: 0;
    word-break: break-word
}

    .posts .posts-masonry .post-preview--type2 footer .post-title a {
        word-break: break-word;
        display: block;
        font-size: 1.25rem;
        line-height: 1.875rem;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 5px
    }

@media all and (max-width:767px) {
    .posts .posts-masonry .post-preview--type2 footer .post-title a {
        margin-bottom: 0
    }
}

.posts .posts-masonry .post-preview--type2 footer .post-desc {
    display: block;
    font-size: 1rem;
    line-height: 1.375rem
}

.posts .posts-masonry .more-posts-box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

    .posts .posts-masonry .more-posts-box .more-posts-heading {
        margin-left: 10px
    }

        .posts .posts-masonry .more-posts-box .more-posts-heading .more-posts-heading--title {
            font-size: 2.25rem;
            line-height: 1.2;
            font-weight: 700;
            text-transform: uppercase;
            word-break: break-word
        }

        .posts .posts-masonry .more-posts-box .more-posts-heading .more-posts-desc {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 400
        }

.posts .posts-masonry .controls-list {
    display: flex;
    width: 27px;
    height: 252px;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: #1a1a1a;
    margin-right: 20%;
    margin-top: 10px
}

@media all and (max-width:991px) {
    .posts .posts-masonry .controls-list {
        margin-right: 5%
    }
}

.posts .posts-masonry .controls-list li {
    display: inline-block;
    float: left;
    position: relative
}

    .posts .posts-masonry .controls-list li.prev-ctrl {
        margin-bottom: 20px
    }

    .posts .posts-masonry .controls-list li.next-ctrl {
        margin-top: 20px
    }

    .posts .posts-masonry .controls-list li .next-txt, .posts .posts-masonry .controls-list li .prev-txt {
        -ms-writing-mode: tb-rl;
        writing-mode: tb-rl;
        display: block;
        font-size: 1.25rem;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

        .posts .posts-masonry .controls-list li .next-txt:hover, .posts .posts-masonry .controls-list li .prev-txt:hover {
            opacity: .7
        }

    .posts .posts-masonry .controls-list li.separator {
        width: 1px;
        height: 355px;
        display: inline-block;
        background: #1a1a1a;
        margin-left: calc(50% - 1px);
        z-index: 1
    }

@media all and (min-width:320px) and (max-width:574px) {
    .posts .posts-masonry .controls-list li.separator {
        height: 100%
    }
}

.posts .posts-masonry .controls-list li.separator .active-slide {
    width: 1px;
    display: inline-block;
    background: #224338;
    margin-top: 0;
    position: absolute;
    top: 0;
    z-index: 2
}

.hero-widget {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

    .hero-widget:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: #000;
        opacity: .5
    }

    .hero-widget > .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 1
    }

@media all and (max-width:767px) {
    .hero-widget > .wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

.hero-widget .left-block .hero-text-box {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    max-width: 600px
}

    .hero-widget .left-block .hero-text-box:before {
        content: "";
        position: absolute;
        width: 53px;
        height: 1px;
        background-color: #fff;
        bottom: 0;
        left: 0
    }

    .hero-widget .left-block .hero-text-box .hero-title {
        font-size: 34px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        word-wrap: break-word;
        color: #fff;
        position: relative
    }

@media all and (min-width:575px) and (max-width:991px) {
    .hero-widget .left-block .hero-text-box .hero-title {
        font-size: 40px
    }
}

@media all and (min-width:992px) {
    .hero-widget .left-block .hero-text-box .hero-title {
        font-size: 46px
    }
}

.hero-widget .left-block .hero-text-box .hero-subtitle {
    font-size: 15px;
    display: block;
    margin-top: 10px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    word-wrap: break-word;
    max-width: 400px
}

@media all and (min-width:575px) and (max-width:991px) {
    .hero-widget .left-block .hero-text-box .hero-subtitle {
        font-size: 17px
    }
}

@media all and (min-width:992px) {
    .hero-widget .left-block .hero-text-box .hero-subtitle {
        font-size: 18px
    }
}

.hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff
}

@media all and (min-width:575px) and (max-width:991px) {
    .hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li {
        font-size: 16px
    }
}

@media all and (min-width:992px) {
    .hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li {
        font-size: 16px
    }
}

.hero-widget .left-block .hero-bread-crumbs .breadcrumbs-list li span.is-active {
    color: #9b9b9b
}

@media all and (max-width:767px) {
    .hero-widget .right-block {
        margin-top: 40px
    }
}

.brands-nav-widget {
    background-color: #1a1a1a;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden
}

@media all and (max-width:767px) {
    .brands-nav-widget {
        display: none
    }
}

.brands-nav-widget .brands-box {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center
}

    .brands-nav-widget .brands-box .brands-title {
        font-size: 19px;
        text-transform: uppercase;
        line-height: 1.2;
        color: #fff;
        padding-right: 20px;
        position: relative;
        border-right: 1px solid #464646;
        padding-top: 10px;
        padding-bottom: 10px;
        min-width: 120px
    }

    .brands-nav-widget .brands-box .brands-list {
        margin-left: 20px
    }

        .brands-nav-widget .brands-box .brands-list li {
            display: inline-block;
            margin-left: 6px;
            margin-right: 6px
        }

            .brands-nav-widget .brands-box .brands-list li a {
                font-size: 15px;
                line-height: 1.2;
                text-transform: uppercase;
                font-weight: 300;
                color: #fff;
                transition: all ease-in-out .3s
            }

                .brands-nav-widget .brands-box .brands-list li a:hover {
                    color: #0da5df
                }

.statistics-widget .statistics-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .statistics-widget .statistics-box .statistics-item {
        position: relative;
        flex-grow: 1;
        padding-left: 60px;
        padding-right: 15px;
        border-right: 1px solid #414141
    }

        .statistics-widget .statistics-box .statistics-item:first-child {
            padding-left: 0
        }

        .statistics-widget .statistics-box .statistics-item:last-child {
            border-right: none
        }

@media all and (max-width:991px) {
    .statistics-widget .statistics-box .statistics-item {
        text-align: center;
        margin-bottom: 20px
    }

        .statistics-widget .statistics-box .statistics-item:nth-child(odd) {
            width: 50%;
            padding-right: 15px;
            border-right: 1px solid #1a1a1a
        }

        .statistics-widget .statistics-box .statistics-item:nth-child(even) {
            width: 50%;
            padding-left: 10px;
            border-right: none
        }

        .statistics-widget .statistics-box .statistics-item:nth-child(3), .statistics-widget .statistics-box .statistics-item:nth-child(4) {
            margin-bottom: 0
        }
}

.statistics-widget .statistics-box .statistics-item .statistics-title {
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #1a1a1a;
    position: relative
}

@media all and (min-width:575px) and (max-width:991px) {
    .statistics-widget .statistics-box .statistics-item .statistics-title {
        font-size: 23px
    }
}

@media all and (min-width:992px) {
    .statistics-widget .statistics-box .statistics-item .statistics-title {
        font-size: 28px
    }
}

.statistics-widget .statistics-box .statistics-item .statistics-subtitle {
    color: #414141;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.1
}

@keyframes slideLoading {
    0% {
        height: 0
    }

    100% {
        height: 100%
    }
}

.fade-effect {
    opacity: 0
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fade-in-element {
    animation: fade-in-up 1.4s
}

.item-gradient {
    background: #fff;
    background: linear-gradient(135deg,#000 0,#000 25%,#514a9d 50%,#24c6dc 75%,#514a9d 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    transition: .9s all
}

.item-gradient__img {
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    mix-blend-mode: screen
}

.item-gradient:hover {
    background-position: 100% 100%
}

.img-hover-zoom {
    height: auto;
    overflow: hidden
}

.img-hover-zoom--brightness {
    transition: all 1.5s ease-in-out
}

    .img-hover-zoom--brightness:hover {
        background-color: #000
    }

        .img-hover-zoom--brightness:hover img {
            transition: transform 2s,filter 1.5s ease-in-out;
            transform: scale(1.3)
        }

    .img-hover-zoom--brightness img {
        transition: transform 2s,filter 1.5s ease-in-out;
        transform-origin: center center
    }

@keyframes pulsate1 {
    0% {
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255,255,255,.75),0 0 25px 10px rgba(255,255,255,.75)
    }

    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

.photobox__previewbox {
    position: relative;
    overflow: hidden;
    display: block
}

.photobox__preview {
    display: block;
    max-width: 100%
}

.photobox__previewbox:before {
    content: ""
}

.photobox_base .photobox__previewbox:before {
    width: 0;
    height: 0;
    padding: 25%;
    background-color: var(--photoboxOverlay,rgba(55,212,186,.5));
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: transform calc(var(--photoboxAnimationDuration,.8s)/ 2) ease;
    will-change: transform;
    transform: translate(-50%,-50%) scale(0)
}

.photobox_base:hover .photobox__previewbox:before {
    transform: translate(-50%,-50%) scale(4);
    transition-duration: var(--photoboxAnimationDuration,.8s)
}

.photobox_base.photobox__label {
    width: 95%;
    text-align: center;
    opacity: 0;
    transition: opacity calc(var(--photoboxAnimationDuration,.8s)/ 4) cubic-bezier(.71,.05,.29,.9),transform calc(var(--photoboxAnimationDuration,.8s)/ 4) cubic-bezier(.71,.05,.29,.9);
    will-change: opacity,transform;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,200%);
    z-index: 3
}

.photobox_base:hover .photobox__label {
    opacity: 1;
    transform: translate(-50%,-50%);
    transition-duration: calc(var(--photoboxAnimationDuration,.8s)/ 2);
    transition-delay: calc(var(--photoboxAnimationDuration,.8s)/ 4)
}

.photobox_base .photobox__preview {
    transition: transform calc(var(--photoboxAnimationDuration,.8s)/ 2) cubic-bezier(.71,.05,.29,.9);
    will-change: transform;
    transform: scale(1)
}

.photobox_base:hover .photobox__preview {
    transform: scale(1.08,1.08);
    cursor: pointer
}

.photobox_base_2 .photobox__previewbox:before {
    width: 100%;
    height: 100%;
    background-color: var(--photoboxOverlay,rgba(55,212,186,.5));
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration,.4s) cubic-bezier(.71,.05,.29,.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.photobox_base_2:hover .photobox__previewbox:before {
    opacity: 1
}

.photobox_base_2 .photobox__label {
    width: 98%;
    text-align: center;
    opacity: 0;
    transition: opacity calc(var(--photoboxAnimationDuration,.4s)/ 4) cubic-bezier(.71,.05,.29,.9);
    will-change: opacity;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

.photobox_base_2:hover .photobox__label {
    opacity: 1;
    transition-duration: var(--photoboxAnimationDuration,.4s);
    transition-delay: calc(var(--photoboxAnimationDuration,.4s)/ 2)
}

.photobox_base_2 .photobox__preview {
    transition: transform var(--photoboxAnimationDuration,.4s) cubic-bezier(.71,.05,.29,.9);
    will-change: transform;
    transform: scale(1) rotate(0)
}

.photobox_base_2:hover .photobox__preview {
    transform: scale(1.2) rotate(5deg)
}

.wrapper {
    margin: 0 auto;
    padding: 0 15px
}

@media all and (max-width:575px) {
    .wrapper {
        width: 100%;
        padding: 0 30px
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    .wrapper {
        width: 540px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .wrapper {
        width: 720px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .wrapper {
        width: 960px
    }
}

@media all and (min-width:1200px) {
    .wrapper {
        width: 1200px
    }
}

.section-heading .section-heading-title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    word-wrap: break-word;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 10px
}

@media all and (min-width:575px) and (max-width:991px) {
    .section-heading .section-heading-title {
        font-size: 35px
    }
}

@media all and (min-width:992px) {
    .section-heading .section-heading-title {
        font-size: 35px
    }
}

.section-heading .section-heading-title:before {
    content: "";
    position: absolute;
    width: 53px;
    height: 1px;
    background-color: #1a1a1a;
    bottom: 0;
    left: 0
}

.widget-wrapper {
    padding-top: 70px;
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .widget-wrapper {
        padding-top: 85px;
        padding-bottom: 35px
    }
}

@media all and (min-width:992px) {
    .widget-wrapper {
        padding-top: 100px;
        /*padding-bottom: 100px*/
    }
}

.widget-bottom-margin {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .widget-bottom-margin {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    .widget-bottom-margin {
        padding-bottom: 100px
    }
}

.widget-top-margin {
    padding-top: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .widget-top-margin {
        padding-top: 85px
    }
}

@media all and (min-width:992px) {
    .widget-top-margin {
        padding-top: 100px
    }
}

.simple-page-heading {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 14px;
    max-width: 600px
}

    .simple-page-heading:before {
        content: "";
        position: absolute;
        width: 53px;
        height: 1px;
        background-color: #1a1a1a;
        bottom: 0;
        left: 0
    }

    .simple-page-heading.align-center {
        text-align: center;
        margin: 0 auto 50px auto
    }

        .simple-page-heading.align-center:before {
            left: 50%;
            transform: translateX(-50%)
        }

    .simple-page-heading.align-right {
        margin-left: auto;
        text-align: right
    }

        .simple-page-heading.align-right:before {
            left: auto;
            right: 0
        }

    .simple-page-heading .heading-title {
        font-size: 30px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        word-wrap: break-word;
        color: #1a1a1a;
        position: relative
    }

@media all and (min-width:575px) and (max-width:991px) {
    .simple-page-heading .heading-title {
        font-size: 30px
    }
}

@media all and (min-width:992px) {
    .simple-page-heading .heading-title {
        font-size: 35px
    }
}

.simple-page-heading .heading-description {
    margin-top: 5px;
    color: #414141;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2
}

.image-responsive {
    width: 100%;
    height: auto
}

.menu-arrow-selected::after {
    border-bottom-color: #39d7b9 !important;
    transition: all .3s ease-in-out
}

.parallax-img {
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 20px
}

    .responsive-iframe iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none
    }

.post-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
   /* text-transform: uppercase;*/
    margin-bottom: 0;
    word-wrap: break-word;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 25px
}

@media all and (min-width:575px) and (max-width:991px) {
    .post-title {
        font-size: 30px
    }
}

@media all and (min-width:992px) {
    .post-title {
        font-size: 35px
    }
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    word-break: break-word;
    text-align: left
}

.post-content h1 {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 3.75rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px
}

@media all and (max-width:574px) {
    .post-content h1 {
        font-size: 2.625rem;
        line-height: 3.25rem
    }
}

.post-content h2 {
    font-size: 2.6875rem;
    font-weight: 700;
    line-height: 3.3125rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px
}

@media all and (max-width:574px) {
    .post-content h2 {
        font-size: 2.125rem;
        line-height: 2.75rem
    }
}

.post-content h3 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 2.75rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px
}

@media all and (max-width:574px) {
    .post-content h3 {
        font-size: 1.875rem;
        line-height: 2.5rem
    }
}

.post-content h4 {
    font-size: 2.1875rem;
    font-weight: 700;
    line-height: 2.8125rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px
}

@media all and (max-width:574px) {
    .post-content h4 {
        font-size: 1.6875rem;
        line-height: 2.3125rem
    }
}

.post-content h5 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.625rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px
}

@media all and (max-width:574px) {
    .post-content h5 {
        font-size: 1.5rem;
        line-height: 2.125rem
    }
}

.post-content h6 {
    font-size: 1.8125rem;
    font-weight: 700;
    line-height: 2.4375rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 50px
}

@media all and (max-width:574px) {
    .post-content h6 {
        font-size: 1.3125rem;
        line-height: 1.9375rem
    }
}

.post-content a {
    color: #0da5df;
    text-decoration: underline
}

    .post-content a:hover {
        text-decoration: none
    }

.post-content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 25px
}

.post-content figure {
    margin: 0 0 11px 0;
    padding: 0;
    display: flex;
    flex-direction: column
}

    .post-content figure.figure-left {
        float: left;
        margin-bottom: 0
    }

@media all and (max-width:767px) {
    .post-content figure.figure-left {
        float: none;
        margin-bottom: 8px
    }
}

.post-content figure.figure-left img {
    max-width: 100%;
    display: block;
    margin-top: 8px;
    margin-right: 20px
}

@media all and (max-width:767px) {
    .post-content figure.figure-left img {
        margin-right: 0
    }
}

.post-content figure.figure-right {
    float: right;
    margin-bottom: 0
}

@media all and (max-width:767px) {
    .post-content figure.figure-right {
        float: none;
        margin-bottom: 8px
    }
}

.post-content figure.figure-right img {
    max-width: 100%;
    display: block;
    margin-top: 8px;
    margin-left: 20px
}

@media all and (max-width:767px) {
    .post-content figure.figure-right img {
        margin-left: 0
    }
}

.post-content figure.figure-center {
    display: block
}

    .post-content figure.figure-center img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

@media all and (max-width:767px) {
    .post-content figure.figure-center img {
        width: 100%;
        height: auto
    }
}

.post-content figure figcaption {
    text-align: center;
    font-size: .9375rem;
    line-height: 1.375rem;
    margin-top: 16px
}

@media all and (max-width:767px) {
    .post-content figure figcaption {
        padding: 0 10%
    }
}

.post-content figure figcaption span {
    font-weight: 700
}

.post-content blockquote {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 20px 40px;
    text-align: center;
    position: relative;
    margin: 30px auto 20px auto;
    text-transform: uppercase;
    font-weight: 600
}

@media all and (max-width:574px) {
    .post-content blockquote {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .post-content blockquote {
        max-width: 83.33333%
    }
}

@media screen and (min-width:992px) {
    .post-content blockquote {
        max-width: 66.66667%
    }
}

.post-content blockquote:before {
    content: "\201C";
    color: #0da5df;
    font-size: 4.5rem;
    position: absolute;
    left: 0;
    bottom: 45%;
    top: 45%
}

@media all and (max-width:574px) {
    .post-content blockquote:before {
        font-size: 3.5rem
    }
}

@media screen and (min-width:768px) {
    .post-content blockquote:before {
        margin-left: -20px
    }
}

.post-content blockquote:after {
    content: "\201D";
    color: #0da5df;
    font-size: 4.5rem;
    position: absolute;
    right: 0;
    bottom: 45%;
    top: 45%
}

@media all and (max-width:574px) {
    .post-content blockquote:after {
        font-size: 3.5rem
    }
}

@media screen and (min-width:768px) {
    .post-content blockquote:after {
        margin-right: -20px
    }
}

.post-content .unordered-list {
    *zoom: 1
}

    .post-content .unordered-list:after, .post-content .unordered-list:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .post-content .unordered-list:after {
        clear: both
    }

    .post-content .unordered-list li {
        color: #1a1a1a
    }

        .post-content .unordered-list li::before {
            content: "•";
            color: #0da5df;
            margin-right: 10px;
            font-size: 1.5625rem;
            vertical-align: bottom
        }

@media all and (max-width:424px) {
    .post-content .unordered-list li::before {
        margin-right: 4px
    }
}

.post-content .unordered-list li a {
    font-size: 1.125rem;
    color: #0da5df
}

@media all and (max-width:374px) {
    .post-content .unordered-list li a {
        font-size: 1rem
    }
}

.post-content .unordered-list li a:hover {
    color: #0da5df
}

.post-content .ordered-list {
    *zoom: 1
}

    .post-content .ordered-list:after, .post-content .ordered-list:before {
        display: table;
        line-height: 0;
        content: ""
    }

    .post-content .ordered-list:after {
        clear: both
    }

    .post-content .ordered-list li {
        color: #1a1a1a
    }

        .post-content .ordered-list li .list-number {
            font-size: 1.125rem;
            vertical-align: bottom;
            float: left;
            display: inline-block;
            margin-right: 10px;
            text-align: center
        }

@media all and (max-width:424px) {
    .post-content .ordered-list li .list-number {
        margin-right: 7px
    }
}

.post-content .ordered-list li a {
    float: left;
    margin: 3px 0 0 0;
    font-size: 1.125rem;
    display: inline-block;
    color: #0da5df;
    width: inherit
}

@media all and (max-width:374px) {
    .post-content .ordered-list li a {
        font-size: 1rem
    }
}

.post-content .ordered-list li a:hover {
    color: #0da5df
}

.post-content .ordered-list li p {
    margin: 2px 0 0 0;
    float: left;
    width: 90%;
    display: inline-block
}

.post-content .styled-checkboxes-list li, .post-content .styled-radio-list li {
    margin-bottom: 10px;
    text-align: left
}

@media all and (max-width:767px) {
    .post-content .styled-checkboxes-list li, .post-content .styled-radio-list li {
        margin-bottom: 15px
    }
}

.noScrollSimple {
    overflow: hidden
}

.image-cover {
    object-fit: cover
}

.bgc-f7f7f7 {
    background-color: #f7f7f7
}

.d-flex {
    display: flex
}

.justify-content-space-between {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}

.flex-direction-rr {
    flex-direction: row-reverse
}

@media all and (max-width:767px) {
    .sm-display-none {
        display: none
    }
}

@media all and (max-width:767px) {
    .sm-mb-10 {
        margin-bottom: 10px
    }
}

@media all and (max-width:767px) {
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        max-width: 25.333333%;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-5 {
        max-width: 41.666666%;
        width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        max-width: 50%;
        width: 100%
    }
}

.col-lg-12 {
    max-width: 100%;
    width: 100%
}

@media all and (min-width:768px) and (max-width:991px) {
    .col-md-5 {
        max-width: 41.666666%;
        width: 100%
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .col-md-4 {
        max-width: 25.333333%;
        width: 100%
    }
}

.mb-0 {
    margin-bottom: 0
}

#contact-page {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #contact-page {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #contact-page {
        padding-bottom: 100px
    }
}

#contact-us-background {
    background-image: url(../i/trade-in/contact-us.jpg)
}

.contact-section {
    padding-top: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    .contact-section {
        padding-top: 85px
    }
}

@media all and (min-width:992px) {
    .contact-section {
        padding-top: 100px
    }
}

.contact-section .contact-title-box h3 {
    color: #1a1a1a;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 3px
}

.contact-section .contact-title-box span {
    font-size: 20px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-left: 3px;
    display: block
}

.contact-section .contact-info-box {
    margin-top: 55px;
    display: flex;
    justify-content: space-between
}

    .contact-section .contact-info-box .contact-left-side {
        width: 100%;
        max-width: 761px
    }

        .contact-section .contact-info-box .contact-left-side .contact-information {
            width: 100%
        }

            .contact-section .contact-info-box .contact-left-side .contact-information .contact-table-wrap {
                overflow-x: auto
            }

            .contact-section .contact-info-box .contact-left-side .contact-information table {
                margin: 0;
                word-break: break-all;
                border-collapse: collapse;
                overflow-x: auto;
                display: block;
                width: -webkit-fit-content;
                width: -moz-fit-content;
                width: fit-content;
                max-width: 100%;
                min-width: 510px
            }

                .contact-section .contact-info-box .contact-left-side .contact-information table tr {
                    display: block
                }

@media all and (min-width:320px) and (max-width:574px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr {
        margin-bottom: 25px
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr {
        margin-bottom: 30px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr {
        margin-bottom: 45px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr {
        margin-bottom: 55px
    }
}

@media all and (min-width:1200px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr {
        margin-bottom: 85px
    }
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr th {
    width: 30%;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.875rem;
    border: 0
}

@media all and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr th {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media all and (min-width:320px) and (max-width:574px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr th {
        width: 33%
    }
}

@media all and (min-width:575px) and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr th {
        width: 33%
    }
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr td {
    width: 525px;
    padding: 0;
    border: 0
}

    .contact-section .contact-info-box .contact-left-side .contact-information table tr td > div {
        display: flex;
        margin-bottom: 3px
    }

    .contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-title {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.875rem;
        color: #1a1a1a;
        max-width: 27%;
        width: 100%;
        display: inline-block;
        text-transform: uppercase
    }

@media all and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-title {
        font-size: .9375rem;
        line-height: 1.5625rem
    }
}

.contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-data {
    display: inline-block;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.75rem
}

@media all and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-information table tr td .info-data {
        font-size: 1rem;
        line-height: 1.625rem
    }
}

@media all and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-box {
        margin-top: 25px
    }
}

.contact-section .contact-info-box .contact-left-side .contact-box h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 35px
}

@media all and (max-width:767px) {
    .contact-section .contact-info-box .contact-left-side .contact-box h4 {
        margin-bottom: 25px
    }
}

.contact-section .contact-info-box .contact-right-side {
    width: 100%;
    max-width: 36%;
    padding: 2px 0 0 15px;
    display: none
}

@media all and (min-width:992px) {
    .contact-section .contact-info-box .contact-right-side {
        display: block
    }
}

#hero-about-page {
    background-image: url(../i/trade-in/about-us.jpg)
}

#models-01 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #models-01 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #models-01 {
        padding-bottom: 100px
    }
}

#models-bg-image-1 {
    background-image: url(../i/trade-in/models-1.jpg)
}

#models-02 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #models-02 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #models-02 {
        padding-bottom: 100px
    }
}

#models-bg-image-2 {
    background-image: url(../i/trade-in/models-2.jpg)
}

#model-single-01 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #model-single-01 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #model-single-01 {
        padding-bottom: 100px
    }
}

#model-single-02 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #model-single-02 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #model-single-02 {
        padding-bottom: 100px
    }
}

#model-single-2 {
    background-image: url(../i/trade-in/model-single-2.jpg)
}

#blog-page {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #blog-page {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #blog-page {
        padding-bottom: 100px
    }
}

#blog-hero-bg {
    background-image: url(../i/trade-in/blog-left.jpg)
}

#blog-single-right {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #blog-single-right {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #blog-single-right {
        padding-bottom: 100px
    }
}

#blog-single-right .blog-post-wrapper {
    display: flex;
    justify-content: space-between
}

@media all and (max-width:991px) {
    #blog-single-right .blog-post-wrapper {
        flex-direction: column
    }
}

#blog-single-right .blog-post-wrapper .post {
    max-width: 75.2%;
    width: 100%
}

@media all and (max-width:991px) {
    #blog-single-right .blog-post-wrapper .post {
        max-width: 100%
    }
}

#blog-single-right .blog-post-wrapper .post .post-title {
    word-break: break-word
}

@media all and (max-width:574px) {
    #blog-single-right .blog-post-wrapper .post .post-title {
        font-size: 2.125rem;
        line-height: 2.75rem
    }
}

@media all and (min-width:992px) {
    #blog-single-right .blog-post-wrapper .post .post-title {
        padding-right: 40px
    }
}

#blog-right-hero-bg {
    background-image: url(../i/trade-in/models-2.jpg)
}

#blog-single-left {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #blog-single-left {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #blog-single-left {
        padding-bottom: 100px
    }
}

#blog-single-left .blog-post-wrapper {
    display: flex;
    justify-content: space-between
}

@media all and (max-width:991px) {
    #blog-single-left .blog-post-wrapper {
        flex-direction: column
    }
}

#blog-single-left .blog-post-wrapper .post {
    max-width: 75.2%;
    width: 100%
}

@media all and (max-width:991px) {
    #blog-single-left .blog-post-wrapper .post {
        max-width: 100%
    }
}

#blog-single-left .blog-post-wrapper .post .post-title {
    word-break: break-word
}

@media all and (max-width:574px) {
    #blog-single-left .blog-post-wrapper .post .post-title {
        font-size: 1.75rem;
        line-height: 2.375rem
    }
}

@media all and (min-width:992px) {
    #blog-single-left .blog-post-wrapper .post .post-title {
        padding-right: 40px
    }
}

#blog-left-hero-bg {
    background-image: url(../i/trade-in/blog.jpg)
}

#blog-single-without-sidebar {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #blog-single-without-sidebar {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #blog-single-without-sidebar {
        padding-bottom: 100px
    }
}

#blog-single-without-sidebar .blog-post-wrapper {
    display: flex;
    justify-content: center
}

@media all and (max-width:991px) {
    #blog-single-without-sidebar .blog-post-wrapper {
        flex-direction: column
    }
}

#blog-single-without-sidebar .blog-post-wrapper .post {
    max-width: 100%;
    width: 100%
}

@media all and (max-width:991px) {
    #blog-single-without-sidebar .blog-post-wrapper .post {
        max-width: 100%
    }
}

#blog-single-without-sidebar .blog-post-wrapper .post .post-title {
    word-break: break-word
}

@media all and (max-width:574px) {
    #blog-single-without-sidebar .blog-post-wrapper .post .post-title {
        font-size: 2.125rem;
        line-height: 2.75rem
    }
}

@media all and (min-width:992px) {
    #blog-single-without-sidebar .blog-post-wrapper .post .post-title {
        padding-right: 40px
    }
}

#blog-single-without-sidebar .blog-post-wrapper .post .post-author-sign {
    text-align: right;
    font-size: 28px;
    padding-right: 10px
}

#blog-without-hero-bg {
    background-image: url(../i/trade-in/trade-in.jpg)
}

#gallery-page {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #gallery-page {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #gallery-page {
        padding-bottom: 100px
    }
}

#gallery-hero-bg {
    background-image: url(../i/trade-in/gallery.jpg)
}

#elememts-page {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #elememts-page {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #elememts-page {
        padding-bottom: 100px
    }
}

#elememts-page .blog-post-wrapper {
    display: flex;
    justify-content: space-between
}

@media all and (max-width:991px) {
    #elememts-page .blog-post-wrapper {
        flex-direction: column
    }
}

#elememts-page .blog-post-wrapper .post {
    max-width: 75.2%;
    width: 100%
}

@media all and (max-width:991px) {
    #elememts-page .blog-post-wrapper .post {
        max-width: 100%
    }
}

#elememts-page .blog-post-wrapper .post .post-title {
    word-break: break-word
}

@media all and (max-width:574px) {
    #elememts-page .blog-post-wrapper .post .post-title {
        font-size: 2.125rem;
        line-height: 2.75rem
    }
}

@media all and (min-width:992px) {
    #elememts-page .blog-post-wrapper .post .post-title {
        padding-right: 40px
    }
}

#elements-hero-bg {
    background-image: url(../i/trade-in/contact-us.jpg)
}

#home-01 {
   /* padding-bottom: 70px*/
}

@media all and (min-width:768px) and (max-width:991px) {
    #home-01 {
        /*padding-bottom: 85px*/
    }
}

@media all and (min-width:992px) {
    #home-01 {
        /*padding-bottom: 100px*/
    }
}

#home-02 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #home-02 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #home-02 {
        padding-bottom: 100px
    }
}

#home-03 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #home-03 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #home-03 {
        padding-bottom: 100px
    }
}

#home-04 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #home-04 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #home-04 {
        padding-bottom: 100px
    }
}

#home-05 {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #home-05 {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #home-05 {
        padding-bottom: 100px
    }
}

#trade-in {
    padding-bottom: 70px
}

@media all and (min-width:768px) and (max-width:991px) {
    #trade-in {
        padding-bottom: 85px
    }
}

@media all and (min-width:992px) {
    #trade-in {
        padding-bottom: 100px
    }
}

#trade-in-page {
    background-image: url(../i/trade-in/trade-in.jpg)
}

.icon-race-track {
    width: 32px;
    height: 32px
}

.icon-speedometer {
    width: 32px;
    height: 32px
}

.engine-icon {
    width: 32px;
    height: 32px
}

.icon-battery {
    width: 32px;
    height: 32px
}

.speed-icon {
    width: 32px;
    height: 32px
}

.turbo-icon {
    width: 30px;
    height: 30px
}

.car-icon {
    display: block;
    fill: #fff;
    width: 18px;
    height: 18px
}

@media all and (min-width:575px) and (max-width:767px) {
    .car-icon {
        width: 19px;
        height: 19px
    }
}

@media all and (min-width:768px) {
    .car-icon {
        width: 20px;
        height: 20px
    }
}
