    @charset "UTF-8";

    /*!*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
    */
    @font-face {
        font-family: FontAwesome;
        src: url(../fonts/fontawesome-webfont3e6e.eot?v=4.7.0);
        src: url(../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont3e6e.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular) format('svg');
        font-weight: 400;
        font-style: normal
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .fa-lg {
        font-size: 1.33333333em;
        line-height: .75em;
        vertical-align: -15%
    }

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

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

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

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

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

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

    .fa-ul>li {
        position: relative
    }

    .fa-li {
        position: absolute;
        left: -2.14285714em;
        width: 2.14285714em;
        top: .14285714em;
        text-align: center
    }

    .fa-li.fa-lg {
        left: -1.85714286em
    }

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

    .fa-pull-left {
        float: left
    }

    .fa-pull-right {
        float: right
    }

    .fa.fa-pull-left {
        margin-right: .3em
    }

    .fa.fa-pull-right {
        margin-left: .3em
    }

    .pull-right {
        float: right
    }

    .pull-left {
        float: left
    }

    .fa.pull-left {
        margin-right: .3em
    }

    .fa.pull-right {
        margin-left: .3em
    }

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

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

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

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg)
        }
    }

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

        100% {
            -webkit-transform: rotate(359deg);
            transform: rotate(359deg)
        }
    }

    .fa-rotate-90 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .fa-rotate-180 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .fa-rotate-270 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .fa-flip-horizontal {
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1)
    }

    .fa-flip-vertical {
        -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1)
    }

    :root .fa-flip-horizontal,
    :root .fa-flip-vertical,
    :root .fa-rotate-180,
    :root .fa-rotate-270,
    :root .fa-rotate-90 {
        filter: none
    }

    .fa-stack {
        position: relative;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle
    }

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

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

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

    .fa-inverse {
        color: #fff
    }

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

    .fa-music:before {
        content: "\f001"
    }

    .fa-search:before {
        content: "\f002"
    }

    .fa-envelope-o:before {
        content: "\f003"
    }

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

    .fa-star:before {
        content: "\f005"
    }

    .fa-star-o:before {
        content: "\f006"
    }

    .fa-user:before {
        content: "\f007"
    }

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

    .fa-th-large:before {
        content: "\f009"
    }

    .fa-th:before {
        content: "\f00a"
    }

    .fa-th-list:before {
        content: "\f00b"
    }

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

    .fa-close:before,
    .fa-remove:before,
    .fa-times:before {
        content: "\f00d"
    }

    .fa-search-plus:before {
        content: "\f00e"
    }

    .fa-search-minus:before {
        content: "\f010"
    }

    .fa-power-off:before {
        content: "\f011"
    }

    .fa-signal:before {
        content: "\f012"
    }

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

    .fa-trash-o:before {
        content: "\f014"
    }

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

    .fa-file-o:before {
        content: "\f016"
    }

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

    .fa-road:before {
        content: "\f018"
    }

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

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

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

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

    .fa-play-circle-o:before {
        content: "\f01d"
    }

    .fa-repeat:before,
    .fa-rotate-right:before {
        content: "\f01e"
    }

    .fa-refresh:before {
        content: "\f021"
    }

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

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

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

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

    .fa-volume-off:before {
        content: "\f026"
    }

    .fa-volume-down:before {
        content: "\f027"
    }

    .fa-volume-up:before {
        content: "\f028"
    }

    .fa-qrcode:before {
        content: "\f029"
    }

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

    .fa-tag:before {
        content: "\f02b"
    }

    .fa-tags:before {
        content: "\f02c"
    }

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

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

    .fa-print:before {
        content: "\f02f"
    }

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

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

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

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

    .fa-text-height:before {
        content: "\f034"
    }

    .fa-text-width:before {
        content: "\f035"
    }

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

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

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

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

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

    .fa-dedent:before,
    .fa-outdent:before {
        content: "\f03b"
    }

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

    .fa-video-camera:before {
        content: "\f03d"
    }

    .fa-image:before,
    .fa-photo:before,
    .fa-picture-o:before {
        content: "\f03e"
    }

    .fa-pencil:before {
        content: "\f040"
    }

    .fa-map-marker:before {
        content: "\f041"
    }

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

    .fa-tint:before {
        content: "\f043"
    }

    .fa-edit:before,
    .fa-pencil-square-o:before {
        content: "\f044"
    }

    .fa-share-square-o:before {
        content: "\f045"
    }

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

    .fa-arrows:before {
        content: "\f047"
    }

    .fa-step-backward:before {
        content: "\f048"
    }

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

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

    .fa-play:before {
        content: "\f04b"
    }

    .fa-pause:before {
        content: "\f04c"
    }

    .fa-stop:before {
        content: "\f04d"
    }

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

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

    .fa-step-forward:before {
        content: "\f051"
    }

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

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

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

    .fa-plus-circle:before {
        content: "\f055"
    }

    .fa-minus-circle:before {
        content: "\f056"
    }

    .fa-times-circle:before {
        content: "\f057"
    }

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

    .fa-question-circle:before {
        content: "\f059"
    }

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

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

    .fa-times-circle-o:before {
        content: "\f05c"
    }

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

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

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

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

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

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

    .fa-mail-forward:before,
    .fa-share:before {
        content: "\f064"
    }

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

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

    .fa-plus:before {
        content: "\f067"
    }

    .fa-minus:before {
        content: "\f068"
    }

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

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

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

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

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

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

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

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

    .fa-plane:before {
        content: "\f072"
    }

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

    .fa-random:before {
        content: "\f074"
    }

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

    .fa-magnet:before {
        content: "\f076"
    }

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

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

    .fa-retweet:before {
        content: "\f079"
    }

    .fa-shopping-cart:before {
        content: "\f07a"
    }

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

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

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

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

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

    .fa-twitter-square:before {
        content: "\f081"
    }

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

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

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

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

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

    .fa-thumbs-o-up:before {
        content: "\f087"
    }

    .fa-thumbs-o-down:before {
        content: "\f088"
    }

    .fa-star-half:before {
        content: "\f089"
    }

    .fa-heart-o:before {
        content: "\f08a"
    }

    .fa-sign-out:before {
        content: "\f08b"
    }

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

    .fa-thumb-tack:before {
        content: "\f08d"
    }

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

    .fa-sign-in:before {
        content: "\f090"
    }

    .fa-trophy:before {
        content: "\f091"
    }

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

    .fa-upload:before {
        content: "\f093"
    }

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

    .fa-phone:before {
        content: "\f095"
    }

    .fa-square-o:before {
        content: "\f096"
    }

    .fa-bookmark-o:before {
        content: "\f097"
    }

    .fa-phone-square:before {
        content: "\f098"
    }

    .fa-twitter:before {
        content: "\f099"
    }

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

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

    .fa-unlock:before {
        content: "\f09c"
    }

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

    .fa-feed:before,
    .fa-rss:before {
        content: "\f09e"
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fa-wrench:before {
        content: "\f0ad"
    }

    .fa-tasks:before {
        content: "\f0ae"
    }

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

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

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

    .fa-group:before,
    .fa-users:before {
        content: "\f0c0"
    }

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

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

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

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

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

    .fa-paperclip:before {
        content: "\f0c6"
    }

    .fa-floppy-o:before,
    .fa-save:before {
        content: "\f0c7"
    }

    .fa-square:before {
        content: "\f0c8"
    }

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

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

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

    .fa-strikethrough:before {
        content: "\f0cc"
    }

    .fa-underline:before {
        content: "\f0cd"
    }

    .fa-table:before {
        content: "\f0ce"
    }

    .fa-magic:before {
        content: "\f0d0"
    }

    .fa-truck:before {
        content: "\f0d1"
    }

    .fa-pinterest:before {
        content: "\f0d2"
    }

    .fa-pinterest-square:before {
        content: "\f0d3"
    }

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

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

    .fa-money:before {
        content: "\f0d6"
    }

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

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

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

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

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

    .fa-sort:before,
    .fa-unsorted:before {
        content: "\f0dc"
    }

    .fa-sort-desc:before,
    .fa-sort-down:before {
        content: "\f0dd"
    }

    .fa-sort-asc:before,
    .fa-sort-up:before {
        content: "\f0de"
    }

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

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

    .fa-rotate-left:before,
    .fa-undo:before {
        content: "\f0e2"
    }

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

    .fa-dashboard:before,
    .fa-tachometer:before {
        content: "\f0e4"
    }

    .fa-comment-o:before {
        content: "\f0e5"
    }

    .fa-comments-o:before {
        content: "\f0e6"
    }

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

    .fa-sitemap:before {
        content: "\f0e8"
    }

    .fa-umbrella:before {
        content: "\f0e9"
    }

    .fa-clipboard:before,
    .fa-paste:before {
        content: "\f0ea"
    }

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

    .fa-exchange:before {
        content: "\f0ec"
    }

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

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

    .fa-user-md:before {
        content: "\f0f0"
    }

    .fa-stethoscope:before {
        content: "\f0f1"
    }

    .fa-suitcase:before {
        content: "\f0f2"
    }

    .fa-bell-o:before {
        content: "\f0a2"
    }

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

    .fa-cutlery:before {
        content: "\f0f5"
    }

    .fa-file-text-o:before {
        content: "\f0f6"
    }

    .fa-building-o:before {
        content: "\f0f7"
    }

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

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

    .fa-medkit:before {
        content: "\f0fa"
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .fa-tablet:before {
        content: "\f10a"
    }

    .fa-mobile-phone:before,
    .fa-mobile:before {
        content: "\f10b"
    }

    .fa-circle-o:before {
        content: "\f10c"
    }

    .fa-quote-left:before {
        content: "\f10d"
    }

    .fa-quote-right:before {
        content: "\f10e"
    }

    .fa-spinner:before {
        content: "\f110"
    }

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

    .fa-mail-reply:before,
    .fa-reply:before {
        content: "\f112"
    }

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

    .fa-folder-o:before {
        content: "\f114"
    }

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

    .fa-smile-o:before {
        content: "\f118"
    }

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

    .fa-meh-o:before {
        content: "\f11a"
    }

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

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

    .fa-flag-o:before {
        content: "\f11d"
    }

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

    .fa-terminal:before {
        content: "\f120"
    }

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

    .fa-mail-reply-all:before,
    .fa-reply-all:before {
        content: "\f122"
    }

    .fa-star-half-empty:before,
    .fa-star-half-full:before,
    .fa-star-half-o:before {
        content: "\f123"
    }

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

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

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

    .fa-chain-broken:before,
    .fa-unlink:before {
        content: "\f127"
    }

    .fa-question:before {
        content: "\f128"
    }

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

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

    .fa-superscript:before {
        content: "\f12b"
    }

    .fa-subscript:before {
        content: "\f12c"
    }

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

    .fa-puzzle-piece:before {
        content: "\f12e"
    }

    .fa-microphone:before {
        content: "\f130"
    }

    .fa-microphone-slash:before {
        content: "\f131"
    }

    .fa-shield:before {
        content: "\f132"
    }

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

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

    .fa-rocket:before {
        content: "\f135"
    }

    .fa-maxcdn:before {
        content: "\f136"
    }

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

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

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

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

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

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

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

    .fa-unlock-alt:before {
        content: "\f13e"
    }

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

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

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

    .fa-rss-square:before {
        content: "\f143"
    }

    .fa-play-circle:before {
        content: "\f144"
    }

    .fa-ticket:before {
        content: "\f145"
    }

    .fa-minus-square:before {
        content: "\f146"
    }

    .fa-minus-square-o:before {
        content: "\f147"
    }

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

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

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

    .fa-pencil-square:before {
        content: "\f14b"
    }

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

    .fa-share-square:before {
        content: "\f14d"
    }

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

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

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

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

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

    .fa-gbp:before {
        content: "\f154"
    }

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

    .fa-inr:before,
    .fa-rupee:before {
        content: "\f156"
    }

    .fa-cny:before,
    .fa-jpy:before,
    .fa-rmb:before,
    .fa-yen:before {
        content: "\f157"
    }

    .fa-rouble:before,
    .fa-rub:before,
    .fa-ruble:before {
        content: "\f158"
    }

    .fa-krw:before,
    .fa-won:before {
        content: "\f159"
    }

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

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

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

    .fa-sort-alpha-asc:before {
        content: "\f15d"
    }

    .fa-sort-alpha-desc:before {
        content: "\f15e"
    }

    .fa-sort-amount-asc:before {
        content: "\f160"
    }

    .fa-sort-amount-desc:before {
        content: "\f161"
    }

    .fa-sort-numeric-asc:before {
        content: "\f162"
    }

    .fa-sort-numeric-desc:before {
        content: "\f163"
    }

    .fa-thumbs-up:before {
        content: "\f164"
    }

    .fa-thumbs-down:before {
        content: "\f165"
    }

    .fa-youtube-square:before {
        content: "\f166"
    }

    .fa-youtube:before {
        content: "\f167"
    }

    .fa-xing:before {
        content: "\f168"
    }

    .fa-xing-square:before {
        content: "\f169"
    }

    .fa-youtube-play:before {
        content: "\f16a"
    }

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

    .fa-stack-overflow:before {
        content: "\f16c"
    }

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

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

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

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

    .fa-bitbucket-square:before {
        content: "\f172"
    }

    .fa-tumblr:before {
        content: "\f173"
    }

    .fa-tumblr-square:before {
        content: "\f174"
    }

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

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

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

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

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

    .fa-windows:before {
        content: "\f17a"
    }

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

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

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

    .fa-skype:before {
        content: "\f17e"
    }

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

    .fa-trello:before {
        content: "\f181"
    }

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

    .fa-male:before {
        content: "\f183"
    }

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

    .fa-sun-o:before {
        content: "\f185"
    }

    .fa-moon-o:before {
        content: "\f186"
    }

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

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

    .fa-vk:before {
        content: "\f189"
    }

    .fa-weibo:before {
        content: "\f18a"
    }

    .fa-renren:before {
        content: "\f18b"
    }

    .fa-pagelines:before {
        content: "\f18c"
    }

    .fa-stack-exchange:before {
        content: "\f18d"
    }

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

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

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

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

    .fa-wheelchair:before {
        content: "\f193"
    }

    .fa-vimeo-square:before {
        content: "\f194"
    }

    .fa-try:before,
    .fa-turkish-lira:before {
        content: "\f195"
    }

    .fa-plus-square-o:before {
        content: "\f196"
    }

    .fa-space-shuttle:before {
        content: "\f197"
    }

    .fa-slack:before {
        content: "\f198"
    }

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

    .fa-wordpress:before {
        content: "\f19a"
    }

    .fa-openid:before {
        content: "\f19b"
    }

    .fa-bank:before,
    .fa-institution:before,
    .fa-university:before {
        content: "\f19c"
    }

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

    .fa-yahoo:before {
        content: "\f19e"
    }

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

    .fa-reddit:before {
        content: "\f1a1"
    }

    .fa-reddit-square:before {
        content: "\f1a2"
    }

    .fa-stumbleupon-circle:before {
        content: "\f1a3"
    }

    .fa-stumbleupon:before {
        content: "\f1a4"
    }

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

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

    .fa-pied-piper-pp:before {
        content: "\f1a7"
    }

    .fa-pied-piper-alt:before {
        content: "\f1a8"
    }

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

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

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

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

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

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

    .fa-paw:before {
        content: "\f1b0"
    }

    .fa-spoon:before {
        content: "\f1b1"
    }

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

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

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

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

    .fa-steam:before {
        content: "\f1b6"
    }

    .fa-steam-square:before {
        content: "\f1b7"
    }

    .fa-recycle:before {
        content: "\f1b8"
    }

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

    .fa-cab:before,
    .fa-taxi:before {
        content: "\f1ba"
    }

    .fa-tree:before {
        content: "\f1bb"
    }

    .fa-spotify:before {
        content: "\f1bc"
    }

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

    .fa-soundcloud:before {
        content: "\f1be"
    }

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

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

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

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

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

    .fa-file-image-o:before,
    .fa-file-photo-o:before,
    .fa-file-picture-o:before {
        content: "\f1c5"
    }

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

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

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

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

    .fa-vine:before {
        content: "\f1ca"
    }

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

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

    .fa-life-bouy:before,
    .fa-life-buoy:before,
    .fa-life-ring:before,
    .fa-life-saver:before,
    .fa-support:before {
        content: "\f1cd"
    }

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

    .fa-ra:before,
    .fa-rebel:before,
    .fa-resistance:before {
        content: "\f1d0"
    }

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

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

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

    .fa-hacker-news:before,
    .fa-y-combinator-square:before,
    .fa-yc-square:before {
        content: "\f1d4"
    }

    .fa-tencent-weibo:before {
        content: "\f1d5"
    }

    .fa-qq:before {
        content: "\f1d6"
    }

    .fa-wechat:before,
    .fa-weixin:before {
        content: "\f1d7"
    }

    .fa-paper-plane:before,
    .fa-send:before {
        content: "\f1d8"
    }

    .fa-paper-plane-o:before,
    .fa-send-o:before {
        content: "\f1d9"
    }

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

    .fa-circle-thin:before {
        content: "\f1db"
    }

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

    .fa-paragraph:before {
        content: "\f1dd"
    }

    .fa-sliders:before {
        content: "\f1de"
    }

    .fa-share-alt:before {
        content: "\f1e0"
    }

    .fa-share-alt-square:before {
        content: "\f1e1"
    }

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

    .fa-futbol-o:before,
    .fa-soccer-ball-o:before {
        content: "\f1e3"
    }

    .fa-tty:before {
        content: "\f1e4"
    }

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

    .fa-plug:before {
        content: "\f1e6"
    }

    .fa-slideshare:before {
        content: "\f1e7"
    }

    .fa-twitch:before {
        content: "\f1e8"
    }

    .fa-yelp:before {
        content: "\f1e9"
    }

    .fa-newspaper-o:before {
        content: "\f1ea"
    }

    .fa-wifi:before {
        content: "\f1eb"
    }

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

    .fa-paypal:before {
        content: "\f1ed"
    }

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

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

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

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

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

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

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

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

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

    .fa-trash:before {
        content: "\f1f8"
    }

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

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

    .fa-eyedropper:before {
        content: "\f1fb"
    }

    .fa-paint-brush:before {
        content: "\f1fc"
    }

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

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

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

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

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

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

    .fa-toggle-off:before {
        content: "\f204"
    }

    .fa-toggle-on:before {
        content: "\f205"
    }

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

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

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

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

    .fa-cc:before {
        content: "\f20a"
    }

    .fa-ils:before,
    .fa-shekel:before,
    .fa-sheqel:before {
        content: "\f20b"
    }

    .fa-meanpath:before {
        content: "\f20c"
    }

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

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

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

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

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

    .fa-sellsy:before {
        content: "\f213"
    }

    .fa-shirtsinbulk:before {
        content: "\f214"
    }

    .fa-simplybuilt:before {
        content: "\f215"
    }

    .fa-skyatlas:before {
        content: "\f216"
    }

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

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

    .fa-diamond:before {
        content: "\f219"
    }

    .fa-ship:before {
        content: "\f21a"
    }

    .fa-user-secret:before {
        content: "\f21b"
    }

    .fa-motorcycle:before {
        content: "\f21c"
    }

    .fa-street-view:before {
        content: "\f21d"
    }

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

    .fa-venus:before {
        content: "\f221"
    }

    .fa-mars:before {
        content: "\f222"
    }

    .fa-mercury:before {
        content: "\f223"
    }

    .fa-intersex:before,
    .fa-transgender:before {
        content: "\f224"
    }

    .fa-transgender-alt:before {
        content: "\f225"
    }

    .fa-venus-double:before {
        content: "\f226"
    }

    .fa-mars-double:before {
        content: "\f227"
    }

    .fa-venus-mars:before {
        content: "\f228"
    }

    .fa-mars-stroke:before {
        content: "\f229"
    }

    .fa-mars-stroke-v:before {
        content: "\f22a"
    }

    .fa-mars-stroke-h:before {
        content: "\f22b"
    }

    .fa-neuter:before {
        content: "\f22c"
    }

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

    .fa-facebook-official:before {
        content: "\f230"
    }

    .fa-pinterest-p:before {
        content: "\f231"
    }

    .fa-whatsapp:before {
        content: "\f232"
    }

    .fa-server:before {
        content: "\f233"
    }

    .fa-user-plus:before {
        content: "\f234"
    }

    .fa-user-times:before {
        content: "\f235"
    }

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

    .fa-viacoin:before {
        content: "\f237"
    }

    .fa-train:before {
        content: "\f238"
    }

    .fa-subway:before {
        content: "\f239"
    }

    .fa-medium:before {
        content: "\f23a"
    }

    .fa-y-combinator:before,
    .fa-yc:before {
        content: "\f23b"
    }

    .fa-optin-monster:before {
        content: "\f23c"
    }

    .fa-opencart:before {
        content: "\f23d"
    }

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

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

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

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

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

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

    .fa-mouse-pointer:before {
        content: "\f245"
    }

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

    .fa-object-group:before {
        content: "\f247"
    }

    .fa-object-ungroup:before {
        content: "\f248"
    }

    .fa-sticky-note:before {
        content: "\f249"
    }

    .fa-sticky-note-o:before {
        content: "\f24a"
    }

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

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

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

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

    .fa-hourglass-o:before {
        content: "\f250"
    }

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

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

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

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

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

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

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

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

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

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

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

    .fa-trademark:before {
        content: "\f25c"
    }

    .fa-registered:before {
        content: "\f25d"
    }

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

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

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

    .fa-tripadvisor:before {
        content: "\f262"
    }

    .fa-odnoklassniki:before {
        content: "\f263"
    }

    .fa-odnoklassniki-square:before {
        content: "\f264"
    }

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

    .fa-wikipedia-w:before {
        content: "\f266"
    }

    .fa-safari:before {
        content: "\f267"
    }

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

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

    .fa-opera:before {
        content: "\f26a"
    }

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

    .fa-television:before,
    .fa-tv:before {
        content: "\f26c"
    }

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

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

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

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

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

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

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

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

    .fa-map-pin:before {
        content: "\f276"
    }

    .fa-map-signs:before {
        content: "\f277"
    }

    .fa-map-o:before {
        content: "\f278"
    }

    .fa-map:before {
        content: "\f279"
    }

    .fa-commenting:before {
        content: "\f27a"
    }

    .fa-commenting-o:before {
        content: "\f27b"
    }

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

    .fa-vimeo:before {
        content: "\f27d"
    }

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

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

    .fa-reddit-alien:before {
        content: "\f281"
    }

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

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

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

    .fa-modx:before {
        content: "\f285"
    }

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

    .fa-usb:before {
        content: "\f287"
    }

    .fa-product-hunt:before {
        content: "\f288"
    }

    .fa-mixcloud:before {
        content: "\f289"
    }

    .fa-scribd:before {
        content: "\f28a"
    }

    .fa-pause-circle:before {
        content: "\f28b"
    }

    .fa-pause-circle-o:before {
        content: "\f28c"
    }

    .fa-stop-circle:before {
        content: "\f28d"
    }

    .fa-stop-circle-o:before {
        content: "\f28e"
    }

    .fa-shopping-bag:before {
        content: "\f290"
    }

    .fa-shopping-basket:before {
        content: "\f291"
    }

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

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

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

    .fa-percent:before {
        content: "\f295"
    }

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

    .fa-wpbeginner:before {
        content: "\f297"
    }

    .fa-wpforms:before {
        content: "\f298"
    }

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

    .fa-universal-access:before {
        content: "\f29a"
    }

    .fa-wheelchair-alt:before {
        content: "\f29b"
    }

    .fa-question-circle-o:before {
        content: "\f29c"
    }

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

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

    .fa-volume-control-phone:before {
        content: "\f2a0"
    }

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

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

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

    .fa-deaf:before,
    .fa-deafness:before,
    .fa-hard-of-hearing:before {
        content: "\f2a4"
    }

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

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

    .fa-sign-language:before,
    .fa-signing:before {
        content: "\f2a7"
    }

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

    .fa-viadeo:before {
        content: "\f2a9"
    }

    .fa-viadeo-square:before {
        content: "\f2aa"
    }

    .fa-snapchat:before {
        content: "\f2ab"
    }

    .fa-snapchat-ghost:before {
        content: "\f2ac"
    }

    .fa-snapchat-square:before {
        content: "\f2ad"
    }

    .fa-pied-piper:before {
        content: "\f2ae"
    }

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

    .fa-yoast:before {
        content: "\f2b1"
    }

    .fa-themeisle:before {
        content: "\f2b2"
    }

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

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

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

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

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

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

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

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

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

    .fa-address-card-o:before,
    .fa-vcard-o:before {
        content: "\f2bc"
    }

    .fa-user-circle:before {
        content: "\f2bd"
    }

    .fa-user-circle-o:before {
        content: "\f2be"
    }

    .fa-user-o:before {
        content: "\f2c0"
    }

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

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

    .fa-drivers-license-o:before,
    .fa-id-card-o:before {
        content: "\f2c3"
    }

    .fa-quora:before {
        content: "\f2c4"
    }

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

    .fa-telegram:before {
        content: "\f2c6"
    }

    .fa-thermometer-4:before,
    .fa-thermometer-full:before,
    .fa-thermometer:before {
        content: "\f2c7"
    }

    .fa-thermometer-3:before,
    .fa-thermometer-three-quarters:before {
        content: "\f2c8"
    }

    .fa-thermometer-2:before,
    .fa-thermometer-half:before {
        content: "\f2c9"
    }

    .fa-thermometer-1:before,
    .fa-thermometer-quarter:before {
        content: "\f2ca"
    }

    .fa-thermometer-0:before,
    .fa-thermometer-empty:before {
        content: "\f2cb"
    }

    .fa-shower:before {
        content: "\f2cc"
    }

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

    .fa-podcast:before {
        content: "\f2ce"
    }

    .fa-window-maximize:before {
        content: "\f2d0"
    }

    .fa-window-minimize:before {
        content: "\f2d1"
    }

    .fa-window-restore:before {
        content: "\f2d2"
    }

    .fa-times-rectangle:before,
    .fa-window-close:before {
        content: "\f2d3"
    }

    .fa-times-rectangle-o:before,
    .fa-window-close-o:before {
        content: "\f2d4"
    }

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

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

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

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

    .fa-ravelry:before {
        content: "\f2d9"
    }

    .fa-eercast:before {
        content: "\f2da"
    }

    .fa-microchip:before {
        content: "\f2db"
    }

    .fa-snowflake-o:before {
        content: "\f2dc"
    }

    .fa-superpowers:before {
        content: "\f2dd"
    }

    .fa-wpexplorer:before {
        content: "\f2de"
    }

    .fa-meetup:before {
        content: "\f2e0"
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
        unicode-range: U+1F00-1FFF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
        unicode-range: U+0370-03FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucXtAOvWDSHFF.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 100;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFd2JQEl8qw.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Poppins;
        font-style: normal;
        font-weight: 800;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFd2JQEk.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzamW5Kb8VZBHR.woff2) format('woff2');
        unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzZmW5Kb8VZBHR.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzamW5Kb8VZBHR.woff2) format('woff2');
        unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzZmW5Kb8VZBHR.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzamW5Kb8VZBHR.woff2) format('woff2');
        unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzZmW5Kb8VZBHR.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Assistant;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/assistant/v16/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Lato;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Lato;
        font-style: normal;
        font-weight: 300;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Lato;
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/lato/v23/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    @font-face {
        font-family: Lato;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
        unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
    }

    @font-face {
        font-family: Lato;
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
    }

    [data-aos][data-aos][data-aos-duration="50"],
    body[data-aos-duration="50"] [data-aos] {
        transition-duration: 50ms
    }

    [data-aos][data-aos][data-aos-delay="50"],
    body[data-aos-delay="50"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="50"].aos-animate,
    body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

    [data-aos][data-aos][data-aos-duration="100"],
    body[data-aos-duration="100"] [data-aos] {
        transition-duration: .1s
    }

    [data-aos][data-aos][data-aos-delay="100"],
    body[data-aos-delay="100"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="100"].aos-animate,
    body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

    [data-aos][data-aos][data-aos-duration="150"],
    body[data-aos-duration="150"] [data-aos] {
        transition-duration: .15s
    }

    [data-aos][data-aos][data-aos-delay="150"],
    body[data-aos-delay="150"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="150"].aos-animate,
    body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

    [data-aos][data-aos][data-aos-duration="200"],
    body[data-aos-duration="200"] [data-aos] {
        transition-duration: .2s
    }

    [data-aos][data-aos][data-aos-delay="200"],
    body[data-aos-delay="200"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="200"].aos-animate,
    body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

    [data-aos][data-aos][data-aos-duration="250"],
    body[data-aos-duration="250"] [data-aos] {
        transition-duration: .25s
    }

    [data-aos][data-aos][data-aos-delay="250"],
    body[data-aos-delay="250"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="250"].aos-animate,
    body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

    [data-aos][data-aos][data-aos-duration="300"],
    body[data-aos-duration="300"] [data-aos] {
        transition-duration: .3s
    }

    [data-aos][data-aos][data-aos-delay="300"],
    body[data-aos-delay="300"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="300"].aos-animate,
    body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

    [data-aos][data-aos][data-aos-duration="350"],
    body[data-aos-duration="350"] [data-aos] {
        transition-duration: .35s
    }

    [data-aos][data-aos][data-aos-delay="350"],
    body[data-aos-delay="350"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="350"].aos-animate,
    body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

    [data-aos][data-aos][data-aos-duration="400"],
    body[data-aos-duration="400"] [data-aos] {
        transition-duration: .4s
    }

    [data-aos][data-aos][data-aos-delay="400"],
    body[data-aos-delay="400"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="400"].aos-animate,
    body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

    [data-aos][data-aos][data-aos-duration="450"],
    body[data-aos-duration="450"] [data-aos] {
        transition-duration: .45s
    }

    [data-aos][data-aos][data-aos-delay="450"],
    body[data-aos-delay="450"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="450"].aos-animate,
    body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

    [data-aos][data-aos][data-aos-duration="500"],
    body[data-aos-duration="500"] [data-aos] {
        transition-duration: .5s
    }

    [data-aos][data-aos][data-aos-delay="500"],
    body[data-aos-delay="500"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="500"].aos-animate,
    body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

    [data-aos][data-aos][data-aos-duration="550"],
    body[data-aos-duration="550"] [data-aos] {
        transition-duration: .55s
    }

    [data-aos][data-aos][data-aos-delay="550"],
    body[data-aos-delay="550"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="550"].aos-animate,
    body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

    [data-aos][data-aos][data-aos-duration="600"],
    body[data-aos-duration="600"] [data-aos] {
        transition-duration: .6s
    }

    [data-aos][data-aos][data-aos-delay="600"],
    body[data-aos-delay="600"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="600"].aos-animate,
    body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

    [data-aos][data-aos][data-aos-duration="650"],
    body[data-aos-duration="650"] [data-aos] {
        transition-duration: .65s
    }

    [data-aos][data-aos][data-aos-delay="650"],
    body[data-aos-delay="650"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="650"].aos-animate,
    body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

    [data-aos][data-aos][data-aos-duration="700"],
    body[data-aos-duration="700"] [data-aos] {
        transition-duration: .7s
    }

    [data-aos][data-aos][data-aos-delay="700"],
    body[data-aos-delay="700"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="700"].aos-animate,
    body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

    [data-aos][data-aos][data-aos-duration="750"],
    body[data-aos-duration="750"] [data-aos] {
        transition-duration: .75s
    }

    [data-aos][data-aos][data-aos-delay="750"],
    body[data-aos-delay="750"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="750"].aos-animate,
    body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

    [data-aos][data-aos][data-aos-duration="800"],
    body[data-aos-duration="800"] [data-aos] {
        transition-duration: .8s
    }

    [data-aos][data-aos][data-aos-delay="800"],
    body[data-aos-delay="800"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="800"].aos-animate,
    body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

    [data-aos][data-aos][data-aos-duration="850"],
    body[data-aos-duration="850"] [data-aos] {
        transition-duration: .85s
    }

    [data-aos][data-aos][data-aos-delay="850"],
    body[data-aos-delay="850"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="850"].aos-animate,
    body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

    [data-aos][data-aos][data-aos-duration="900"],
    body[data-aos-duration="900"] [data-aos] {
        transition-duration: .9s
    }

    [data-aos][data-aos][data-aos-delay="900"],
    body[data-aos-delay="900"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="900"].aos-animate,
    body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

    [data-aos][data-aos][data-aos-duration="950"],
    body[data-aos-duration="950"] [data-aos] {
        transition-duration: .95s
    }

    [data-aos][data-aos][data-aos-delay="950"],
    body[data-aos-delay="950"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="950"].aos-animate,
    body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

    [data-aos][data-aos][data-aos-duration="1000"],
    body[data-aos-duration="1000"] [data-aos] {
        transition-duration: 1s
    }

    [data-aos][data-aos][data-aos-delay="1000"],
    body[data-aos-delay="1000"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate,
    body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

    [data-aos][data-aos][data-aos-duration="1050"],
    body[data-aos-duration="1050"] [data-aos] {
        transition-duration: 1.05s
    }

    [data-aos][data-aos][data-aos-delay="1050"],
    body[data-aos-delay="1050"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate,
    body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

    [data-aos][data-aos][data-aos-duration="1100"],
    body[data-aos-duration="1100"] [data-aos] {
        transition-duration: 1.1s
    }

    [data-aos][data-aos][data-aos-delay="1100"],
    body[data-aos-delay="1100"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate,
    body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

    [data-aos][data-aos][data-aos-duration="1150"],
    body[data-aos-duration="1150"] [data-aos] {
        transition-duration: 1.15s
    }

    [data-aos][data-aos][data-aos-delay="1150"],
    body[data-aos-delay="1150"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate,
    body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

    [data-aos][data-aos][data-aos-duration="1200"],
    body[data-aos-duration="1200"] [data-aos] {
        transition-duration: 1.2s
    }

    [data-aos][data-aos][data-aos-delay="1200"],
    body[data-aos-delay="1200"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate,
    body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

    [data-aos][data-aos][data-aos-duration="1250"],
    body[data-aos-duration="1250"] [data-aos] {
        transition-duration: 1.25s
    }

    [data-aos][data-aos][data-aos-delay="1250"],
    body[data-aos-delay="1250"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate,
    body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

    [data-aos][data-aos][data-aos-duration="1300"],
    body[data-aos-duration="1300"] [data-aos] {
        transition-duration: 1.3s
    }

    [data-aos][data-aos][data-aos-delay="1300"],
    body[data-aos-delay="1300"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate,
    body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

    [data-aos][data-aos][data-aos-duration="1350"],
    body[data-aos-duration="1350"] [data-aos] {
        transition-duration: 1.35s
    }

    [data-aos][data-aos][data-aos-delay="1350"],
    body[data-aos-delay="1350"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate,
    body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

    [data-aos][data-aos][data-aos-duration="1400"],
    body[data-aos-duration="1400"] [data-aos] {
        transition-duration: 1.4s
    }

    [data-aos][data-aos][data-aos-delay="1400"],
    body[data-aos-delay="1400"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate,
    body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

    [data-aos][data-aos][data-aos-duration="1450"],
    body[data-aos-duration="1450"] [data-aos] {
        transition-duration: 1.45s
    }

    [data-aos][data-aos][data-aos-delay="1450"],
    body[data-aos-delay="1450"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate,
    body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

    [data-aos][data-aos][data-aos-duration="1500"],
    body[data-aos-duration="1500"] [data-aos] {
        transition-duration: 1.5s
    }

    [data-aos][data-aos][data-aos-delay="1500"],
    body[data-aos-delay="1500"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate,
    body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

    [data-aos][data-aos][data-aos-duration="1550"],
    body[data-aos-duration="1550"] [data-aos] {
        transition-duration: 1.55s
    }

    [data-aos][data-aos][data-aos-delay="1550"],
    body[data-aos-delay="1550"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate,
    body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

    [data-aos][data-aos][data-aos-duration="1600"],
    body[data-aos-duration="1600"] [data-aos] {
        transition-duration: 1.6s
    }

    [data-aos][data-aos][data-aos-delay="1600"],
    body[data-aos-delay="1600"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate,
    body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

    [data-aos][data-aos][data-aos-duration="1650"],
    body[data-aos-duration="1650"] [data-aos] {
        transition-duration: 1.65s
    }

    [data-aos][data-aos][data-aos-delay="1650"],
    body[data-aos-delay="1650"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate,
    body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

    [data-aos][data-aos][data-aos-duration="1700"],
    body[data-aos-duration="1700"] [data-aos] {
        transition-duration: 1.7s
    }

    [data-aos][data-aos][data-aos-delay="1700"],
    body[data-aos-delay="1700"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate,
    body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

    [data-aos][data-aos][data-aos-duration="1750"],
    body[data-aos-duration="1750"] [data-aos] {
        transition-duration: 1.75s
    }

    [data-aos][data-aos][data-aos-delay="1750"],
    body[data-aos-delay="1750"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate,
    body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

    [data-aos][data-aos][data-aos-duration="1800"],
    body[data-aos-duration="1800"] [data-aos] {
        transition-duration: 1.8s
    }

    [data-aos][data-aos][data-aos-delay="1800"],
    body[data-aos-delay="1800"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate,
    body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

    [data-aos][data-aos][data-aos-duration="1850"],
    body[data-aos-duration="1850"] [data-aos] {
        transition-duration: 1.85s
    }

    [data-aos][data-aos][data-aos-delay="1850"],
    body[data-aos-delay="1850"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate,
    body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

    [data-aos][data-aos][data-aos-duration="1900"],
    body[data-aos-duration="1900"] [data-aos] {
        transition-duration: 1.9s
    }

    [data-aos][data-aos][data-aos-delay="1900"],
    body[data-aos-delay="1900"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate,
    body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

    [data-aos][data-aos][data-aos-duration="1950"],
    body[data-aos-duration="1950"] [data-aos] {
        transition-duration: 1.95s
    }

    [data-aos][data-aos][data-aos-delay="1950"],
    body[data-aos-delay="1950"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate,
    body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

    [data-aos][data-aos][data-aos-duration="2000"],
    body[data-aos-duration="2000"] [data-aos] {
        transition-duration: 2s
    }

    [data-aos][data-aos][data-aos-delay="2000"],
    body[data-aos-delay="2000"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate,
    body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

    [data-aos][data-aos][data-aos-duration="2050"],
    body[data-aos-duration="2050"] [data-aos] {
        transition-duration: 2.05s
    }

    [data-aos][data-aos][data-aos-delay="2050"],
    body[data-aos-delay="2050"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate,
    body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

    [data-aos][data-aos][data-aos-duration="2100"],
    body[data-aos-duration="2100"] [data-aos] {
        transition-duration: 2.1s
    }

    [data-aos][data-aos][data-aos-delay="2100"],
    body[data-aos-delay="2100"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate,
    body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

    [data-aos][data-aos][data-aos-duration="2150"],
    body[data-aos-duration="2150"] [data-aos] {
        transition-duration: 2.15s
    }

    [data-aos][data-aos][data-aos-delay="2150"],
    body[data-aos-delay="2150"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate,
    body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

    [data-aos][data-aos][data-aos-duration="2200"],
    body[data-aos-duration="2200"] [data-aos] {
        transition-duration: 2.2s
    }

    [data-aos][data-aos][data-aos-delay="2200"],
    body[data-aos-delay="2200"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate,
    body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

    [data-aos][data-aos][data-aos-duration="2250"],
    body[data-aos-duration="2250"] [data-aos] {
        transition-duration: 2.25s
    }

    [data-aos][data-aos][data-aos-delay="2250"],
    body[data-aos-delay="2250"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate,
    body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

    [data-aos][data-aos][data-aos-duration="2300"],
    body[data-aos-duration="2300"] [data-aos] {
        transition-duration: 2.3s
    }

    [data-aos][data-aos][data-aos-delay="2300"],
    body[data-aos-delay="2300"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate,
    body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

    [data-aos][data-aos][data-aos-duration="2350"],
    body[data-aos-duration="2350"] [data-aos] {
        transition-duration: 2.35s
    }

    [data-aos][data-aos][data-aos-delay="2350"],
    body[data-aos-delay="2350"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate,
    body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

    [data-aos][data-aos][data-aos-duration="2400"],
    body[data-aos-duration="2400"] [data-aos] {
        transition-duration: 2.4s
    }

    [data-aos][data-aos][data-aos-delay="2400"],
    body[data-aos-delay="2400"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate,
    body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

    [data-aos][data-aos][data-aos-duration="2450"],
    body[data-aos-duration="2450"] [data-aos] {
        transition-duration: 2.45s
    }

    [data-aos][data-aos][data-aos-delay="2450"],
    body[data-aos-delay="2450"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate,
    body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

    [data-aos][data-aos][data-aos-duration="2500"],
    body[data-aos-duration="2500"] [data-aos] {
        transition-duration: 2.5s
    }

    [data-aos][data-aos][data-aos-delay="2500"],
    body[data-aos-delay="2500"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate,
    body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

    [data-aos][data-aos][data-aos-duration="2550"],
    body[data-aos-duration="2550"] [data-aos] {
        transition-duration: 2.55s
    }

    [data-aos][data-aos][data-aos-delay="2550"],
    body[data-aos-delay="2550"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate,
    body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

    [data-aos][data-aos][data-aos-duration="2600"],
    body[data-aos-duration="2600"] [data-aos] {
        transition-duration: 2.6s
    }

    [data-aos][data-aos][data-aos-delay="2600"],
    body[data-aos-delay="2600"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate,
    body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

    [data-aos][data-aos][data-aos-duration="2650"],
    body[data-aos-duration="2650"] [data-aos] {
        transition-duration: 2.65s
    }

    [data-aos][data-aos][data-aos-delay="2650"],
    body[data-aos-delay="2650"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate,
    body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

    [data-aos][data-aos][data-aos-duration="2700"],
    body[data-aos-duration="2700"] [data-aos] {
        transition-duration: 2.7s
    }

    [data-aos][data-aos][data-aos-delay="2700"],
    body[data-aos-delay="2700"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate,
    body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

    [data-aos][data-aos][data-aos-duration="2750"],
    body[data-aos-duration="2750"] [data-aos] {
        transition-duration: 2.75s
    }

    [data-aos][data-aos][data-aos-delay="2750"],
    body[data-aos-delay="2750"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate,
    body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

    [data-aos][data-aos][data-aos-duration="2800"],
    body[data-aos-duration="2800"] [data-aos] {
        transition-duration: 2.8s
    }

    [data-aos][data-aos][data-aos-delay="2800"],
    body[data-aos-delay="2800"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate,
    body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

    [data-aos][data-aos][data-aos-duration="2850"],
    body[data-aos-duration="2850"] [data-aos] {
        transition-duration: 2.85s
    }

    [data-aos][data-aos][data-aos-delay="2850"],
    body[data-aos-delay="2850"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate,
    body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

    [data-aos][data-aos][data-aos-duration="2900"],
    body[data-aos-duration="2900"] [data-aos] {
        transition-duration: 2.9s
    }

    [data-aos][data-aos][data-aos-delay="2900"],
    body[data-aos-delay="2900"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate,
    body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

    [data-aos][data-aos][data-aos-duration="2950"],
    body[data-aos-duration="2950"] [data-aos] {
        transition-duration: 2.95s
    }

    [data-aos][data-aos][data-aos-delay="2950"],
    body[data-aos-delay="2950"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate,
    body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

    [data-aos][data-aos][data-aos-duration="3000"],
    body[data-aos-duration="3000"] [data-aos] {
        transition-duration: 3s
    }

    [data-aos][data-aos][data-aos-delay="3000"],
    body[data-aos-delay="3000"] [data-aos] {
        transition-delay: 0
    }

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate,
    body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

    [data-aos][data-aos][data-aos-easing=linear],
    body[data-aos-easing=linear] [data-aos] {
        transition-timing-function: cubic-bezier(.25, .25, .75, .75)
    }

    [data-aos][data-aos][data-aos-easing=ease],
    body[data-aos-easing=ease] [data-aos] {
        transition-timing-function: ease
    }

    [data-aos][data-aos][data-aos-easing=ease-in],
    body[data-aos-easing=ease-in] [data-aos] {
        transition-timing-function: ease-in
    }

    [data-aos][data-aos][data-aos-easing=ease-out],
    body[data-aos-easing=ease-out] [data-aos] {
        transition-timing-function: ease-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out],
    body[data-aos-easing=ease-in-out] [data-aos] {
        transition-timing-function: ease-in-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-back],
    body[data-aos-easing=ease-in-back] [data-aos] {
        transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-back],
    body[data-aos-easing=ease-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-back],
    body[data-aos-easing=ease-in-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-sine],
    body[data-aos-easing=ease-in-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.47, 0, .745, .715)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-sine],
    body[data-aos-easing=ease-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.39, .575, .565, 1)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-sine],
    body[data-aos-easing=ease-in-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.445, .05, .55, .95)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quad],
    body[data-aos-easing=ease-in-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.55, .085, .68, .53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quad],
    body[data-aos-easing=ease-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.25, .46, .45, .94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quad],
    body[data-aos-easing=ease-in-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.455, .03, .515, .955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-cubic],
    body[data-aos-easing=ease-in-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.55, .085, .68, .53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-cubic],
    body[data-aos-easing=ease-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.25, .46, .45, .94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
    body[data-aos-easing=ease-in-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.455, .03, .515, .955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quart],
    body[data-aos-easing=ease-in-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.55, .085, .68, .53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quart],
    body[data-aos-easing=ease-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.25, .46, .45, .94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quart],
    body[data-aos-easing=ease-in-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.455, .03, .515, .955)
    }

    [data-aos^=fade][data-aos^=fade] {
        /* opacity: 0; */
        transition-property: opacity, transform
    }

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0)
    }

    [data-aos=fade-up] {
        transform: translate3d(0, 100px, 0)
    }

    [data-aos=fade-down] {
        /* transform: translate3d(0, -100px, 0) */
    }

    [data-aos=fade-right] {
        transform: translate3d(-100px, 0, 0)
    }

    [data-aos=fade-left] {
        transform: translate3d(100px, 0, 0)
    }

    [data-aos=fade-up-right] {
        transform: translate3d(-100px, 100px, 0)
    }

    [data-aos=fade-up-left] {
        transform: translate3d(100px, 100px, 0)
    }

    [data-aos=fade-down-right] {
        transform: translate3d(-100px, -100px, 0)
    }

    [data-aos=fade-down-left] {
        transform: translate3d(100px, -100px, 0)
    }

    [data-aos^=zoom][data-aos^=zoom] {
        /* opacity: 0; */
        transition-property: opacity, transform
    }

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translateZ(0) scale(1)
    }

    [data-aos=zoom-in] {
        transform: scale(.6)
    }

    [data-aos=zoom-in-up] {
        transform: translate3d(0, 100px, 0) scale(.6)
    }

    [data-aos=zoom-in-down] {
        transform: translate3d(0, -100px, 0) scale(.6)
    }

    [data-aos=zoom-in-right] {
        transform: translate3d(-100px, 0, 0) scale(.6)
    }

    [data-aos=zoom-in-left] {
        transform: translate3d(100px, 0, 0) scale(.6)
    }

    [data-aos=zoom-out] {
        transform: scale(1.2)
    }

    [data-aos=zoom-out-up] {
        transform: translate3d(0, 100px, 0) scale(1.2)
    }

    [data-aos=zoom-out-down] {
        transform: translate3d(0, -100px, 0) scale(1.2)
    }

    [data-aos=zoom-out-right] {
        transform: translate3d(-100px, 0, 0) scale(1.2)
    }

    [data-aos=zoom-out-left] {
        transform: translate3d(100px, 0, 0) scale(1.2)
    }

    [data-aos^=slide][data-aos^=slide] {
        transition-property: transform
    }

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translateZ(0)
    }

    [data-aos=slide-up] {
        transform: translate3d(0, 100%, 0)
    }

    [data-aos=slide-down] {
        transform: translate3d(0, -100%, 0)
    }

    [data-aos=slide-right] {
        transform: translate3d(-100%, 0, 0)
    }

    [data-aos=slide-left] {
        transform: translate3d(100%, 0, 0)
    }

    [data-aos^=flip][data-aos^=flip] {
        backface-visibility: hidden;
        transition-property: transform
    }

    [data-aos=flip-left] {
        transform: perspective(2500px) rotateY(-100deg)
    }

    [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

    [data-aos=flip-right] {
        transform: perspective(2500px) rotateY(100deg)
    }

    [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

    [data-aos=flip-up] {
        transform: perspective(2500px) rotateX(-100deg)
    }

    [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

    [data-aos=flip-down] {
        transform: perspective(2500px) rotateX(100deg)
    }

    [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

    /*!* Bootstrap v5.0.2 (https://getbootstrap.com/)* Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)*/
    :root {
        --bs-blue: #0d6efd;
        --bs-indigo: #6610f2;
        --bs-purple: #6f42c1;
        --bs-pink: #d63384;
        --bs-red: #dc3545;
        --bs-orange: #fd7e14;
        --bs-yellow: #ffc107;
        --bs-green: #198754;
        --bs-teal: #20c997;
        --bs-cyan: #0dcaf0;
        --bs-white: #fff;
        --bs-gray: #6c757d;
        --bs-gray-dark: #343a40;
        --bs-primary: #0d6efd;
        --bs-secondary: #6c757d;
        --bs-success: #198754;
        --bs-info: #0dcaf0;
        --bs-warning: #ffc107;
        --bs-danger: #dc3545;
        --bs-light: #f8f9fa;
        --bs-dark: #212529;
        --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box
    }

    @media (prefers-reduced-motion:no-preference) {
        :root {
            scroll-behavior: smooth
        }
    }

    body {
        margin: 0;
        font-family: var(--bs-font-sans-serif);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent
    }

    hr {
        margin: 1rem 0;
        color: inherit;
        background-color: currentColor;
        border: 0;
        opacity: .25
    }

    hr:not([size]) {
        height: 1px
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2
    }

    .h1,
    h1 {
        font-size: calc(1.375rem + 1.5vw)
    }

    @media (min-width:1200px) {

        .h1,
        h1 {
            font-size: 2.5rem
        }
    }

    .h2,
    h2 {
        font-size: calc(1.325rem + .9vw)
    }

    @media (min-width:1200px) {

        .h2,
        h2 {
            font-size: 2rem
        }
    }

    .h3,
    h3 {
        font-size: calc(1.3rem + .6vw)
    }

    @media (min-width:1200px) {

        .h3,
        h3 {
            font-size: 1.75rem
        }
    }

    .h4,
    h4 {
        font-size: calc(1.275rem + .3vw)
    }

    @media (min-width:1200px) {

        .h4,
        h4 {
            font-size: 1.5rem
        }
    }

    .h5,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem
    }

    abbr[data-bs-original-title],
    abbr[title] {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
        cursor: help;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none
    }

    address {
        margin-bottom: 1rem;
        font-style: normal;
        line-height: inherit
    }

    ol,
    ul {
        padding-left: 2rem
    }

    dl,
    ol,
    ul {
        margin-top: 0;
        margin-bottom: 1rem
    }

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0
    }

    dt {
        font-weight: 700
    }

    dd {
        margin-bottom: .5rem;
        margin-left: 0
    }

    blockquote {
        margin: 0 0 1rem
    }

    b,
    strong {
        font-weight: bolder
    }

    .small,
    small {
        font-size: .875em
    }

    .mark,
    mark {
        padding: .2em;
        background-color: #fcf8e3
    }

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

    sub {
        bottom: -.25em
    }

    sup {
        top: -.5em
    }

    a {
        color: #0d6efd;
        text-decoration: underline
    }

    a:hover {
        color: #0a58ca
    }

    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

    code,
    kbd,
    pre,
    samp {
        font-family: var(--bs-font-monospace);
        font-size: 1em;
        direction: ltr;
        unicode-bidi: bidi-override
    }

    pre {
        display: block;
        margin-top: 0;
        margin-bottom: 1rem;
        overflow: auto;
        font-size: .875em
    }

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

    code {
        font-size: .875em;
        color: #d63384;
        word-wrap: break-word
    }

    a>code {
        color: inherit
    }

    kbd {
        padding: .2rem .4rem;
        font-size: .875em;
        color: #fff;
        background-color: #212529;
        border-radius: .2rem
    }

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

    figure {
        margin: 0 0 1rem
    }

    img,
    svg {
        vertical-align: middle
    }

    table {
        caption-side: bottom;
        border-collapse: collapse
    }

    caption {
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: #6c757d;
        text-align: left
    }

    th {
        text-align: inherit;
        text-align: -webkit-match-parent
    }

    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: inherit;
        border-style: solid;
        border-width: 0
    }

    label {
        display: inline-block
    }

    button {
        border-radius: 0
    }

    button:focus:not(:focus-visible) {
        outline: 0
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit
    }

    button,
    select {
        text-transform: none
    }

    [role=button] {
        cursor: pointer
    }

    select {
        word-wrap: normal
    }

    select:disabled {
        opacity: 1
    }

    [list]::-webkit-calendar-picker-indicator {
        display: none
    }

    [type=button],
    [type=reset],
    [type=submit],
    button {
        -webkit-appearance: button
    }

    [type=button]:not(:disabled),
    [type=reset]:not(:disabled),
    [type=submit]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer
    }

    ::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

    textarea {
        resize: vertical
    }

    fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0
    }

    legend {
        float: left;
        width: 100%;
        padding: 0;
        margin-bottom: .5rem;
        font-size: calc(1.275rem + .3vw);
        line-height: inherit
    }

    @media (min-width:1200px) {
        legend {
            font-size: 1.5rem
        }
    }

    legend+* {
        clear: left
    }

    ::-webkit-datetime-edit-day-field,
    ::-webkit-datetime-edit-fields-wrapper,
    ::-webkit-datetime-edit-hour-field,
    ::-webkit-datetime-edit-minute,
    ::-webkit-datetime-edit-month-field,
    ::-webkit-datetime-edit-text,
    ::-webkit-datetime-edit-year-field {
        padding: 0
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    [type=search] {
        outline-offset: -2px;
        -webkit-appearance: textfield
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-color-swatch-wrapper {
        padding: 0
    }

    ::file-selector-button {
        font: inherit
    }

    ::-webkit-file-upload-button {
        font: inherit;
        -webkit-appearance: button
    }

    output {
        display: inline-block
    }

    iframe {
        border: 0
    }

    summary {
        display: list-item;
        cursor: pointer
    }

    progress {
        vertical-align: baseline
    }

    [hidden] {
        display: none !important
    }

    .lead {
        font-size: 1.25rem;
        font-weight: 300
    }

    .display-1 {
        font-size: calc(1.625rem + 4.5vw);
        font-weight: 300;
        line-height: 1.2
    }

    @media (min-width:1200px) {
        .display-1 {
            font-size: 5rem
        }
    }

    .display-2 {
        font-size: calc(1.575rem + 3.9vw);
        font-weight: 300;
        line-height: 1.2
    }

    @media (min-width:1200px) {
        .display-2 {
            font-size: 4.5rem
        }
    }

    .display-3 {
        font-size: calc(1.525rem + 3.3vw);
        font-weight: 300;
        line-height: 1.2
    }

    @media (min-width:1200px) {
        .display-3 {
            font-size: 4rem
        }
    }

    .display-4 {
        font-size: calc(1.475rem + 2.7vw);
        font-weight: 300;
        line-height: 1.2
    }

    @media (min-width:1200px) {
        .display-4 {
            font-size: 3.5rem
        }
    }

    .display-5 {
        font-size: calc(1.425rem + 2.1vw);
        font-weight: 300;
        line-height: 1.2
    }

    @media (min-width:1200px) {
        .display-5 {
            font-size: 3rem
        }
    }

    .display-6 {
        font-size: calc(1.375rem + 1.5vw);
        font-weight: 300;
        line-height: 1.2
    }

    @media (min-width:1200px) {
        .display-6 {
            font-size: 2.5rem
        }
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none
    }

    .list-inline {
        padding-left: 0;
        list-style: none
    }

    .list-inline-item {
        display: inline-block
    }

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

    .initialism {
        font-size: .875em;
        text-transform: uppercase
    }

    .blockquote {
        margin-bottom: 1rem;
        font-size: 1.25rem
    }

    .blockquote>:last-child {
        margin-bottom: 0
    }

    .blockquote-footer {
        margin-top: -1rem;
        margin-bottom: 1rem;
        font-size: .875em;
        color: #6c757d
    }

    .blockquote-footer::before {
        content: "— "
    }

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

    .img-thumbnail {
        padding: .25rem;
        background-color: #fff;
        border: 1px solid #dee2e6;
        border-radius: .25rem;
        max-width: 100%;
        height: auto
    }

    .figure {
        display: inline-block
    }

    .figure-img {
        margin-bottom: .5rem;
        line-height: 1
    }

    .figure-caption {
        font-size: .875em;
        color: #6c757d
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width:576px) {

        .container,
        .container-sm {
            max-width: 540px
        }
    }

    @media (min-width:768px) {

        .container,
        .container-md,
        .container-sm {
            max-width: 720px
        }
    }

    @media (min-width:992px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm {
            max-width: 960px
        }
    }

    @media (min-width:1200px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
            max-width: 1140px
        }
    }

    @media (min-width:1400px) {

        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl,
        .container-xxl {
            max-width: 1320px
        }
    }

    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5)
    }

    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

    .col {
        flex: 1 0 0%
    }

    .row-cols-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    @media (min-width:576px) {
        .col-sm {
            flex: 1 0 0%
        }

        .row-cols-sm-auto>* {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-sm-1>* {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-sm-2>* {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-sm-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }

        .row-cols-sm-4>* {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-sm-5>* {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-sm-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
    }

    @media (min-width:768px) {
        .col-md {
            flex: 1 0 0%
        }

        .row-cols-md-auto>* {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-md-1>* {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-md-2>* {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-md-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }

        .row-cols-md-4>* {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-md-5>* {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-md-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
    }

    @media (min-width:992px) {
        .col-lg {
            flex: 1 0 0%
        }

        .row-cols-lg-auto>* {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-lg-1>* {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-lg-2>* {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-lg-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }

        .row-cols-lg-4>* {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-lg-5>* {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-lg-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
    }

    @media (min-width:1200px) {
        .col-xl {
            flex: 1 0 0%
        }

        .row-cols-xl-auto>* {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-xl-1>* {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-xl-2>* {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-xl-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }

        .row-cols-xl-4>* {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-xl-5>* {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-xl-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
    }

    @media (min-width:1400px) {
        .col-xxl {
            flex: 1 0 0%
        }

        .row-cols-xxl-auto>* {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-xxl-1>* {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-xxl-2>* {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-xxl-3>* {
            flex: 0 0 auto;
            width: 33.3333333333%
        }

        .row-cols-xxl-4>* {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-xxl-5>* {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-xxl-6>* {
            flex: 0 0 auto;
            width: 16.6666666667%
        }
    }

    .col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-1 {
        margin-left: 8.33333333%
    }

    .offset-2 {
        margin-left: 16.66666667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.33333333%
    }

    .offset-5 {
        margin-left: 41.66666667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.33333333%
    }

    .offset-8 {
        margin-left: 66.66666667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.33333333%
    }

    .offset-11 {
        margin-left: 91.66666667%
    }

    .g-0,
    .gx-0 {
        --bs-gutter-x: 0
    }

    .g-0,
    .gy-0 {
        --bs-gutter-y: 0
    }

    .g-1,
    .gx-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-1,
    .gy-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-2,
    .gx-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-2,
    .gy-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-3,
    .gx-3 {
        --bs-gutter-x: 1rem
    }

    .g-3,
    .gy-3 {
        --bs-gutter-y: 1rem
    }

    .g-4,
    .gx-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-4,
    .gy-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 3rem
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 3rem
    }

    @media (min-width:576px) {
        .col-sm-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-sm-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-sm-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-sm-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-sm-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-sm-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-sm-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-sm-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-sm-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-sm-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-sm-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-sm-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-sm-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-sm-0 {
            margin-left: 0
        }

        .offset-sm-1 {
            margin-left: 8.33333333%
        }

        .offset-sm-2 {
            margin-left: 16.66666667%
        }

        .offset-sm-3 {
            margin-left: 25%
        }

        .offset-sm-4 {
            margin-left: 33.33333333%
        }

        .offset-sm-5 {
            margin-left: 41.66666667%
        }

        .offset-sm-6 {
            margin-left: 50%
        }

        .offset-sm-7 {
            margin-left: 58.33333333%
        }

        .offset-sm-8 {
            margin-left: 66.66666667%
        }

        .offset-sm-9 {
            margin-left: 75%
        }

        .offset-sm-10 {
            margin-left: 83.33333333%
        }

        .offset-sm-11 {
            margin-left: 91.66666667%
        }

        .g-sm-0,
        .gx-sm-0 {
            --bs-gutter-x: 0
        }

        .g-sm-0,
        .gy-sm-0 {
            --bs-gutter-y: 0
        }

        .g-sm-1,
        .gx-sm-1 {
            --bs-gutter-x: 0.25rem
        }

        .g-sm-1,
        .gy-sm-1 {
            --bs-gutter-y: 0.25rem
        }

        .g-sm-2,
        .gx-sm-2 {
            --bs-gutter-x: 0.5rem
        }

        .g-sm-2,
        .gy-sm-2 {
            --bs-gutter-y: 0.5rem
        }

        .g-sm-3,
        .gx-sm-3 {
            --bs-gutter-x: 1rem
        }

        .g-sm-3,
        .gy-sm-3 {
            --bs-gutter-y: 1rem
        }

        .g-sm-4,
        .gx-sm-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-sm-4,
        .gy-sm-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-sm-5,
        .gx-sm-5 {
            --bs-gutter-x: 3rem
        }

        .g-sm-5,
        .gy-sm-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width:768px) {
        .col-md-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-md-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-md-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-md-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-md-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-md-6 {
            flex: 0 0 auto;
            width: 37%
        }

        .col-md-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-md-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-md-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-md-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-md-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-md-0 {
            margin-left: 0
        }

        .offset-md-1 {
            margin-left: 8.33333333%
        }

        .offset-md-2 {
            margin-left: 16.66666667%
        }

        .offset-md-3 {
            margin-left: 25%
        }

        .offset-md-4 {
            margin-left: 33.33333333%
        }

        .offset-md-5 {
            margin-left: 41.66666667%
        }

        .offset-md-6 {
            margin-left: 50%
        }

        .offset-md-7 {
            margin-left: 58.33333333%
        }

        .offset-md-8 {
            margin-left: 66.66666667%
        }

        .offset-md-9 {
            margin-left: 75%
        }

        .offset-md-10 {
            margin-left: 83.33333333%
        }

        .offset-md-11 {
            margin-left: 91.66666667%
        }

        .g-md-0,
        .gx-md-0 {
            --bs-gutter-x: 0
        }

        .g-md-0,
        .gy-md-0 {
            --bs-gutter-y: 0
        }

        .g-md-1,
        .gx-md-1 {
            --bs-gutter-x: 0.25rem
        }

        .g-md-1,
        .gy-md-1 {
            --bs-gutter-y: 0.25rem
        }

        .g-md-2,
        .gx-md-2 {
            --bs-gutter-x: 0.5rem
        }

        .g-md-2,
        .gy-md-2 {
            --bs-gutter-y: 0.5rem
        }

        .g-md-3,
        .gx-md-3 {
            --bs-gutter-x: 1rem
        }

        .g-md-3,
        .gy-md-3 {
            --bs-gutter-y: 1rem
        }

        .g-md-4,
        .gx-md-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-md-4,
        .gy-md-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-md-5,
        .gx-md-5 {
            --bs-gutter-x: 3rem
        }

        .g-md-5,
        .gy-md-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width:992px) {
        .col-lg-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-lg-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-lg-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-lg-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-lg-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-lg-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-lg-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-lg-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-lg-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-lg-0 {
            margin-left: 0
        }

        .offset-lg-1 {
            margin-left: 8.33333333%
        }

        .offset-lg-2 {
            margin-left: 16.66666667%
        }

        .offset-lg-3 {
            margin-left: 25%
        }

        .offset-lg-4 {
            margin-left: 33.33333333%
        }

        .offset-lg-5 {
            margin-left: 41.66666667%
        }

        .offset-lg-6 {
            margin-left: 50%
        }

        .offset-lg-7 {
            margin-left: 58.33333333%
        }

        .offset-lg-8 {
            margin-left: 66.66666667%
        }

        .offset-lg-9 {
            margin-left: 75%
        }

        .offset-lg-10 {
            margin-left: 83.33333333%
        }

        .offset-lg-11 {
            margin-left: 91.66666667%
        }

        .g-lg-0,
        .gx-lg-0 {
            --bs-gutter-x: 0
        }

        .g-lg-0,
        .gy-lg-0 {
            --bs-gutter-y: 0
        }

        .g-lg-1,
        .gx-lg-1 {
            --bs-gutter-x: 0.25rem
        }

        .g-lg-1,
        .gy-lg-1 {
            --bs-gutter-y: 0.25rem
        }

        .g-lg-2,
        .gx-lg-2 {
            --bs-gutter-x: 0.5rem
        }

        .g-lg-2,
        .gy-lg-2 {
            --bs-gutter-y: 0.5rem
        }

        .g-lg-3,
        .gx-lg-3 {
            --bs-gutter-x: 1rem
        }

        .g-lg-3,
        .gy-lg-3 {
            --bs-gutter-y: 1rem
        }

        .g-lg-4,
        .gx-lg-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-lg-4,
        .gy-lg-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-lg-5,
        .gx-lg-5 {
            --bs-gutter-x: 3rem
        }

        .g-lg-5,
        .gy-lg-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width:1200px) {
        .col-xl-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-xl-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-xl-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-xl-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-xl-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-xl-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-xl-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-xl-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-xl-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-xl-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-xl-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-xl-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-xl-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-xl-0 {
            margin-left: 0
        }

        .offset-xl-1 {
            margin-left: 8.33333333%
        }

        .offset-xl-2 {
            margin-left: 16.66666667%
        }

        .offset-xl-3 {
            margin-left: 25%
        }

        .offset-xl-4 {
            margin-left: 33.33333333%
        }

        .offset-xl-5 {
            margin-left: 41.66666667%
        }

        .offset-xl-6 {
            margin-left: 50%
        }

        .offset-xl-7 {
            margin-left: 58.33333333%
        }

        .offset-xl-8 {
            margin-left: 66.66666667%
        }

        .offset-xl-9 {
            margin-left: 75%
        }

        .offset-xl-10 {
            margin-left: 83.33333333%
        }

        .offset-xl-11 {
            margin-left: 91.66666667%
        }

        .g-xl-0,
        .gx-xl-0 {
            --bs-gutter-x: 0
        }

        .g-xl-0,
        .gy-xl-0 {
            --bs-gutter-y: 0
        }

        .g-xl-1,
        .gx-xl-1 {
            --bs-gutter-x: 0.25rem
        }

        .g-xl-1,
        .gy-xl-1 {
            --bs-gutter-y: 0.25rem
        }

        .g-xl-2,
        .gx-xl-2 {
            --bs-gutter-x: 0.5rem
        }

        .g-xl-2,
        .gy-xl-2 {
            --bs-gutter-y: 0.5rem
        }

        .g-xl-3,
        .gx-xl-3 {
            --bs-gutter-x: 1rem
        }

        .g-xl-3,
        .gy-xl-3 {
            --bs-gutter-y: 1rem
        }

        .g-xl-4,
        .gx-xl-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-xl-4,
        .gy-xl-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-xl-5,
        .gx-xl-5 {
            --bs-gutter-x: 3rem
        }

        .g-xl-5,
        .gy-xl-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width:1400px) {
        .col-xxl-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-xxl-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-xxl-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-xxl-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-xxl-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-xxl-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-xxl-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-xxl-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-xxl-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-xxl-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-xxl-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-xxl-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-xxl-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-xxl-0 {
            margin-left: 0
        }

        .offset-xxl-1 {
            margin-left: 8.33333333%
        }

        .offset-xxl-2 {
            margin-left: 16.66666667%
        }

        .offset-xxl-3 {
            margin-left: 25%
        }

        .offset-xxl-4 {
            margin-left: 33.33333333%
        }

        .offset-xxl-5 {
            margin-left: 41.66666667%
        }

        .offset-xxl-6 {
            margin-left: 50%
        }

        .offset-xxl-7 {
            margin-left: 58.33333333%
        }

        .offset-xxl-8 {
            margin-left: 66.66666667%
        }

        .offset-xxl-9 {
            margin-left: 75%
        }

        .offset-xxl-10 {
            margin-left: 83.33333333%
        }

        .offset-xxl-11 {
            margin-left: 91.66666667%
        }

        .g-xxl-0,
        .gx-xxl-0 {
            --bs-gutter-x: 0
        }

        .g-xxl-0,
        .gy-xxl-0 {
            --bs-gutter-y: 0
        }

        .g-xxl-1,
        .gx-xxl-1 {
            --bs-gutter-x: 0.25rem
        }

        .g-xxl-1,
        .gy-xxl-1 {
            --bs-gutter-y: 0.25rem
        }

        .g-xxl-2,
        .gx-xxl-2 {
            --bs-gutter-x: 0.5rem
        }

        .g-xxl-2,
        .gy-xxl-2 {
            --bs-gutter-y: 0.5rem
        }

        .g-xxl-3,
        .gx-xxl-3 {
            --bs-gutter-x: 1rem
        }

        .g-xxl-3,
        .gy-xxl-3 {
            --bs-gutter-y: 1rem
        }

        .g-xxl-4,
        .gx-xxl-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-xxl-4,
        .gy-xxl-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-xxl-5,
        .gx-xxl-5 {
            --bs-gutter-x: 3rem
        }

        .g-xxl-5,
        .gy-xxl-5 {
            --bs-gutter-y: 3rem
        }
    }

    .table {
        --bs-table-bg: transparent;
        --bs-table-accent-bg: transparent;
        --bs-table-striped-color: #212529;
        --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
        --bs-table-active-color: #212529;
        --bs-table-active-bg: rgba(0, 0, 0, 0.1);
        --bs-table-hover-color: #212529;
        --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
        width: 100%;
        margin-bottom: 1rem;
        color: #212529;
        vertical-align: top;
        border-color: #dee2e6
    }

    .table>:not(caption)>*>* {
        padding: .5rem .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table>tbody {
        vertical-align: inherit
    }

    .table>thead {
        vertical-align: bottom
    }

    .table>:not(:last-child)>:last-child>* {
        border-bottom-color: currentColor
    }

    .caption-top {
        caption-side: top
    }

    .table-sm>:not(caption)>*>* {
        padding: .25rem .25rem
    }

    .table-bordered>:not(caption)>* {
        border-width: 1px 0
    }

    .table-bordered>:not(caption)>*>* {
        border-width: 0 1px
    }

    .table-borderless>:not(caption)>*>* {
        border-bottom-width: 0
    }

    .table-striped>tbody>tr:nth-of-type(odd) {
        --bs-table-accent-bg: var(--bs-table-striped-bg);
        color: var(--bs-table-striped-color)
    }

    .table-active {
        --bs-table-accent-bg: var(--bs-table-active-bg);
        color: var(--bs-table-active-color)
    }

    .table-hover>tbody>tr:hover {
        --bs-table-accent-bg: var(--bs-table-hover-bg);
        color: var(--bs-table-hover-color)
    }

    .table-primary {
        --bs-table-bg: #cfe2ff;
        --bs-table-striped-bg: #c5d7f2;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #bacbe6;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #bfd1ec;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #bacbe6
    }

    .table-secondary {
        --bs-table-bg: #e2e3e5;
        --bs-table-striped-bg: #d7d8da;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #cbccce;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #d1d2d4;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #cbccce
    }

    .table-success {
        --bs-table-bg: #d1e7dd;
        --bs-table-striped-bg: #c7dbd2;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #bcd0c7;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #c1d6cc;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #bcd0c7
    }

    .table-info {
        --bs-table-bg: #cff4fc;
        --bs-table-striped-bg: #c5e8ef;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #badce3;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #bfe2e9;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #badce3
    }

    .table-warning {
        --bs-table-bg: #fff3cd;
        --bs-table-striped-bg: #f2e7c3;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #e6dbb9;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #ece1be;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #e6dbb9
    }

    .table-danger {
        --bs-table-bg: #f8d7da;
        --bs-table-striped-bg: #eccccf;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #dfc2c4;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #e5c7ca;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #dfc2c4
    }

    .table-light {
        --bs-table-bg: #f8f9fa;
        --bs-table-striped-bg: #ecedee;
        --bs-table-striped-color: #000;
        --bs-table-active-bg: #dfe0e1;
        --bs-table-active-color: #000;
        --bs-table-hover-bg: #e5e6e7;
        --bs-table-hover-color: #000;
        color: #000;
        border-color: #dfe0e1
    }

    .table-dark {
        --bs-table-bg: #212529;
        --bs-table-striped-bg: #2c3034;
        --bs-table-striped-color: #fff;
        --bs-table-active-bg: #373b3e;
        --bs-table-active-color: #fff;
        --bs-table-hover-bg: #323539;
        --bs-table-hover-color: #fff;
        color: #fff;
        border-color: #373b3e
    }

    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    @media (max-width:575.98px) {
        .table-responsive-sm {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:767.98px) {
        .table-responsive-md {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:991.98px) {
        .table-responsive-lg {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:1199.98px) {
        .table-responsive-xl {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    @media (max-width:1399.98px) {
        .table-responsive-xxl {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch
        }
    }

    .form-label {
        margin-bottom: .5rem
    }

    .col-form-label {
        padding-top: calc(.375rem + 1px);
        padding-bottom: calc(.375rem + 1px);
        margin-bottom: 0;
        font-size: inherit;
        line-height: 1.5
    }

    .col-form-label-lg {
        padding-top: calc(.5rem + 1px);
        padding-bottom: calc(.5rem + 1px);
        font-size: 1.25rem
    }

    .col-form-label-sm {
        padding-top: calc(.25rem + 1px);
        padding-bottom: calc(.25rem + 1px);
        font-size: .875rem
    }

    .form-text {
        margin-top: .25rem;
        font-size: .875em;
        color: #6c757d
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .form-control {
            transition: none
        }
    }

    .form-control[type=file] {
        overflow: hidden
    }

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .form-control::-webkit-date-and-time-value {
        height: 1.5em
    }

    .form-control::-moz-placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control::placeholder {
        color: #6c757d;
        opacity: 1
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #e9ecef;
        opacity: 1
    }

    .form-control::file-selector-button {
        padding: .375rem .75rem;
        margin: -.375rem -.75rem;
        -webkit-margin-end: .75rem;
        margin-inline-end: .75rem;
        color: #212529;
        background-color: #e9ecef;
        pointer-events: none;
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        border-inline-end-width: 1px;
        border-radius: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .form-control::file-selector-button {
            transition: none
        }
    }

    .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
        background-color: #dde0e3
    }

    .form-control::-webkit-file-upload-button {
        padding: .375rem .75rem;
        margin: -.375rem -.75rem;
        -webkit-margin-end: .75rem;
        margin-inline-end: .75rem;
        color: #212529;
        background-color: #e9ecef;
        pointer-events: none;
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        border-inline-end-width: 1px;
        border-radius: 0;
        -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .form-control::-webkit-file-upload-button {
            -webkit-transition: none;
            transition: none
        }
    }

    .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
        background-color: #dde0e3
    }

    .form-control-plaintext {
        display: block;
        width: 100%;
        padding: .375rem 0;
        margin-bottom: 0;
        line-height: 1.5;
        color: #212529;
        background-color: transparent;
        border: solid transparent;
        border-width: 1px 0
    }

    .form-control-plaintext.form-control-lg,
    .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

    .form-control-sm {
        min-height: calc(1.5em + (.5rem + 2px));
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem
    }

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-lg {
        min-height: calc(1.5em + (1rem + 2px));
        padding: .5rem 1rem;
        font-size: 1.25rem;
        border-radius: .3rem
    }

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    textarea.form-control {
        min-height: calc(1.5em + (.75rem + 2px))
    }

    textarea.form-control-sm {
        min-height: calc(1.5em + (.5rem + 2px))
    }

    textarea.form-control-lg {
        min-height: calc(1.5em + (1rem + 2px))
    }

    .form-control-color {
        max-width: 3rem;
        height: auto;
        padding: .375rem
    }

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 1.5em;
        border-radius: .25rem
    }

    .form-select {
        display: block;
        width: 100%;
        padding: .375rem 2.25rem .375rem .75rem;
        -moz-padding-start: calc(.75rem - 3px);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    @media (prefers-reduced-motion:reduce) {
        .form-select {
            transition: none
        }
    }

    .form-select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .form-select[multiple],
    .form-select[size]:not([size="1"]) {
        padding-right: .75rem;
        background-image: none
    }

    .form-select:disabled {
        background-color: #e9ecef
    }

    .form-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #212529
    }

    .form-select-sm {
        padding-top: .25rem;
        padding-bottom: .25rem;
        padding-left: .5rem;
        font-size: .875rem
    }

    .form-select-lg {
        padding-top: .5rem;
        padding-bottom: .5rem;
        padding-left: 1rem;
        font-size: 1.25rem
    }

    .form-check {
        display: block;
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: .125rem
    }

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

    .form-check-input {
        width: 1em;
        height: 1em;
        margin-top: .25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0, 0, 0, .25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
    }

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
    }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #0d6efd;
        border-color: #0d6efd;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
    }

    .form-check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5
    }

    .form-check-input:disabled~.form-check-label,
    .form-check-input[disabled]~.form-check-label {
        opacity: .5
    }

    .form-switch {
        padding-left: 2.5em
    }

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
        background-position: left center;
        border-radius: 2em;
        transition: background-position .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .form-switch .form-check-input {
            transition: none
        }
    }

    .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
    }

    .form-switch .form-check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
    }

    .form-check-inline {
        display: inline-block;
        margin-right: 1rem
    }

    .btn-check {
        position: absolute;
        clip: rect(0, 0, 0, 0);
        pointer-events: none
    }

    .btn-check:disabled+.btn,
    .btn-check[disabled]+.btn {
        pointer-events: none;
        filter: none;
        opacity: .65
    }

    .form-range {
        width: 100%;
        height: 1.5rem;
        padding: 0;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

    .form-range:focus {
        outline: 0
    }

    .form-range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .form-range:focus::-moz-range-thumb {
        box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

    @media (prefers-reduced-motion:reduce) {
        .form-range::-webkit-slider-thumb {
            -webkit-transition: none;
            transition: none
        }
    }

    .form-range::-webkit-slider-thumb:active {
        background-color: #b6d4fe
    }

    .form-range::-webkit-slider-runnable-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem
    }

    .form-range::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        background-color: #0d6efd;
        border: 0;
        border-radius: 1rem;
        -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        -moz-appearance: none;
        appearance: none
    }

    @media (prefers-reduced-motion:reduce) {
        .form-range::-moz-range-thumb {
            -moz-transition: none;
            transition: none
        }
    }

    .form-range::-moz-range-thumb:active {
        background-color: #b6d4fe
    }

    .form-range::-moz-range-track {
        width: 100%;
        height: .5rem;
        color: transparent;
        cursor: pointer;
        background-color: #dee2e6;
        border-color: transparent;
        border-radius: 1rem
    }

    .form-range:disabled {
        pointer-events: none
    }

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

    .form-floating {
        position: relative
    }

    .form-floating>.form-control,
    .form-floating>.form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating>label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        transform-origin: 0 0;
        transition: opacity .1s ease-in-out, transform .1s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .form-floating>label {
            transition: none
        }
    }

    .form-floating>.form-control {
        padding: 1rem .75rem
    }

    .form-floating>.form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating>.form-control::placeholder {
        color: transparent
    }

    .form-floating>.form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating>.form-control:focus,
    .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating>.form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating>.form-select {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating>.form-control:not(:-moz-placeholder-shown)~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem)
    }

    .form-floating>.form-control:focus~label,
    .form-floating>.form-control:not(:placeholder-shown)~label,
    .form-floating>.form-select~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem)
    }

    .form-floating>.form-control:-webkit-autofill~label {
        opacity: .65;
        transform: scale(.85) translateY(-.5rem) translateX(.15rem)
    }

    .input-group {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%
    }

    .input-group>.form-control,
    .input-group>.form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

    .input-group>.form-control:focus,
    .input-group>.form-select:focus {
        z-index: 3
    }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

    .input-group .btn:focus {
        z-index: 3
    }

    .input-group-text {
        display: flex;
        align-items: center;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        white-space: nowrap;
        background-color: #e9ecef;
        border: 1px solid #ced4da;
        border-radius: .25rem
    }

    .input-group-lg>.btn,
    .input-group-lg>.form-control,
    .input-group-lg>.form-select,
    .input-group-lg>.input-group-text {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        border-radius: .3rem
    }

    .input-group-sm>.btn,
    .input-group-sm>.form-control,
    .input-group-sm>.form-select,
    .input-group-sm>.input-group-text {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem
    }

    .input-group-lg>.form-select,
    .input-group-sm>.form-select {
        padding-right: 3rem
    }

    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
    .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
    .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .valid-feedback {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: .875em;
        color: #198754
    }

    .valid-tooltip {
        position: absolute;
        top: 100%;
        z-index: 5;
        display: none;
        max-width: 100%;
        padding: .25rem .5rem;
        margin-top: .1rem;
        font-size: .875rem;
        color: #fff;
        background-color: rgba(25, 135, 84, .9);
        border-radius: .25rem
    }

    .is-valid~.valid-feedback,
    .is-valid~.valid-tooltip,
    .was-validated :valid~.valid-feedback,
    .was-validated :valid~.valid-tooltip {
        display: block
    }

    .form-control.is-valid,
    .was-validated .form-control:valid {
        border-color: #198754;
        padding-right: calc(1.5em + .75rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right calc(.375em + .1875rem) center;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-control.is-valid:focus,
    .was-validated .form-control:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
    }

    .was-validated textarea.form-control:valid,
    textarea.form-control.is-valid {
        padding-right: calc(1.5em + .75rem);
        background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
    }

    .form-select.is-valid,
    .was-validated .form-select:valid {
        border-color: #198754
    }

    .form-select.is-valid:not([multiple]):not([size]),
    .form-select.is-valid:not([multiple])[size="1"],
    .was-validated .form-select:valid:not([multiple]):not([size]),
    .was-validated .form-select:valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
        background-position: right .75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-valid:focus,
    .was-validated .form-select:valid:focus {
        border-color: #198754;
        box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
    }

    .form-check-input.is-valid,
    .was-validated .form-check-input:valid {
        border-color: #198754
    }

    .form-check-input.is-valid:checked,
    .was-validated .form-check-input:valid:checked {
        background-color: #198754
    }

    .form-check-input.is-valid:focus,
    .was-validated .form-check-input:valid:focus {
        box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
    }

    .form-check-input.is-valid~.form-check-label,
    .was-validated .form-check-input:valid~.form-check-label {
        color: #198754
    }

    .form-check-inline .form-check-input~.valid-feedback {
        margin-left: .5em
    }

    .input-group .form-control.is-valid,
    .input-group .form-select.is-valid,
    .was-validated .input-group .form-control:valid,
    .was-validated .input-group .form-select:valid {
        z-index: 1
    }

    .input-group .form-control.is-valid:focus,
    .input-group .form-select.is-valid:focus,
    .was-validated .input-group .form-control:valid:focus,
    .was-validated .input-group .form-select:valid:focus {
        z-index: 3
    }

    .invalid-feedback {
        display: none;
        width: 100%;
        margin-top: .25rem;
        font-size: .875em;
        color: #dc3545
    }

    .invalid-tooltip {
        position: absolute;
        top: 100%;
        z-index: 5;
        display: none;
        max-width: 100%;
        padding: .25rem .5rem;
        margin-top: .1rem;
        font-size: .875rem;
        color: #fff;
        background-color: rgba(220, 53, 69, .9);
        border-radius: .25rem
    }

    .is-invalid~.invalid-feedback,
    .is-invalid~.invalid-tooltip,
    .was-validated :invalid~.invalid-feedback,
    .was-validated :invalid~.invalid-tooltip {
        display: block
    }

    .form-control.is-invalid,
    .was-validated .form-control:invalid {
        border-color: #dc3545;
        padding-right: calc(1.5em + .75rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right calc(.375em + .1875rem) center;
        background-size: calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-control.is-invalid:focus,
    .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

    .was-validated textarea.form-control:invalid,
    textarea.form-control.is-invalid {
        padding-right: calc(1.5em + .75rem);
        background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
    }

    .form-select.is-invalid,
    .was-validated .form-select:invalid {
        border-color: #dc3545
    }

    .form-select.is-invalid:not([multiple]):not([size]),
    .form-select.is-invalid:not([multiple])[size="1"],
    .was-validated .form-select:invalid:not([multiple]):not([size]),
    .was-validated .form-select:invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
        background-position: right .75rem center, center right 2.25rem;
        background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
    }

    .form-select.is-invalid:focus,
    .was-validated .form-select:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

    .form-check-input.is-invalid,
    .was-validated .form-check-input:invalid {
        border-color: #dc3545
    }

    .form-check-input.is-invalid:checked,
    .was-validated .form-check-input:invalid:checked {
        background-color: #dc3545
    }

    .form-check-input.is-invalid:focus,
    .was-validated .form-check-input:invalid:focus {
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
    }

    .form-check-input.is-invalid~.form-check-label,
    .was-validated .form-check-input:invalid~.form-check-label {
        color: #dc3545
    }

    .form-check-inline .form-check-input~.invalid-feedback {
        margin-left: .5em
    }

    .input-group .form-control.is-invalid,
    .input-group .form-select.is-invalid,
    .was-validated .input-group .form-control:invalid,
    .was-validated .input-group .form-select:invalid {
        z-index: 2
    }

    .input-group .form-control.is-invalid:focus,
    .input-group .form-select.is-invalid:focus,
    .was-validated .input-group .form-control:invalid:focus,
    .was-validated .input-group .form-select:invalid:focus {
        z-index: 3
    }

    .btn {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .btn {
            transition: none
        }
    }

    .btn:hover {
        color: #212529
    }

    .btn-check:focus+.btn,
    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .btn.disabled,
    .btn:disabled,
    fieldset:disabled .btn {
        pointer-events: none;
        opacity: .65
    }

    .btn-primary {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca
    }

    .btn-check:focus+.btn-primary,
    .btn-primary:focus {
        color: #fff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
        box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
    }

    .btn-check:active+.btn-primary,
    .btn-check:checked+.btn-primary,
    .btn-primary.active,
    .btn-primary:active,
    .show>.btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be
    }

    .btn-check:active+.btn-primary:focus,
    .btn-check:checked+.btn-primary:focus,
    .btn-primary.active:focus,
    .btn-primary:active:focus,
    .show>.btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:hover {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64
    }

    .btn-check:focus+.btn-secondary,
    .btn-secondary:focus {
        color: #fff;
        background-color: #5c636a;
        border-color: #565e64;
        box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
    }

    .btn-check:active+.btn-secondary,
    .btn-check:checked+.btn-secondary,
    .btn-secondary.active,
    .btn-secondary:active,
    .show>.btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #565e64;
        border-color: #51585e
    }

    .btn-check:active+.btn-secondary:focus,
    .btn-check:checked+.btn-secondary:focus,
    .btn-secondary.active:focus,
    .btn-secondary:active:focus,
    .show>.btn-secondary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
    }

    .btn-secondary.disabled,
    .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-success {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-success:hover {
        color: #fff;
        background-color: #157347;
        border-color: #146c43
    }

    .btn-check:focus+.btn-success,
    .btn-success:focus {
        color: #fff;
        background-color: #157347;
        border-color: #146c43;
        box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
    }

    .btn-check:active+.btn-success,
    .btn-check:checked+.btn-success,
    .btn-success.active,
    .btn-success:active,
    .show>.btn-success.dropdown-toggle {
        color: #fff;
        background-color: #146c43;
        border-color: #13653f
    }

    .btn-check:active+.btn-success:focus,
    .btn-check:checked+.btn-success:focus,
    .btn-success.active:focus,
    .btn-success:active:focus,
    .show>.btn-success.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-info {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus+.btn-info,
    .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
    }

    .btn-check:active+.btn-info,
    .btn-check:checked+.btn-info,
    .btn-info.active,
    .btn-info:active,
    .show>.btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

    .btn-check:active+.btn-info:focus,
    .btn-check:checked+.btn-info:focus,
    .btn-info.active:focus,
    .btn-info:active:focus,
    .show>.btn-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
    }

    .btn-info.disabled,
    .btn-info:disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-warning {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus+.btn-warning,
    .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
    }

    .btn-check:active+.btn-warning,
    .btn-check:checked+.btn-warning,
    .btn-warning.active,
    .btn-warning:active,
    .show>.btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

    .btn-check:active+.btn-warning:focus,
    .btn-check:checked+.btn-warning:focus,
    .btn-warning.active:focus,
    .btn-warning:active:focus,
    .show>.btn-warning.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
    }

    .btn-warning.disabled,
    .btn-warning:disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-danger {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37
    }

    .btn-check:focus+.btn-danger,
    .btn-danger:focus {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
        box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
    }

    .btn-check:active+.btn-danger,
    .btn-check:checked+.btn-danger,
    .btn-danger.active,
    .btn-danger:active,
    .show>.btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b02a37;
        border-color: #a52834
    }

    .btn-check:active+.btn-danger:focus,
    .btn-check:checked+.btn-danger:focus,
    .btn-danger.active:focus,
    .btn-danger:active:focus,
    .show>.btn-danger.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
    }

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-light {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-light:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:focus+.btn-light,
    .btn-light:focus {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
        box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
    }

    .btn-check:active+.btn-light,
    .btn-check:checked+.btn-light,
    .btn-light.active,
    .btn-light:active,
    .show>.btn-light.dropdown-toggle {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb
    }

    .btn-check:active+.btn-light:focus,
    .btn-check:checked+.btn-light:focus,
    .btn-light.active:focus,
    .btn-light:active:focus,
    .show>.btn-light.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
    }

    .btn-light.disabled,
    .btn-light:disabled {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-dark {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21
    }

    .btn-check:focus+.btn-dark,
    .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
    }

    .btn-check:active+.btn-dark,
    .btn-check:checked+.btn-dark,
    .btn-dark.active,
    .btn-dark:active,
    .show>.btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f
    }

    .btn-check:active+.btn-dark:focus,
    .btn-check:checked+.btn-dark:focus,
    .btn-dark.active:focus,
    .btn-dark:active:focus,
    .show>.btn-dark.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
    }

    .btn-dark.disabled,
    .btn-dark:disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-outline-primary {
        color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-check:focus+.btn-outline-primary,
    .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
    }

    .btn-check:active+.btn-outline-primary,
    .btn-check:checked+.btn-outline-primary,
    .btn-outline-primary.active,
    .btn-outline-primary.dropdown-toggle.show,
    .btn-outline-primary:active {
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .btn-check:active+.btn-outline-primary:focus,
    .btn-check:checked+.btn-outline-primary:focus,
    .btn-outline-primary.active:focus,
    .btn-outline-primary.dropdown-toggle.show:focus,
    .btn-outline-primary:active:focus {
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
    }

    .btn-outline-primary.disabled,
    .btn-outline-primary:disabled {
        color: #0d6efd;
        background-color: transparent
    }

    .btn-outline-secondary {
        color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-check:focus+.btn-outline-secondary,
    .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
    }

    .btn-check:active+.btn-outline-secondary,
    .btn-check:checked+.btn-outline-secondary,
    .btn-outline-secondary.active,
    .btn-outline-secondary.dropdown-toggle.show,
    .btn-outline-secondary:active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-check:active+.btn-outline-secondary:focus,
    .btn-check:checked+.btn-outline-secondary:focus,
    .btn-outline-secondary.active:focus,
    .btn-outline-secondary.dropdown-toggle.show:focus,
    .btn-outline-secondary:active:focus {
        box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
    }

    .btn-outline-secondary.disabled,
    .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent
    }

    .btn-outline-success {
        color: #198754;
        border-color: #198754
    }

    .btn-outline-success:hover {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:focus+.btn-outline-success,
    .btn-outline-success:focus {
        box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
    }

    .btn-check:active+.btn-outline-success,
    .btn-check:checked+.btn-outline-success,
    .btn-outline-success.active,
    .btn-outline-success.dropdown-toggle.show,
    .btn-outline-success:active {
        color: #fff;
        background-color: #198754;
        border-color: #198754
    }

    .btn-check:active+.btn-outline-success:focus,
    .btn-check:checked+.btn-outline-success:focus,
    .btn-outline-success.active:focus,
    .btn-outline-success.dropdown-toggle.show:focus,
    .btn-outline-success:active:focus {
        box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
    }

    .btn-outline-success.disabled,
    .btn-outline-success:disabled {
        color: #198754;
        background-color: transparent
    }

    .btn-outline-info {
        color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus+.btn-outline-info,
    .btn-outline-info:focus {
        box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
    }

    .btn-check:active+.btn-outline-info,
    .btn-check:checked+.btn-outline-info,
    .btn-outline-info.active,
    .btn-outline-info.dropdown-toggle.show,
    .btn-outline-info:active {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:active+.btn-outline-info:focus,
    .btn-check:checked+.btn-outline-info:focus,
    .btn-outline-info.active:focus,
    .btn-outline-info.dropdown-toggle.show:focus,
    .btn-outline-info:active:focus {
        box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
    }

    .btn-outline-info.disabled,
    .btn-outline-info:disabled {
        color: #0dcaf0;
        background-color: transparent
    }

    .btn-outline-warning {
        color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:focus+.btn-outline-warning,
    .btn-outline-warning:focus {
        box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
    }

    .btn-check:active+.btn-outline-warning,
    .btn-check:checked+.btn-outline-warning,
    .btn-outline-warning.active,
    .btn-outline-warning.dropdown-toggle.show,
    .btn-outline-warning:active {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:active+.btn-outline-warning:focus,
    .btn-check:checked+.btn-outline-warning:focus,
    .btn-outline-warning.active:focus,
    .btn-outline-warning.dropdown-toggle.show:focus,
    .btn-outline-warning:active:focus {
        box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
    }

    .btn-outline-warning.disabled,
    .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

    .btn-outline-danger {
        color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:focus+.btn-outline-danger,
    .btn-outline-danger:focus {
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
    }

    .btn-check:active+.btn-outline-danger,
    .btn-check:checked+.btn-outline-danger,
    .btn-outline-danger.active,
    .btn-outline-danger.dropdown-toggle.show,
    .btn-outline-danger:active {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-check:active+.btn-outline-danger:focus,
    .btn-check:checked+.btn-outline-danger:focus,
    .btn-outline-danger.active:focus,
    .btn-outline-danger.dropdown-toggle.show:focus,
    .btn-outline-danger:active:focus {
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
    }

    .btn-outline-danger.disabled,
    .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent
    }

    .btn-outline-light {
        color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-outline-light:hover {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-check:focus+.btn-outline-light,
    .btn-outline-light:focus {
        box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
    }

    .btn-check:active+.btn-outline-light,
    .btn-check:checked+.btn-outline-light,
    .btn-outline-light.active,
    .btn-outline-light.dropdown-toggle.show,
    .btn-outline-light:active {
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

    .btn-check:active+.btn-outline-light:focus,
    .btn-check:checked+.btn-outline-light:focus,
    .btn-outline-light.active:focus,
    .btn-outline-light.dropdown-toggle.show:focus,
    .btn-outline-light:active:focus {
        box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
    }

    .btn-outline-light.disabled,
    .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent
    }

    .btn-outline-dark {
        color: #212529;
        border-color: #212529
    }

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-check:focus+.btn-outline-dark,
    .btn-outline-dark:focus {
        box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
    }

    .btn-check:active+.btn-outline-dark,
    .btn-check:checked+.btn-outline-dark,
    .btn-outline-dark.active,
    .btn-outline-dark.dropdown-toggle.show,
    .btn-outline-dark:active {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-check:active+.btn-outline-dark:focus,
    .btn-check:checked+.btn-outline-dark:focus,
    .btn-outline-dark.active:focus,
    .btn-outline-dark.dropdown-toggle.show:focus,
    .btn-outline-dark:active:focus {
        box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
    }

    .btn-outline-dark.disabled,
    .btn-outline-dark:disabled {
        color: #212529;
        background-color: transparent
    }

    .btn-link {
        font-weight: 400;
        color: #0d6efd;
        text-decoration: underline
    }

    .btn-link:hover {
        color: #0a58ca
    }

    .btn-link.disabled,
    .btn-link:disabled {
        color: #6c757d
    }

    .btn-group-lg>.btn,
    .btn-lg {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        border-radius: .3rem
    }

    .btn-group-sm>.btn,
    .btn-sm {
        padding: .25rem .5rem;
        font-size: .875rem;
        border-radius: .2rem
    }

    .fade {
        transition: opacity .15s linear
    }

    @media (prefers-reduced-motion:reduce) {
        .fade {
            transition: none
        }
    }

    .fade:not(.show) {
        opacity: 0
    }

    .collapse:not(.show) {
        display: none
    }

    .collapsing {
        height: 0;
        overflow: hidden;
        transition: height .35s ease
    }

    @media (prefers-reduced-motion:reduce) {
        .collapsing {
            transition: none
        }
    }

    .dropdown,
    .dropend,
    .dropstart,
    .dropup {
        position: relative
    }

    .dropdown-toggle {
        white-space: nowrap
    }

    .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty::after {
        margin-left: 0
    }

    .dropdown-menu {
        position: absolute;
        z-index: 1000;
        display: none;
        min-width: 10rem;
        padding: .5rem 0;
        margin: 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: .25rem
    }

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

    .dropdown-menu-start {
        --bs-position: start
    }

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-end {
        --bs-position: end
    }

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

    @media (min-width:576px) {
        .dropdown-menu-sm-start {
            --bs-position: start
        }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

        .dropdown-menu-sm-end {
            --bs-position: end
        }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
    }

    @media (min-width:768px) {
        .dropdown-menu-md-start {
            --bs-position: start
        }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

        .dropdown-menu-md-end {
            --bs-position: end
        }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
    }

    @media (min-width:992px) {
        .dropdown-menu-lg-start {
            --bs-position: start
        }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

        .dropdown-menu-lg-end {
            --bs-position: end
        }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
    }

    @media (min-width:1200px) {
        .dropdown-menu-xl-start {
            --bs-position: start
        }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

        .dropdown-menu-xl-end {
            --bs-position: end
        }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
    }

    @media (min-width:1400px) {
        .dropdown-menu-xxl-start {
            --bs-position: start
        }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

        .dropdown-menu-xxl-end {
            --bs-position: end
        }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
    }

    .dropup .dropdown-menu[data-bs-popper] {
        top: auto;
        bottom: 100%;
        margin-top: 0;
        margin-bottom: .125rem
    }

    .dropup .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: 0;
        border-right: .3em solid transparent;
        border-bottom: .3em solid;
        border-left: .3em solid transparent
    }

    .dropup .dropdown-toggle:empty::after {
        margin-left: 0
    }

    .dropend .dropdown-menu[data-bs-popper] {
        top: 0;
        right: auto;
        left: 100%;
        margin-top: 0;
        margin-left: .125rem
    }

    .dropend .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid
    }

    .dropend .dropdown-toggle:empty::after {
        margin-left: 0
    }

    .dropend .dropdown-toggle::after {
        vertical-align: 0
    }

    .dropstart .dropdown-menu[data-bs-popper] {
        top: 0;
        right: 100%;
        left: auto;
        margin-top: 0;
        margin-right: .125rem
    }

    .dropstart .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: ""
    }

    .dropstart .dropdown-toggle::after {
        display: none
    }

    .dropstart .dropdown-toggle::before {
        display: inline-block;
        margin-right: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid transparent;
        border-right: .3em solid;
        border-bottom: .3em solid transparent
    }

    .dropstart .dropdown-toggle:empty::after {
        margin-left: 0
    }

    .dropstart .dropdown-toggle::before {
        vertical-align: 0
    }

    .dropdown-divider {
        height: 0;
        margin: .5rem 0;
        overflow: hidden;
        border-top: 1px solid rgba(0, 0, 0, .15)
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #0d6efd
    }

    .dropdown-item.disabled,
    .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

    .dropdown-menu.show {
        display: block
    }

    .dropdown-header {
        display: block;
        padding: .5rem 1rem;
        margin-bottom: 0;
        font-size: .875rem;
        color: #6c757d;
        white-space: nowrap
    }

    .dropdown-item-text {
        display: block;
        padding: .25rem 1rem;
        color: #212529
    }

    .dropdown-menu-dark {
        color: #dee2e6;
        background-color: #343a40;
        border-color: rgba(0, 0, 0, .15)
    }

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-item:focus,
    .dropdown-menu-dark .dropdown-item:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .15)
    }

    .dropdown-menu-dark .dropdown-item.active,
    .dropdown-menu-dark .dropdown-item:active {
        color: #fff;
        background-color: #0d6efd
    }

    .dropdown-menu-dark .dropdown-item.disabled,
    .dropdown-menu-dark .dropdown-item:disabled {
        color: #adb5bd
    }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0, 0, 0, .15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

    .btn-group,
    .btn-group-vertical {
        position: relative;
        display: inline-flex;
        vertical-align: middle
    }

    .btn-group-vertical>.btn,
    .btn-group>.btn {
        position: relative;
        flex: 1 1 auto
    }

    .btn-group-vertical>.btn-check:checked+.btn,
    .btn-group-vertical>.btn-check:focus+.btn,
    .btn-group-vertical>.btn.active,
    .btn-group-vertical>.btn:active,
    .btn-group-vertical>.btn:focus,
    .btn-group-vertical>.btn:hover,
    .btn-group>.btn-check:checked+.btn,
    .btn-group>.btn-check:focus+.btn,
    .btn-group>.btn.active,
    .btn-group>.btn:active,
    .btn-group>.btn:focus,
    .btn-group>.btn:hover {
        z-index: 1
    }

    .btn-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .btn-toolbar .input-group {
        width: auto
    }

    .btn-group>.btn-group:not(:first-child),
    .btn-group>.btn:not(:first-child) {
        margin-left: -1px
    }

    .btn-group>.btn-group:not(:last-child)>.btn,
    .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group>.btn-group:not(:first-child)>.btn,
    .btn-group>.btn:nth-child(n+3),
    .btn-group>:not(.btn-check)+.btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .dropdown-toggle-split {
        padding-right: .5625rem;
        padding-left: .5625rem
    }

    .dropdown-toggle-split::after,
    .dropend .dropdown-toggle-split::after,
    .dropup .dropdown-toggle-split::after {
        margin-left: 0
    }

    .dropstart .dropdown-toggle-split::before {
        margin-right: 0
    }

    .btn-group-sm>.btn+.dropdown-toggle-split,
    .btn-sm+.dropdown-toggle-split {
        padding-right: .375rem;
        padding-left: .375rem
    }

    .btn-group-lg>.btn+.dropdown-toggle-split,
    .btn-lg+.dropdown-toggle-split {
        padding-right: .75rem;
        padding-left: .75rem
    }

    .btn-group-vertical {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .btn-group-vertical>.btn,
    .btn-group-vertical>.btn-group {
        width: 100%
    }

    .btn-group-vertical>.btn-group:not(:first-child),
    .btn-group-vertical>.btn:not(:first-child) {
        margin-top: -1px
    }

    .btn-group-vertical>.btn-group:not(:last-child)>.btn,
    .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical>.btn-group:not(:first-child)>.btn,
    .btn-group-vertical>.btn~.btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #0d6efd;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .nav-link {
            transition: none
        }
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #0a58ca
    }

    .nav-link.disabled {
        color: #6c757d;
        pointer-events: none;
        cursor: default
    }

    .nav-tabs {
        border-bottom: 1px solid #dee2e6
    }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: #e9ecef #e9ecef #dee2e6;
        isolation: isolate
    }

    .nav-tabs .nav-link.disabled {
        color: #6c757d;
        background-color: transparent;
        border-color: transparent
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff
    }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .nav-pills .nav-link {
        background: 0 0;
        border: 0;
        border-radius: .25rem
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #0d6efd
    }

    .nav-fill .nav-item,
    .nav-fill>.nav-link {
        flex: 1 1 auto;
        text-align: center
    }

    .nav-justified .nav-item,
    .nav-justified>.nav-link {
        flex-basis: 0;
        flex-grow: 1;
        text-align: center
    }

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%
    }

    .tab-content>.tab-pane {
        display: none
    }

    .tab-content>.active {
        display: block
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-lg,
    .navbar>.container-md,
    .navbar>.container-sm,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

    .navbar-brand {
        padding-top: .3125rem;
        padding-bottom: .3125rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap
    }

    .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

    .navbar-text {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center
    }

    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .navbar-toggler {
            transition: none
        }
    }

    .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 .25rem
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%
    }

    .navbar-nav-scroll {
        max-height: var(--bs-scroll-height, 75vh);
        overflow-y: auto
    }

    @media (min-width:576px) {
        .navbar-expand-sm {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler {
            display: none
        }
    }

    @media (min-width:768px) {
        .navbar-expand-md {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-md .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler {
            display: none
        }
    }

    @media (min-width:992px) {
        .navbar-expand-lg {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
    }

    @media (min-width:1200px) {
        .navbar-expand-xl {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-xl .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
    }

    @media (min-width:1400px) {
        .navbar-expand-xxl {
            flex-wrap: nowrap;
            justify-content: flex-start
        }

        .navbar-expand-xxl .navbar-nav {
            flex-direction: row
        }

        .navbar-expand-xxl .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand-xxl .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler {
            display: none
        }
    }

    .navbar-expand {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand .navbar-nav {
        flex-direction: row
    }

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler {
        display: none
    }

    .navbar-light .navbar-brand {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-brand:focus,
    .navbar-light .navbar-brand:hover {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .55)
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0, 0, 0, .7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, .3)
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border-color: rgba(0, 0, 0, .1)
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .navbar-light .navbar-text {
        color: rgba(0, 0, 0, .55)
    }

    .navbar-light .navbar-text a,
    .navbar-light .navbar-text a:focus,
    .navbar-light .navbar-text a:hover {
        color: rgba(0, 0, 0, .9)
    }

    .navbar-dark .navbar-brand {
        color: #fff
    }

    .navbar-dark .navbar-brand:focus,
    .navbar-dark .navbar-brand:hover {
        color: #fff
    }

    .navbar-dark .navbar-nav .nav-link {
        color: rgba(255, 255, 255, .55)
    }

    .navbar-dark .navbar-nav .nav-link:focus,
    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, .25)
    }

    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .show>.nav-link {
        color: #fff
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .55);
        border-color: rgba(255, 255, 255, .1)
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .navbar-dark .navbar-text {
        color: rgba(255, 255, 255, .55)
    }

    .navbar-dark .navbar-text a,
    .navbar-dark .navbar-text a:focus,
    .navbar-dark .navbar-text a:hover {
        color: #fff
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem
    }

    .card>hr {
        margin-right: 0;
        margin-left: 0
    }

    .card>.list-group {
        border-top: inherit;
        border-bottom: inherit
    }

    .card>.list-group:first-child {
        border-top-width: 0;
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .card>.list-group:last-child {
        border-bottom-width: 0;
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card>.card-header+.list-group,
    .card>.list-group+.card-footer {
        border-top: 0
    }

    .card-body {
        flex: 1 1 auto;
        padding: 1rem 1rem
    }

    .card-title {
        margin-bottom: .5rem
    }

    .card-subtitle {
        margin-top: -.25rem;
        margin-bottom: 0
    }

    .card-text:last-child {
        margin-bottom: 0
    }

    .card-link:hover {
        text-decoration: none
    }

    .card-link+.card-link {
        margin-left: 1rem
    }

    .card-header {
        padding: .5rem 1rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125)
    }

    .header_container {
        padding: 0px 40px;
    }

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-footer {
        padding: .5rem 1rem;
        background-color: rgba(0, 0, 0, .03);
        border-top: 1px solid rgba(0, 0, 0, .125)
    }

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

    .card-header-tabs {
        margin-right: -.5rem;
        margin-bottom: -.5rem;
        margin-left: -.5rem;
        border-bottom: 0
    }

    .card-header-pills {
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1rem;
        border-radius: calc(.25rem - 1px)
    }

    .card-img,
    .card-img-bottom,
    .card-img-top {
        width: 100%
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .card-img,
    .card-img-bottom {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card-group>.card {
        margin-bottom: .75rem
    }

    @media (min-width:576px) {


        .card-group {
            display: flex;
            flex-flow: row wrap
        }

        .card-group>.card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

        .card-group>.card+.card {
            margin-left: 0;
            border-left: 0
        }

        .card-group>.card:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-header,
        .card-group>.card:not(:last-child) .card-img-top {
            border-top-right-radius: 0
        }

        .card-group>.card:not(:last-child) .card-footer,
        .card-group>.card:not(:last-child) .card-img-bottom {
            border-bottom-right-radius: 0
        }

        .card-group>.card:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-header,
        .card-group>.card:not(:first-child) .card-img-top {
            border-top-left-radius: 0
        }

        .card-group>.card:not(:first-child) .card-footer,
        .card-group>.card:not(:first-child) .card-img-bottom {
            border-bottom-left-radius: 0
        }
    }

    .accordion-button {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 1rem 1.25rem;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
    }

    @media (prefers-reduced-motion:reduce) {
        .accordion-button {
            transition: none
        }
    }

    .accordion-button:not(.collapsed) {
        color: #0c63e4;
        background-color: #e7f1ff;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg)
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .accordion-button::after {
            transition: none
        }
    }

    .accordion-button:hover {
        z-index: 2
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .accordion-header {
        margin-bottom: 0
    }

    .accordion-item {
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125)
    }

    .accordion-item:first-of-type {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .accordion-item:first-of-type .accordion-button {
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
        border-bottom-right-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .accordion-item:last-of-type .accordion-collapse {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .accordion-body {
        padding: 1rem 1.25rem
    }

    .accordion-flush .accordion-collapse {
        border-width: 0
    }

    .accordion-flush .accordion-item {
        border-right: 0;
        border-left: 0;
        border-radius: 0
    }

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

    .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0;
        margin-bottom: 1rem;
        list-style: none
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: .5rem
    }

    .breadcrumb-item+.breadcrumb-item::before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/")
    }

    .breadcrumb-item.active {
        color: #6c757d
    }

    .pagination {
        display: flex;
        padding-left: 0;
        list-style: none
    }

    .page-link {
        position: relative;
        display: block;
        color: #0d6efd;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #dee2e6;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .page-link {
            transition: none
        }
    }

    .page-link:hover {
        z-index: 2;
        color: #0a58ca;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 3;
        color: #0a58ca;
        background-color: #e9ecef;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

    .page-item:not(:first-child) .page-link {
        margin-left: -1px
    }

    .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
        border-color: #dee2e6
    }

    .page-link {
        padding: .375rem .75rem
    }

    .page-item:first-child .page-link {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .page-item:last-child .page-link {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .pagination-lg .page-link {
        padding: .75rem 1.5rem;
        font-size: 1.25rem
    }

    .pagination-lg .page-item:first-child .page-link {
        border-top-left-radius: .3rem;
        border-bottom-left-radius: .3rem
    }

    .pagination-lg .page-item:last-child .page-link {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem
    }

    .pagination-sm .page-link {
        padding: .25rem .5rem;
        font-size: .875rem
    }

    .pagination-sm .page-item:first-child .page-link {
        border-top-left-radius: .2rem;
        border-bottom-left-radius: .2rem
    }

    .pagination-sm .page-item:last-child .page-link {
        border-top-right-radius: .2rem;
        border-bottom-right-radius: .2rem
    }

    .badge {
        display: inline-block;
        padding: .35em .65em;
        font-size: .75em;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem
    }

    .badge:empty {
        display: none
    }

    .btn .badge {
        position: relative;
        top: -1px
    }

    .alert {
        position: relative;
        padding: 1rem 1rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .25rem
    }

    .alert-heading {
        color: inherit
    }

    .alert-link {
        font-weight: 700
    }

    .alert-dismissible {
        padding-right: 3rem
    }

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

    .alert-primary {
        color: #084298;
        background-color: #cfe2ff;
        border-color: #b6d4fe
    }

    .alert-primary .alert-link {
        color: #06357a
    }

    .alert-secondary {
        color: #41464b;
        background-color: #e2e3e5;
        border-color: #d3d6d8
    }

    .alert-secondary .alert-link {
        color: #34383c
    }

    .alert-success {
        color: #0f5132;
        background-color: #d1e7dd;
        border-color: #badbcc
    }

    .alert-success .alert-link {
        color: #0c4128
    }

    .alert-info {
        color: #055160;
        background-color: #cff4fc;
        border-color: #b6effb
    }

    .alert-info .alert-link {
        color: #04414d
    }

    .alert-warning {
        color: #664d03;
        background-color: #fff3cd;
        border-color: #ffecb5
    }

    .alert-warning .alert-link {
        color: #523e02
    }

    .alert-danger {
        color: #842029;
        background-color: #f8d7da;
        border-color: #f5c2c7
    }

    .alert-danger .alert-link {
        color: #6a1a21
    }

    .alert-light {
        color: #636464;
        background-color: #fefefe;
        border-color: #fdfdfe
    }

    .alert-light .alert-link {
        color: #4f5050
    }

    .alert-dark {
        color: #141619;
        background-color: #d3d3d4;
        border-color: #bcbebf
    }

    .alert-dark .alert-link {
        color: #101214
    }

    @-webkit-keyframes progress-bar-stripes {
        0% {
            background-position-x: 1rem
        }
    }

    @keyframes progress-bar-stripes {
        0% {
            background-position-x: 1rem
        }
    }

    .progress {
        display: flex;
        height: 1rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: .25rem
    }

    .progress-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #0d6efd;
        transition: width .6s ease
    }

    @media (prefers-reduced-motion:reduce) {
        .progress-bar {
            transition: none
        }
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1rem 1rem
    }

    .progress-bar-animated {
        -webkit-animation: 1s linear infinite progress-bar-stripes;
        animation: 1s linear infinite progress-bar-stripes
    }

    @media (prefers-reduced-motion:reduce) {
        .progress-bar-animated {
            -webkit-animation: none;
            animation: none
        }
    }

    .list-group {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: .25rem
    }

    .list-group-numbered {
        list-style-type: none;
        counter-reset: section
    }

    .list-group-numbered>li::before {
        content: counters(section, ".") ". ";
        counter-increment: section
    }

    .list-group-item-action {
        width: 100%;
        color: #495057;
        text-align: inherit
    }

    .list-group-item-action:focus,
    .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

    .list-group-item {
        position: relative;
        display: block;
        padding: .5rem 1rem;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, .125)
    }

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled,
    .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #0d6efd;
        border-color: #0d6efd
    }

    .list-group-item+.list-group-item {
        border-top-width: 0
    }

    .list-group-item+.list-group-item.active {
        margin-top: -1px;
        border-top-width: 1px
    }

    .list-group-horizontal {
        flex-direction: row
    }

    .list-group-horizontal>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }

    @media (min-width:576px) {
        .list-group-horizontal-sm {
            flex-direction: row
        }

        .list-group-horizontal-sm>.list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm>.list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm>.list-group-item+.list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

        .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }
    }

    @media (min-width:768px) {
        .list-group-horizontal-md {
            flex-direction: row
        }

        .list-group-horizontal-md>.list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md>.list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md>.list-group-item+.list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

        .list-group-horizontal-md>.list-group-item+.list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }
    }

    @media (min-width:992px) {
        .list-group-horizontal-lg {
            flex-direction: row
        }

        .list-group-horizontal-lg>.list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg>.list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg>.list-group-item+.list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

        .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }
    }

    @media (min-width:1200px) {
        .list-group-horizontal-xl {
            flex-direction: row
        }

        .list-group-horizontal-xl>.list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl>.list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl>.list-group-item+.list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

        .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }
    }

    @media (min-width:1400px) {
        .list-group-horizontal-xxl {
            flex-direction: row
        }

        .list-group-horizontal-xxl>.list-group-item:first-child {
            border-bottom-left-radius: .25rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl>.list-group-item:last-child {
            border-top-right-radius: .25rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl>.list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl>.list-group-item+.list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

        .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }
    }

    .list-group-flush {
        border-radius: 0
    }

    .list-group-flush>.list-group-item {
        border-width: 0 0 1px
    }

    .list-group-flush>.list-group-item:last-child {
        border-bottom-width: 0
    }

    .list-group-item-primary {
        color: #084298;
        background-color: #cfe2ff
    }

    .list-group-item-primary.list-group-item-action:focus,
    .list-group-item-primary.list-group-item-action:hover {
        color: #084298;
        background-color: #bacbe6
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #084298;
        border-color: #084298
    }

    .list-group-item-secondary {
        color: #41464b;
        background-color: #e2e3e5
    }

    .list-group-item-secondary.list-group-item-action:focus,
    .list-group-item-secondary.list-group-item-action:hover {
        color: #41464b;
        background-color: #cbccce
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #41464b;
        border-color: #41464b
    }

    .list-group-item-success {
        color: #0f5132;
        background-color: #d1e7dd
    }

    .list-group-item-success.list-group-item-action:focus,
    .list-group-item-success.list-group-item-action:hover {
        color: #0f5132;
        background-color: #bcd0c7
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0f5132;
        border-color: #0f5132
    }

    .list-group-item-info {
        color: #055160;
        background-color: #cff4fc
    }

    .list-group-item-info.list-group-item-action:focus,
    .list-group-item-info.list-group-item-action:hover {
        color: #055160;
        background-color: #badce3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160
    }

    .list-group-item-warning {
        color: #664d03;
        background-color: #fff3cd
    }

    .list-group-item-warning.list-group-item-action:focus,
    .list-group-item-warning.list-group-item-action:hover {
        color: #664d03;
        background-color: #e6dbb9
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03
    }

    .list-group-item-danger {
        color: #842029;
        background-color: #f8d7da
    }

    .list-group-item-danger.list-group-item-action:focus,
    .list-group-item-danger.list-group-item-action:hover {
        color: #842029;
        background-color: #dfc2c4
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #842029;
        border-color: #842029
    }

    .list-group-item-light {
        color: #636464;
        background-color: #fefefe
    }

    .list-group-item-light.list-group-item-action:focus,
    .list-group-item-light.list-group-item-action:hover {
        color: #636464;
        background-color: #e5e5e5
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #636464;
        border-color: #636464
    }

    .list-group-item-dark {
        color: #141619;
        background-color: #d3d3d4
    }

    .list-group-item-dark.list-group-item-action:focus,
    .list-group-item-dark.list-group-item-action:hover {
        color: #141619;
        background-color: #bebebf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619
    }

    .btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: .25em .25em;
        color: #000;
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
        border: 0;
        border-radius: .25rem;
        opacity: .5
    }

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        opacity: 1
    }

    .btn-close.disabled,
    .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

    .btn-close-white {
        filter: invert(1) grayscale(100%) brightness(200%)
    }

    .toast {
        width: 350px;
        max-width: 100%;
        font-size: .875rem;
        pointer-events: auto;
        background-color: rgba(255, 255, 255, .85);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .1);
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        border-radius: .25rem
    }

    .toast:not(.showing):not(.show) {
        opacity: 0
    }

    .toast.hide {
        display: none
    }

    .toast-container {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 100%;
        pointer-events: none
    }

    .toast-container>:not(:last-child) {
        margin-bottom: .75rem
    }

    .toast-header {
        display: flex;
        align-items: center;
        padding: .5rem .75rem;
        color: #6c757d;
        background-color: rgba(255, 255, 255, .85);
        background-clip: padding-box;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px)
    }

    .toast-header .btn-close {
        margin-right: -.375rem;
        margin-left: .75rem
    }

    .toast-body {
        padding: .75rem;
        word-wrap: break-word
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1060;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0
    }

    .modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem;
        pointer-events: none
    }

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -50px)
    }

    @media (prefers-reduced-motion:reduce) {
        .modal.fade .modal-dialog {
            transition: none
        }
    }

    .modal.show .modal-dialog {
        transform: none
    }

    .modal.modal-static .modal-dialog {
        transform: scale(1.02)
    }

    .modal-dialog-scrollable {
        height: calc(100% - 1rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

    .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: calc(100% - 1rem)
    }

    .modal-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        pointer-events: auto;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem;
        outline: 0
    }

    .modal-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1040;
        width: 100vw;
        height: 100vh;
        background-color: #000
    }

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

    .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px)
    }

    .modal-header .btn-close {
        padding: .5rem .5rem;
        margin: -.5rem -.5rem -.5rem auto
    }

    .modal-title {
        margin-bottom: 0;
        line-height: 1.5
    }

    .modal-body {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem
    }

    .modal-footer {
        display: flex;
        flex-wrap: wrap;
        flex-shrink: 0;
        align-items: center;
        justify-content: flex-end;
        padding: .75rem;
        border-top: 1px solid #dee2e6;
        border-bottom-right-radius: calc(.3rem - 1px);
        border-bottom-left-radius: calc(.3rem - 1px)
    }

    .modal-footer>* {
        margin: .25rem
    }

    @media (min-width:576px) {
        .modal-dialog {
            max-width: 500px;
            margin: 1.75rem auto
        }

        .modal-dialog-scrollable {
            height: calc(100% - 3.5rem)
        }

        .modal-dialog-centered {
            min-height: calc(100% - 3.5rem)
        }

        .modal-sm {
            max-width: 300px
        }
    }

    @media (min-width:992px) {

        .modal-lg,
        .modal-xl {
            max-width: 800px
        }
    }

    @media (min-width:1200px) {
        .modal-xl {
            max-width: 1140px
        }
    }

    .modal-fullscreen {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

    @media (max-width:575.98px) {
        .modal-fullscreen-sm-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0
        }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
    }

    @media (max-width:767.98px) {
        .modal-fullscreen-md-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0
        }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
    }

    @media (max-width:991.98px) {
        .modal-fullscreen-lg-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0
        }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
    }

    @media (max-width:1199.98px) {
        .modal-fullscreen-xl-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0
        }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
    }

    @media (max-width:1399.98px) {
        .modal-fullscreen-xxl-down {
            width: 100vw;
            max-width: none;
            height: 100%;
            margin: 0
        }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
    }

    .tooltip {
        position: absolute;
        z-index: 1080;
        display: block;
        margin: 0;
        font-family: var(--bs-font-sans-serif);
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        white-space: normal;
        line-break: auto;
        font-size: .875rem;
        word-wrap: break-word;
        opacity: 0
    }

    .tooltip.show {
        opacity: .9
    }

    .tooltip .tooltip-arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem
    }

    .tooltip .tooltip-arrow::before {
        position: absolute;
        content: "";
        border-color: transparent;
        border-style: solid
    }

    .bs-tooltip-auto[data-popper-placement^=top],
    .bs-tooltip-top {
        padding: .4rem 0
    }

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
    .bs-tooltip-top .tooltip-arrow {
        bottom: 0
    }

    .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
    .bs-tooltip-top .tooltip-arrow::before {
        top: -1px;
        border-width: .4rem .4rem 0;
        border-top-color: #000
    }

    .bs-tooltip-auto[data-popper-placement^=right],
    .bs-tooltip-end {
        padding: 0 .4rem
    }

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
    .bs-tooltip-end .tooltip-arrow {
        left: 0;
        width: .4rem;
        height: .8rem
    }

    .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
    .bs-tooltip-end .tooltip-arrow::before {
        right: -1px;
        border-width: .4rem .4rem .4rem 0;
        border-right-color: #000
    }

    .bs-tooltip-auto[data-popper-placement^=bottom],
    .bs-tooltip-bottom {
        padding: .4rem 0
    }

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
    .bs-tooltip-bottom .tooltip-arrow {
        top: 0
    }

    .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
    .bs-tooltip-bottom .tooltip-arrow::before {
        bottom: -1px;
        border-width: 0 .4rem .4rem;
        border-bottom-color: #000
    }

    .bs-tooltip-auto[data-popper-placement^=left],
    .bs-tooltip-start {
        padding: 0 .4rem
    }

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
    .bs-tooltip-start .tooltip-arrow {
        right: 0;
        width: .4rem;
        height: .8rem
    }

    .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
    .bs-tooltip-start .tooltip-arrow::before {
        left: -1px;
        border-width: .4rem 0 .4rem .4rem;
        border-left-color: #000
    }

    .tooltip-inner {
        max-width: 200px;
        padding: .25rem .5rem;
        color: #fff;
        text-align: center;
        background-color: #000;
        border-radius: .25rem
    }

    .popover {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1070;
        display: block;
        max-width: 276px;
        font-family: var(--bs-font-sans-serif);
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        text-align: start;
        text-decoration: none;
        text-shadow: none;
        text-transform: none;
        letter-spacing: normal;
        word-break: normal;
        word-spacing: normal;
        white-space: normal;
        line-break: auto;
        font-size: .875rem;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: .3rem
    }

    .popover .popover-arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem
    }

    .popover .popover-arrow::after,
    .popover .popover-arrow::before {
        position: absolute;
        display: block;
        content: "";
        border-color: transparent;
        border-style: solid
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
    .bs-popover-top>.popover-arrow {
        bottom: calc(-.5rem - 1px)
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
    .bs-popover-top>.popover-arrow::before {
        bottom: 0;
        border-width: .5rem .5rem 0;
        border-top-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
    .bs-popover-top>.popover-arrow::after {
        bottom: 1px;
        border-width: .5rem .5rem 0;
        border-top-color: #fff
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
    .bs-popover-end>.popover-arrow {
        left: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
    .bs-popover-end>.popover-arrow::before {
        left: 0;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
    .bs-popover-end>.popover-arrow::after {
        left: 1px;
        border-width: .5rem .5rem .5rem 0;
        border-right-color: #fff
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
    .bs-popover-bottom>.popover-arrow {
        top: calc(-.5rem - 1px)
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
    .bs-popover-bottom>.popover-arrow::before {
        top: 0;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
    .bs-popover-bottom>.popover-arrow::after {
        top: 1px;
        border-width: 0 .5rem .5rem .5rem;
        border-bottom-color: #fff
    }

    .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
    .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f0f0f0
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
    .bs-popover-start>.popover-arrow {
        right: calc(-.5rem - 1px);
        width: .5rem;
        height: 1rem
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
    .bs-popover-start>.popover-arrow::before {
        right: 0;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: rgba(0, 0, 0, .25)
    }

    .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
    .bs-popover-start>.popover-arrow::after {
        right: 1px;
        border-width: .5rem 0 .5rem .5rem;
        border-left-color: #fff
    }

    .popover-header {
        padding: .5rem 1rem;
        margin-bottom: 0;
        font-size: 1rem;
        background-color: #f0f0f0;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-top-left-radius: calc(.3rem - 1px);
        border-top-right-radius: calc(.3rem - 1px)
    }

    .popover-header:empty {
        display: none
    }

    .popover-body {
        padding: 1rem 1rem;
        color: #212529
    }

    .carousel {
        position: relative
    }

    .carousel.pointer-event {
        touch-action: pan-y
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden
    }

    .carousel-inner::after {
        display: block;
        clear: both;
        content: ""
    }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform .6s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-item {
            transition: none
        }
    }

    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        display: block
    }

    .active.carousel-item-end,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(100%)
    }

    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-100%)
    }

    .carousel-fade .carousel-item {
        opacity: 0;
        transition-property: opacity;
        transform: none
    }

    .carousel-fade .carousel-item-next.carousel-item-start,
    .carousel-fade .carousel-item-prev.carousel-item-end,
    .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        z-index: 0;
        opacity: 0;
        transition: opacity 0s .6s
    }

    @media (prefers-reduced-motion:reduce) {

        .carousel-fade .active.carousel-item-end,
        .carousel-fade .active.carousel-item-start {
            transition: none
        }
    }

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 15%;
        padding: 0;
        color: #fff;
        text-align: center;
        background: 0 0;
        border: 0;
        opacity: .5;
        transition: opacity .15s ease
    }

    @media (prefers-reduced-motion:reduce) {

        .carousel-control-next,
        .carousel-control-prev {
            transition: none
        }
    }

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9
    }

    .carousel-control-prev {
        left: 0
    }

    .carousel-control-next {
        right: 0
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 100% 100%
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none
    }

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

    @media (prefers-reduced-motion:reduce) {
        .carousel-indicators [data-bs-target] {
            transition: none
        }
    }

    .carousel-indicators .active {
        opacity: 1
    }

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center
    }

    .carousel-dark .carousel-control-next-icon,
    .carousel-dark .carousel-control-prev-icon {
        filter: invert(1) grayscale(100)
    }

    .carousel-dark .carousel-indicators [data-bs-target] {
        background-color: #000
    }

    .carousel-dark .carousel-caption {
        color: #000
    }

    @-webkit-keyframes spinner-border {
        to {
            transform: rotate(360deg)
        }
    }

    @keyframes spinner-border {
        to {
            transform: rotate(360deg)
        }
    }

    .spinner-border {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -.125em;
        border: .25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: .75s linear infinite spinner-border;
        animation: .75s linear infinite spinner-border
    }

    .spinner-border-sm {
        width: 1rem;
        height: 1rem;
        border-width: .2em
    }

    @-webkit-keyframes spinner-grow {
        0% {
            transform: scale(0)
        }

        50% {
            opacity: 1;
            transform: none
        }
    }

    @keyframes spinner-grow {
        0% {
            transform: scale(0)
        }

        50% {
            opacity: 1;
            transform: none
        }
    }

    .spinner-grow {
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -.125em;
        background-color: currentColor;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: .75s linear infinite spinner-grow;
        animation: .75s linear infinite spinner-grow
    }

    .spinner-grow-sm {
        width: 1rem;
        height: 1rem
    }

    @media (prefers-reduced-motion:reduce) {

        .spinner-border,
        .spinner-grow {
            -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s
        }
    }

    .offcanvas {
        position: fixed;
        bottom: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: hidden;
        background-color: #fff;
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out
    }

    @media (prefers-reduced-motion:reduce) {
        .offcanvas {
            transition: none
        }
    }

    .offcanvas-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 1rem
    }

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -.5rem;
        margin-right: -.5rem;
        margin-bottom: -.5rem
    }

    .offcanvas-title {
        margin-bottom: 0;
        line-height: 1.5
    }

    .offcanvas-body {
        flex-grow: 1;
        padding: 1rem 1rem;
        overflow-y: auto
    }

    .offcanvas-start {
        top: 0;
        left: 0;
        width: 400px;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%)
    }

    .offcanvas-end {
        top: 0;
        right: 0;
        width: 400px;
        border-left: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(100%)
    }

    .offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: 30vh;
        max-height: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        transform: translateY(-100%)
    }

    .offcanvas-bottom {
        right: 0;
        left: 0;
        height: 30vh;
        max-height: 100%;
        border-top: 1px solid rgba(0, 0, 0, .2);
        transform: translateY(100%)
    }

    .offcanvas.show {
        transform: none
    }

    .clearfix::after {
        display: block;
        clear: both;
        content: ""
    }

    .link-primary {
        color: #0d6efd
    }

    .link-primary:focus,
    .link-primary:hover {
        color: #0a58ca
    }

    .link-secondary {
        color: #6c757d
    }

    .link-secondary:focus,
    .link-secondary:hover {
        color: #565e64
    }

    .link-success {
        color: #198754
    }

    .link-success:focus,
    .link-success:hover {
        color: #146c43
    }

    .link-info {
        color: #0dcaf0
    }

    .link-info:focus,
    .link-info:hover {
        color: #3dd5f3
    }

    .link-warning {
        color: #ffc107
    }

    .link-warning:focus,
    .link-warning:hover {
        color: #ffcd39
    }

    .link-danger {
        color: #dc3545
    }

    .link-danger:focus,
    .link-danger:hover {
        color: #b02a37
    }

    .link-light {
        color: #f8f9fa
    }

    .link-light:focus,
    .link-light:hover {
        color: #f9fafb
    }

    .link-dark {
        color: #212529
    }

    .link-dark:focus,
    .link-dark:hover {
        color: #1a1e21
    }

    .ratio {
        position: relative;
        width: 100%
    }

    .ratio::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .ratio>* {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .ratio-1x1 {
        --bs-aspect-ratio: 100%
    }

    .ratio-4x3 {
        --bs-aspect-ratio: calc(3 / 4 * 100%)
    }

    .ratio-16x9 {
        --bs-aspect-ratio: calc(9 / 16 * 100%)
    }

    .ratio-21x9 {
        --bs-aspect-ratio: calc(9 / 21 * 100%)
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030
    }

    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    @media (min-width:576px) {
        .sticky-sm-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
        }
    }

    @media (min-width:768px) {
        .sticky-md-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
        }
    }

    @media (min-width:992px) {
        .sticky-lg-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
        }
    }

    @media (min-width:1200px) {
        .sticky-xl-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
        }
    }

    @media (min-width:1400px) {
        .sticky-xxl-top {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 1020
        }
    }

    .visually-hidden,
    .visually-hidden-focusable:not(:focus):not(:focus-within) {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0, 0, 0, 0) !important;
        white-space: nowrap !important;
        border: 0 !important
    }

    .stretched-link::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        content: ""
    }

    .text-truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .align-baseline {
        vertical-align: baseline !important
    }

    .align-top {
        vertical-align: top !important
    }

    .align-middle {
        vertical-align: middle !important
    }

    .align-bottom {
        vertical-align: bottom !important
    }

    .align-text-bottom {
        vertical-align: text-bottom !important
    }

    .align-text-top {
        vertical-align: text-top !important
    }

    .float-start {
        float: left !important
    }

    .float-end {
        float: right !important
    }

    .float-none {
        float: none !important
    }

    .overflow-auto {
        overflow: auto !important
    }

    .overflow-hidden {
        overflow: hidden !important
    }

    .overflow-visible {
        overflow: visible !important
    }

    .overflow-scroll {
        overflow: scroll !important
    }

    .d-inline {
        display: inline !important
    }

    .d-inline-block {
        display: inline-block !important
    }

    .d-block {
        display: block !important
    }

    .d-grid {
        display: grid !important
    }

    .d-table {
        display: table !important
    }

    .d-table-row {
        display: table-row !important
    }

    .d-table-cell {
        display: table-cell !important
    }

    .d-flex {
        display: flex !important
    }

    .d-inline-flex {
        display: inline-flex !important
    }

    .d-none {
        display: none !important
    }

    .shadow {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
    }

    .shadow-lg {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
    }

    .shadow-none {
        box-shadow: none !important
    }

    .position-static {
        position: static !important
    }

    .position-relative {
        position: relative !important
    }

    .position-absolute {
        position: absolute !important
    }

    .position-fixed {
        position: fixed !important
    }

    .position-sticky {
        position: -webkit-sticky !important;
        position: sticky !important
    }

    .top-0 {
        top: 0 !important
    }

    .top-50 {
        top: 50% !important
    }

    .top-100 {
        top: 100% !important
    }

    .bottom-0 {
        bottom: 0 !important
    }

    .bottom-50 {
        bottom: 50% !important
    }

    .bottom-100 {
        bottom: 100% !important
    }

    .start-0 {
        left: 0 !important
    }

    .start-50 {
        left: 50% !important
    }

    .start-100 {
        left: 100% !important
    }

    .end-0 {
        right: 0 !important
    }

    .end-50 {
        right: 50% !important
    }

    .end-100 {
        right: 100% !important
    }

    .translate-middle {
        transform: translate(-50%, -50%) !important
    }

    .translate-middle-x {
        transform: translateX(-50%) !important
    }

    .translate-middle-y {
        transform: translateY(-50%) !important
    }

    .border {
        border: 1px solid #dee2e6 !important
    }

    .border-0 {
        border: 0 !important
    }

    .border-top {
        border-top: 1px solid #dee2e6 !important
    }

    .border-top-0 {
        border-top: 0 !important
    }

    .border-end {
        border-right: 1px solid #dee2e6 !important
    }

    .border-end-0 {
        border-right: 0 !important
    }

    .border-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-bottom-0 {
        border-bottom: 0 !important
    }

    .border-start {
        border-left: 1px solid #dee2e6 !important
    }

    .border-start-0 {
        border-left: 0 !important
    }

    .border-primary {
        border-color: #0d6efd !important
    }

    .border-secondary {
        border-color: #6c757d !important
    }

    .border-success {
        border-color: #198754 !important
    }

    .border-info {
        border-color: #0dcaf0 !important
    }

    .border-warning {
        border-color: #ffc107 !important
    }

    .border-danger {
        border-color: #dc3545 !important
    }

    .border-light {
        border-color: #f8f9fa !important
    }

    .border-dark {
        border-color: #212529 !important
    }

    .border-white {
        border-color: #fff !important
    }

    .border-1 {
        border-width: 1px !important
    }

    .border-2 {
        border-width: 2px !important
    }

    .border-3 {
        border-width: 3px !important
    }

    .border-4 {
        border-width: 4px !important
    }

    .border-5 {
        border-width: 5px !important
    }

    .w-25 {
        width: 25% !important
    }

    .w-50 {
        width: 50% !important
    }

    .w-75 {
        width: 75% !important
    }

    .w-100 {
        width: 100% !important
    }

    .w-auto {
        width: auto !important
    }

    .mw-100 {
        max-width: 100% !important
    }

    .vw-100 {
        width: 100vw !important
    }

    .min-vw-100 {
        min-width: 100vw !important
    }

    .h-25 {
        height: 25% !important
    }

    .h-50 {
        height: 50% !important
    }

    .h-75 {
        height: 75% !important
    }

    .h-100 {
        height: 100% !important
    }

    .h-auto {
        height: auto !important
    }

    .mh-100 {
        max-height: 100% !important
    }

    .vh-100 {
        height: 100vh !important
    }

    .min-vh-100 {
        min-height: 100vh !important
    }

    .flex-fill {
        flex: 1 1 auto !important
    }

    .flex-row {
        flex-direction: row !important
    }

    .flex-column {
        flex-direction: column !important
    }

    .flex-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-grow-0 {
        flex-grow: 0 !important
    }

    .flex-grow-1 {
        flex-grow: 1 !important
    }

    .flex-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-wrap {
        flex-wrap: wrap !important
    }

    .flex-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-0 {
        gap: 0 !important
    }

    .gap-1 {
        gap: .25rem !important
    }

    .gap-2 {
        gap: .5rem !important
    }

    .gap-3 {
        gap: 1rem !important
    }

    .gap-4 {
        gap: 1.5rem !important
    }

    .gap-5 {
        gap: 3rem !important
    }

    .justify-content-start {
        justify-content: flex-start !important
    }

    .justify-content-end {
        justify-content: flex-end !important
    }

    .justify-content-center {
        justify-content: center !important
    }

    .justify-content-between {
        justify-content: space-between !important
    }

    .justify-content-around {
        justify-content: space-around !important
    }

    .justify-content-evenly {
        justify-content: space-evenly !important
    }

    .align-items-start {
        align-items: flex-start !important
    }

    .align-items-end {
        align-items: flex-end !important
    }

    .align-items-center {
        align-items: center !important
    }

    .align-items-baseline {
        align-items: baseline !important
    }

    .align-items-stretch {
        align-items: stretch !important
    }

    .align-content-start {
        align-content: flex-start !important
    }

    .align-content-end {
        align-content: flex-end !important
    }

    .align-content-center {
        align-content: center !important
    }

    .align-content-between {
        align-content: space-between !important
    }

    .align-content-around {
        align-content: space-around !important
    }

    .align-content-stretch {
        align-content: stretch !important
    }

    .align-self-auto {
        align-self: auto !important
    }

    .align-self-start {
        align-self: flex-start !important
    }

    .align-self-end {
        align-self: flex-end !important
    }

    .align-self-center {
        align-self: center !important
    }

    .align-self-baseline {
        align-self: baseline !important
    }

    .align-self-stretch {
        align-self: stretch !important
    }

    .order-first {
        order: -1 !important
    }

    .order-0 {
        order: 0 !important
    }

    .order-1 {
        order: 1 !important
    }

    .order-2 {
        order: 2 !important
    }

    .order-3 {
        order: 3 !important
    }

    .order-4 {
        order: 4 !important
    }

    .order-5 {
        order: 5 !important
    }

    .order-last {
        order: 6 !important
    }

    .m-0 {
        margin: 0 !important
    }

    .m-1 {
        margin: .25rem !important
    }

    .m-2 {
        margin: .5rem !important
    }

    .m-3 {
        margin: 1rem !important
    }

    .m-4 {
        margin: 1.5rem !important
    }

    .m-5 {
        margin: 3rem !important
    }

    .m-auto {
        margin: auto !important
    }

    .mx-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-0 {
        margin-top: 0 !important
    }

    .mt-1 {
        margin-top: .25rem !important
    }

    .mt-2 {
        margin-top: .5rem !important
    }

    .mt-3 {
        margin-top: 1rem !important
    }

    .mt-4 {
        margin-top: 1.5rem !important
    }

    .mt-5 {
        margin-top: 3rem !important
    }

    .mt-auto {
        margin-top: auto !important
    }

    .me-0 {
        margin-right: 0 !important
    }

    .me-1 {
        margin-right: .25rem !important
    }

    .me-2 {
        margin-right: .5rem !important
    }

    .me-3 {
        margin-right: 1rem !important
    }

    .me-4 {
        margin-right: 1.5rem !important
    }

    .me-5 {
        margin-right: 3rem !important
    }

    .me-auto {
        margin-right: auto !important
    }

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

    .mb-1 {
        margin-bottom: .25rem !important
    }

    .mb-2 {
        margin-bottom: .5rem !important
    }

    .mb-3 {
        margin-bottom: 1rem !important
    }

    .mb-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-5 {
        margin-bottom: 3rem !important
    }

    .mb-auto {
        margin-bottom: auto !important
    }

    .ms-0 {
        margin-left: 0 !important
    }

    .ms-1 {
        margin-left: .25rem !important
    }

    .ms-2 {
        margin-left: .5rem !important
    }

    .ms-3 {
        margin-left: 1rem !important
    }

    .ms-4 {
        margin-left: 1.5rem !important
    }

    .ms-5 {
        margin-left: 3rem !important
    }

    .ms-auto {
        margin-left: auto !important
    }

    .p-0 {
        padding: 0 !important
    }

    .p-1 {
        padding: .25rem !important
    }

    .p-2 {
        padding: .5rem !important
    }

    .p-3 {
        padding: 1rem !important
    }

    .p-4 {
        /* padding: 1.5rem !important */
    }

    .p-5 {
        padding: 3rem !important
    }

    .px-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-0 {
        padding-top: 0 !important
    }

    .pt-1 {
        padding-top: .25rem !important
    }

    .pt-2 {
        padding-top: .5rem !important
    }

    .pt-3 {
        padding-top: 1rem !important
    }

    .pt-4 {
        padding-top: 1.5rem !important
    }

    .pt-5 {
        padding-top: 3rem !important
    }

    .pe-0 {
        padding-right: 0 !important
    }

    .pe-1 {
        padding-right: .25rem !important
    }

    .pe-2 {
        padding-right: .5rem !important
    }

    .pe-3 {
        padding-right: 1rem !important
    }

    .pe-4 {
        padding-right: 1.5rem !important
    }

    .pe-5 {
        padding-right: 3rem !important
    }

    .pb-0 {
        padding-bottom: 0 !important
    }

    .pb-1 {
        padding-bottom: .25rem !important
    }

    .pb-2 {
        padding-bottom: .5rem !important
    }

    .pb-3 {
        padding-bottom: 1rem !important
    }

    .pb-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-5 {
        padding-bottom: 3rem !important
    }

    .ps-0 {
        padding-left: 0 !important
    }

    .ps-1 {
        padding-left: .25rem !important
    }

    .ps-2 {
        padding-left: .5rem !important
    }

    .ps-3 {
        padding-left: 1rem !important
    }

    .ps-4 {
        padding-left: 1.5rem !important
    }

    .ps-5 {
        padding-left: 3rem !important
    }

    .font-monospace {
        font-family: var(--bs-font-monospace) !important
    }

    .fs-1 {
        font-size: calc(1.375rem + 1.5vw) !important
    }

    .fs-2 {
        font-size: calc(1.325rem + .9vw) !important
    }

    .fs-3 {
        font-size: calc(1.3rem + .6vw) !important
    }

    .fs-4 {
        font-size: calc(1.275rem + .3vw) !important
    }

    .fs-5 {
        font-size: 1.25rem !important
    }

    .fs-6 {
        font-size: 1rem !important
    }

    .fst-italic {
        font-style: italic !important
    }

    .fst-normal {
        font-style: normal !important
    }

    .fw-light {
        font-weight: 300 !important
    }

    .fw-lighter {
        font-weight: lighter !important
    }

    .fw-normal {
        font-weight: 400 !important
    }

    .fw-bold {
        font-weight: 700 !important
    }

    .fw-bolder {
        font-weight: bolder !important
    }

    .lh-1 {
        line-height: 1 !important
    }

    .lh-sm {
        line-height: 1.25 !important
    }

    .lh-base {
        line-height: 1.5 !important
    }

    .lh-lg {
        line-height: 2 !important
    }

    .text-start {
        text-align: left !important
    }

    .text-end {
        text-align: right !important
    }

    .text-center {
        text-align: center !important
    }

    .text-decoration-none {
        text-decoration: none !important
    }

    .text-decoration-underline {
        text-decoration: underline !important
    }

    .text-decoration-line-through {
        text-decoration: line-through !important
    }

    .text-lowercase {
        text-transform: lowercase !important
    }

    .text-uppercase {
        text-transform: uppercase !important
    }

    .text-capitalize {
        text-transform: capitalize !important
    }

    .text-wrap {
        white-space: normal !important
    }

    .text-nowrap {
        white-space: nowrap !important
    }

    .text-break {
        word-wrap: break-word !important;
        word-break: break-word !important
    }

    .text-primary {
        color: #0d6efd !important
    }

    .text-secondary {
        color: #6c757d !important
    }

    .text-success {
        color: #198754 !important
    }

    .text-info {
        color: #0dcaf0 !important
    }

    .text-warning {
        color: #ffc107 !important
    }

    .text-danger {
        color: #dc3545 !important
    }

    .text-light {
        color: #f8f9fa !important
    }

    .text-dark {
        color: #212529 !important
    }

    .text-white {
        color: #fff !important
    }

    .text-body {
        color: #212529 !important
    }

    .text-muted {
        color: #6c757d !important
    }

    .text-black-50 {
        color: rgba(0, 0, 0, .5) !important
    }

    .text-white-50 {
        color: rgba(255, 255, 255, .5) !important
    }

    .text-reset {
        color: inherit !important
    }

    .bg-primary {
        background-color: #0d6efd !important
    }

    .bg-secondary {
        background-color: #6c757d !important
    }

    .bg-success {
        background-color: #198754 !important
    }

    .bg-info {
        background-color: #0dcaf0 !important
    }

    .bg-warning {
        background-color: #ffc107 !important
    }

    .bg-danger {
        background-color: #dc3545 !important
    }

    .bg-light {
        background-color: #f8f9fa !important
    }

    .bg-dark {
        background-color: #212529 !important
    }

    .bg-body {
        background-color: #fff !important
    }

    .bg-white {
        background-color: #fff !important
    }

    .bg-transparent {
        background-color: transparent !important
    }

    .bg-gradient {
        background-image: var(--bs-gradient) !important
    }

    .user-select-all {
        -webkit-user-select: all !important;
        -moz-user-select: all !important;
        user-select: all !important
    }

    .user-select-auto {
        -webkit-user-select: auto !important;
        -moz-user-select: auto !important;
        user-select: auto !important
    }

    .user-select-none {
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        user-select: none !important
    }

    .pe-none {
        pointer-events: none !important
    }

    .pe-auto {
        pointer-events: auto !important
    }

    .rounded {
        border-radius: .25rem !important
    }

    .rounded-0 {
        border-radius: 0 !important
    }

    .rounded-1 {
        border-radius: .2rem !important
    }

    .rounded-2 {
        border-radius: .25rem !important
    }

    .rounded-3 {
        border-radius: .3rem !important
    }

    .rounded-circle {
        border-radius: 50% !important
    }

    .rounded-pill {
        border-radius: 50rem !important
    }

    .rounded-top {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .rounded-end {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .rounded-bottom {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .rounded-start {
        border-bottom-left-radius: .25rem !important;
        border-top-left-radius: .25rem !important
    }

    .visible {
        visibility: visible !important
    }

    .invisible {
        visibility: hidden !important
    }

    @media (min-width:576px) {
        .float-sm-start {
            float: left !important
        }

        .float-sm-end {
            float: right !important
        }

        .float-sm-none {
            float: none !important
        }

        .d-sm-inline {
            display: inline !important
        }

        .d-sm-inline-block {
            display: inline-block !important
        }

        .d-sm-block {
            display: block !important
        }

        .d-sm-grid {
            display: grid !important
        }

        .d-sm-table {
            display: table !important
        }

        .d-sm-table-row {
            display: table-row !important
        }

        .d-sm-table-cell {
            display: table-cell !important
        }

        .d-sm-flex {
            display: flex !important
        }

        .d-sm-inline-flex {
            display: inline-flex !important
        }

        .d-sm-none {
            display: none !important
        }

        .flex-sm-fill {
            flex: 1 1 auto !important
        }

        .flex-sm-row {
            flex-direction: row !important
        }

        .flex-sm-column {
            flex-direction: column !important
        }

        .flex-sm-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-sm-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-sm-grow-0 {
            flex-grow: 0 !important
        }

        .flex-sm-grow-1 {
            flex-grow: 1 !important
        }

        .flex-sm-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-sm-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-sm-wrap {
            flex-wrap: wrap !important
        }

        .flex-sm-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-sm-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .gap-sm-0 {
            gap: 0 !important
        }

        .gap-sm-1 {
            gap: .25rem !important
        }

        .gap-sm-2 {
            gap: .5rem !important
        }

        .gap-sm-3 {
            gap: 1rem !important
        }

        .gap-sm-4 {
            gap: 1.5rem !important
        }

        .gap-sm-5 {
            gap: 3rem !important
        }

        .justify-content-sm-start {
            justify-content: flex-start !important
        }

        .justify-content-sm-end {
            justify-content: flex-end !important
        }

        .justify-content-sm-center {
            justify-content: center !important
        }

        .justify-content-sm-between {
            justify-content: space-between !important
        }

        .justify-content-sm-around {
            justify-content: space-around !important
        }

        .justify-content-sm-evenly {
            justify-content: space-evenly !important
        }

        .align-items-sm-start {
            align-items: flex-start !important
        }

        .align-items-sm-end {
            align-items: flex-end !important
        }

        .align-items-sm-center {
            align-items: center !important
        }

        .align-items-sm-baseline {
            align-items: baseline !important
        }

        .align-items-sm-stretch {
            align-items: stretch !important
        }

        .align-content-sm-start {
            align-content: flex-start !important
        }

        .align-content-sm-end {
            align-content: flex-end !important
        }

        .align-content-sm-center {
            align-content: center !important
        }

        .align-content-sm-between {
            align-content: space-between !important
        }

        .align-content-sm-around {
            align-content: space-around !important
        }

        .align-content-sm-stretch {
            align-content: stretch !important
        }

        .align-self-sm-auto {
            align-self: auto !important
        }

        .align-self-sm-start {
            align-self: flex-start !important
        }

        .align-self-sm-end {
            align-self: flex-end !important
        }

        .align-self-sm-center {
            align-self: center !important
        }

        .align-self-sm-baseline {
            align-self: baseline !important
        }

        .align-self-sm-stretch {
            align-self: stretch !important
        }

        .order-sm-first {
            order: -1 !important
        }

        .order-sm-0 {
            order: 0 !important
        }

        .order-sm-1 {
            order: 1 !important
        }

        .order-sm-2 {
            order: 2 !important
        }

        .order-sm-3 {
            order: 3 !important
        }

        .order-sm-4 {
            order: 4 !important
        }

        .order-sm-5 {
            order: 5 !important
        }

        .order-sm-last {
            order: 6 !important
        }

        .m-sm-0 {
            margin: 0 !important
        }

        .m-sm-1 {
            margin: .25rem !important
        }

        .m-sm-2 {
            margin: .5rem !important
        }

        .m-sm-3 {
            margin: 1rem !important
        }

        .m-sm-4 {
            margin: 1.5rem !important
        }

        .m-sm-5 {
            margin: 3rem !important
        }

        .m-sm-auto {
            margin: auto !important
        }

        .mx-sm-0 {
            margin-right: 0 !important;
            margin-left: 0 !important
        }

        .mx-sm-1 {
            margin-right: .25rem !important;
            margin-left: .25rem !important
        }

        .mx-sm-2 {
            margin-right: .5rem !important;
            margin-left: .5rem !important
        }

        .mx-sm-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important
        }

        .mx-sm-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important
        }

        .mx-sm-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important
        }

        .mx-sm-auto {
            margin-right: auto !important;
            margin-left: auto !important
        }

        .my-sm-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        .my-sm-1 {
            margin-top: .25rem !important;
            margin-bottom: .25rem !important
        }

        .my-sm-2 {
            margin-top: .5rem !important;
            margin-bottom: .5rem !important
        }

        .my-sm-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important
        }

        .my-sm-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important
        }

        .my-sm-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important
        }

        .my-sm-auto {
            margin-top: auto !important;
            margin-bottom: auto !important
        }

        .mt-sm-0 {
            margin-top: 0 !important
        }

        .mt-sm-1 {
            margin-top: .25rem !important
        }

        .mt-sm-2 {
            margin-top: .5rem !important
        }

        .mt-sm-3 {
            margin-top: 1rem !important
        }

        .mt-sm-4 {
            margin-top: 1.5rem !important
        }

        .mt-sm-5 {
            margin-top: 3rem !important
        }

        .mt-sm-auto {
            margin-top: auto !important
        }

        .me-sm-0 {
            margin-right: 0 !important
        }

        .me-sm-1 {
            margin-right: .25rem !important
        }

        .me-sm-2 {
            margin-right: .5rem !important
        }

        .me-sm-3 {
            margin-right: 1rem !important
        }

        .me-sm-4 {
            margin-right: 1.5rem !important
        }

        .me-sm-5 {
            margin-right: 3rem !important
        }

        .me-sm-auto {
            margin-right: auto !important
        }

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

        .mb-sm-1 {
            margin-bottom: .25rem !important
        }

        .mb-sm-2 {
            margin-bottom: .5rem !important
        }

        .mb-sm-3 {
            margin-bottom: 1rem !important
        }

        .mb-sm-4 {
            margin-bottom: 1.5rem !important
        }

        .mb-sm-5 {
            margin-bottom: 3rem !important
        }

        .mb-sm-auto {
            margin-bottom: auto !important
        }

        .ms-sm-0 {
            margin-left: 0 !important
        }

        .ms-sm-1 {
            margin-left: .25rem !important
        }

        .ms-sm-2 {
            margin-left: .5rem !important
        }

        .ms-sm-3 {
            margin-left: 1rem !important
        }

        .ms-sm-4 {
            margin-left: 1.5rem !important
        }

        .ms-sm-5 {
            margin-left: 3rem !important
        }

        .ms-sm-auto {
            margin-left: auto !important
        }

        .p-sm-0 {
            padding: 0 !important
        }

        .p-sm-1 {
            padding: .25rem !important
        }

        .p-sm-2 {
            padding: .5rem !important
        }

        .p-sm-3 {
            padding: 1rem !important
        }

        .p-sm-4 {
            padding: 1.5rem !important
        }

        .p-sm-5 {
            padding: 3rem !important
        }

        .px-sm-0 {
            padding-right: 0 !important;
            padding-left: 0 !important
        }

        .px-sm-1 {
            padding-right: .25rem !important;
            padding-left: .25rem !important
        }

        .px-sm-2 {
            padding-right: .5rem !important;
            padding-left: .5rem !important
        }

        .px-sm-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important
        }

        .px-sm-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important
        }

        .px-sm-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important
        }

        .py-sm-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .py-sm-1 {
            padding-top: .25rem !important;
            padding-bottom: .25rem !important
        }

        .py-sm-2 {
            padding-top: .5rem !important;
            padding-bottom: .5rem !important
        }

        .py-sm-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important
        }

        .py-sm-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .py-sm-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important
        }

        .pt-sm-0 {
            padding-top: 0 !important
        }

        .pt-sm-1 {
            padding-top: .25rem !important
        }

        .pt-sm-2 {
            padding-top: .5rem !important
        }

        .pt-sm-3 {
            padding-top: 1rem !important
        }

        .pt-sm-4 {
            padding-top: 1.5rem !important
        }

        .pt-sm-5 {
            padding-top: 3rem !important
        }

        .pe-sm-0 {
            padding-right: 0 !important
        }

        .pe-sm-1 {
            padding-right: .25rem !important
        }

        .pe-sm-2 {
            padding-right: .5rem !important
        }

        .pe-sm-3 {
            padding-right: 1rem !important
        }

        .pe-sm-4 {
            padding-right: 1.5rem !important
        }

        .pe-sm-5 {
            padding-right: 3rem !important
        }

        .pb-sm-0 {
            padding-bottom: 0 !important
        }

        .pb-sm-1 {
            padding-bottom: .25rem !important
        }

        .pb-sm-2 {
            padding-bottom: .5rem !important
        }

        .pb-sm-3 {
            padding-bottom: 1rem !important
        }

        .pb-sm-4 {
            padding-bottom: 1.5rem !important
        }

        .pb-sm-5 {
            padding-bottom: 3rem !important
        }

        .ps-sm-0 {
            padding-left: 0 !important
        }

        .ps-sm-1 {
            padding-left: .25rem !important
        }

        .ps-sm-2 {
            padding-left: .5rem !important
        }

        .ps-sm-3 {
            padding-left: 1rem !important
        }

        .ps-sm-4 {
            padding-left: 1.5rem !important
        }

        .ps-sm-5 {
            padding-left: 3rem !important
        }

        .text-sm-start {
            text-align: left !important
        }

        .text-sm-end {
            text-align: right !important
        }

        .text-sm-center {
            text-align: center !important
        }
    }

    @media (min-width:768px) {
        .float-md-start {
            float: left !important
        }

        .float-md-end {
            float: right !important
        }

        .float-md-none {
            float: none !important
        }

        .d-md-inline {
            display: inline !important
        }

        .d-md-inline-block {
            display: inline-block !important
        }

        .d-md-block {
            display: block !important
        }

        .d-md-grid {
            display: grid !important
        }

        .d-md-table {
            display: table !important
        }

        .d-md-table-row {
            display: table-row !important
        }

        .d-md-table-cell {
            display: table-cell !important
        }

        .d-md-flex {
            display: flex !important
        }

        .d-md-inline-flex {
            display: inline-flex !important
        }

        .d-md-none {
            display: none !important
        }

        .flex-md-fill {
            flex: 1 1 auto !important
        }

        .flex-md-row {
            flex-direction: row !important
        }

        .flex-md-column {
            flex-direction: column !important
        }

        .flex-md-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-md-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-md-grow-0 {
            flex-grow: 0 !important
        }

        .flex-md-grow-1 {
            flex-grow: 1 !important
        }

        .flex-md-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-md-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-md-wrap {
            flex-wrap: wrap !important
        }

        .flex-md-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-md-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .gap-md-0 {
            gap: 0 !important
        }

        .gap-md-1 {
            gap: .25rem !important
        }

        .gap-md-2 {
            gap: .5rem !important
        }

        .gap-md-3 {
            gap: 1rem !important
        }

        .gap-md-4 {
            gap: 1.5rem !important
        }

        .gap-md-5 {
            gap: 3rem !important
        }

        .justify-content-md-start {
            justify-content: flex-start !important
        }

        .justify-content-md-end {
            justify-content: flex-end !important
        }

        .justify-content-md-center {
            justify-content: center !important
        }

        .justify-content-md-between {
            justify-content: space-between !important
        }

        .justify-content-md-around {
            justify-content: space-around !important
        }

        .justify-content-md-evenly {
            justify-content: space-evenly !important
        }

        .align-items-md-start {
            align-items: flex-start !important
        }

        .align-items-md-end {
            align-items: flex-end !important
        }

        .align-items-md-center {
            align-items: center !important
        }

        .align-items-md-baseline {
            align-items: baseline !important
        }

        .align-items-md-stretch {
            align-items: stretch !important
        }

        .align-content-md-start {
            align-content: flex-start !important
        }

        .align-content-md-end {
            align-content: flex-end !important
        }

        .align-content-md-center {
            align-content: center !important
        }

        .align-content-md-between {
            align-content: space-between !important
        }

        .align-content-md-around {
            align-content: space-around !important
        }

        .align-content-md-stretch {
            align-content: stretch !important
        }

        .align-self-md-auto {
            align-self: auto !important
        }

        .align-self-md-start {
            align-self: flex-start !important
        }

        .align-self-md-end {
            align-self: flex-end !important
        }

        .align-self-md-center {
            align-self: center !important
        }

        .align-self-md-baseline {
            align-self: baseline !important
        }

        .align-self-md-stretch {
            align-self: stretch !important
        }

        .order-md-first {
            order: -1 !important
        }

        .order-md-0 {
            order: 0 !important
        }

        .order-md-1 {
            order: 1 !important
        }

        .order-md-2 {
            order: 2 !important
        }

        .order-md-3 {
            order: 3 !important
        }

        .order-md-4 {
            order: 4 !important
        }

        .order-md-5 {
            order: 5 !important
        }

        .order-md-last {
            order: 6 !important
        }

        .m-md-0 {
            margin: 0 !important
        }

        .m-md-1 {
            margin: .25rem !important
        }

        .m-md-2 {
            margin: .5rem !important
        }

        .m-md-3 {
            margin: 1rem !important
        }

        .m-md-4 {
            margin: 1.5rem !important
        }

        .m-md-5 {
            margin: 3rem !important
        }

        .m-md-auto {
            margin: auto !important
        }

        .mx-md-0 {
            margin-right: 0 !important;
            margin-left: 0 !important
        }

        .mx-md-1 {
            margin-right: .25rem !important;
            margin-left: .25rem !important
        }

        .mx-md-2 {
            margin-right: .5rem !important;
            margin-left: .5rem !important
        }

        .mx-md-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important
        }

        .mx-md-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important
        }

        .mx-md-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important
        }

        .mx-md-auto {
            margin-right: auto !important;
            margin-left: auto !important
        }

        .my-md-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        .my-md-1 {
            margin-top: .25rem !important;
            margin-bottom: .25rem !important
        }

        .my-md-2 {
            margin-top: .5rem !important;
            margin-bottom: .5rem !important
        }

        .my-md-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important
        }

        .my-md-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important
        }

        .my-md-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important
        }

        .my-md-auto {
            margin-top: auto !important;
            margin-bottom: auto !important
        }

        .mt-md-0 {
            margin-top: 0 !important
        }

        .mt-md-1 {
            margin-top: .25rem !important
        }

        .mt-md-2 {
            margin-top: .5rem !important
        }

        .mt-md-3 {
            margin-top: 1rem !important
        }

        .mt-md-4 {
            margin-top: 1.5rem !important
        }

        .mt-md-5 {
            margin-top: 3rem !important
        }

        .mt-md-auto {
            margin-top: auto !important
        }

        .me-md-0 {
            margin-right: 0 !important
        }

        .me-md-1 {
            margin-right: .25rem !important
        }

        .me-md-2 {
            margin-right: .5rem !important
        }

        .me-md-3 {
            margin-right: 1rem !important
        }

        .me-md-4 {
            margin-right: 1.5rem !important
        }

        .me-md-5 {
            margin-right: 3rem !important
        }

        .me-md-auto {
            margin-right: auto !important
        }

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

        .mb-md-1 {
            margin-bottom: .25rem !important
        }

        .mb-md-2 {
            margin-bottom: .5rem !important
        }

        .mb-md-3 {
            margin-bottom: 1rem !important
        }

        .mb-md-4 {
            margin-bottom: 1.5rem !important
        }

        .mb-md-5 {
            margin-bottom: 3rem !important
        }

        .mb-md-auto {
            margin-bottom: auto !important
        }

        .ms-md-0 {
            margin-left: 0 !important
        }

        .ms-md-1 {
            margin-left: .25rem !important
        }

        .ms-md-2 {
            margin-left: .5rem !important
        }

        .ms-md-3 {
            margin-left: 1rem !important
        }

        .ms-md-4 {
            margin-left: 1.5rem !important
        }

        .ms-md-5 {
            margin-left: 3rem !important
        }

        .ms-md-auto {
            margin-left: auto !important
        }

        .p-md-0 {
            padding: 0 !important
        }

        .p-md-1 {
            padding: .25rem !important
        }

        .p-md-2 {
            padding: .5rem !important
        }

        .p-md-3 {
            padding: 1rem !important
        }

        .p-md-4 {
            padding: 1.5rem !important
        }

        .p-md-5 {
            padding: 3rem !important
        }

        .px-md-0 {
            padding-right: 0 !important;
            padding-left: 0 !important
        }

        .px-md-1 {
            padding-right: .25rem !important;
            padding-left: .25rem !important
        }

        .px-md-2 {
            padding-right: .5rem !important;
            padding-left: .5rem !important
        }

        .px-md-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important
        }

        .px-md-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important
        }

        .px-md-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important
        }

        .py-md-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .py-md-1 {
            padding-top: .25rem !important;
            padding-bottom: .25rem !important
        }

        .py-md-2 {
            padding-top: .5rem !important;
            padding-bottom: .5rem !important
        }

        .py-md-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important
        }

        .py-md-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .py-md-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important
        }

        .pt-md-0 {
            padding-top: 0 !important
        }

        .pt-md-1 {
            padding-top: .25rem !important
        }

        .pt-md-2 {
            padding-top: .5rem !important
        }

        .pt-md-3 {
            padding-top: 1rem !important
        }

        .pt-md-4 {
            padding-top: 1.5rem !important
        }

        .pt-md-5 {
            padding-top: 3rem !important
        }

        .pe-md-0 {
            padding-right: 0 !important
        }

        .pe-md-1 {
            padding-right: .25rem !important
        }

        .pe-md-2 {
            padding-right: .5rem !important
        }

        .pe-md-3 {
            padding-right: 1rem !important
        }

        .pe-md-4 {
            padding-right: 1.5rem !important
        }

        .pe-md-5 {
            padding-right: 3rem !important
        }

        .pb-md-0 {
            padding-bottom: 0 !important
        }

        .pb-md-1 {
            padding-bottom: .25rem !important
        }

        .pb-md-2 {
            padding-bottom: .5rem !important
        }

        .pb-md-3 {
            padding-bottom: 1rem !important
        }

        .pb-md-4 {
            padding-bottom: 1.5rem !important
        }

        .pb-md-5 {
            padding-bottom: 3rem !important
        }

        .ps-md-0 {
            padding-left: 0 !important
        }

        .ps-md-1 {
            padding-left: .25rem !important
        }

        .ps-md-2 {
            padding-left: .5rem !important
        }

        .ps-md-3 {
            padding-left: 1rem !important
        }

        .ps-md-4 {
            padding-left: 1.5rem !important
        }

        .ps-md-5 {
            padding-left: 3rem !important
        }

        .text-md-start {
            text-align: left !important
        }

        .text-md-end {
            text-align: right !important
        }

        .text-md-center {
            text-align: center !important
        }
    }

    @media (min-width:992px) {
        .float-lg-start {
            float: left !important
        }

        .float-lg-end {
            float: right !important
        }

        .float-lg-none {
            float: none !important
        }

        .d-lg-inline {
            display: inline !important
        }

        .d-lg-inline-block {
            display: inline-block !important
        }

        .d-lg-block {
            display: block !important
        }

        .d-lg-grid {
            display: grid !important
        }

        .d-lg-table {
            display: table !important
        }

        .d-lg-table-row {
            display: table-row !important
        }

        .d-lg-table-cell {
            display: table-cell !important
        }

        .d-lg-flex {
            display: flex !important
        }

        .d-lg-inline-flex {
            display: inline-flex !important
        }

        .d-lg-none {
            display: none !important
        }

        .flex-lg-fill {
            flex: 1 1 auto !important
        }

        .flex-lg-row {
            flex-direction: row !important
        }

        .flex-lg-column {
            flex-direction: column !important
        }

        .flex-lg-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-lg-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-lg-grow-0 {
            flex-grow: 0 !important
        }

        .flex-lg-grow-1 {
            flex-grow: 1 !important
        }

        .flex-lg-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-lg-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-lg-wrap {
            flex-wrap: wrap !important
        }

        .flex-lg-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-lg-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .gap-lg-0 {
            gap: 0 !important
        }

        .gap-lg-1 {
            gap: .25rem !important
        }

        .gap-lg-2 {
            gap: .5rem !important
        }

        .gap-lg-3 {
            gap: 1rem !important
        }

        .gap-lg-4 {
            gap: 1.5rem !important
        }

        .gap-lg-5 {
            gap: 3rem !important
        }

        .justify-content-lg-start {
            justify-content: flex-start !important
        }

        .justify-content-lg-end {
            justify-content: flex-end !important
        }

        .justify-content-lg-center {
            justify-content: center !important
        }

        .justify-content-lg-between {
            justify-content: space-between !important
        }

        .justify-content-lg-around {
            justify-content: space-around !important
        }

        .justify-content-lg-evenly {
            justify-content: space-evenly !important
        }

        .align-items-lg-start {
            align-items: flex-start !important
        }

        .align-items-lg-end {
            align-items: flex-end !important
        }

        .align-items-lg-center {
            align-items: center !important
        }

        .align-items-lg-baseline {
            align-items: baseline !important
        }

        .align-items-lg-stretch {
            align-items: stretch !important
        }

        .align-content-lg-start {
            align-content: flex-start !important
        }

        .align-content-lg-end {
            align-content: flex-end !important
        }

        .align-content-lg-center {
            align-content: center !important
        }

        .align-content-lg-between {
            align-content: space-between !important
        }

        .align-content-lg-around {
            align-content: space-around !important
        }

        .align-content-lg-stretch {
            align-content: stretch !important
        }

        .align-self-lg-auto {
            align-self: auto !important
        }

        .align-self-lg-start {
            align-self: flex-start !important
        }

        .align-self-lg-end {
            align-self: flex-end !important
        }

        .align-self-lg-center {
            align-self: center !important
        }

        .align-self-lg-baseline {
            align-self: baseline !important
        }

        .align-self-lg-stretch {
            align-self: stretch !important
        }

        .order-lg-first {
            order: -1 !important
        }

        .order-lg-0 {
            order: 0 !important
        }

        .order-lg-1 {
            order: 1 !important
        }

        .order-lg-2 {
            order: 2 !important
        }

        .order-lg-3 {
            order: 3 !important
        }

        .order-lg-4 {
            order: 4 !important
        }

        .order-lg-5 {
            order: 5 !important
        }

        .order-lg-last {
            order: 6 !important
        }

        .m-lg-0 {
            margin: 0 !important
        }

        .m-lg-1 {
            margin: .25rem !important
        }

        .m-lg-2 {
            margin: .5rem !important
        }

        .m-lg-3 {
            margin: 1rem !important
        }

        .m-lg-4 {
            margin: 1.5rem !important
        }

        .m-lg-5 {
            margin: 3rem !important
        }

        .m-lg-auto {
            margin: auto !important
        }

        .mx-lg-0 {
            margin-right: 0 !important;
            margin-left: 0 !important
        }

        .mx-lg-1 {
            margin-right: .25rem !important;
            margin-left: .25rem !important
        }

        .mx-lg-2 {
            margin-right: .5rem !important;
            margin-left: .5rem !important
        }

        .mx-lg-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important
        }

        .mx-lg-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important
        }

        .mx-lg-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important
        }

        .mx-lg-auto {
            margin-right: auto !important;
            margin-left: auto !important
        }

        .my-lg-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        .my-lg-1 {
            margin-top: .25rem !important;
            margin-bottom: .25rem !important
        }

        .my-lg-2 {
            margin-top: .5rem !important;
            margin-bottom: .5rem !important
        }

        .my-lg-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important
        }

        .my-lg-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important
        }

        .my-lg-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important
        }

        .my-lg-auto {
            margin-top: auto !important;
            margin-bottom: auto !important
        }

        .mt-lg-0 {
            margin-top: 0 !important
        }

        .mt-lg-1 {
            margin-top: .25rem !important
        }

        .mt-lg-2 {
            margin-top: .5rem !important
        }

        .mt-lg-3 {
            margin-top: 1rem !important
        }

        .mt-lg-4 {
            margin-top: 1.5rem !important
        }

        .mt-lg-5 {
            margin-top: 3rem !important
        }

        .mt-lg-auto {
            margin-top: auto !important
        }

        .me-lg-0 {
            margin-right: 0 !important
        }

        .me-lg-1 {
            margin-right: .25rem !important
        }

        .me-lg-2 {
            margin-right: .5rem !important
        }

        .me-lg-3 {
            margin-right: 1rem !important
        }

        .me-lg-4 {
            margin-right: 1.5rem !important
        }

        .me-lg-5 {
            margin-right: 3rem !important
        }

        .me-lg-auto {
            margin-right: auto !important
        }

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

        .mb-lg-1 {
            margin-bottom: .25rem !important
        }

        .mb-lg-2 {
            margin-bottom: .5rem !important
        }

        .mb-lg-3 {
            margin-bottom: 1rem !important
        }

        .mb-lg-4 {
            margin-bottom: 1.5rem !important
        }

        .mb-lg-5 {
            margin-bottom: 3rem !important
        }

        .mb-lg-auto {
            margin-bottom: auto !important
        }

        .ms-lg-0 {
            margin-left: 0 !important
        }

        .ms-lg-1 {
            margin-left: .25rem !important
        }

        .ms-lg-2 {
            margin-left: .5rem !important
        }

        .ms-lg-3 {
            margin-left: 1rem !important
        }

        .ms-lg-4 {
            margin-left: 1.5rem !important
        }

        .ms-lg-5 {
            margin-left: 3rem !important
        }

        .ms-lg-auto {
            margin-left: auto !important
        }

        .p-lg-0 {
            padding: 0 !important
        }

        .p-lg-1 {
            padding: .25rem !important
        }

        .p-lg-2 {
            padding: .5rem !important
        }

        .p-lg-3 {
            padding: 1rem !important
        }

        .p-lg-4 {
            padding: 1.5rem !important
        }

        .p-lg-5 {
            padding: 3rem !important
        }

        .px-lg-0 {
            padding-right: 0 !important;
            padding-left: 0 !important
        }

        .px-lg-1 {
            padding-right: .25rem !important;
            padding-left: .25rem !important
        }

        .px-lg-2 {
            padding-right: .5rem !important;
            padding-left: .5rem !important
        }

        .px-lg-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important
        }

        .px-lg-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important
        }

        .px-lg-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important
        }

        .py-lg-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .py-lg-1 {
            padding-top: .25rem !important;
            padding-bottom: .25rem !important
        }

        .py-lg-2 {
            padding-top: .5rem !important;
            padding-bottom: .5rem !important
        }

        .py-lg-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important
        }

        .py-lg-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .py-lg-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important
        }

        .pt-lg-0 {
            padding-top: 0 !important
        }

        .pt-lg-1 {
            padding-top: .25rem !important
        }

        .pt-lg-2 {
            padding-top: .5rem !important
        }

        .pt-lg-3 {
            padding-top: 1rem !important
        }

        .pt-lg-4 {
            padding-top: 1.5rem !important
        }

        .pt-lg-5 {
            padding-top: 3rem !important
        }

        .pe-lg-0 {
            padding-right: 0 !important
        }

        .pe-lg-1 {
            padding-right: .25rem !important
        }

        .pe-lg-2 {
            padding-right: .5rem !important
        }

        .pe-lg-3 {
            padding-right: 1rem !important
        }

        .pe-lg-4 {
            padding-right: 1.5rem !important
        }

        .pe-lg-5 {
            padding-right: 3rem !important
        }

        .pb-lg-0 {
            padding-bottom: 0 !important
        }

        .pb-lg-1 {
            padding-bottom: .25rem !important
        }

        .pb-lg-2 {
            padding-bottom: .5rem !important
        }

        .pb-lg-3 {
            padding-bottom: 1rem !important
        }

        .pb-lg-4 {
            padding-bottom: 1.5rem !important
        }

        .pb-lg-5 {
            padding-bottom: 3rem !important
        }

        .ps-lg-0 {
            padding-left: 0 !important
        }

        .ps-lg-1 {
            padding-left: .25rem !important
        }

        .ps-lg-2 {
            padding-left: .5rem !important
        }

        .ps-lg-3 {
            padding-left: 1rem !important
        }

        .ps-lg-4 {
            padding-left: 1.5rem !important
        }

        .ps-lg-5 {
            padding-left: 3rem !important
        }

        .text-lg-start {
            text-align: left !important
        }

        .text-lg-end {
            text-align: right !important
        }

        .text-lg-center {
            text-align: center !important
        }
    }

    @media (min-width:1200px) {
        .float-xl-start {
            float: left !important
        }

        .float-xl-end {
            float: right !important
        }

        .float-xl-none {
            float: none !important
        }

        .d-xl-inline {
            display: inline !important
        }

        .d-xl-inline-block {
            display: inline-block !important
        }

        .d-xl-block {
            display: block !important
        }

        .d-xl-grid {
            display: grid !important
        }

        .d-xl-table {
            display: table !important
        }

        .d-xl-table-row {
            display: table-row !important
        }

        .d-xl-table-cell {
            display: table-cell !important
        }

        .d-xl-flex {
            display: flex !important
        }

        .d-xl-inline-flex {
            display: inline-flex !important
        }

        .d-xl-none {
            display: none !important
        }

        .flex-xl-fill {
            flex: 1 1 auto !important
        }

        .flex-xl-row {
            flex-direction: row !important
        }

        .flex-xl-column {
            flex-direction: column !important
        }

        .flex-xl-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-xl-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-xl-grow-0 {
            flex-grow: 0 !important
        }

        .flex-xl-grow-1 {
            flex-grow: 1 !important
        }

        .flex-xl-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-xl-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-xl-wrap {
            flex-wrap: wrap !important
        }

        .flex-xl-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-xl-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .gap-xl-0 {
            gap: 0 !important
        }

        .gap-xl-1 {
            gap: .25rem !important
        }

        .gap-xl-2 {
            gap: .5rem !important
        }

        .gap-xl-3 {
            gap: 1rem !important
        }

        .gap-xl-4 {
            gap: 1.5rem !important
        }

        .gap-xl-5 {
            gap: 3rem !important
        }

        .justify-content-xl-start {
            justify-content: flex-start !important
        }

        .justify-content-xl-end {
            justify-content: flex-end !important
        }

        .justify-content-xl-center {
            justify-content: center !important
        }

        .justify-content-xl-between {
            justify-content: space-between !important
        }

        .justify-content-xl-around {
            justify-content: space-around !important
        }

        .justify-content-xl-evenly {
            justify-content: space-evenly !important
        }

        .align-items-xl-start {
            align-items: flex-start !important
        }

        .align-items-xl-end {
            align-items: flex-end !important
        }

        .align-items-xl-center {
            align-items: center !important
        }

        .align-items-xl-baseline {
            align-items: baseline !important
        }

        .align-items-xl-stretch {
            align-items: stretch !important
        }

        .align-content-xl-start {
            align-content: flex-start !important
        }

        .align-content-xl-end {
            align-content: flex-end !important
        }

        .align-content-xl-center {
            align-content: center !important
        }

        .align-content-xl-between {
            align-content: space-between !important
        }

        .align-content-xl-around {
            align-content: space-around !important
        }

        .align-content-xl-stretch {
            align-content: stretch !important
        }

        .align-self-xl-auto {
            align-self: auto !important
        }

        .align-self-xl-start {
            align-self: flex-start !important
        }

        .align-self-xl-end {
            align-self: flex-end !important
        }

        .align-self-xl-center {
            align-self: center !important
        }

        .align-self-xl-baseline {
            align-self: baseline !important
        }

        .align-self-xl-stretch {
            align-self: stretch !important
        }

        .order-xl-first {
            order: -1 !important
        }

        .order-xl-0 {
            order: 0 !important
        }

        .order-xl-1 {
            order: 1 !important
        }

        .order-xl-2 {
            order: 2 !important
        }

        .order-xl-3 {
            order: 3 !important
        }

        .order-xl-4 {
            order: 4 !important
        }

        .order-xl-5 {
            order: 5 !important
        }

        .order-xl-last {
            order: 6 !important
        }

        .m-xl-0 {
            margin: 0 !important
        }

        .m-xl-1 {
            margin: .25rem !important
        }

        .m-xl-2 {
            margin: .5rem !important
        }

        .m-xl-3 {
            margin: 1rem !important
        }

        .m-xl-4 {
            margin: 1.5rem !important
        }

        .m-xl-5 {
            margin: 3rem !important
        }

        .m-xl-auto {
            margin: auto !important
        }

        .mx-xl-0 {
            margin-right: 0 !important;
            margin-left: 0 !important
        }

        .mx-xl-1 {
            margin-right: .25rem !important;
            margin-left: .25rem !important
        }

        .mx-xl-2 {
            margin-right: .5rem !important;
            margin-left: .5rem !important
        }

        .mx-xl-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important
        }

        .mx-xl-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important
        }

        .mx-xl-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important
        }

        .mx-xl-auto {
            margin-right: auto !important;
            margin-left: auto !important
        }

        .my-xl-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        .my-xl-1 {
            margin-top: .25rem !important;
            margin-bottom: .25rem !important
        }

        .my-xl-2 {
            margin-top: .5rem !important;
            margin-bottom: .5rem !important
        }

        .my-xl-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important
        }

        .my-xl-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important
        }

        .my-xl-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important
        }

        .my-xl-auto {
            margin-top: auto !important;
            margin-bottom: auto !important
        }

        .mt-xl-0 {
            margin-top: 0 !important
        }

        .mt-xl-1 {
            margin-top: .25rem !important
        }

        .mt-xl-2 {
            margin-top: .5rem !important
        }

        .mt-xl-3 {
            margin-top: 1rem !important
        }

        .mt-xl-4 {
            margin-top: 1.5rem !important
        }

        .mt-xl-5 {
            margin-top: 3rem !important
        }

        .mt-xl-auto {
            margin-top: auto !important
        }

        .me-xl-0 {
            margin-right: 0 !important
        }

        .me-xl-1 {
            margin-right: .25rem !important
        }

        .me-xl-2 {
            margin-right: .5rem !important
        }

        .me-xl-3 {
            margin-right: 1rem !important
        }

        .me-xl-4 {
            margin-right: 1.5rem !important
        }

        .me-xl-5 {
            margin-right: 3rem !important
        }

        .me-xl-auto {
            margin-right: auto !important
        }

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

        .mb-xl-1 {
            margin-bottom: .25rem !important
        }

        .mb-xl-2 {
            margin-bottom: .5rem !important
        }

        .mb-xl-3 {
            margin-bottom: 1rem !important
        }

        .mb-xl-4 {
            margin-bottom: 1.5rem !important
        }

        .mb-xl-5 {
            margin-bottom: 3rem !important
        }

        .mb-xl-auto {
            margin-bottom: auto !important
        }

        .ms-xl-0 {
            margin-left: 0 !important
        }

        .ms-xl-1 {
            margin-left: .25rem !important
        }

        .ms-xl-2 {
            margin-left: .5rem !important
        }

        .ms-xl-3 {
            margin-left: 1rem !important
        }

        .ms-xl-4 {
            margin-left: 1.5rem !important
        }

        .ms-xl-5 {
            margin-left: 3rem !important
        }

        .ms-xl-auto {
            margin-left: auto !important
        }

        .p-xl-0 {
            padding: 0 !important
        }

        .p-xl-1 {
            padding: .25rem !important
        }

        .p-xl-2 {
            padding: .5rem !important
        }

        .p-xl-3 {
            padding: 1rem !important
        }

        .p-xl-4 {
            padding: 1.5rem !important
        }

        .p-xl-5 {
            padding: 3rem !important
        }

        .px-xl-0 {
            padding-right: 0 !important;
            padding-left: 0 !important
        }

        .px-xl-1 {
            padding-right: .25rem !important;
            padding-left: .25rem !important
        }

        .px-xl-2 {
            padding-right: .5rem !important;
            padding-left: .5rem !important
        }

        .px-xl-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important
        }

        .px-xl-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important
        }

        .px-xl-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important
        }

        .py-xl-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .py-xl-1 {
            padding-top: .25rem !important;
            padding-bottom: .25rem !important
        }

        .py-xl-2 {
            padding-top: .5rem !important;
            padding-bottom: .5rem !important
        }

        .py-xl-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important
        }

        .py-xl-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .py-xl-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important
        }

        .pt-xl-0 {
            padding-top: 0 !important
        }

        .pt-xl-1 {
            padding-top: .25rem !important
        }

        .pt-xl-2 {
            padding-top: .5rem !important
        }

        .pt-xl-3 {
            padding-top: 1rem !important
        }

        .pt-xl-4 {
            padding-top: 1.5rem !important
        }

        .pt-xl-5 {
            padding-top: 3rem !important
        }

        .pe-xl-0 {
            padding-right: 0 !important
        }

        .pe-xl-1 {
            padding-right: .25rem !important
        }

        .pe-xl-2 {
            padding-right: .5rem !important
        }

        .pe-xl-3 {
            padding-right: 1rem !important
        }

        .pe-xl-4 {
            padding-right: 1.5rem !important
        }

        .pe-xl-5 {
            padding-right: 3rem !important
        }

        .pb-xl-0 {
            padding-bottom: 0 !important
        }

        .pb-xl-1 {
            padding-bottom: .25rem !important
        }

        .pb-xl-2 {
            padding-bottom: .5rem !important
        }

        .pb-xl-3 {
            padding-bottom: 1rem !important
        }

        .pb-xl-4 {
            padding-bottom: 1.5rem !important
        }

        .pb-xl-5 {
            padding-bottom: 3rem !important
        }

        .ps-xl-0 {
            padding-left: 0 !important
        }

        .ps-xl-1 {
            padding-left: .25rem !important
        }

        .ps-xl-2 {
            padding-left: .5rem !important
        }

        .ps-xl-3 {
            padding-left: 1rem !important
        }

        .ps-xl-4 {
            padding-left: 1.5rem !important
        }

        .ps-xl-5 {
            padding-left: 3rem !important
        }

        .text-xl-start {
            text-align: left !important
        }

        .text-xl-end {
            text-align: right !important
        }

        .text-xl-center {
            text-align: center !important
        }
    }

    @media (min-width:1400px) {
        .float-xxl-start {
            float: left !important
        }

        .float-xxl-end {
            float: right !important
        }

        .float-xxl-none {
            float: none !important
        }

        .d-xxl-inline {
            display: inline !important
        }

        .d-xxl-inline-block {
            display: inline-block !important
        }

        .d-xxl-block {
            display: block !important
        }

        .d-xxl-grid {
            display: grid !important
        }

        .d-xxl-table {
            display: table !important
        }

        .d-xxl-table-row {
            display: table-row !important
        }

        .d-xxl-table-cell {
            display: table-cell !important
        }

        .d-xxl-flex {
            display: flex !important
        }

        .d-xxl-inline-flex {
            display: inline-flex !important
        }

        .d-xxl-none {
            display: none !important
        }

        .flex-xxl-fill {
            flex: 1 1 auto !important
        }

        .flex-xxl-row {
            flex-direction: row !important
        }

        .flex-xxl-column {
            flex-direction: column !important
        }

        .flex-xxl-row-reverse {
            flex-direction: row-reverse !important
        }

        .flex-xxl-column-reverse {
            flex-direction: column-reverse !important
        }

        .flex-xxl-grow-0 {
            flex-grow: 0 !important
        }

        .flex-xxl-grow-1 {
            flex-grow: 1 !important
        }

        .flex-xxl-shrink-0 {
            flex-shrink: 0 !important
        }

        .flex-xxl-shrink-1 {
            flex-shrink: 1 !important
        }

        .flex-xxl-wrap {
            flex-wrap: wrap !important
        }

        .flex-xxl-nowrap {
            flex-wrap: nowrap !important
        }

        .flex-xxl-wrap-reverse {
            flex-wrap: wrap-reverse !important
        }

        .gap-xxl-0 {
            gap: 0 !important
        }

        .gap-xxl-1 {
            gap: .25rem !important
        }

        .gap-xxl-2 {
            gap: .5rem !important
        }

        .gap-xxl-3 {
            gap: 1rem !important
        }

        .gap-xxl-4 {
            gap: 1.5rem !important
        }

        .gap-xxl-5 {
            gap: 3rem !important
        }

        .justify-content-xxl-start {
            justify-content: flex-start !important
        }

        .justify-content-xxl-end {
            justify-content: flex-end !important
        }

        .justify-content-xxl-center {
            justify-content: center !important
        }

        .justify-content-xxl-between {
            justify-content: space-between !important
        }

        .justify-content-xxl-around {
            justify-content: space-around !important
        }

        .justify-content-xxl-evenly {
            justify-content: space-evenly !important
        }

        .align-items-xxl-start {
            align-items: flex-start !important
        }

        .align-items-xxl-end {
            align-items: flex-end !important
        }

        .align-items-xxl-center {
            align-items: center !important
        }

        .align-items-xxl-baseline {
            align-items: baseline !important
        }

        .align-items-xxl-stretch {
            align-items: stretch !important
        }

        .align-content-xxl-start {
            align-content: flex-start !important
        }

        .align-content-xxl-end {
            align-content: flex-end !important
        }

        .align-content-xxl-center {
            align-content: center !important
        }

        .align-content-xxl-between {
            align-content: space-between !important
        }

        .align-content-xxl-around {
            align-content: space-around !important
        }

        .align-content-xxl-stretch {
            align-content: stretch !important
        }

        .align-self-xxl-auto {
            align-self: auto !important
        }

        .align-self-xxl-start {
            align-self: flex-start !important
        }

        .align-self-xxl-end {
            align-self: flex-end !important
        }

        .align-self-xxl-center {
            align-self: center !important
        }

        .align-self-xxl-baseline {
            align-self: baseline !important
        }

        .align-self-xxl-stretch {
            align-self: stretch !important
        }

        .order-xxl-first {
            order: -1 !important
        }

        .order-xxl-0 {
            order: 0 !important
        }

        .order-xxl-1 {
            order: 1 !important
        }

        .order-xxl-2 {
            order: 2 !important
        }

        .order-xxl-3 {
            order: 3 !important
        }

        .order-xxl-4 {
            order: 4 !important
        }

        .order-xxl-5 {
            order: 5 !important
        }

        .order-xxl-last {
            order: 6 !important
        }

        .m-xxl-0 {
            margin: 0 !important
        }

        .m-xxl-1 {
            margin: .25rem !important
        }

        .m-xxl-2 {
            margin: .5rem !important
        }

        .m-xxl-3 {
            margin: 1rem !important
        }

        .m-xxl-4 {
            margin: 1.5rem !important
        }

        .m-xxl-5 {
            margin: 3rem !important
        }

        .m-xxl-auto {
            margin: auto !important
        }

        .mx-xxl-0 {
            margin-right: 0 !important;
            margin-left: 0 !important
        }

        .mx-xxl-1 {
            margin-right: .25rem !important;
            margin-left: .25rem !important
        }

        .mx-xxl-2 {
            margin-right: .5rem !important;
            margin-left: .5rem !important
        }

        .mx-xxl-3 {
            margin-right: 1rem !important;
            margin-left: 1rem !important
        }

        .mx-xxl-4 {
            margin-right: 1.5rem !important;
            margin-left: 1.5rem !important
        }

        .mx-xxl-5 {
            margin-right: 3rem !important;
            margin-left: 3rem !important
        }

        .mx-xxl-auto {
            margin-right: auto !important;
            margin-left: auto !important
        }

        .my-xxl-0 {
            margin-top: 0 !important;
            margin-bottom: 0 !important
        }

        .my-xxl-1 {
            margin-top: .25rem !important;
            margin-bottom: .25rem !important
        }

        .my-xxl-2 {
            margin-top: .5rem !important;
            margin-bottom: .5rem !important
        }

        .my-xxl-3 {
            margin-top: 1rem !important;
            margin-bottom: 1rem !important
        }

        .my-xxl-4 {
            margin-top: 1.5rem !important;
            margin-bottom: 1.5rem !important
        }

        .my-xxl-5 {
            margin-top: 3rem !important;
            margin-bottom: 3rem !important
        }

        .my-xxl-auto {
            margin-top: auto !important;
            margin-bottom: auto !important
        }

        .mt-xxl-0 {
            margin-top: 0 !important
        }

        .mt-xxl-1 {
            margin-top: .25rem !important
        }

        .mt-xxl-2 {
            margin-top: .5rem !important
        }

        .mt-xxl-3 {
            margin-top: 1rem !important
        }

        .mt-xxl-4 {
            margin-top: 1.5rem !important
        }

        .mt-xxl-5 {
            margin-top: 3rem !important
        }

        .mt-xxl-auto {
            margin-top: auto !important
        }

        .me-xxl-0 {
            margin-right: 0 !important
        }

        .me-xxl-1 {
            margin-right: .25rem !important
        }

        .me-xxl-2 {
            margin-right: .5rem !important
        }

        .me-xxl-3 {
            margin-right: 1rem !important
        }

        .me-xxl-4 {
            margin-right: 1.5rem !important
        }

        .me-xxl-5 {
            margin-right: 3rem !important
        }

        .me-xxl-auto {
            margin-right: auto !important
        }

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

        .mb-xxl-1 {
            margin-bottom: .25rem !important
        }

        .mb-xxl-2 {
            margin-bottom: .5rem !important
        }

        .mb-xxl-3 {
            margin-bottom: 1rem !important
        }

        .mb-xxl-4 {
            margin-bottom: 1.5rem !important
        }

        .mb-xxl-5 {
            margin-bottom: 3rem !important
        }

        .mb-xxl-auto {
            margin-bottom: auto !important
        }

        .ms-xxl-0 {
            margin-left: 0 !important
        }

        .ms-xxl-1 {
            margin-left: .25rem !important
        }

        .ms-xxl-2 {
            margin-left: .5rem !important
        }

        .ms-xxl-3 {
            margin-left: 1rem !important
        }

        .ms-xxl-4 {
            margin-left: 1.5rem !important
        }

        .ms-xxl-5 {
            margin-left: 3rem !important
        }

        .ms-xxl-auto {
            margin-left: auto !important
        }

        .p-xxl-0 {
            padding: 0 !important
        }

        .p-xxl-1 {
            padding: .25rem !important
        }

        .p-xxl-2 {
            padding: .5rem !important
        }

        .p-xxl-3 {
            padding: 1rem !important
        }

        .p-xxl-4 {
            padding: 1.5rem !important
        }

        .p-xxl-5 {
            padding: 3rem !important
        }

        .px-xxl-0 {
            padding-right: 0 !important;
            padding-left: 0 !important
        }

        .px-xxl-1 {
            padding-right: .25rem !important;
            padding-left: .25rem !important
        }

        .px-xxl-2 {
            padding-right: .5rem !important;
            padding-left: .5rem !important
        }

        .px-xxl-3 {
            padding-right: 1rem !important;
            padding-left: 1rem !important
        }

        .px-xxl-4 {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important
        }

        .px-xxl-5 {
            padding-right: 3rem !important;
            padding-left: 3rem !important
        }

        .py-xxl-0 {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .py-xxl-1 {
            padding-top: .25rem !important;
            padding-bottom: .25rem !important
        }

        .py-xxl-2 {
            padding-top: .5rem !important;
            padding-bottom: .5rem !important
        }

        .py-xxl-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important
        }

        .py-xxl-4 {
            padding-top: 1.5rem !important;
            padding-bottom: 1.5rem !important
        }

        .py-xxl-5 {
            padding-top: 3rem !important;
            padding-bottom: 3rem !important
        }

        .pt-xxl-0 {
            padding-top: 0 !important
        }

        .pt-xxl-1 {
            padding-top: .25rem !important
        }

        .pt-xxl-2 {
            padding-top: .5rem !important
        }

        .pt-xxl-3 {
            padding-top: 1rem !important
        }

        .pt-xxl-4 {
            padding-top: 1.5rem !important
        }

        .pt-xxl-5 {
            padding-top: 3rem !important
        }

        .pe-xxl-0 {
            padding-right: 0 !important
        }

        .pe-xxl-1 {
            padding-right: .25rem !important
        }

        .pe-xxl-2 {
            padding-right: .5rem !important
        }

        .pe-xxl-3 {
            padding-right: 1rem !important
        }

        .pe-xxl-4 {
            padding-right: 1.5rem !important
        }

        .pe-xxl-5 {
            padding-right: 3rem !important
        }

        .pb-xxl-0 {
            padding-bottom: 0 !important
        }

        .pb-xxl-1 {
            padding-bottom: .25rem !important
        }

        .pb-xxl-2 {
            padding-bottom: .5rem !important
        }

        .pb-xxl-3 {
            padding-bottom: 1rem !important
        }

        .pb-xxl-4 {
            padding-bottom: 1.5rem !important
        }

        .pb-xxl-5 {
            padding-bottom: 3rem !important
        }

        .ps-xxl-0 {
            padding-left: 0 !important
        }

        .ps-xxl-1 {
            padding-left: .25rem !important
        }

        .ps-xxl-2 {
            padding-left: .5rem !important
        }

        .ps-xxl-3 {
            padding-left: 1rem !important
        }

        .ps-xxl-4 {
            padding-left: 1.5rem !important
        }

        .ps-xxl-5 {
            padding-left: 3rem !important
        }

        .text-xxl-start {
            text-align: left !important
        }

        .text-xxl-end {
            text-align: right !important
        }

        .text-xxl-center {
            text-align: center !important
        }
    }

    @media (min-width:1200px) {
        .fs-1 {
            font-size: 2.5rem !important
        }

        .fs-2 {
            font-size: 2rem !important
        }

        .fs-3 {
            font-size: 1.75rem !important
        }

        .fs-4 {
            font-size: 1.5rem !important
        }
    }

    @media print {
        .d-print-inline {
            display: inline !important
        }

        .d-print-inline-block {
            display: inline-block !important
        }

        .d-print-block {
            display: block !important
        }

        .d-print-grid {
            display: grid !important
        }

        .d-print-table {
            display: table !important
        }

        .d-print-table-row {
            display: table-row !important
        }

        .d-print-table-cell {
            display: table-cell !important
        }

        .d-print-flex {
            display: flex !important
        }

        .d-print-inline-flex {
            display: inline-flex !important
        }

        .d-print-none {
            display: none !important
        }
    }

    /*!* fullPage 3.1.1* https://github.com/alvarotrigo/fullPage.js** @license GPLv3 for open source use only * or Fullpage Commercial License for commercial use * http://alvarotrigo.com/fullPage/pricing/** Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo*/
    .fp-enabled body,
    html.fp-enabled {
        margin: 0;
        padding: 0;
        overflow: hidden;
        -webkit-tap-highlight-color: transparent
    }

    .fp-section {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 100px 0 0
    }

    .fp-slide {
        float: left
    }

    .fp-slide,
    .fp-slidesContainer {
        height: 100%;
        display: block
    }

    .fp-slides {
        z-index: 1;
        height: 100%;
        overflow: hidden;
        position: relative;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .fp-section.fp-table,
    .fp-slide.fp-table {
        display: table;
        table-layout: fixed;
        width: 100%
    }

    .fp-tableCell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%
    }

    .fp-slidesContainer {
        float: left;
        position: relative
    }

    .fp-controlArrow {
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
        position: absolute;
        z-index: 4;
        top: 50%;
        cursor: pointer;
        width: 0;
        height: 0;
        border-style: solid;
        margin-top: -38px;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff
    }

    .fp-scrollable {
        overflow: hidden;
        position: relative
    }

    .fp-scroller {
        overflow: hidden
    }

    .iScrollIndicator {
        border: 0 !important
    }

    .fp-notransition {
        -webkit-transition: none !important;
        transition: none !important
    }

    .fp-auto-height .fp-slide,
    .fp-auto-height .fp-tableCell,
    .fp-auto-height.fp-section {
        height: auto !important
    }

    .fp-responsive .fp-auto-height-responsive .fp-slide,
    .fp-responsive .fp-auto-height-responsive .fp-tableCell,
    .fp-responsive .fp-auto-height-responsive.fp-section {
        height: auto !important
    }

    .intl-tel-input {
        position: relative;
        display: inline-block
    }

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .intl-tel-input .hide {
        display: none
    }

    .intl-tel-input .v-hide {
        visibility: hidden
    }

    .intl-tel-input input,
    .intl-tel-input input[type=tel],
    .intl-tel-input input[type=text] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px
    }

    .intl-tel-input .selected-flag .iti-flag {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto
    }

    .intl-tel-input .selected-flag .iti-arrow {
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 6px;
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid #555
    }

    .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555
    }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
        background-color: #fff;
        border: 1px solid #ccc;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll
    }

    .intl-tel-input .country-list.dropup {
        bottom: 100%;
        margin-bottom: -1px
    }

    .intl-tel-input .country-list .flag-box {
        display: inline-block;
        width: 20px
    }

    @media (max-width:500px) {
        .intl-tel-input .country-list {
            white-space: normal
        }
    }

    .intl-tel-input .country-list .divider {
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #ccc
    }

    .intl-tel-input .country-list .country {
        padding: 5px 10px
    }

    .intl-tel-input .country-list .country .dial-code {
        color: #000
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0, 0, 0, .05)
    }

    .intl-tel-input .country-list .country-name,
    .intl-tel-input .country-list .dial-code,
    .intl-tel-input .country-list .flag-box {
        vertical-align: middle
    }

    .intl-tel-input .country-list .country-name,
    .intl-tel-input .country-list .flag-box {
        color: #000;
        margin-right: 6px
    }

    .intl-tel-input.allow-dropdown input,
    .intl-tel-input.allow-dropdown input[type=tel],
    .intl-tel-input.allow-dropdown input[type=text],
    .intl-tel-input.separate-dial-code input,
    .intl-tel-input.separate-dial-code input[type=tel],
    .intl-tel-input.separate-dial-code input[type=text] {
        padding-right: 6px;
        padding-left: 52px;
        margin-left: 0
    }

    .intl-tel-input.allow-dropdown .flag-container,
    .intl-tel-input.separate-dial-code .flag-container {
        right: auto;
        left: 0
    }

    .intl-tel-input.allow-dropdown .selected-flag,
    .intl-tel-input.separate-dial-code .selected-flag {
        width: 46px
    }

    .intl-tel-input.allow-dropdown .flag-container:hover {
        cursor: pointer
    }

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0, 0, 0, .05)
    }

    .intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover,
    .intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover {
        cursor: default
    }

    .intl-tel-input.allow-dropdown input[disabled]+.flag-container:hover .selected-flag,
    .intl-tel-input.allow-dropdown input[readonly]+.flag-container:hover .selected-flag {
        background-color: transparent
    }

    .intl-tel-input.separate-dial-code .selected-flag {
        background-color: rgba(0, 0, 0, .05);
        display: table
    }

    .intl-tel-input.separate-dial-code .selected-dial-code {
        display: table-cell;
        vertical-align: middle;
        padding-left: 28px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-2 input,
    .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel],
    .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
        padding-left: 66px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
        width: 60px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel],
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
        padding-left: 76px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
        width: 70px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-3 input,
    .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel],
    .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
        padding-left: 74px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
        width: 68px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
        padding-left: 84px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
        width: 78px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-4 input,
    .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel],
    .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
        padding-left: 82px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
        width: 76px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel],
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
        padding-left: 92px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
        width: 86px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-5 input,
    .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel],
    .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
        padding-left: 90px
    }

    .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
        width: 84px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel],
    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
        padding-left: 100px
    }

    .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
        width: 94px
    }

    .intl-tel-input.iti-container {
        position: absolute;
        top: -1000px;
        left: -1000px;
        z-index: 1060;
        padding: 1px
    }

    .intl-tel-input.iti-container:hover {
        cursor: pointer
    }

    .iti-mobile .intl-tel-input.iti-container {
        top: 30px;
        bottom: 30px;
        left: 30px;
        right: 30px;
        position: fixed
    }

    .iti-mobile .intl-tel-input .country-list {
        max-height: 100%;
        width: 100%
    }

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px 10px;
        line-height: 1.5em
    }

    .iti-flag {
        width: 20px
    }

    .iti-flag.be {
        width: 18px
    }

    .iti-flag.ch {
        width: 15px
    }

    .iti-flag.mc {
        width: 19px
    }

    .iti-flag.ne {
        width: 18px
    }

    .iti-flag.np {
        width: 13px
    }

    .iti-flag.va {
        width: 15px
    }

    @media only screen and (-webkit-min-device-pixel-ratio:2),
    only screen and (min--moz-device-pixel-ratio:2),
    only screen and (-o-min-device-pixel-ratio:2 / 1),
    only screen and (min-device-pixel-ratio:2),
    only screen and (min-resolution:192dpi),
    only screen and (min-resolution:2dppx) {
        .iti-flag {
            background-size: 5630px 15px
        }
    }

    .iti-flag.ac {
        height: 10px;
        background-position: 0 0
    }

    .iti-flag.ad {
        height: 14px;
        background-position: -22px 0
    }

    .iti-flag.ae {
        height: 10px;
        background-position: -44px 0
    }

    .iti-flag.af {
        height: 14px;
        background-position: -66px 0
    }

    .iti-flag.ag {
        height: 14px;
        background-position: -88px 0
    }

    .iti-flag.ai {
        height: 10px;
        background-position: -110px 0
    }

    .iti-flag.al {
        height: 15px;
        background-position: -132px 0
    }

    .iti-flag.am {
        height: 10px;
        background-position: -154px 0
    }

    .iti-flag.ao {
        height: 14px;
        background-position: -176px 0
    }

    .iti-flag.aq {
        height: 14px;
        background-position: -198px 0
    }

    .iti-flag.ar {
        height: 13px;
        background-position: -220px 0
    }

    .iti-flag.as {
        height: 10px;
        background-position: -242px 0
    }

    .iti-flag.at {
        height: 14px;
        background-position: -264px 0
    }

    .iti-flag.au {
        height: 10px;
        background-position: -286px 0
    }

    .iti-flag.aw {
        height: 14px;
        background-position: -308px 0
    }

    .iti-flag.ax {
        height: 13px;
        background-position: -330px 0
    }

    .iti-flag.az {
        height: 10px;
        background-position: -352px 0
    }

    .iti-flag.ba {
        height: 10px;
        background-position: -374px 0
    }

    .iti-flag.bb {
        height: 14px;
        background-position: -396px 0
    }

    .iti-flag.bd {
        height: 12px;
        background-position: -418px 0
    }

    .iti-flag.be {
        height: 15px;
        background-position: -440px 0
    }

    .iti-flag.bf {
        height: 14px;
        background-position: -460px 0
    }

    .iti-flag.bg {
        height: 12px;
        background-position: -482px 0
    }

    .iti-flag.bh {
        height: 12px;
        background-position: -504px 0
    }

    .iti-flag.bi {
        height: 12px;
        background-position: -526px 0
    }

    .iti-flag.bj {
        height: 14px;
        background-position: -548px 0
    }

    .iti-flag.bl {
        height: 14px;
        background-position: -570px 0
    }

    .iti-flag.bm {
        height: 10px;
        background-position: -592px 0
    }

    .iti-flag.bn {
        height: 10px;
        background-position: -614px 0
    }

    .iti-flag.bo {
        height: 14px;
        background-position: -636px 0
    }

    .iti-flag.bq {
        height: 14px;
        background-position: -658px 0
    }

    .iti-flag.br {
        height: 14px;
        background-position: -680px 0
    }

    .iti-flag.bs {
        height: 10px;
        background-position: -702px 0
    }

    .iti-flag.bt {
        height: 14px;
        background-position: -724px 0
    }

    .iti-flag.bv {
        height: 15px;
        background-position: -746px 0
    }

    .iti-flag.bw {
        height: 14px;
        background-position: -768px 0
    }

    .iti-flag.by {
        height: 10px;
        background-position: -790px 0
    }

    .iti-flag.bz {
        height: 14px;
        background-position: -812px 0
    }

    .iti-flag.ca {
        height: 10px;
        background-position: -834px 0
    }

    .iti-flag.cc {
        height: 10px;
        background-position: -856px 0
    }

    .iti-flag.cd {
        height: 15px;
        background-position: -878px 0
    }

    .iti-flag.cf {
        height: 14px;
        background-position: -900px 0
    }

    .iti-flag.cg {
        height: 14px;
        background-position: -922px 0
    }

    .iti-flag.ch {
        height: 15px;
        background-position: -944px 0
    }

    .iti-flag.ci {
        height: 14px;
        background-position: -961px 0
    }

    .iti-flag.ck {
        height: 10px;
        background-position: -983px 0
    }

    .iti-flag.cl {
        height: 14px;
        background-position: -1005px 0
    }

    .iti-flag.cm {
        height: 14px;
        background-position: -1027px 0
    }

    .iti-flag.cn {
        height: 14px;
        background-position: -1049px 0
    }

    .iti-flag.co {
        height: 14px;
        background-position: -1071px 0
    }

    .iti-flag.cp {
        height: 14px;
        background-position: -1093px 0
    }

    .iti-flag.cr {
        height: 12px;
        background-position: -1115px 0
    }

    .iti-flag.cu {
        height: 10px;
        background-position: -1137px 0
    }

    .iti-flag.cv {
        height: 12px;
        background-position: -1159px 0
    }

    .iti-flag.cw {
        height: 14px;
        background-position: -1181px 0
    }

    .iti-flag.cx {
        height: 10px;
        background-position: -1203px 0
    }

    .iti-flag.cy {
        height: 13px;
        background-position: -1225px 0
    }

    .iti-flag.cz {
        height: 14px;
        background-position: -1247px 0
    }

    .iti-flag.de {
        height: 12px;
        background-position: -1269px 0
    }

    .iti-flag.dg {
        height: 10px;
        background-position: -1291px 0
    }

    .iti-flag.dj {
        height: 14px;
        background-position: -1313px 0
    }

    .iti-flag.dk {
        height: 15px;
        background-position: -1335px 0
    }

    .iti-flag.dm {
        height: 10px;
        background-position: -1357px 0
    }

    .iti-flag.do {
        height: 13px;
        background-position: -1379px 0
    }

    .iti-flag.dz {
        height: 14px;
        background-position: -1401px 0
    }

    .iti-flag.ea {
        height: 14px;
        background-position: -1423px 0
    }

    .iti-flag.ec {
        height: 14px;
        background-position: -1445px 0
    }

    .iti-flag.ee {
        height: 13px;
        background-position: -1467px 0
    }

    .iti-flag.eg {
        height: 14px;
        background-position: -1489px 0
    }

    .iti-flag.eh {
        height: 10px;
        background-position: -1511px 0
    }

    .iti-flag.er {
        height: 10px;
        background-position: -1533px 0
    }

    .iti-flag.es {
        height: 14px;
        background-position: -1555px 0
    }

    .iti-flag.et {
        height: 10px;
        background-position: -1577px 0
    }

    .iti-flag.eu {
        height: 14px;
        background-position: -1599px 0
    }

    .iti-flag.fi {
        height: 12px;
        background-position: -1621px 0
    }

    .iti-flag.fj {
        height: 10px;
        background-position: -1643px 0
    }

    .iti-flag.fk {
        height: 10px;
        background-position: -1665px 0
    }

    .iti-flag.fm {
        height: 11px;
        background-position: -1687px 0
    }

    .iti-flag.fo {
        height: 15px;
        background-position: -1709px 0
    }

    .iti-flag.fr {
        height: 14px;
        background-position: -1731px 0
    }

    .iti-flag.ga {
        height: 15px;
        background-position: -1753px 0
    }

    .iti-flag.gb {
        height: 10px;
        background-position: -1775px 0
    }

    .iti-flag.gd {
        height: 12px;
        background-position: -1797px 0
    }

    .iti-flag.ge {
        height: 14px;
        background-position: -1819px 0
    }

    .iti-flag.gf {
        height: 14px;
        background-position: -1841px 0
    }

    .iti-flag.gg {
        height: 14px;
        background-position: -1863px 0
    }

    .iti-flag.gh {
        height: 14px;
        background-position: -1885px 0
    }

    .iti-flag.gi {
        height: 10px;
        background-position: -1907px 0
    }

    .iti-flag.gl {
        height: 14px;
        background-position: -1929px 0
    }

    .iti-flag.gm {
        height: 14px;
        background-position: -1951px 0
    }

    .iti-flag.gn {
        height: 14px;
        background-position: -1973px 0
    }

    .iti-flag.gp {
        height: 14px;
        background-position: -1995px 0
    }

    .iti-flag.gq {
        height: 14px;
        background-position: -2017px 0
    }

    .iti-flag.gr {
        height: 14px;
        background-position: -2039px 0
    }

    .iti-flag.gs {
        height: 10px;
        background-position: -2061px 0
    }

    .iti-flag.gt {
        height: 13px;
        background-position: -2083px 0
    }

    .iti-flag.gu {
        height: 11px;
        background-position: -2105px 0
    }

    .iti-flag.gw {
        height: 10px;
        background-position: -2127px 0
    }

    .iti-flag.gy {
        height: 12px;
        background-position: -2149px 0
    }

    .iti-flag.hk {
        height: 14px;
        background-position: -2171px 0
    }

    .iti-flag.hm {
        height: 10px;
        background-position: -2193px 0
    }

    .iti-flag.hn {
        height: 10px;
        background-position: -2215px 0
    }

    .iti-flag.hr {
        height: 10px;
        background-position: -2237px 0
    }

    .iti-flag.ht {
        height: 12px;
        background-position: -2259px 0
    }

    .iti-flag.hu {
        height: 10px;
        background-position: -2281px 0
    }

    .iti-flag.ic {
        height: 14px;
        background-position: -2303px 0
    }

    .iti-flag.id {
        height: 14px;
        background-position: -2325px 0
    }

    .iti-flag.ie {
        height: 10px;
        background-position: -2347px 0
    }

    .iti-flag.il {
        height: 15px;
        background-position: -2369px 0
    }

    .iti-flag.im {
        height: 10px;
        background-position: -2391px 0
    }

    .iti-flag.in {
        height: 14px;
        background-position: -2413px 0
    }

    .iti-flag.io {
        height: 10px;
        background-position: -2435px 0
    }

    .iti-flag.iq {
        height: 14px;
        background-position: -2457px 0
    }

    .iti-flag.ir {
        height: 12px;
        background-position: -2479px 0
    }

    .iti-flag.is {
        height: 15px;
        background-position: -2501px 0
    }

    .iti-flag.it {
        height: 14px;
        background-position: -2523px 0
    }

    .iti-flag.je {
        height: 12px;
        background-position: -2545px 0
    }

    .iti-flag.jm {
        height: 10px;
        background-position: -2567px 0
    }

    .iti-flag.jo {
        height: 10px;
        background-position: -2589px 0
    }

    .iti-flag.jp {
        height: 14px;
        background-position: -2611px 0
    }

    .iti-flag.ke {
        height: 14px;
        background-position: -2633px 0
    }

    .iti-flag.kg {
        height: 12px;
        background-position: -2655px 0
    }

    .iti-flag.kh {
        height: 13px;
        background-position: -2677px 0
    }

    .iti-flag.ki {
        height: 10px;
        background-position: -2699px 0
    }

    .iti-flag.km {
        height: 12px;
        background-position: -2721px 0
    }

    .iti-flag.kn {
        height: 14px;
        background-position: -2743px 0
    }

    .iti-flag.kp {
        height: 10px;
        background-position: -2765px 0
    }

    .iti-flag.kr {
        height: 14px;
        background-position: -2787px 0
    }

    .iti-flag.kw {
        height: 10px;
        background-position: -2809px 0
    }

    .iti-flag.ky {
        height: 10px;
        background-position: -2831px 0
    }

    .iti-flag.kz {
        height: 10px;
        background-position: -2853px 0
    }

    .iti-flag.la {
        height: 14px;
        background-position: -2875px 0
    }

    .iti-flag.lb {
        height: 14px;
        background-position: -2897px 0
    }

    .iti-flag.lc {
        height: 10px;
        background-position: -2919px 0
    }

    .iti-flag.li {
        height: 12px;
        background-position: -2941px 0
    }

    .iti-flag.lk {
        height: 10px;
        background-position: -2963px 0
    }

    .iti-flag.lr {
        height: 11px;
        background-position: -2985px 0
    }

    .iti-flag.ls {
        height: 14px;
        background-position: -3007px 0
    }

    .iti-flag.lt {
        height: 12px;
        background-position: -3029px 0
    }

    .iti-flag.lu {
        height: 12px;
        background-position: -3051px 0
    }

    .iti-flag.lv {
        height: 10px;
        background-position: -3073px 0
    }

    .iti-flag.ly {
        height: 10px;
        background-position: -3095px 0
    }

    .iti-flag.ma {
        height: 14px;
        background-position: -3117px 0
    }

    .iti-flag.mc {
        height: 15px;
        background-position: -3139px 0
    }

    .iti-flag.md {
        height: 10px;
        background-position: -3160px 0
    }

    .iti-flag.me {
        height: 10px;
        background-position: -3182px 0
    }

    .iti-flag.mf {
        height: 14px;
        background-position: -3204px 0
    }

    .iti-flag.mg {
        height: 14px;
        background-position: -3226px 0
    }

    .iti-flag.mh {
        height: 11px;
        background-position: -3248px 0
    }

    .iti-flag.mk {
        height: 10px;
        background-position: -3270px 0
    }

    .iti-flag.ml {
        height: 14px;
        background-position: -3292px 0
    }

    .iti-flag.mm {
        height: 14px;
        background-position: -3314px 0
    }

    .iti-flag.mn {
        height: 10px;
        background-position: -3336px 0
    }

    .iti-flag.mo {
        height: 14px;
        background-position: -3358px 0
    }

    .iti-flag.mp {
        height: 10px;
        background-position: -3380px 0
    }

    .iti-flag.mq {
        height: 14px;
        background-position: -3402px 0
    }

    .iti-flag.mr {
        height: 14px;
        background-position: -3424px 0
    }

    .iti-flag.ms {
        height: 10px;
        background-position: -3446px 0
    }

    .iti-flag.mt {
        height: 14px;
        background-position: -3468px 0
    }

    .iti-flag.mu {
        height: 14px;
        background-position: -3490px 0
    }

    .iti-flag.mv {
        height: 14px;
        background-position: -3512px 0
    }

    .iti-flag.mw {
        height: 14px;
        background-position: -3534px 0
    }

    .iti-flag.mx {
        height: 12px;
        background-position: -3556px 0
    }

    .iti-flag.my {
        height: 10px;
        background-position: -3578px 0
    }

    .iti-flag.mz {
        height: 14px;
        background-position: -3600px 0
    }

    .iti-flag.na {
        height: 14px;
        background-position: -3622px 0
    }

    .iti-flag.nc {
        height: 10px;
        background-position: -3644px 0
    }

    .iti-flag.ne {
        height: 15px;
        background-position: -3666px 0
    }

    .iti-flag.nf {
        height: 10px;
        background-position: -3686px 0
    }

    .iti-flag.ng {
        height: 10px;
        background-position: -3708px 0
    }

    .iti-flag.ni {
        height: 12px;
        background-position: -3730px 0
    }

    .iti-flag.nl {
        height: 14px;
        background-position: -3752px 0
    }

    .iti-flag.no {
        height: 15px;
        background-position: -3774px 0
    }

    .iti-flag.np {
        height: 15px;
        background-position: -3796px 0
    }

    .iti-flag.nr {
        height: 10px;
        background-position: -3811px 0
    }

    .iti-flag.nu {
        height: 10px;
        background-position: -3833px 0
    }

    .iti-flag.nz {
        height: 10px;
        background-position: -3855px 0
    }

    .iti-flag.om {
        height: 10px;
        background-position: -3877px 0
    }

    .iti-flag.pa {
        height: 14px;
        background-position: -3899px 0
    }

    .iti-flag.pe {
        height: 14px;
        background-position: -3921px 0
    }

    .iti-flag.pf {
        height: 14px;
        background-position: -3943px 0
    }

    .iti-flag.pg {
        height: 15px;
        background-position: -3965px 0
    }

    .iti-flag.ph {
        height: 10px;
        background-position: -3987px 0
    }

    .iti-flag.pk {
        height: 14px;
        background-position: -4009px 0
    }

    .iti-flag.pl {
        height: 13px;
        background-position: -4031px 0
    }

    .iti-flag.pm {
        height: 14px;
        background-position: -4053px 0
    }

    .iti-flag.pn {
        height: 10px;
        background-position: -4075px 0
    }

    .iti-flag.pr {
        height: 14px;
        background-position: -4097px 0
    }

    .iti-flag.ps {
        height: 10px;
        background-position: -4119px 0
    }

    .iti-flag.pt {
        height: 14px;
        background-position: -4141px 0
    }

    .iti-flag.pw {
        height: 13px;
        background-position: -4163px 0
    }

    .iti-flag.py {
        height: 11px;
        background-position: -4185px 0
    }

    .iti-flag.qa {
        height: 8px;
        background-position: -4207px 0
    }

    .iti-flag.re {
        height: 14px;
        background-position: -4229px 0
    }

    .iti-flag.ro {
        height: 14px;
        background-position: -4251px 0
    }

    .iti-flag.rs {
        height: 14px;
        background-position: -4273px 0
    }

    .iti-flag.ru {
        height: 14px;
        background-position: -4295px 0
    }

    .iti-flag.rw {
        height: 14px;
        background-position: -4317px 0
    }

    .iti-flag.sa {
        height: 14px;
        background-position: -4339px 0
    }

    .iti-flag.sb {
        height: 10px;
        background-position: -4361px 0
    }

    .iti-flag.sc {
        height: 10px;
        background-position: -4383px 0
    }

    .iti-flag.sd {
        height: 10px;
        background-position: -4405px 0
    }

    .iti-flag.se {
        height: 13px;
        background-position: -4427px 0
    }

    .iti-flag.sg {
        height: 14px;
        background-position: -4449px 0
    }

    .iti-flag.sh {
        height: 10px;
        background-position: -4471px 0
    }

    .iti-flag.si {
        height: 10px;
        background-position: -4493px 0
    }

    .iti-flag.sj {
        height: 15px;
        background-position: -4515px 0
    }

    .iti-flag.sk {
        height: 14px;
        background-position: -4537px 0
    }

    .iti-flag.sl {
        height: 14px;
        background-position: -4559px 0
    }

    .iti-flag.sm {
        height: 15px;
        background-position: -4581px 0
    }

    .iti-flag.sn {
        height: 14px;
        background-position: -4603px 0
    }

    .iti-flag.so {
        height: 14px;
        background-position: -4625px 0
    }

    .iti-flag.sr {
        height: 14px;
        background-position: -4647px 0
    }

    .iti-flag.ss {
        height: 10px;
        background-position: -4669px 0
    }

    .iti-flag.st {
        height: 10px;
        background-position: -4691px 0
    }

    .iti-flag.sv {
        height: 12px;
        background-position: -4713px 0
    }

    .iti-flag.sx {
        height: 14px;
        background-position: -4735px 0
    }

    .iti-flag.sy {
        height: 14px;
        background-position: -4757px 0
    }

    .iti-flag.sz {
        height: 14px;
        background-position: -4779px 0
    }

    .iti-flag.ta {
        height: 10px;
        background-position: -4801px 0
    }

    .iti-flag.tc {
        height: 10px;
        background-position: -4823px 0
    }

    .iti-flag.td {
        height: 14px;
        background-position: -4845px 0
    }

    .iti-flag.tf {
        height: 14px;
        background-position: -4867px 0
    }

    .iti-flag.tg {
        height: 13px;
        background-position: -4889px 0
    }

    .iti-flag.th {
        height: 14px;
        background-position: -4911px 0
    }

    .iti-flag.tj {
        height: 10px;
        background-position: -4933px 0
    }

    .iti-flag.tk {
        height: 10px;
        background-position: -4955px 0
    }

    .iti-flag.tl {
        height: 10px;
        background-position: -4977px 0
    }

    .iti-flag.tm {
        height: 14px;
        background-position: -4999px 0
    }

    .iti-flag.tn {
        height: 14px;
        background-position: -5021px 0
    }

    .iti-flag.to {
        height: 10px;
        background-position: -5043px 0
    }

    .iti-flag.tr {
        height: 14px;
        background-position: -5065px 0
    }

    .iti-flag.tt {
        height: 12px;
        background-position: -5087px 0
    }

    .iti-flag.tv {
        height: 10px;
        background-position: -5109px 0
    }

    .iti-flag.tw {
        height: 14px;
        background-position: -5131px 0
    }

    .iti-flag.tz {
        height: 14px;
        background-position: -5153px 0
    }

    .iti-flag.ua {
        height: 14px;
        background-position: -5175px 0
    }

    .iti-flag.ug {
        height: 14px;
        background-position: -5197px 0
    }

    .iti-flag.um {
        height: 11px;
        background-position: -5219px 0
    }

    .iti-flag.us {
        height: 11px;
        background-position: -5241px 0
    }

    .iti-flag.uy {
        height: 14px;
        background-position: -5263px 0
    }

    .iti-flag.uz {
        height: 10px;
        background-position: -5285px 0
    }

    .iti-flag.va {
        height: 15px;
        background-position: -5307px 0
    }

    .iti-flag.vc {
        height: 14px;
        background-position: -5324px 0
    }

    .iti-flag.ve {
        height: 14px;
        background-position: -5346px 0
    }

    .iti-flag.vg {
        height: 10px;
        background-position: -5368px 0
    }

    .iti-flag.vi {
        height: 14px;
        background-position: -5390px 0
    }

    .iti-flag.vn {
        height: 14px;
        background-position: -5412px 0
    }

    .iti-flag.vu {
        height: 12px;
        background-position: -5434px 0
    }

    .iti-flag.wf {
        height: 14px;
        background-position: -5456px 0
    }

    .iti-flag.ws {
        height: 10px;
        background-position: -5478px 0
    }

    .iti-flag.xk {
        height: 15px;
        background-position: -5500px 0
    }

    .iti-flag.ye {
        height: 14px;
        background-position: -5522px 0
    }

    .iti-flag.yt {
        height: 14px;
        background-position: -5544px 0
    }

    .iti-flag.za {
        height: 14px;
        background-position: -5566px 0
    }

    .iti-flag.zm {
        height: 14px;
        background-position: -5588px 0
    }

    .iti-flag.zw {
        height: 10px;
        background-position: -5610px 0
    }

    .iti-flag {
        width: 20px;
        height: 15px;
        box-shadow: 0 0 1px 0 #888;
        background-image: url(../img/flags.png);
        background-repeat: no-repeat;
        background-color: #dbdbdb;
        background-position: 20px 0
    }

    @media only screen and (-webkit-min-device-pixel-ratio:2),
    only screen and (min--moz-device-pixel-ratio:2),
    only screen and (-o-min-device-pixel-ratio:2 / 1),
    only screen and (min-device-pixel-ratio:2),
    only screen and (min-resolution:192dpi),
    only screen and (min-resolution:2dppx) {
        .iti-flag {
            background-image: url(../img/flags@2x.png)
        }
    }

    .iti-flag.np {
        background-color: transparent
    }

    .loader-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        height: 100%;
        opacity: 1;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease
    }

    .loader-container.active {
        height: 0
    }

    .loader-container:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #f6f6f6;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .loader-container:before {
        animation: slideBgTop 1.1s forwards;
        -webkit-animation: slideBgTop 1.1s forwards;
        -webkit-animation-delay: .7s;
        animation-delay: .7s;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    @-webkit-keyframes slideBgTop {
        0% {
            -webkit-animation-timing-function: ease-in-out;
            -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%)
        }

        50% {
            -webkit-transform: translateY(-50%) translateX(-50%) skewY(7deg);
            transform: translateY(-50%) translateX(-50%) skewY(7deg)
        }

        100% {
            -webkit-transform: translateY(-100%) translateX(-50%) skewY(0);
            transform: translateY(-100%) translateX(-50%) skewY(0);
            -webkit-animation-timing-function: ease-in-out
        }
    }

    @keyframes slideBgTop {
        0% {
            -webkit-animation-timing-function: ease-in-out;
            -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%)
        }

        50% {
            -webkit-transform: translateY(-50%) translateX(-50%) skewY(7deg);
            transform: translateY(-50%) translateX(-50%) skewY(7deg)
        }

        100% {
            -webkit-transform: translateY(-100%) translateX(-50%) skewY(0);
            transform: translateY(-100%) translateX(-50%) skewY(0);
            -webkit-animation-timing-function: ease-in-out
        }
    }

    .loader-container.active {
        height: 0
    }

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

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    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
    }

    a,
    img,
    img a {
        text-decoration: none !important;
        border: 0;
        outline: 0 !important;
        transition: all ease-in .3s;
        -moz-transition: all ease-in .3s;
        -ms-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s
    }

    a,
    button,
    input {
        transition: all ease-in .3s;
        -moz-transition: all ease-in .3s;
        -ms-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s
    }

    :focus {
        outline: 0
    }

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

    li,
    ol,
    ul {
        list-style-type: none;
        margin: 0;
        padding: 0
    }

    .clear {
        clear: both
    }

    .clearfix:after {
        clear: both
    }

    .clearfix:after,
    .clearfix:before {
        content: " ";
        display: table
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
        margin: 0;
        padding: 0
    }

    img {
        display: inline-block
    }

    body,
    html {
        height: 100%
    }

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

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

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

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

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

    body {
        background: #0e0f0f;
        font-size: .875rem;
        color: #fff;
        -webkit-text-stroke: 0 !important;
        -webkit-font-smoothing: antialiased !important;
        margin: 0
    }

    input[type=email],
    input[type=number],
    input[type=password],
    input[type=text],
    textarea {
        padding: 11.5px 20px;
        color: #333;
        border: 1px solid #d9d1c3;
        border-radius: 2px;
        font-size: 1rem;
        appearance: none;
        -webkit-appearance: none;
        font-family: Assistant, sans-serif;
        font-weight: 400;
        width: 100%;
        transition: all ease-in .3s;
        -moz-transition: all ease-in .3s;
        -ms-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        -webkit-transition: all ease-in .3s
    }

    input[type=email]::-webkit-input-placeholder,
    input[type=number]::-webkit-input-placeholder,
    input[type=password]::-webkit-input-placeholder,
    input[type=text]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #666
    }

    input[type=email]:-ms-input-placeholder,
    input[type=number]:-ms-input-placeholder,
    input[type=password]:-ms-input-placeholder,
    input[type=text]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #666
    }

    input[type=email]::placeholder,
    input[type=number]::placeholder,
    input[type=password]::placeholder,
    input[type=text]::placeholder,
    textarea::placeholder {
        color: #666
    }

    input[type=email]:focus,
    input[type=email]:hover,
    input[type=number]:focus,
    input[type=number]:hover,
    input[type=text]:focus,
    input[type=text]:hover,
    textarea:focus,
    textarea:hover {
        border-color: #021134
    }

    input[type=text]:focus,
    textarea:focus {
        outline: 0
    }

    .btn-effect {
        position: relative;
        overflow: hidden
    }

    .btn-effect .text {
        position: relative;
        z-index: 2;
        display: block
    }

    .btn-effect:after {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 800px;
        height: 800px;
        content: "";
        background: rgba(255, 255, 255, .4);
        border-radius: 50%;
        -ms-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform-origin: center center;
        visibility: hidden;
        opacity: 0;
        z-index: 1
    }

    @keyframes btneffect {
        from {
            transform: translate(-50%, -50%) scale(0);
            -webkit-transform: translate(-50%, -50%) scale(0);
            visibility: visible;
            opacity: 1
        }

        to {
            transform: translate(-50%, -50%) scale(1);
            -webkit-transform: translate(-50%, -50%) scale(1);
            visibility: hidden;
            opacity: 0
        }
    }

    @-webkit-keyframes btneffect {
        from {
            transform: translate(-50%, -50%) scale(0);
            -webkit-transform: translate(-50%, -50%) scale(0);
            visibility: visible;
            opacity: 1
        }

        to {
            transform: translate(-50%, -50%) scale(1);
            -webkit-transform: translate(-50%, -50%) scale(1);
            visibility: hidden;
            opacity: 0
        }
    }

    .btn-effect:active:after,
    .btn-effect:hover:after {
        animation-duration: 1.5s;
        animation-fill-mode: both;
        animation-name: btneffect;
        -webkit-animation-duration: 1.5s;
        -webkit-animation-fill-mode: both;
        -webkit-animation-name: btneffect
    }

    .page_progress {
        position: fixed;
        top: 0;
        left: 0;
        height: 3px;
        background-color: #348d4d;
        transition: all linear .1s;
        -webkit-transition: all linear .1s;
        min-width: 0;
        z-index: 9999
    }

    .wht_cl {
        color: #fff !important
    }

    .thm_cl {
        color: #348d4d !important
    }

    sup {
        color: #973c13
    }

    .ds_flex {
        display: flex
    }

    .flex_wrap {
        flex-wrap: wrap
    }

    .flex_spbetween {
        justify-content: space-between
    }

    .flex_jsend {
        justify-content: flex-end
    }

    .flex_alcenter {
        align-items: center
    }

    .flex_altop {
        align-items: flex-start
    }

    .flex_colum {
        flex-direction: column
    }

    .ds_inlineb {
        display: inline-block
    }

    .ds_table {
        display: table
    }

    .fn_sz_10 {
        font-size: .625rem
    }

    .fn_sz_12 {
        font-size: .75rem
    }

    .fn_sz_14 {
        font-size: .875rem
    }

    .fn_sz_15 {
        font-size: .9375rem
    }

    .fn_sz_16 {
        font-size: 1rem
    }

    .fn_sz_18 {
        font-size: 1.125rem
    }

    .fn_sz_20 {
        font-size: 1.25rem
    }

    .fn_sz_24 {
        font-size: 1.5rem
    }

    .fn_sz_26 {
        font-size: 1.625rem
    }

    .fn_sz_30 {
        font-size: 1.875rem
    }

    .fn_sz_32 {
        font-size: 2rem
    }

    .fn_sz_44 {
        font-size: 2.75rem
    }

    .fn_sz_48 {
        font-size: 3rem
    }

    .fn_tr_up {
        text-transform: uppercase
    }

    .fn_wt_bold {
        font-weight: 700
    }

    .fn_wt_bbold {
        font-weight: 900
    }

    .pd_lr_15 {
        padding: 0 15px
    }

    .pd_tb_15 {
        padding: 15px 0
    }

    .pd_full_45 {
        padding: 45px
    }

    .pd_full_25 {
        padding: 25px
    }

    .pd_tb_60 {
        padding: 60px 0
    }

    .mr_auto {
        margin: 0 auto
    }

    .mr_bt_20 {
        margin-bottom: 20px
    }

    .mr_bt_45 {
        margin-bottom: 45px
    }

    .mr_bt_35 {
        margin-bottom: 35px
    }

    .mr_bt_30 {
        margin-bottom: 30px
    }

    .mr_top_35 {
        margin-top: 35px
    }

    .mr_top_25 {
        margin-top: 25px
    }

    .mr_rt_30 {
        margin-right: 30px
    }

    .ln_btn:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #348d4d;
        content: '';
        transform: scaleX(0) translateZ(0);
        transform-origin: 100% 100%;
        -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: transform .5s cubic-bezier(.19, 1, .22, 1)
    }

    .ln_btn:hover:before {
        transform: scaleX(1) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: 0 0
    }

    form label {
        font-weight: 600;
        margin-bottom: 8px;
        display: inline-block;
        font-size: 18px
    }

    .fr_divider {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .btn_line {
        border: 1px solid #fff !important;
        color: #fff;
        font-weight: 600;
        border-radius: 50px !important;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-flex;
        transition: all .5s;
        background-color: transparent
    }

    .btn_line:hover {
        -webkit-animation: scale .5s linear 1;
        animation: scale .5s linear 1;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        border-color: #348d4d;
        color: #010101;
        border: 1px solid transparent !important;
        background-color: #348d4d
    }

    .btn_line.hvr-sweep-to-right:hover {
        color: #010101 !important
    }

    .btn-primary:focus {
        background-color: #348d4d;
        box-shadow: none;
        border: 1px solid transparent !important
    }

    .btn-primary:active:focus {
        box-shadow: none
    }

    @-webkit-keyframes scale {
        0% {
            transform: scale(1)
        }

        15% {
            transform: scale(1.05)
        }

        to {
            transform: scale(1)
        }
    }

    @keyframes scale {
        0% {
            transform: scale(1)
        }

        15% {
            transform: scale(1.05)
        }

        to {
            transform: scale(1)
        }
    }

    .btn_line:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #348d4d;
        content: '';
        transform: scaleX(0) translateZ(0);
        transform-origin: 100% 100%;
        -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        z-index: -1
    }

    .btn_line:hover:before {
        transform: scaleX(1) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: 0 0
    }

    .btn_line.b {
        font-size: 1.25rem;
        padding: 13px 41.4px 15px !important
    }

    .btn_line svg {
        width: 24px;
        height: 29px;
        fill: #fff;
        position: absolute;
        right: 35px;
        transform: scale(0);
        transform-origin: center right;
        -webkit-transform: scale(0);
        -webkit-transform-origin: center right;
        -webkit-transition: all .5s cubic-bezier(.19, 1, .22, 1);
        transition: all .5s cubic-bezier(.19, 1, .22, 1)
    }

    .btn_line:hover svg {
        fill: #010101;
        right: 16px;
        transform: scale(1);
        transform-origin: center right;
        -webkit-transform: scale(1);
        -webkit-transform-origin: center right
    }

    .hd_s {
        font-weight: 700;
        font-family: Assistant, sans-serif;
        color: #348d4d;
        display: inline-flex;
        position: relative;
        padding-bottom: 18px;
        margin-bottom: 25px
    }

    .hd_center {
        display: table;
        margin: 0 auto
    }

    .hd_s .ln {
        height: 2px;
        width: 96px;
        background-color: #348d4d;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0
    }

    .our-motive-sec {
        background-image: url(../img/our-motive-bg.png);
        background-position: right;
        background-repeat: no-repeat;
        padding: 40px 0;
        background-size: cover
    }

    .our-motive-sec .our-motive-head .heading {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        color: #348d4d;
        position: relative;
        padding-bottom: 20px
    }

    .our-motive-sec .our-motive-head .heading .ln {
        height: 2px;
        width: 18%;
        background-color: #348d4d;
        display: block;
        position: absolute;
        bottom: 0;
        transform-origin: left bottom;
        left: 9%
    }

    .our-motive-sec .our-motive-about {
        font-weight: 400;
        font-size: 26px;
        line-height: 37px;
        color: #9c9c9c;
        padding-top: 34px
    }

    .our-motive-sec .review-sec {
        display: flex;
        justify-content: center;
        padding-top: 30px
    }

    .our-motive-sec .review-sec .clutch-sec,
    .our-motive-sec .review-sec .glass-sec {
        margin: 0 20px
    }

    .our-motive-sec .our-motive-review-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 35px;
        color: rgba(255, 255, 255, .92);
        padding: 72px 0 65px
    }

    .our-motive-sec .review-list .review-no {
        font-weight: 400;
        font-size: 50px;
        line-height: 83px;
        text-align: center;
        color: #348d4d
    }

    .our-motive-sec .review-list .review-no span {
        font-size: 40px
    }

    .our-motive-sec .review-list .review-no-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 33px;
        color: #fff;
        text-align: center
    }

    .hd_center .ln {
        left: 50%
    }


    .modal-box {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: none;
        outline: 0;
        overflow-x: hidden;
        overflow-y: auto
    }

    .popup_inside_section {
        position: relative;
        min-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        margin: 0 auto
    }

    .js-modal-close {
        position: absolute;
        font-size: 30px;
        right: 10px;
        color: #fff;
        top: 10px;
        width: 30px;
        text-align: center
    }

    @-webkit-keyframes scale_cl {
        0% {
            transform: scale(1)
        }

        15% {
            transform: scale(1.5)
        }

        to {
            transform: scale(1)
        }
    }

    @keyframes scale_cl {
        0% {
            transform: scale(1)
        }

        15% {
            transform: scale(1.5)
        }

        to {
            transform: scale(1)
        }
    }

    .js-modal-close:hover {
        -webkit-animation: scale_cl .5s linear 1;
        animation: scale_cl .5s linear 1;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    .getin_touch_pop_ins {
        position: relative
    }

    .modal-overlay {
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 900;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .8) !important
    }

    .open-menu,
    .popup_open {
        height: 100vh;
        overflow: hidden
    }

    @media only screen and (max-width:1366px) {
        .btn_line.b {
            font-size: 1.05rem;
            padding: 13px 35.4px 13px !important
        }

        .fn_sz_26 {
            font-size: 1.325rem
        }

        .fn_sz_44 {
            font-size: 2.35rem
        }
    }

    @media only screen and (max-width:1170px) {
        .container {
            padding-left: 15px;
            padding-right: 15px
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        .wp_padding {
            padding: 80px 0
        }

        .fn_sz_48 {
            font-size: 2.4rem
        }

        .fn_sz_18 {
            font-size: 1.025rem
        }
    }

    @media only screen and (max-width:767px) {
        .fn_sz_24 {
            font-size: 1.3rem
        }

        .fn_sz_30 {
            font-size: 1.575rem
        }

        .hd_s {
            font-size: 2rem
        }

        .page_progress {
            z-index: 9999
        }

        .our-motive-sec .our-motive-head .heading {
            font-size: 30px;
            line-height: 44px;
            padding-bottom: 0
        }

        .our-motive-sec .our-motive-head .heading .ln {
            bottom: -10px
        }

        .our-motive-sec .our-motive-about {
            font-size: 14px;
            line-height: 28px;
            padding-bottom: 34px
        }

        .our-motive-sec .our-motive-review-title {
            font-size: 20px;
            padding: 30px 0
        }

        .our-motive-sec .review-list .review-no {
            font-size: 30px;
            line-height: 45px
        }

        .our-motive-sec .review-list {
            padding-bottom: 20px
        }

        .our-motive-sec .review-list .review-no-title {
            font-size: 22px
        }

        .our-motive-sec .review-list .review-no span {
            font-size: 26px
        }
    }

    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .slick-track:after,
    .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        display: none;
        float: left;
        height: 100%;
        min-height: 1px
    }

    [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
    }

    .slick-loading .slick-list {
        background: #fff url(ajax-loader.gif) center center no-repeat
    }

    @font-face {
        font-family: slick;
        font-weight: 400;
        font-style: normal;
        src: url(fonts/slick.eot);
        src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
    }

    .slick-next,
    .slick-prev {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: 0;
        background: 0 0
    }

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0
    }

    .slick-next:focus:before,
    .slick-next:hover:before,
    .slick-prev:focus:before,
    .slick-prev:hover:before {
        opacity: 1
    }

    .slick-next.slick-disabled:before,
    .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before,
    .slick-prev:before {
        font-family: slick;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-prev {
        left: -25px
    }

    [dir=rtl] .slick-prev {
        right: -25px;
        left: auto
    }

    .slick-prev:before {
        content: '←'
    }

    [dir=rtl] .slick-prev:before {
        content: '→'
    }

    .slick-next {
        right: -25px
    }

    [dir=rtl] .slick-next {
        right: auto;
        left: -25px
    }

    .slick-next:before {
        content: '→'
    }

    [dir=rtl] .slick-next:before {
        content: '←'
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px 0;
        list-style: none;
        text-align: center
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0
    }

    .slick-dots li button:focus,
    .slick-dots li button:hover {
        outline: 0
    }

    .slick-dots li button:focus:before,
    .slick-dots li button:hover:before {
        opacity: 1
    }

    .slick-dots li button:before {
        font-family: slick;
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000
    }

    header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        min-height: 90px;
        font-family: Lato, sans-serif !important;
        transition: transform .3s;
        -webkit-transition: transform .3s
    }

    header.stickey_header_up {
        -webkit-transform: translateY(-85px);
        -ms-transform: translateY(-85px);
        transform: translateY(-85px)
    }

    header.stickey_header_down {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        background: #000;
    }

    nav ul {
        display: flex;
        align-items: center
    }

    nav ul li {
        margin: 0 8px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    nav ul li a {
        display: block;
        font-size: 1.1rem;
        padding: 10px 0;
        color: #fff;
        position: relative;
        margin: 0 6px;
        font-weight: 700
    }

    @media(max-width:768px) {
        nav ul li a {
            margin: 0px 0px;
        }
    }

    nav ul li a.active,
    nav ul li a:hover {
        color: #348d4d
    }

    nav ul li a.active {
        font-weight: 700
    }

    nav ul li a.active:before,
    nav ul li a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #348d4d;
        content: '';
        transform: scaleX(0) translateZ(0);
        transform-origin: 100% 100%;
        -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: transform .5s cubic-bezier(.19, 1, .22, 1)
    }

    nav ul li a.active:before,
    nav ul li a:hover:before {
        transform: scaleX(1) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: 0 0
    }

    .service-menu {
        display: none
    }

    .service-menu-wrap::before {
        position: absolute;
        content: '';
        height: 20px;
        background: 0 0;
        width: 4%;
        bottom: 0;
        left: 52%
    }

    .service-menu-wrap::before:hover .service-menu {
        display: block
    }

    .service-menu-wrap ul {
        display: inline-block
    }

    .service-menu-wrap ul li {
        margin: 0;
        text-align: center;
        padding: 4px 0
    }

    .service-menu-wrap ul .srvc-menu-heading {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        color: #fff;
        text-align: center;
        padding: 10px 0
    }

    .service-menu-wrap .tab-sales-title-wrapper {
        border-radius: 10px;
        background: linear-gradient(180deg, #312f2fba -5.5%, #000 60.15%);
        width: 100%
    }

    .service-menu-wrap .mb-service {
        padding: 0;
        border: none;
        text-align: center;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        padding: 20px 10px;
        color: #979797;
        width: 100%
    }

    .service-menu-wrap .mb-service.active {
        color: #fff !important;
        border: none !important;
        background-image: linear-gradient(270deg, rgba(0, 0, 0, .7) -50.79%, rgba(61, 61, 61, .870313) 97.42%, #6c6c6c 190.69%)
    }

    .headertabcontent {
        display: none
    }

    .headertabcontent.active {
        display: block
    }

    .service-menu-wrap .sub-menu-list-wrapper {
        margin-top: 25px;
        margin-left: 5%
    }

    .service-menu-wrap .sub-menu-list-wrapper .sub-menu-heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
        color: #e2e2e2
    }

    .service-menu-wrap .sub-menu-list-wrapper .sub-menu-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #348d4d;
        max-width: 650px;
        padding-top: 10px
    }

    .header-main-srvc-link {
        display: flex;
        justify-content: end;
        padding-right: 50px
    }

    .header-main-srvc-link span {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #f9f9f9
    }

    .header-main-srvc-link a {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #348d4d;
        padding: 0;
        display: inline-block
    }

    .header-main-srvc-link a:before {
        background-color: transparent !important
    }

    .service-menu-wrap .sub-menu-list-wrapper .menu-sub-srvc-tab-content {
        padding: 15px 0;
        display: flex;
        align-items: center
    }

    .service-menu-wrap .menu-sub-srvc-tab-content .menu-icon-content {
        padding-left: 20px
    }

    .menu-sub-srvc-tab-content .menu-icon-content .menu-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        margin: 0;
        padding: 0
    }

    .service-menu-wrap .menu-sub-srvc-tab-content .menu-icon-content .menu-title a {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #fff !important;
        margin: 0;
        padding: 0
    }

    .service-menu-wrap .menu-sub-srvc-tab-content .menu-icon-content .menu-title a:hover {
        color: #348d4d !important
    }

    .sub-menu-list-wrapper .menu-title a:before {
        background-color: transparent !important
    }

    .bottom-cta-box {
        position: absolute;
        width: 100%;
        background: #000;
        bottom: 0;
        border-radius: 0 0 10px 10px
    }

    .bottom-cta-header-left {
        padding: 20px 0;
        box-shadow: 5px -5px 6px rgb(132 132 132 / 11%), 5px 6px 6px rgb(132 132 132 / 6%);
        border-radius: 0 0 10px 0;
        width: 100%;
        text-align: center
    }

    .bottom-cta-header-left .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #348d4d;
        padding-bottom: 20px
    }

    .bottom-cta-header-right {
        box-shadow: 0 -1px 12px rgba(132, 132, 132, .25);
        padding: 20px 0;
        border-radius: 0 0 10px 0;
        width: 100%;
        text-align: center;
        background-color: #1f1f1f !important
    }

    .bottom-cta-header-right .title {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #348d4d;
        padding-bottom: 20px
    }

    .header-botm-btn .btn_line:hover {
        border: 1px solid transparent !important;
        color: #000 !important
    }

    .service-menu-wrap .menu-sub-srvc-tab-content .menu-icon-content .menu-description {
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #d9d9d9;
        padding-top: 10px
    }

    .tech-menu-header {
        margin: 15px 50px
    }

    .tech-srvc-list .title a {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #348d4d !important
    }

    .tech-srvc-list .title a:before {
        background-color: transparent !important
    }

    .tech-srvc-list .menu-sub-srvc-tab-content {
        padding: 4px 0;
        display: flex;
        align-items: center
    }

    .tech-srvc-list .menu-icon-content .menu-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        margin: 0;
        padding: 0;
        color: #fff !important
    }

    .tech-srvc-list .menu-sub-srvc-tab-content .menu-icon-content .menu-title a {
        font-weight: 700;
        font-size: 16px;
        line-height: 28px;
        color: #e2e2e2 !important
    }

    .tech-srvc-list .menu-icon-content .menu-description {
        padding-top: 0 !important
    }

    nav .service-menu-wrap:hover .service-menu {
        display: block;
        background-image: linear-gradient(180deg, #6c6c6c -5.5%, #000 60.15%);
        width: 1150px;
        left: -500px;
        top: 80px;
        z-index: -1;
        border-radius: 10px
    }

    .landing-block-4 .landing-block-4-content .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-top: 30px;
    }

    .salesforce-srvc-menu-wrap {
        margin: 25px 10px
    }

    .sales-menu-wrap {
        display: flex;
        align-items: center;
        padding: 10px
    }


    .sales-menu-wrap a:before {
        background-color: transparent !important
    }

    .service-menu .sub-menu-head .heading {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        padding-bottom: 10px
    }

    .service-menu .sub-menu-head .title {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-transform: capitalize;
        color: #348d4d;
        text-align: center;
        padding-bottom: 10px
    }

    .service-menu .service-menu-title {
        padding: 15px 30px;
        display: inline-block
    }

    .service-menu .service-menu-title li {
        padding: 6px 0
    }

    .service-menu .list-heading {
        padding-bottom: 10px
    }

    .service-menu .list-heading a {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-transform: capitalize;
        color: #fff;
        padding: 0;
        transition: all ease-in .3s
    }

    .service-menu .list-heading a::before {
        background: 0 0;
        position: absolute;
        content: ''
    }

    .service-menu .list-heading a:hover {
        color: #348d4d
    }

    .service-menu .list-menu a {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #c7c7c7;
        padding: 0;
        transition: all ease-in .3s
    }

    .service-menu .list-menu a:hover {
        color: #348d4d
    }

    .service-menu .list-menu a::before {
        position: absolute;
        background: 0 0 !important;
        content: ''
    }

    .menu-section {
        margin-bottom: 20px
    }

    .service-menu-title .menu-border {
        position: absolute;
        width: 70px;
        height: 3px;
        border-radius: 10px;
        margin-left: 5px
    }

    .service-menu-title .menu-border.mobile {
        background-color: #3bd6d0
    }

    .service-menu-title .menu-border.website {
        background-color: #8ccf49
    }

    .service-menu-title .menu-border.ui-ux {
        background-color: #cadaec
    }

    .service-menu-title .menu-border.ar-vr {
        background-color: #ffbfab
    }

    .service-menu-title .menu-border.wearable {
        background-color: #5dc1d8
    }

    .service-menu-title .menu-border.digital {
        background-color: #e9f3fe
    }

    .service-menu-title .menu-border.software {
        background-color: #5f81a9
    }

    .service-menu-title .menu-border.blockchain {
        background-color: #ffd485
    }

    .service-menu-title .menu-border.wearable {
        background-color: #ffd485
    }

    .bottom-link {
        margin-top: 70px
    }

    .bottom-link .heading {
        font-weight: 500;
        font-size: 22px;
        line-height: 27px;
        color: #348d4d
    }

    .bottom-link a {
        padding: 0
    }

    .bottom-link a::before {
        background: 0 0;
        position: absolute;
        content: ''
    }

    .contact-menu {
        display: none
    }

    nav ul li.contact-btn-nav a.active {
        color: #000
    }

    .contact-btn-nav a.contact-btn-a {
        color: #fff;
        background-color: #348d4d;
        padding: 10px 18px;
        border-radius: 40px;
        /* font-size: 1.1rem; */
        font-size: 0.9rem;

    }

    .contact-btn-nav a.contact-btn-a:hover {
        color: #000
    }

    .contact-btn-nav a::before {
        height: unset !important
    }

    .contact-menu-wrap::before {
        position: absolute;
        content: '';
        height: 20px;
        background: 0 0;
        width: 4%;
        bottom: 0;
        left: 80%
    }

    .contact-menu-wrap::before:hover .contact-menu {
        display: block
    }

    nav ul li:hover .contact-menu {
        display: block;
        background-image: linear-gradient(180.22deg, #6c6c6c -5.85%, #000 47.15%);
        width: 950px;
        left: -850px;
        top: 80px;
        padding: 30px 0;
        z-index: -1;
        border-radius: 10px;
        position: relative
    }

    nav ul li:hover .contact-menu::before {
        position: absolute;
        content: url(../img/map.svg);
        top: 35%;
        left: 16%;
        z-index: -1
    }

    .contact-menu .details {
        max-width: 200px;
        padding-top: 25px
    }

    .contact-menu .details .title {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        text-transform: capitalize;
        color: #fff;
        padding-bottom: 20px
    }

    .contact-menu .details .description {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-transform: capitalize;
        color: #348d4d;
        padding-bottom: 20px
    }

    .contact-menu .details .para {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        color: #b1b1b1
    }

    .contact-menu .details .mail {
        color: #348d4d;
        font-size: 17px;
        margin-top: 20px;
        cursor: pointer
    }

    .contact-menu .contact-location {
        display: inline-block
    }

    .contact-menu .contact-location .heading {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        text-transform: capitalize;
        color: #fff;
        transition: all ease-in .3s;
        padding-bottom: 20px
    }

    .contact-menu .contact-location .location {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        color: #e8e7e7;
        padding: 12px 0;
        transition: all ease-in .3s
    }

    .contact-menu .contact-location .location:hover {
        color: #348d4d
    }

    .contact-menu .contact-link {
        display: inline-block
    }

    .contact-menu .contact-link .heading {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        text-transform: capitalize;
        color: #fff;
        transition: all ease-in .3s;
        padding-bottom: 20px
    }

    .contact-menu .contact-link .social-link {
        padding: 12px 0
    }

    .contact-menu .contact-link .social-link a {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        color: #dbdbdb;
        padding: 0;
        transition: all ease-in .3s
    }

    .contact-menu .contact-link .social-link:hover .twitter {
        color: #1fa1f1
    }

    .contact-menu .contact-link .social-link:hover .facebook {
        color: #4267b2
    }

    .contact-menu .contact-link .social-link:hover .linkdin {
        color: #0072b1
    }

    .contact-menu .contact-link .social-link:hover .pink {
        color: #ea4c89
    }

    .contact-menu .contact-link .social-link:hover .dribbble {
        color: #ea4c89
    }

    .contact-menu .contact-link .social-link:hover .behance {
        color: #053eff
    }

    .contact-menu .contact-link .social-link a::before {
        position: absolute;
        background: 0 0;
        content: ''
    }

    .contact-menu .contact-link .social-link i {
        padding-right: 20px
    }

    .hire-developer-menu {
        display: none
    }

    .hire-developer-menu-wrap::before {
        position: absolute;
        content: '';
        height: 30px;
        background: 0 0;
        width: 5%;
        bottom: 0;
        left: 65%
    }

    .hire-developer-menu-wrap:hover .hire-developer-menu {
        display: block;
        padding-left: 30px !important;
        background-image: url(../img/header/developer-header.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    nav ul li .hire-developer-menu.container {
        max-width: 1250px
    }

    nav ul li:hover .hire-developer-menu {
        display: block;
        background-image: linear-gradient(180deg, #6c6c6c -5.5%, #000 60.15%);
        width: 1200px;
        left: -850px;
        top: 80px;
        z-index: -1;
        border-radius: 10px;
        position: relative
    }

    nav ul li .hire-developer-menu .header-botm-btn a {
        margin: 0 !important
    }

    .hire-developer-menu .details {
        max-width: 280px
    }

    .hire-developer-menu .details .title {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        color: #fff;
        padding: 40px 0 25px
    }

    .hire-developer-menu .details .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #348d4d;
        padding-bottom: 35px
    }

    .hire-developer-menu .details .para {
        font-weight: 700;
        font-size: 24px;
        line-height: 29px;
        color: #dfdfdf;
        padding-bottom: 35px
    }

    .blog-menu {
        display: none
    }

    .industries-menu {
        display: none
    }

    .industries-menu-wrap::before {
        position: absolute;
        content: '';
        height: 30px;
        background: 0 0;
        width: 4%;
        bottom: 0;
        left: 57%
    }

    nav ul li:hover .industries-menu {
        display: block;
        background-image: linear-gradient(180deg, #6c6c6c -5.5%, #000 60.15%);
        width: 1000px;
        left: -500px;
        top: 80px;
        z-index: -1;
        border-radius: 10px;
        position: relative
    }

    .industries-menu .details {
        max-width: 300px
    }

    .industries-menu .details .title {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        color: #fff;
        padding: 40px 0 20px
    }

    .industries-menu .details .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #348d4d;
        padding-bottom: 30px
    }

    .cnt_nv {
        border: 1px solid transparent !important;
        background: #348d4d;
        color: #1f1f1f !important;
        font-weight: 700;
        padding: 12px 32px 13px;
        border-radius: 40px;
        overflow: hidden;
        border: 1px solid transparent !important
    }

    .sales .cnt_nv {
        padding: 12px 9px 13px !important
    }

    .cnt_nv.btn-primary:hover {
        background-color: #fdcb04
    }

    .trnsprnt-border {
        border: none !important
    }

    .cnt_nv:before {
        display: none
    }

    .cnt_nv svg {
        top: 13px;
        fill: #1f1f1f
    }

    .cnt_nv:hover svg {
        right: 12px;
        transform: scale(.8);
        -webkit-transform: scale(.8)
    }

    header::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px)
    }

    .mb_close {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        display: none
    }

    .mb_menu_bar {
        width: 31px;
        height: 31px;
        display: none
    }

    .mb_menu_bar .hmb_st {
        stroke: #348d4d
    }

    .mb_menu_bar .hmb_st1 {
        fill: #348d4d
    }

    .mb_menu_bar svg {
        width: 100%;
        height: 100%
    }

    .dropdown-wrapper {
        position: absolute;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        background: red;
        z-index: 99
    }

    .dropdown-inner {
        border-top: 1px solid #e6e6e6;
        background: red;
        margin-top: 25px
    }

    .dropdown-inner .flex-wrapper {
        justify-content: center
    }

    header>.header_container nav li:hover .dropdown-wrapper {
        opacity: 1;
        visibility: visible
    }

    .dropdown-wrapper .dropdown-list .list-menu ul {
        display: inline-block
    }

    .dropdown-wrapper .dropdown-list .list-menu ul li {
        color: #fff
    }

    .about-menu {
        display: none
    }

    .about-menu-wrap:hover .about-menu {
        display: block;
        background-image: url(../img/header/about-header-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        width: 1300px;
        left: -550px;
        top: 80px;
        z-index: -1;
        border-radius: 10px;
        padding: 40px 0 40px 60px
    }

    .about-menu-wrap .container {
        max-width: 1250px !important
    }

    .about-menu .about-header-content {
        height: 300px
    }

    .about-menu .about-header-content .about-title {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        text-transform: capitalize;
        color: #fff
    }

    .about-menu-wrap .about-menu .about-header-content .about-description {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        text-transform: capitalize;
        color: #348d4d;
        padding: 15px 0 24px;
        max-width: 240px;
        height: 130px
    }

    .about-menu-wrap .about-menu .about-header-content .about-sub-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-transform: capitalize;
        color: #d0d0d0;
        padding-bottom: 10px
    }

    .about-menu-wrap .about-menu .about-page-link a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: underline !important;
        text-transform: capitalize;
        color: #ffc400 !important;
        padding-top: 20px;
        margin: 0
    }

    .about-menu-wrap .about-menu .about-page-link a::before {
        background-color: transparent !important
    }

    .about-menu-wrap .about-menu .about-header-content .about-list.li-list-wrap {
        padding-left: 20px
    }

    .about-menu-wrap .about-menu .about-header-content .about-list ul {
        display: block
    }

    .about-menu-wrap .about-menu .about-header-content .about-list ul li {
        padding: 5px 0;
        margin: 0
    }

    .about-menu-wrap .about-menu .about-header-content .about-list ul.ul-wrap {
        padding-left: 20px
    }

    .about-menu-wrap .about-menu .about-header-content .about-list ul li.new-li {
        list-style: disc;
        font-size: 16px
    }

    .about-menu-wrap .about-menu .about-header-content .about-list ul li.new-li::marker {
        color: #ffc400 !important
    }

    @media (max-width:1800px) {
        .service-menu-wrap::before {
            width: 5%;
            left: 54%
        }

        .tech-menu-header {
            margin-top: 4%;
            margin-left: 7%
        }

        .hire-developer-menu-wrap::before {
            width: 8%;
            left: 75%
        }

        .industries-menu-wrap::before {
            width: 5%;
            left: 59%
        }

        .contact-menu-wrap::before {
            width: 6%;
            left: 90%
        }
    }

    @media (max-width:1400px) {
        .service-menu-wrap::before {
            left: 48%
        }

        .industries-menu-wrap::before {
            width: 7%;
            left: 53%
        }

        .hire-developer-menu-wrap::before {
            width: 10%;
            left: 71%
        }

        .contact-menu-wrap::before {
            width: 5%;
            left: 90%
        }
    }

    @media (max-width:1200px) {
        .service-menu-wrap::before {
            left: 48%;
            width: 5%
        }

        .contact-menu-wrap::before {
            width: 6%;
            left: 86%
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        nav ul li {
            margin: 0 0 0 20px
        }

        nav ul li a {
            font-size: .9rem
        }

        .header_container {
            padding-top: 20px;
            padding-bottom: 20px
        }
    }

    @media only screen and (max-width:767px) {
        .header_container {
            padding-top: 20px;
            padding-bottom: 20px
        }

        .contact-menu {
            display: none
        }

        .service-menu {
            display: none
        }

        .hire-developer-menu {
            display: none
        }

        .industries-menu {
            display: none
        }

        .blog-menu {
            display: block
        }

        nav ul li {
            margin: 0;
            padding: 0
        }

        nav ul li a {
            font-size: 1.3rem;
            padding: 18px 0;
            border-bottom: 1px solid #191b1e
        }

        header {
            position: fixed;
            overflow: visible;
            z-index: 999
        }

        nav {
            position: fixed;
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
            padding: 30px 20px 0;
            background: #101214;
            transform: scale(0);
            -webkit-transform: scale(0);
            visibility: hidden;
            opacity: 0;
            transition: all .3s cubic-bezier(0, 0, 0, 1.01);
            -webkit-transition: all .3s cubic-bezier(0, 0, 0, 1.01)
        }

        .open-menu nav {
            transform: scale(1);
            -webkit-transform: scale(1);
            visibility: visible;
            opacity: 1
        }

        .open-menu header {
            transform: none !important;
            -webkit-transform: none !important;
            -ms-transform: none !important
        }

        nav ul {
            display: flex;
            flex-direction: column
        }

        .cnt_nv {
            margin: 40px auto;
            display: table
        }

        .mb_close,
        .mb_menu_bar {
            display: block
        }



    }

    @media (max-width:450px) {
        .contact-menu {
            display: none !important
        }

        .about-menu {
            display: none !important
        }

        .service-menu {
            display: none !important
        }

        .hire-developer-menu {
            display: none !important
        }

        .industries-menu {
            display: none !important
        }

        nav ul li {
            margin: 0;
            padding: 0
        }

    }

    footer {
        background-color: #222;
        padding: 100px 0 0;
        color: #fff;
        font-family: Lato, sans-serif !important
    }

    footer .fln {
        height: 1px;
        width: 100%;
        background-color: rgb(216 216 216 / 12%);
        display: block;
        margin-top: 50px
    }

    .copy_nav {
        display: flex
    }

    .copy_nav a {
        display: block;
        color: rgb(255 255 255 / 80%);
        padding: 10px 0;
        position: relative
    }

    .copy_nav li {
        padding: 0 15px;
        position: relative
    }

    .copy_nav li:first-child::before {
        display: none
    }

    .copy_nav li::before {
        position: absolute;
        left: 0;
        top: 10px;
        height: 14px;
        width: 1px;
        background: rgb(255 255 255 / 80%);
        content: ''
    }

    .copyright {
        color: rgb(255 255 255 / 80%);
        padding: 30px 0
    }

    .footer_upper_side {
        display: flex;
        justify-content: space-between
    }

    .footer_section h3 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 30px
    }

    .foot_nav {
        padding: 0;
        margin: 0
    }

    .foot_nav li {
        list-style-type: disc;
        display: list-item;
        list-style-position: inside
    }

    .foot_nav li .foot_location,
    .foot_nav li a {
        display: inline-block;
        color: rgb(255 255 255 / 80%);
        padding: 8px 0;
        position: relative
    }

    .copy_nav a:hover,
    .foot_nav li:hover .foot_location,
    .foot_nav li:hover a,
    .foot_nav li:hover::marker {
        color: #348d4d
    }

    .copy_nav a:before,
    .foot_nav li .foot_location::before,
    .foot_nav li a::before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #348d4d;
        content: '';
        transform: scaleX(0) translateZ(0);
        transform-origin: 100% 100%;
        -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: transform .5s cubic-bezier(.19, 1, .22, 1)
    }

    .copy_nav a:hover:before,
    .foot_nav li:hover .foot_location:before,
    .foot_nav li:hover a::before {
        transform: scaleX(1) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: 0 0
    }

    .social_nv {
        position: relative;
        display: flex;
        margin-bottom: 50px
    }

    .social_nv li {
        float: left;
        padding: 0 8px 0 0
    }

    .social_nv li a {
        font-size: 1.5rem;
        width: 40px;
        height: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
        overflow: hidden
    }

    .social_nv li:hover a {
        color: #000
    }

    .social_nv li a::after {
        background-color: #348d4d;
        position: absolute;
        content: "";
        width: 100%;
        display: block;
        height: 100%;
        transform: scaleX(0) translateZ(0);
        transform-origin: 100% 100%;
        -webkit-transition: transform .4s cubic-bezier(.19, 1, .22, 1);
        transition: transform .4s cubic-bezier(.19, 1, .22, 1);
        left: 0;
        top: 0;
        z-index: -1
    }

    .ft_ls_sec h3 a:hover {
        color: #348d4d !important;
    }

    .social_nv li:hover a::after {
        transform: scaleX(1) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: 0 0
    }

    .footer_section h3.wrt a {
        margin-bottom: 15px;
        display: inline-block;
        color: rgb(255 255 255 / 80%);
        padding: 8px 0;
        position: relative
    }

    .footer_section h3.wrt a:hover {
        color: #348d4d
    }

    .footer_section h3.wrt a::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #348d4d;
        content: '';
        transform: scaleX(0) translateZ(0);
        transform-origin: 100% 100%;
        -webkit-transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        transition: transform .5s cubic-bezier(.19, 1, .22, 1)
    }

    .footer_section h3.wrt:hover a::after {
        transform: scaleX(1) translateZ(0);
        transform-origin: 0 0;
        -webkit-transform: scaleX(1) translateZ(0);
        -webkit-transform-origin: 0 0
    }

    @media only screen and (max-width:1366px) {
        .footer_section h3 {
            font-size: 1.3rem
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
        footer {
            padding: 60px 0 0
        }

        .footer_section h3 {
            font-size: 1.1rem
        }

        .footer_upper_side {
            flex-wrap: wrap
        }

        .footer_upper_side .footer_section {
            width: 33.3%
        }

        .footer_upper_side .footer_section.sol_email {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 40px
        }

        .social_nv {
            margin-bottom: 0
        }
    }

    @media only screen and (max-width:767px) {
        .social_nv li a::after {
            background-color: transparent !important
        }

        .social_nv li:hover a {
            color: #fff !important
        }

        footer {
            padding: 60px 0 0
        }

        .footer_section h3 {
            font-size: 1.1rem
        }

        .footer_upper_side {
            flex-wrap: wrap
        }

        .footer_upper_side .footer_section {
            width: 100%
        }

        .footer_upper_side .footer_section.sol_email {
            width: 100%;
            display: flex;
            justify-content: space-between;
            margin-top: 40px;
            flex-wrap: wrap
        }

        .social_nv {
            margin-bottom: 0
        }

        .copy_nav_wrap {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            text-align: center;
            line-height: 1.67;
            padding-bottom: 20px
        }

        .foot_nav {
            display: none
        }

        .copyright {
            padding: 30px 0 10px;
            width: 250px;
            max-width: 100%
        }

        .footer_section.sol_email h3 {
            margin-bottom: 10px
        }

        .footer_section.sol_email .ft_ls_sec:first-child {
            margin-bottom: 30px;
            width: 100%
        }

        .footer_upper_side .footer_section.sol_email .foot_nav {
            display: block
        }

        .footer_section h3.mb_drop {
            border-bottom: 1px solid #fff;
            padding: 20px 0;
            margin-bottom: 15px;
            position: relative;
            justify-content: space-between;
            display: flex;
            align-items: center
        }

        .footer_section h3.mb_drop i {
            position: relative;
            display: block;
            width: 15px;
            height: 15px
        }

        .footer_section h3.mb_drop i::after,
        .footer_section h3.mb_drop i::before {
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            content: '';
            background: #fff;
            height: 2px;
            margin-top: -1px
        }

        .footer_section h3.mb_drop i::after {
            transform: rotate(90deg);
            -webkit-transform: rotate(90deg)
        }

        .footer_section h3.mb_drop.active i::after {
            opacity: 0;
            visibility: hidden
        }

        .ft_ls_sec .cnt_nv {
            margin: 0
        }

        .footer_upper_side .footer_section.sol_email .foot_nav {
            display: block !important
        }
    }


    .hm_banner {
        position: relative;
        left: 0;
        width: 100%;
        content: '';
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hm-content {
        padding: 0 40px;
    }

    #bannerVideo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: -1
    }

    .ban_caption {
        position: absolute;
        left: 50%;
        top: 20%;
        width: 900px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .ban_caption h2 {
        font-family: Assistant, sans-serif;
        font-size: 2.75rem;
        font-weight: 600;
        margin-bottom: 30px
    }

    .ban_caption h3 {
        font-family: Assistant, sans-serif;
        font-size: 4.625rem;
        font-weight: 700;
        color: #348d4d;
        margin: 0;
        text-transform: uppercase
    }

    .ban_caption h1 {
        font-size: 1.75rem;
        font-weight: 600;
        font-family: Assistant, sans-serif;
        margin-bottom: 50px;
        position: relative
    }

    .ban_caption .ln {
        height: 2px;
        width: 96px;
        background-color: #348d4d;
        display: block;
        position: absolute;
        left: 50%;
        bottom: -20px
    }

    [data-aos=ln-hd] {
        transform: translateX(-50%) scaleX(0);
        -webkit-transform: translateX(-50%) scaleX(0)
    }

    [data-aos=ln-hd].aos-animate {
        transform: translateX(-50%) scaleX(1);
        -webkit-transform: translateX(-50%) scaleX(1)
    }

    .tp_bx {
        position: relative;
        border: 1px dashed #ffff;
        padding: 18px 42px;
        margin-bottom: 35px;
        min-height: 126px
    }

    .bxx::after,
    .bxx::before,
    .tp_bx::after,
    .tp_bx::before {
        position: absolute;
        width: 9px;
        height: 9px;
        left: 50%;
        background: #fff;
        content: '';
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .tp_bx::before {
        top: -5px
    }

    .tp_bx::after {
        bottom: -5px
    }

    .bxx::before {
        top: -55px
    }

    .bxx::after {
        bottom: -55px
    }

    .bxx {
        position: absolute;
        width: 9px;
        height: 9px;
        background: #fff;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }

    .bxx.lt {
        left: -5px
    }

    .bxx.rt {
        right: -5px
    }

    .gray_sec {
        background-color: #222;
        position: relative
    }

    .rt_bx {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }

    .gray_sec::after,
    .gray_sec::before,
    .rt_bx::after,
    .rt_bx::before {
        width: 100%;
        bottom: 0;
        content: '';
        position: absolute;
        right: 0;
        clip-path: polygon(0 100%, 100% 0, 100% 100%, 20% 99%)
    }

    .gray_sec::before,
    .rt_bx::before {
        height: 22px;
        background: rgb(255 255 255 / 5%);
        z-index: 1
    }

    .gray_sec::after,
    .rt_bx::after {
        height: 44px;
        background: rgb(0 0 0 / 17%)
    }

    .rt_bx::after,
    .rt_bx::before {
        bottom: auto;
        top: 0;
        clip-path: polygon(0 0, 78% 0, 100% 0, 0 100%)
    }

    .what_we_do h2 {
        font-family: Assistant, sans-serif;
        font-size: 3rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px
    }

    .what_we_do h2 span {
        font-size: 4.875rem;
        display: block
    }

    .what_we_do p {
        line-height: 1.5;
        font-size: 1.125rem;
        max-width: 550px;
        margin-bottom: 25px
    }

    .what_we_do .or_para {
        line-height: 1.5;
        font-size: 1.4rem;
        max-width: 500px;
        color: #348d4d;
        font-family: Assistant, sans-serif;
        font-weight: 700
    }

    .what_we_do .lc_idea {
        line-height: 1.5;
        font-size: 1.125rem;
        display: flex;
        font-weight: 700;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 30px
    }

    .what_we_do .lc_idea i {
        margin-right: 10px
    }

    .serv_tb {
        display: none
    }

    .what_we_do {
        width: 599px;
        max-width: 47%;
        position: sticky;
        top: 60px
    }

    .what_we_do_grph {
        width: 600px;
        max-width: 53%
    }

    #hm_banner_logo .img-box-h img {
        margin: auto
    }


    .hm-heading {
        font-weight: 700;
        font-size: 60px;
        line-height: 73px;
        padding-bottom: 5px
    }

    .hm-heading .ln {
        height: 2px;
        width: 150px;
        background-color: #348d4d;
        display: block;
        position: absolute;
        margin: 0 auto
    }

    .hm-description {
        font-weight: 600;
        font-size: 18px;
        line-height: 32px;
        padding: 20px 0
    }

    .hm-btn-main {
        margin-top: 20px
    }

    .hm-btn-main .btn.btn-primary {
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 13px 25px;
        color: #101214;
        overflow: hidden
    }

    .hm-btn-main .btn.btn-primary:hover {
        color: #fff
    }

    .hm-btn-main .btn.btn-primary.btn-white:hover {
        border: none;
        border: 1px solid transparent
    }

    .hm-btn-main .btn.btn-primary.btn-ylw {
        background-color: #348d4d;
        box-shadow: 0 4px 13px rgb(234 234 234 / 25%)
    }

    .hm-btn-main .btn.btn-primary.btn-white {
        background-color: transparent;
        color: #fff;
        border: 1px solid;
        margin-left: 20px
    }

    .hm-btn-main .btn.btn-primary:focus {
        box-shadow: unset !important
    }

    .hm-banner-logos {
        position: absolute;
        bottom: 0
    }

    .hm-banner-logo-row {
        display: flex;
        justify-content: space-between
    }

    .hm-banner-img {
        width: 160px
    }

    .srvc-home {
        display: block
    }

    .srvc-home .service-header .srvc-section-title {
        font-weight: 700;
        font-size: 42px;
        line-height: 54px;
        margin-left: 35px
    }

    .srvc-home .service-header .srvc-section-title .small-text {
        font-size: 35px;
        line-height: 45px
    }

    .srvc-home .service-header-btn .hm-srvc-btn {
        margin-right: 60px
    }

    .srvc-home .service-header-btn .hm-srvc-btn a {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 15px 35px;
        overflow: hidden
    }

    .srvc-home .service-header-btn .hm-srvc-btn a:hover {
        border: 1px solid transparent !important
    }

    .services-title .services-box {
        position: relative;
        left: 10%
    }

    .services-title .services-box .services-btn {
        height: 100px;
        width: 300px;
        border-radius: 25px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        position: relative;
        transition: all .5s ease-in-out
    }

    .services-title .services-box .services-btn::before {
        background-image: linear-gradient(90deg, #348d4d 0, rgba(255, 253, 232, .8155637254901961) 100%);
        content: '';
        position: absolute;
        height: 102%;
        width: 101%;
        z-index: -1;
        border-radius: 25px
    }

    .services-title .services-box .services-btn.active::before {
        background-image: none !important;
        border: none !important
    }

    .services-title .services-box .service-btn .srvc-content {
        font-weight: 300;
        font-size: 20px;
        line-height: 36px
    }

    .services-title .services-box .mobile-srvc.active {
        background: linear-gradient(91.88deg, #d25292 .88%, #e0a7c3 108.17%)
    }

    .services-title .services-box .digital-srvc.active {
        background: linear-gradient(91.19deg, #52b1f7 .56%, #aecce1 105.95%)
    }

    .services-title .services-box .web-srvc.active {
        background: linear-gradient(91.21deg, #c86ab3 .57%, #e2bad9 104.73%)
    }

    .services-title .services-box .wearable-srvc.active {
        background: linear-gradient(91.13deg, #3ca875 .53%, #9dd8bc 111.35%)
    }

    .services-title .services-box .ar-srvc.active {
        background: linear-gradient(91.18deg, #6c51bf .56%, #c7b8f5 107.16%)
    }

    .services-title .services-box .ui-srvc.active {
        background: linear-gradient(92.03deg, #ca9f4b 5.34%, #f1ddb5 104.44%)
    }

    .services-title .services-box .blockchain-srvc.active {
        background: linear-gradient(91.19deg, #363185 .56%, #563da8 .57%, #9d99e8 105.95%)
    }

    .srvc-home .content-srvc-box {
        position: sticky;
        top: 60px
    }

    .srvc-home .content-srvc-box .home-services-inners {
        background-color: #1d1d1d;
        border-radius: 12px
    }

    .srvc-main-content {
        max-width: 800px;
        padding: 40px 80px;
        transition: all .25s linear
    }

    .srvc-main-content .srvc-title {
        color: #348d4d;
        font-weight: 700;
        font-size: 42px;
        line-height: 54px
    }

    .srvc-main-content .srvc-description {
        font-weight: 400;
        font-size: 18px;
        line-height: 35px
    }

    .srvc-main-content .service-content-btn a {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 15px 30px;
        overflow: hidden
    }

    .srvc-main-content .service-content-btn a:hover {
        border: 1px solid transparent !important
    }

    .srvc-main-content .srvc-tech {
        text-align: center
    }

    .srvc-main-content .srvc-tech a {
        color: #fff
    }

    .srvc-main-content .srvc-tech img {
        flex: 1
    }

    .srvc-mob {
        display: none
    }

    .srvc-mob .mobile_serv {
        margin: 50px 0
    }

    .srvc-mob .mobile_serv .mob_stand .heading {
        font-weight: 700;
        font-size: 30px;
        line-height: 40px
    }

    .srvc-mob .mobile_serv .mob_stand {
        margin-top: 50px
    }

    .srvc-mob .mobile_serv .hm-mob-srvc-btn a {
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 15px 32px;
        overflow: hidden
    }

    .srvc-mob .service-header-btn .hm-srvc-btn:hover a {
        border: none !important;
        border-radius: 30px
    }

    .srvc-mob .accordion-content .title {
        color: #fff;
        font-size: 20px;
        padding-top: 20px
    }

    .srvc-mob .accordion-content .description {
        font-size: 16px;
        padding-top: 15px;
        font-weight: 200
    }

    .srvc-mob .tech-img-srvc {
        text-align: center
    }

    .srvc-mob .tech-img-srvc a {
        color: #fff
    }

    .srvc-mob .tech-img-srvc img {
        padding: 0 28px
    }

    .srvc-mob .tech-img-srvc span {
        font-size: 12px
    }

    .srvc-mob .accordion-button {
        height: 100px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: #000;
        color: #fff;
        transition: all .5s ease-in-out;
        border: 1px solid #348d4d
    }

    .srvc-mob .accordion-item {
        background-color: transparent
    }

    .srvc-mob .accordion-body {
        background-color: #1d1d1d;
        padding-bottom: 40px
    }

    .srvc-mob .accordion-button::before {
        content: '';
        position: absolute;
        height: 104%;
        width: 102%;
        z-index: -1;
        border-radius: 25px
    }

    .accordion-button:not(.collapsed) {
        color: #fff;
        background: linear-gradient(91.88deg, #d25292 .88%, #e0a7c3 108.17%);
        border: none
    }

    .srvc-mob .accordion-button:after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url(../img/home/arrow-up.png);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out
    }

    .srvc-sec-home {
        background-color: #000;
        padding: 50px 0
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
        background: #282828;
        border-radius: 20px;
        /* display: flex; */
        margin-top: 40px;
        margin-right: 10px;
    }

    .srvc-sec-home .srvc-home-heading {
        font-size: 40px;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #348d4d
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
        padding: 40px 30px 0px 30px;
        min-height: 414px;
        max-height: 615px;
        display: inline-block;

    }

    @media(max-width:1024px) {
        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
            min-height: 0px;
        }
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
        font-weight: 600;
        font-size: 37px;
        line-height: 50px;
        color: #f9f9f9
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
        font-weight: 500;
        font-size: 13px;
        line-height: 28px;
        color: #9c9c9c;
        padding: 20px 0
    }

    @media only screen and (min-width:1024px) {
        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {

            line-height: 21px;

        }
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list {
        background: #348d4d;
        box-shadow: 4px 0 12px rgba(135, 132, 132, .3);
        border-radius: 20px;
        display: flex;
        /* flex-direction: column; */
        justify-content: center;
        min-width: 130px
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 10px;
        color: #fff !important
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon .srvc-name {
        padding-top: 6px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #f9f9f9
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn.btn-primary {
        background-color: transparent !important;
        border: 1px solid #fff;
        filter: drop-shadow(0 4px 13px rgba(234, 234, 234, .25));
        border-radius: 22.5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #348d4d;
        padding: 13px 65px;
        overflow: hidden
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary:active {
        color: #fff !important;
        border: none !important
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn-primary:focus {
        box-shadow: unset !important;
        color: #000;
        border: 1px solid transparent !important;
        background-color: transparent !important
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary:hover {
        border: 1px solid transparent;
        color: #000 !important
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary.hvr-sweep-to-right::before {
        background: #348d4d;
        overflow: hidden;
        color: #000 !important
    }

    .srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary:visited {
        background-color: transparent !important
    }

    .latest_project_sec {
        background-color: #0e0f0f;
        padding-bottom: 90px
    }

    .project-img {
        display: none
    }

    .activeSlide .project-img {
        display: block;
        position: absolute;
        width: 105%
    }

    .who_we_are {
        overflow: hidden
    }

    .who_we_are p {
        line-height: 1.67
    }

    .who_we_are .btn_line {
        margin: 25px 0 50px 0
    }

    #clin_ls {
        margin: 25px -70px 0 -70px;
        width: calc(100% + 140px)
    }

    #clin_ls .item {
        width: 180px !important;
        height: 167px;
        display: flex !important;
        align-items: center;
        justify-content: center
    }

    #clin_ls .item img {
        max-width: 100%;
        display: block
    }

    #clin_ls .slick-slide {
        background: #2c2c2c !important
    }

    #clin_ls .item:nth-child(2n+0),
    #clin_ls .slick-slide:nth-child(2n+0) {
        background: #0e0e0e !important
    }

    .landing-block-8 #clin_ls .slick-slide {
        background: 0 0 !important
    }

    #clin_ls .slick-slide:nth-child(2n+0),
    .landing-block-8 #clin_ls .item:nth-child(2n+0) {
        background: 0 0 !important
    }

    .reimagining_entrepreneurial_sec {
        overflow: hidden
    }

    .reimagining_entrepreneurial_sec h2 {
        display: block;
        line-height: 1.3;
        padding-bottom: 0
    }

    .reimagining_entrepreneurial_sec h2::before {
        display: none
    }

    .reimagining_entrepreneurial_sec h2 span {
        display: block;
        color: #fff
    }

    .reimagining_entrepreneurial_sec p {
        max-width: 400px;
        line-height: 1.5
    }

    .services_ls_bx {
        display: flex;
        width: 200vw;
        margin: 0 -70px;
        flex-wrap: nowrap
    }

    .latest_project_sec .btn_line {
        margin: 70px auto 0;
        display: table;
        font-size: 1rem;
        padding: 12px 45px
    }

    .latest_project_sec .btn_line svg {
        top: 11px
    }

    .services_ls_bx.lt {
        margin-top: 30px
    }

    .services_ls_bx.rt {
        margin-bottom: -30px
    }

    .hm-salesforce-crm-sec {
        padding: 50px 0 50px;
        background: #000
    }

    .hm-salesforce-crm-sec .title-main {
        font-size: 40px;
        font-weight: 700;
        text-transform: capitalize;
        letter-spacing: 1px;
        color: #348d4d;
        padding-left: 6%;
        margin-bottom: 100px
    }

    .hm-salesforce-crm-sec .crm-card-wrapper {
        border: .2px solid #348d4d;
        padding: 40px 20px;
        position: relative
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap {
        text-align: center;
        margin: -5% auto;
        max-width: 1000px;
        background: #000
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .title {
        font-weight: 600;
        font-size: 32px;
        line-height: 46px;
        color: #fff
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .title span {
        color: #348d4d
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding: 20px 0
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-box {
        padding-top: 80px
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-light-card {
        background: #4e4e4e;
        border-radius: 2px;
        padding: 20px 0;
        text-align: center
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-icon {
        padding: 10px 0 30px
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-icon img {
        filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg)
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap:hover .crm-icon img {
        filter: brightness(100%) contrast(100%) saturate(0) blur(0) hue-rotate(0deg);
        transition-duration: .6s
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-light-card .crm-title {
        background-color: #222;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        padding: 18px 0
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-dark-card {
        background: #222;
        border-radius: 2px;
        padding: 20px 0;
        text-align: center
    }

    .hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-dark-card .crm-title {
        background: #4e4e4e;
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
        padding: 18px 0
    }

    .hm-salesforce-product-sec {
        padding: 50px 0 100px;
        background: #000
    }

    .hm-salesforce-product-sec .product-content-wrap {
        margin: 0 auto;
        text-align: center;
        position: relative;
        padding-bottom: 80px
    }

    .hm-salesforce-product-sec .product-content-wrap::after {
        position: absolute;
        content: '';
        width: 180px;
        height: 4px;
        background-color: #fff;
        left: 44%
    }

    .hm-salesforce-product-sec .product-content-wrap .title {
        font-weight: 600;
        font-size: 40px;
        line-height: 46px;
        text-align: center;
        color: #fff;
        padding-bottom: 30px
    }

    .hm-salesforce-product-sec .product-content-wrap .title span {
        color: #348d4d
    }

    .hm-salesforce-product-sec .product-card-wrap {
        text-align: center
    }

    .hm-salesforce-product-sec .product-card-wrap .product-card-light {
        background: #fff;
        border-radius: 2px;
        padding: 30px 12px
    }

    .hm-salesforce-product-sec .product-card-wrap .product-icon {
        padding: 10px 0 30px
    }

    .hm-salesforce-product-sec .product-card-wrap .product-card-light .product-card-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #222;
        padding-bottom: 10px
    }

    .hm-salesforce-product-sec .product-card-wrap .product-card-dark {
        background: #222;
        border-radius: 2px;
        padding: 30px 12px
    }

    .hm-salesforce-product-sec .product-card-wrap .product-card-dark .product-card-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        padding-bottom: 10px
    }

    .hm-salesforce-cta-sec {
        background: #222121;
        padding: 45px 0 60px
    }

    .hm-salesforce-cta-sec .cta-content-wrap {
        margin: 0 auto;
        text-align: center;
        max-width: 950px
    }

    .hm-salesforce-cta-sec .cta-content-wrap .title {
        font-weight: 600;
        font-size: 28px;
        line-height: 30px;
        text-align: center;
        color: #348d4d
    }

    .hm-salesforce-cta-sec .cta-content-wrap .description {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        padding: 20px 0 30px;
        position: relative
    }

    .hm-salesforce-cta-sec .cta-content-wrap .hm-btn-main {
        margin-top: 30px
    }

    .domains_ls {
        align-items: center;
        color: #3e3f3f;
        counter-reset: section;
        display: flex;
        position: relative;
        will-change: transform;
        width: 100%
    }

    .domains_ls:last-child {
        counter-reset: section
    }

    .domains_ls li {
        align-items: center;
        display: flex;
        position: relative;
        white-space: pre;
        font-family: Assistant, sans-serif;
        font-weight: 400
    }

    .domains_ls li::before {
        content: counter(section);
        counter-increment: section;
        left: 0;
        position: absolute;
        text-align: center
    }

    .domains_ls li::after {
        background: #3e3f3f;
        content: '';
        height: 1px;
        width: 62px
    }

    .services_ls_bx.lt ol:nth-child(1) {
        animation: services1a 60s linear -20s infinite
    }

    .services_ls_bx.lt ol:nth-child(2) {
        animation: services1b 60s linear 10s infinite
    }

    .services_ls_bx.rt ol:nth-child(1) {
        animation: services2a 60s linear -20s infinite
    }

    .services_ls_bx.rt ol:nth-child(2) {
        animation: services2b 60s linear 10s infinite
    }

    .services_ls_bx.rt .domains_ls {
        counter-reset: section 4
    }

    @keyframes services1a {
        0% {
            -webkit-transform: translate3d(100vw, 0, 0);
            transform: translate3d(100vw, 0, 0)
        }

        100% {
            -webkit-transform: translate3d(100vw, 0, 0) translate3d(-200%, 0, 0);
            transform: translate3d(100vw, 0, 0) translate3d(-200%, 0, 0)
        }
    }

    @keyframes services1b {
        0% {
            -webkit-transform: translate3d(100vw, 0, 0) translate3d(-100%, 0, 0);
            transform: translate3d(100vw, 0, 0) translate3d(-100%, 0, 0)
        }

        100% {
            -webkit-transform: translate3d(100vw, 0, 0) translate3d(-300%, 0, 0);
            transform: translate3d(100vw, 0, 0) translate3d(-300%, 0, 0)
        }
    }

    @keyframes services2a {
        0% {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0)
        }

        100% {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0)
        }
    }

    @keyframes services2b {
        0% {
            -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0)
        }

        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }

    .awards_sec .lt {
        max-width: 850px;
        padding-left: 100px
    }

    .awards_sec .lt p {
        line-height: 1.67
    }

    .awards_sec .lt h2 {
        max-width: 100%
    }

    .awards_im figure img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center
    }

    .awards_im {
        width: 100px;
        text-align: center;
        line-height: 1.67;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 30px
    }

    .awards_im figure {
        height: 113px;
        margin: 0 0 20px 0
    }

    .blog_sec {
        margin-top: 150px;
        overflow: hidden;
    }

    #blog_sld {
        display: flex;
        margin: 0 0 -20px -20px
    }

    .blog_bx {
        width: 380px;
        margin: 20px
    }

    .blog_bx figure a {
        display: block;
        width: 100%;
        height: 240px;
        overflow: hidden;
        border-radius: 4px
    }

    .blog_bx figure a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center
    }

    #blog_sld .item:hover .blog_bx figure a img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2)
    }

    .blog_bx figure {
        margin-bottom: 30px
    }

    .blog_bx .nm {
        font-size: 1.75rem;
        color: #fff;
        font-family: Assistant, sans-serif;
        font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        margin-bottom: 20px;
        line-height: 1.4
    }

    .blog_bx p {
        font-size: 1rem;
        line-height: 1.67;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #e9e9e9
    }

    .blog_bx .ln_btn {
        display: inline-flex;
        padding: 0 0 5px;
        font-size: 1.125rem;
        margin: 20px 0 0;
        color: #348d4d;
        position: relative
    }

    .see_all_nv .arrow {
        position: absolute;
        width: 32px;
        height: 32px;
        right: -42px;
        top: -8px;
        opacity: 0;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1)
    }

    .see_all_nv .arrow i {
        font-style: normal;
        position: absolute;
        top: 4px;
        left: -12px;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1)
    }

    .see_all_nv {
        position: relative;
        color: #fff;
        font-size: 1.125rem;
        display: block
    }

    .see_all_nv:hover {
        color: #348d4d
    }

    .see_all_nv:hover .arrow {
        opacity: 1
    }

    .see_all_nv .arrow i span {
        position: relative;
        left: 0;
        top: -7px;
        font-size: 31px;
        padding: 0;
        -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
        transition: all .6s cubic-bezier(.19, 1, .22, 1)
    }

    .see_all_nv .arrow svg {
        position: absolute;
        top: 7px;
        left: 5px
    }

    .see_all_nv .arrow-icon--circle {
        transition: stroke-dashoffset .3s ease;
        stroke-dasharray: 95;
        stroke-dashoffset: 95
    }

    .see_all_nv:hover .arrow-icon--circle {
        stroke-dashoffset: 0
    }

    .see_all_nv:hover .arrow i {
        left: -3px
    }

    .nw_projects h2 {
        font-weight: 600;
        padding-bottom: 0
    }

    .nw_projects h2::before {
        display: none
    }

    .nw_projects p {
        font-weight: 700;
        margin-bottom: 35px
    }

    .mouse_ani {
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .mouse_ani .ln {
        width: 20px;
        height: 120px;
        background: #222;
        display: block;
        margin: 13px 0 0 0;
        border-radius: 30px;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform-origin: top center
    }

    #lst_project_sl .item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 70px;
        align-items: center;
        overflow: hidden;
        height: 100vh;
        padding-top: 150px;
        padding-bottom: 70px
    }

    #lst_project_sl .item .lt,
    #lst_project_sl .item .rt {
        width: 50%
    }

    #lst_project_sl .item .lt {
        max-width: 550px
    }

    #lst_project_sl .item .rt {
        max-width: 672px
    }

    #lst_project_sl .item .rt figure img {
        max-width: 100%
    }

    .project_del h3 {
        font-size: 4.25rem;
        font-family: Assistant, sans-serif;
        font-weight: 700
    }

    .project_del .shd {
        font-size: 1.375rem;
        color: #5f5f5f;
        margin: 10px 0 35px;
        display: block
    }

    .project_del p {
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 30px
    }

    .project_del .btn_line {
        font-size: 1rem;
        height: 47px
    }

    .project_del .btn_line:hover svg {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        margin-top: -3px
    }

    #lst_project_sl .owl-dots .owl-dot span {
        display: block;
        width: 24px;
        height: 4px;
        background: #d8d8d8;
        border-radius: 13px;
        transition: all .3s ease-out
    }

    #lst_project_sl .owl-dots .owl-dot {
        padding: 10px 3px !important
    }

    #lst_project_sl .owl-dots {
        margin-left: 70px;
        position: absolute;
        bottom: 80px;
        opacity: 0
    }

    #lst_project_sl .owl-dots .owl-dot.active span {
        background: #cf9a09
    }

    .first_ph {
        transform: scale(4.3);
        z-index: 99;
        position: relative;
        transition: all .1
    }

    #lst_project_sl .owl-stage-outer {
        overflow: visible
    }

    .ovrd {
        position: absolute;
        content: '';
        top: -90px;
        left: 0;
        width: 700px;
        height: 100vh;
        background-color: #0e0f0f;
        z-index: 2;
        opacity: 1;
        pointer-events: none;
        transition: all .5s cubic-bezier(0, 0, 0, 1.01);
        -webkit-transition: all .5s cubic-bezier(0, 0, 0, 1.01)
    }

    .serv_tabs_ls {
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 15px;
        grid-row-gap: 15px
    }

    .serv_tabs_ls .slick-slide:nth-child(1),
    .serv_tabs_ls li:nth-child(1) {
        grid-area: 1/1/2/2
    }

    .serv_tabs_ls .slick-slide:nth-child(2),
    .serv_tabs_ls li:nth-child(2) {
        grid-area: 1/2/2/3;
        top: 90px
    }

    .serv_tabs_ls .slick-slide:nth-child(3),
    .serv_tabs_ls li:nth-child(3) {
        grid-area: 2/1/3/2
    }

    .serv_tabs_ls .slick-slide:nth-child(4),
    .serv_tabs_ls li:nth-child(4) {
        grid-area: 2/2/3/3;
        top: 90px
    }

    .serv_tabs_ls .slick-slide:nth-child(5),
    .serv_tabs_ls li:nth-child(5) {
        grid-area: 3/1/4/2
    }

    .serv_tabs_ls .slick-slide:nth-child(6),
    .serv_tabs_ls li:nth-child(6) {
        grid-area: 3/2/4/3;
        top: 90px
    }

    .serv_tabs_ls .slick-slide,
    .serv_tabs_ls li {
        width: 280px;
        position: relative
    }

    .serv_tabs_ls .slick-slide a,
    .serv_tabs_ls li a {
        cursor: default;
        padding: 0 10px 46px;
        display: block;
        overflow: hidden;
        text-align: center;
        color: #fff;
        border-radius: 8px;
        background-color: #0f1012;
        border: 1px solid transparent;
        height: 100%;
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%)
    }

    .serv_tabs_ls .slick-slide a i,
    .serv_tabs_ls li a i {
        width: 232px;
        display: flex;
        height: 232px;
        background: #2c2c2c;
        margin: -86px auto 30px;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        padding-top: 75px
    }

    .serv_tabs_ls .slick-slide a .hd,
    .serv_tabs_ls li a .hd {
        font-size: 1.5rem;
        font-weight: 700;
        font-family: Assistant, sans-serif;
        color: #348d4d;
        display: block;
        margin-bottom: 15px;
        padding: 0 50px;
        min-height: 107px
    }

    .serv_tabs_ls .slick-slide a p,
    .serv_tabs_ls li a p {
        font-size: .9rem;
        padding: 0 20px;
        line-height: 1.67
    }

    .serv_tabs_ls .slick-slide a p.hide,
    .serv_tabs_ls li a p.hide {
        position: absolute;
        z-index: -1;
        opacity: 0;
        visibility: hidden
    }

    .serv_tabs_ls .slick-slide a:hover,
    .serv_tabs_ls li a:hover {
        border-color: #242424;
        box-shadow: 0 2px 22px 0 rgb(0 0 0 / 50%)
    }

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

        .hm-btn-main .btn.btn-primary:hover {
            color: #000
        }

        .serv_tabs_ls .slick-slide:nth-child(2),
        .serv_tabs_ls li:nth-child(2) {
            grid-area: 1/2/2/3;
            top: unset
        }

        .serv_tabs_ls .slick-slide:nth-child(4),
        .serv_tabs_ls li:nth-child(4) {
            grid-area: 2/2/3/3;
            top: unset
        }

        .serv_tabs_ls .slick-slide:nth-child(6),
        .serv_tabs_ls li:nth-child(6) {
            grid-area: 3/2/4/3;
            top: unset
        }

        .hm-salesforce-crm-sec .crm-content-wrap::after {
            left: 30%;
            width: 150px
        }

        .hm-salesforce-product-sec .product-content-wrap::after {
            width: 150px;
            left: 30%
        }

        .hm-salesforce-crm-sec {
            padding: 20px 0 20px
        }

        .hm-salesforce-crm-sec .title-main {
            margin-bottom: 20px
        }
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #fff
    }

    .slick-dots li button:before {
        font-size: 20px;
        color: #fff
    }

    .slick-dots li button {
        color: #e2e2e2
    }

    .lst_para {
        margin: 30px auto 10px;
        display: table
    }

    #productsSl {
        margin: 0 auto;
        position: relative
    }

    .products_lst::before {
        width: 348px;
        height: 550px;
        background: #222;
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        border-radius: 4px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .lst_project_inner {
        padding: 15px;
        width: 348px;
        height: 550px
    }

    .lst_project_inner figure {
        margin: 0 0 10px;
        padding: 0;
        border-radius: 4px;
        overflow: hidden;
        height: 303px;
        opacity: .5;
        transition: all .3s ease
    }

    .lst_project_inner figure img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%
    }

    .categoryTitle,
    .slt_caption .nv {
        font-family: Assistant, sans-serif;
        display: table;
        font-size: 2.5rem;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s !important
    }

    .SubsectionTitle,
    .slt_caption .hq {
        color: #348d4d;
        font-family: Assistant, sans-serif;
        display: table;
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 10px;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s !important
    }

    .Subsectiondescription,
    .slt_caption p {
        font-size: .925rem;
        line-height: 1.67;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0s !important
    }

    .hide_para,
    .slt_caption p.hide {
        position: absolute;
        z-index: -1;
        opacity: 0 !important;
        visibility: hidden !important
    }

    #productsSl .slick-center .lst_project_inner figure {
        opacity: 1
    }

    #productsSl .slick-center .slt_caption .hq,
    #productsSl .slick-center .slt_caption .nv,
    #productsSl .slick-center .slt_caption p {
        opacity: 1;
        visibility: visible;
        transition: all .3s cubic-bezier(0, 0, .18, .87);
        -webkit-transition: all .3s cubic-bezier(0, 0, .18, .87);
        transition-delay: .3s !important;
        -webkit-transition-delay: .3s !important
    }

    .products_lst {
        margin: 0 -70px;
        position: relative
    }

    #productsSl .cen-lf .lst_project_inner,
    #productsSl .cen-rf .lst_project_inner {
        padding-top: 0
    }

    #productsSl .cen-rf .lst_project_inner figure {
        height: 318px;
        clip-path: polygon(0 15px, 100% 0, 100% 100%, 0 100%)
    }

    #productsSl .cen-lf .lst_project_inner figure {
        height: 318px;
        clip-path: polygon(0 0, 100% 15px, 100% 100%, 0 100%)
    }

    .pr_sld_btn {
        position: absolute;
        bottom: 0;
        width: 65px;
        height: 65px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all .3s cubic-bezier(0, 0, .18, .87);
        -webkit-transition: all .3s cubic-bezier(0, 0, .18, .87)
    }

    .pr_sld_btn:hover {
        background-color: #fff
    }

    .pr_sld_btn:hover svg {
        fill: #000
    }

    .pr_sld_btn svg {
        fill: #fff;
        width: 38px
    }

    .pr_sld_btn.pr_prev {
        bottom: 140px;
        left: 27vw
    }

    .pr_sld_btn.pr_next {
        bottom: 140px;
        right: 27vw;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg)
    }

    .pr_sld_btn.pr_prev:hover {
        -webkit-animation: scale_lf .5s linear 1;
        animation: scale_lf .5s linear 1;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    @-webkit-keyframes scale_lf {
        0% {
            transform: scale(1)
        }

        15% {
            transform: scale(1.2)
        }

        to {
            transform: scale(1)
        }
    }

    @keyframes scale_lf {
        0% {
            transform: scale(1)
        }

        15% {
            transform: scale(1.2)
        }

        to {
            transform: scale(1)
        }
    }

    .pr_sld_btn.pr_next:hover {
        -webkit-animation: scale_rf .5s linear 1;
        animation: scale_rf .5s linear 1;
        -webkit-animation-delay: .1s;
        animation-delay: .1s
    }

    @-webkit-keyframes scale_rf {
        0% {
            transform: scale(1) rotate(180deg)
        }

        15% {
            transform: scale(1.2) rotate(180deg)
        }

        to {
            transform: scale(1) rotate(180deg)
        }
    }

    @keyframes scale_rf {
        0% {
            transform: scale(1) rotate(180deg)
        }

        15% {
            transform: scale(1.2) rotate(180deg)
        }

        to {
            transform: scale(1) rotate(180deg)
        }
    }

    #blog_sld .item {
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        -webkit-transition: all .3s cubic-bezier(.175, .885, .32, 1.275)
    }

    #blog_sld .item:hover {
        background: #181818;
        border-radius: 4px
    }

    .awards_sec .hd_s .ln,
    .blog_sec .hd_s .ln,
    .who_we_are .hd_s .ln {
        transform-origin: left bottom;
        left: 48px
    }

    .ofc_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transition: none !important;
        -webkit-transition: none !important
    }

    .career_section {
        overflow: hidden;
        padding-bottom: 50px
    }

    .ofc_img {
        height: 600px
    }

    .career_section .career_section_inner {
        border: 2px solid transparent;
        margin-top: 70px;
        padding-bottom: 80px
    }

    .career_section_caption {
        margin: 60px auto 0;
        display: table;
        text-align: center
    }

    .career_section_caption h3 {
        font-size: 2.75rem;
        font-family: Assistant, sans-serif;
        font-weight: 600
    }

    .career_section_caption p {
        color: #348d4d;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 30px 0
    }

    #themes {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: 580px;
        background: #2d2d2d;
        overflow: hidden
    }

    #themes .column {
        position: relative;
        width: 20%;
        height: 580px;
        display: inline-block;
        transition: width .6s cubic-bezier(.16, 1, .3, 1);
        -webkit-transition: width .6s cubic-bezier(.16, 1, .3, 1)
    }

    .contact_form_sec {
        padding: 90px 70px
    }

    #themes .column.hover .box:after {
        opacity: .6
    }

    #themes .column.hover .box .animated {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }

    #themes .column .box {
        width: 100%;
        height: 580px;
        display: block
    }

    #themes .column .box .theme-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        transform: translateX(-100%);
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    #themes .column .box .text {
        position: absolute;
        bottom: 40px;
        left: 0;
        padding: 0 20px;
        width: 100%;
        z-index: 199;
        display: flex;
        justify-content: space-between;
        color: #fff;
        z-index: 91;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    #themes .column .box .text .title {
        font-size: 2rem;
        line-height: 1.3;
        color: #fff;
        font-family: Assistant, sans-serif;
        font-weight: 600
    }

    #themes .column .box .text .title b {
        display: block;
        color: #348d4d;
        font-size: 1.5rem
    }

    #themes .column .box .animated {
        width: 330px;
        opacity: 0;
        transition: opacity .5s, transform .5s;
        transform: translate3d(-50px, 0, 0)
    }

    #themes .column .box .theme-bg {
        transform: translateY(0)
    }

    #themes .column .box::before {
        width: 100%;
        height: 100%;
        content: '';
        left: 0;
        bottom: 0;
        position: absolute;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(14, 15, 15, .65) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(14, 15, 15, .65) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(14, 15, 15, .65) 100%);
        z-index: 9
    }

    #themes .column .box .text .address_del {
        position: absolute;
        right: 40px;
        top: 0;
        line-height: 1.67;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    #themes .column .box .text .address_del i svg {
        width: 22px;
        height: 22px;
        display: block;
        margin-bottom: 3px
    }

    .get_in_head {
        display: table;
        margin: 0 auto;
        padding: 120px 0 80px;
        text-align: center
    }

    .get_in_head h3 {
        font-size: 2.75rem;
        font-family: Assistant, sans-serif;
        font-weight: 600
    }

    .get_in_head p {
        color: #348d4d;
        font-size: 1.5rem;
        font-weight: 700;
        margin: 30px 0 0
    }

    #getin_touch_popup .popup_inside_section {
        width: 760px;
        max-width: calc(100% - 30px)
    }

    #getin_touch_popup .getin_touch_pop_ins {
        padding: 16px 21px 38px 30px;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
        background-color: #222
    }

    #otherLandingPageFormPopup .intl-tel-input {
        display: block
    }

    #otherLandingPageFormPopup .form_grp {
        margin-bottom: 10px
    }

    #otherLandingPageForm #touchEmail-error,
    #otherLandingPageForm #touchName-error {
        color: red
    }

    #otherLandingPageFormPopup #touchEmail-error,
    #otherLandingPageFormPopup #touchName-error {
        color: red
    }

    #otherLandingPageFormPopup input[type=text]:active,
    #otherLandingPageFormPopup input[type=text]:focus {
        background: 0 0 !important
    }

    #otherLandingPageFormPopup .form-control:focus {
        background-color: transparent !important;
        color: #fff !important
    }

    .height-unset {
        height: unset !important;
        overflow: unset !important
    }

    .getin_touch_form .form_grp {
        position: relative
    }

    .getin_touch_form .form_grp i {
        position: absolute;
        left: 10px;
        top: 12px
    }

    .getin_touch_form form label {
        font-family: Assistant, sans-serif;
        font-weight: 400
    }

    .getin_touch_form form label.error {
        color: red
    }

    .getin_touch_form .inp_with_ico .flag-container {
        height: 50px
    }

    .getin_touch_form form input,
    .getin_touch_form form textarea {
        border: 1px solid #979797 !important;
        border-radius: 8px;
        background: 0 0;
        padding: 12px 10px 12px 45px;
        color: #fff
    }

    .getin_touch_form form input:hover,
    .getin_touch_form form textarea:hover {
        border-color: #fff !important
    }

    .getin_touch_form form .inp_with_ico {
        position: relative
    }

    .getin_touch_form form .inp_with_ico .form-control:focus {
        background-color: transparent !important
    }

    .getin_touch_form form textarea {
        padding: 15px
    }

    .getin_touch_form .form_grp i svg {
        width: 24px;
        height: 24px
    }

    .getin_touch_form .form_grp.rt {
        display: flex;
        justify-content: flex-end;
        margin: 0
    }

    .getin_touch_pop_ins .head {
        display: table;
        margin: 0 auto 20px;
        font-size: 2.25rem
    }

    .getin_touch_pop_ins .head .ln {
        left: 50%
    }

    .getin_touch_form .form_grp button {
        background: #348d4d;
        color: #010101;
        font-family: Lato, sans-serif;
        border: 0;
        padding: 12px 55px;
        cursor: pointer
    }

    .getin_touch_pop_ins .pr {
        width: 540px;
        margin: 0 auto;
        text-align: center;
        max-width: 90%;
        font-size: 1.125rem;
        line-height: 1.5;
        font-weight: 300;
        font-family: Assistant, sans-serif
    }

    .getin_touch_form form {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between
    }

    .getin_touch_form .form_grp {
        width: 100%;
        margin-bottom: 25px
    }

    .getin_touch_form .form_grp.half {
        width: calc(50% - 15px)
    }

    .getin_touch_form .form_grp.half .intl-tel-input {
        display: unset
    }

    .getin_touch_form form input {
        color: #fff
    }

    .getin_touch_form .form-control:focus {
        color: #fff
    }

    .three_line_para {
        max-width: 1300px
    }

    .lst_tk_btn {
        background: 0 0;
        min-width: 180px;
        justify-content: center
    }

    section#redesign-main {
        margin-top: 0
    }

    .body-content {
        margin-top: 3em;
        outline: 0
    }

    .body-content .ui-container {
        display: flex;
        background-size: cover;
        background-position: center top
    }

    .body-content .ui-container .row-wide {
        width: 100%
    }

    .content-module {
        margin-bottom: 0
    }

    .section-container.section-container-8 {
        overflow: hidden
    }

    .section-container {
        width: 100%;
        position: relative
    }

    .body-content .ui-container .row {
        width: 100%;
        margin: 0 auto;
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    @media screen and (min-width:1000px) {
        .body-content .ui-container .row {
            max-width: 78.125rem
        }
    }

    .carousel {
        position: relative;
        width: 100%
    }

    .carousel .slide_container {
        height: 570px
    }

    .slide_container {
        width: 410px;
        height: 350px;
        position: relative;
        -webkit-perspective: 1500px;
        perspective: 1450px;
        margin: auto;
        margin-top: 60px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        padding-left: 15px;
        padding-right: 15px
    }

    .carousel .slide_container:before {
        content: " ";
        display: block;
        border-radius: 4px;
        background: rgba(255, 255, 255, .04);
        width: 84%;
        height: 97%;
        position: absolute;
        top: -2.6%;
        left: 11.5%;
        z-index: -1
    }

    .cards {
        z-index: 9;
        position: relative;
        display: block;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: margin .5s;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-transform: translateZ(900px);
        transform: translateZ(900px)
    }

    .cards li {
        display: block;
        position: absolute;
        width: 310px;
        height: 300px;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
        padding: 20px 10px 0 10px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .cards li {
        overflow: hidden;
        padding: 0
    }

    .carousel-img {
        width: 100%
    }

    .cards .img-container img {
        -webkit-transition: -webkit-transform .6s ease;
        transition: -webkit-transform .6s ease;
        -o-transition: transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease, -webkit-transform .6s ease
    }

    .arrow {
        cursor: pointer;
        -webkit-transition: margin .5s;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }

    .section-container-8 .arrow:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .section-container-8 .cta-more-box {
        position: relative;
        left: 0;
        top: 0;
        width: 70px;
        height: 70px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        display: inline-block
    }

    .cta-more-box.arrow.slide-left {
        position: absolute;
        top: 60%;
        left: -17%
    }

    .section-container-8 .cta-more-arrow {
        position: absolute;
        top: 28px;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease
    }

    .slide-left .img-arrow-left {
        width: 2em;
        position: absolute;
        left: 20px;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .carousel-text-content {
        padding-left: 15px
    }

    .carousel .slide_container .next-active {
        display: none
    }

    .section-container-8 .text-content h4.categoryTitle {
        position: relative;
        top: 5px;
        opacity: 0
    }

    .section-container-8 .text-content.isactive h4.categoryTitle {
        transition: all .6s ease-out;
        top: 0;
        opacity: 1;
        transition-delay: .1s;
        visibility: visible
    }

    .content-module a {
        font-size: 1rem;
        margin-bottom: 1.6rem
    }

    .section-container-8 .text-content h3.SubsectionTitle {
        position: relative;
        top: 5px;
        opacity: 0
    }

    .section-container-8 .text-content.isactive h3.SubsectionTitle {
        transition: all .6s ease-out;
        top: 0;
        opacity: 1;
        transition-delay: .2s;
        visibility: visible
    }

    .section-container-8 .text-content p:nth-child(3) {
        position: relative;
        top: 5px;
        opacity: 0
    }

    .section-container-8 .text-content.isactive p {
        transition: all .6s ease-out;
        top: 0;
        opacity: 1;
        visibility: visible;
        transition-delay: .3s
    }

    .carousel .slide_container .top-active {
        position: absolute;
        top: 56%;
        padding: 0 12%;
        opacity: 1
    }

    .carousel .slide_container .top-active.move-right {
        transition: opacity .5s ease-out;
        opacity: 0
    }

    .carousel .slide_container .top-active.move {
        transition: opacity .5s ease-out;
        opacity: 0
    }

    .cta-more-box.arrow.slide-right {
        position: absolute;
        left: 106%;
        top: 60%
    }

    .slide-right .img-arrow-right {
        width: 2em;
        position: absolute;
        left: 20px
    }

    .close_column {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: none;
        transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in;
        transition-delay: .8s;
        -webkit-transition-delay: .8s
    }

    .right-box-content .description {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        padding: 20px 0
    }

    .store-img a,
    .store-img a img {
        width: 100%
    }

    .project-technology .tech-list-port {
        padding-left: 0
    }

    .project-technology li {
        padding-right: 30px;
        margin: 10px 15px;
        flex: 0 0 25%;
        list-style: none
    }

    .right-box-content .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        color: #fff
    }

    .project-case-btn {
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        color: #fccc02 !important;
        cursor: default
    }

    .project-sec-1 {
        overflow: hidden;
        background-image: linear-gradient(170deg, #000 21%, #c72229 84%);
        position: relative
    }

    .project-sec-2 {
        overflow: hidden;
        position: relative;
        background-image: linear-gradient(170deg, #000 21%, #098089 84%)
    }

    .project-sec-3 {
        overflow: hidden;
        position: relative;
        background-image: linear-gradient(165deg, #000 21%, #015e99 84%)
    }

    .project-sec-4 {
        overflow: hidden;
        position: relative;
        background-image: linear-gradient(165deg, #000 21%, #6290c8 84%)
    }

    .project-sec-5 {
        overflow: hidden;
        position: relative;
        background-image: linear-gradient(165deg, #000 21%, #ed6438 84%)
    }

    .project-wrap {
        min-height: 100vh
    }

    .project-wrap-col-1 {
        display: flex;
        align-items: center
    }

    .left-box-content {
        text-align: center;
        padding: 20px;
        background: #222;
        border-radius: 20px
    }

    .project-logo-img-khatabook {
        margin-top: -100px
    }

    .project-logo-img-tg {
        margin-top: -68px
    }

    .project-logo-img-oberit {
        margin-top: -98px
    }

    .project-logo-img-myshift {
        margin-top: -80px
    }

    .project-logo-img-sesh {
        margin-top: -65px
    }

    .project-type {
        font-weight: 600;
        font-size: 22px;
        line-height: 32px;
        color: #348d4d;
        padding-top: 10px
    }

    .store-img-box {
        margin-top: 20px
    }

    .store-img-box .right-title {
        text-align: left;
        padding-left: 10px
    }

    .project-technology {
        margin-top: 20px
    }

    .project-technology .right-title {
        text-align: left;
        padding-left: 10px
    }

    .tech-list-project {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 10px
    }

    .project-wrap-col-2 {
        position: relative
    }

    .project-wrap-col-2 .project-img-wrap {
        clip: rect(auto, auto, auto, auto);
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .project-wrap-col-2 .project-img-wrap .center-img-box {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        position: fixed
    }

    .project-wrap-col-2 .project-img-wrap .center-img-box .phone img {
        max-width: 100%;
        height: auto;
        position: fixed;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%)
    }

    .project-wrap-col-3 {
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .project-wrap .project-btn-main .btn.btn-primary {
        background: #348d4d;
        border-radius: 24.5px;
        box-shadow: 0 4px 13px rgb(234 234 234 / 25%);
        padding: 13px 25px;
        color: #fff;
        border: 1px solid transparent !important;
        overflow: hidden;
        margin-top: 40px;
        text-transform: uppercase;
        letter-spacing: .1em
    }

    .project-wrap .project-btn-main .btn.btn-primary:hover {
        color: #000 !important;
        background-color: #348d4d !important
    }

    .project-wrap .project-btn-main .btn.btn-primary:active {
        background-color: #348d4d
    }

    .project-slider-mob {
        display: none
    }

    .project-slider-mob .testimonial-card .testimonial-list .testimonial-wrapper {
        background: 0 0 !important;
        border: none;
        height: 100%;
        width: unset;
        position: relative
    }

    .project-slider-mob .project-mob-sec .project-name {
        font-size: 30px;
        line-height: 32px;
        text-align: center;
        padding: 30px 0
    }

    .project-slider-mob .project-slider-mob .testimonial-card .testimonial-card-slider .slide {
        height: 100%
    }

    .project-slider-mob .mob-store-img {
        display: flex;
        justify-content: center;
        margin-top: 20px
    }

    .project-slider-mob .project-img-mob {
        text-align: center
    }

    .project-slider-mob .project-img-mob img {
        display: inline-block !important
    }

    .project-slider-mob .testimonial-card .testimonial-list .testimonial-wrapper {
        margin-top: 10px !important
    }

    .project-slider-mob .testimonial-card-slider {
        height: 650px !important
    }

    .project-slider-mob .testimonial-card ul li {
        margin-top: 0 !important
    }

    .project-slider-mob .testimonial-card-slider .slick-list {
        height: 100% !important
    }

    #themes .column.hover .close_column {
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        z-index: 99
    }

    @media (min-width:767px) and (max-width:768px) {
        .carousel .container:before {
            width: 98% !important;
            left: 3% !important
        }

        .cards li {
            width: 245px !important;
            height: 244px !important;
            left: 0
        }

        .cta-more-box.arrow.slide-left {
            left: -27% !important
        }

        .cta-more-box.arrow.slide-right {
            left: 105% !important
        }

        .carousel .container .top-active {
            top: 44% !important;
            left: -2%
        }

        h3.SubsectionTitle {
            height: auto !important
        }

        .carousel .container .cta-more-center {
            bottom: -20px !important;
            left: 54% !important;
            width: 65% !important
        }

        .explore-container {
            width: 46%;
            left: 27%
        }
    }

    @media (min-width:1023px) and (max-width:1024px) {
        .carousel .container:before {
            width: 84% !important;
            left: 13% !important
        }

        .cards li {
            width: 224px !important;
            height: 200px !important;
            left: 5%
        }

        .cta-more-box.arrow.slide-left {
            left: -20% !important
        }

        .cta-more-box.arrow.slide-right {
            left: 103% !important
        }

        .carousel .container .top-active {
            top: 37% !important;
            left: 6%
        }

        h3.SubsectionTitle {
            height: auto !important
        }

        .carousel .container .cta-more-center {
            bottom: -5px !important;
            left: 55% !important;
            width: 65% !important
        }
    }

    @media screen and (max-width:767px) {
        .hm_banner::before {
            opacity: .4
        }

        .hm-heading {
            font-size: 32px;
            line-height: 42px
        }

        .hm-btn-main .btn.btn-primary.btn-white {
            margin-top: 20px;
            margin-left: 0
        }

        .section-container-7 .shared-container {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .section-container-2 .cta-more .cta-more-label {
            margin-left: 42px
        }

        .cards li {
            width: 230px;
            height: 240px
        }

        .slide_container {
            width: 320px;
            height: 290px
        }

        .carousel-img {
            height: auto;
            width: 100%
        }
    }

    .section-container .new-row {
        width: 100%;
        margin: 0 auto;
        padding-top: 4.25em;
        padding-bottom: 6.25em
    }

    .section-container .new-row ol,
    .section-container .new-row ul {
        margin-top: .625rem;
        margin-bottom: 1.6rem;
        margin-left: 1.875rem;
        padding-left: 1.25rem
    }

    @media screen and (min-width:1000px) {
        .new-row {
            max-width: 100% !important
        }

        .section-container .new-row ol,
        .section-container .new-row ul {
            margin-bottom: 1.6rem;
            margin-left: 1.875rem;
            padding-left: 1.25rem
        }
    }

    @media only screen and (max-width:999px) and (min-width:768px) {
        .slide_container {
            width: 350px;
            height: 280px
        }

        .cards li {
            width: 220px;
            height: 200px
        }

        .section-container .new-row ol,
        .section-container .new-row ul {
            margin-left: 3.075rem;
            padding-left: 3.25rem
        }
    }

    @media only screen and (max-width:1040px) and (min-width:1000px) {
        .slide_container {
            width: 310px
        }

        .cards li {
            width: 220px;
            height: 200px
        }

        .section-container .new-row ol,
        .section-container .new-row ul {
            margin-left: 3.075rem;
            padding-left: 3.25rem
        }
    }

    @media all and (min-width:700px) and (max-width:1366px) {
        .bxx::before {
            top: -48px
        }

        .bxx::after {
            bottom: -48px
        }
    }

    @media all and (min-width:700px) and (max-width:1440px) {
        .bxx::before {
            top: -62px
        }

        .bxx::after {
            bottom: -62px
        }

        .project-wrap-col-2 .project-img-wrap .center-img-box .phone img {
            top: 58%
        }
    }

    @media only screen and (max-width:1320px) and (min-width:1025px) {
        .zoom {
            overflow: hidden
        }

        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
            font-size: 30px
        }

        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
            min-height: 210px
        }
    }

    @media all and (max-width:1500px) {
        .project-logo-img-myshift {
            margin-top: -70px
        }

        .project-technology li {
            margin: 10px 7px
        }

        .domains_ls li::before {
            letter-spacing: -.5px
        }

        .blog_bx .nm {
            font-size: 1.55rem;
            margin-bottom: 15px
        }

        .blog_bx figure {
            margin-bottom: 20px
        }

        .blog_bx figure a {
            height: 220px
        }

        .blog_bx {
            width: 330px
        }

        .blog_bx p {
            font-size: .9rem
        }

        .project-logo-img-oberit {
            margin-top: -58px
        }
    }

    @media all and (max-width:1366px) {
        .ban_caption h2 {
            font-size: 2.45rem
        }

        .ban_caption h3 {
            font-size: 3.225rem
        }

        .tp_bx {
            min-height: 100px
        }

        .what_we_do h2 {
            font-size: 2.7rem
        }

        .what_we_do h2 span {
            font-size: 4.175rem
        }

        .what_we_do .or_para {
            font-size: 1.2rem;
            max-width: 430px
        }

        .what_we_do p {
            font-size: 1.025rem;
            max-width: 500px
        }

        .what_we_do .lc_idea {
            font-size: .925rem;
            margin-bottom: 20px
        }

        .categoryTitle,
        .slt_caption .nv {
            font-size: 2.5rem
        }

        .career_section_caption h3,
        .get_in_head h3 {
            font-size: 2.35rem
        }

        .career_section_caption p,
        .get_in_head p {
            font-size: 1.2rem
        }

        #themes .column .box .text .title {
            font-size: 1.7rem
        }

        #themes .column .box .text .title b {
            font-size: 1.3rem
        }

        .awards_im {
            margin: 0 20px
        }

        .btn_line:hover svg {
            right: 12px
        }
    }

    @media all and (max-width:900px) {
        .domains_ls li {
            letter-spacing: -2px
        }
    }

    @media all and (max-width:600px) {
        .section-container .new-row {
            padding-top: 0
        }

        .domains_ls li {
            font-size: 2.5rem;
            line-height: 1.5;
            margin-right: 25px;
            padding-left: 30px
        }

        .domains_ls li::before {
            font-size: 1.5rem;
            left: 0;
            line-height: 1.5;
            width: 20px
        }

        .domains_ls li::after {
            margin-left: 25px;
            width: 32px
        }

        .domains_ls {
            width: 150%
        }
    }

    @media all and (min-width:601px) and (max-width:1500px) {
        .domains_ls li {
            margin-right: 34px
        }

        .domains_ls li::before {
            font-size: 1.5rem;
            left: 0;
            line-height: 1.5
        }

        .domains_ls li::after {
            margin-left: 30px
        }
    }

    @media all and (min-width:601px) and (max-width:1200px) {
        .domains_ls li {
            line-height: 1.5;
            padding-left: 30px;
            font-size: 2rem
        }

        .mouse_ani .ln {
            height: 80px
        }
    }

    @media all and (min-width:901px) {
        .domains_ls li {
            letter-spacing: -4px;
            padding-left: 30px
        }
    }

    @media all and (min-width:1201px) and (max-width:1500px) {
        .domains_ls li {
            font-size: 3.55rem;
            line-height: 1.5;
            padding-left: 25px
        }
    }

    @media all and (min-width:1501px) {


        .domains_ls li {
            line-height: 1.6;
            font-size: 3.55rem;
            margin-right: 59px;
            padding-left: 30px
        }

        .domains_ls li::before {
            font-size: 2.125rem;
            left: 0;
            letter-spacing: -1px;
            line-height: 56px
        }

        .domains_ls li::after {
            margin-left: 50px
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
        .what_we_do p {
            max-width: 400px
        }

        .what_we_do_grph {
            max-width: 60%
        }

        .what_we_do {
            max-width: 38%
        }

        .get_in_touch {
            overflow: hidden
        }

        .products_lst {
            margin: 0 -15px
        }

        .pr_sld_btn.pr_next {
            right: 20vw
        }

        .pr_sld_btn.pr_prev {
            left: 20vw
        }

        #themes .column .box .text {
            padding: 0 20px
        }

        .carousel .slide_container .top-active {
            top: 44%
        }

        .categoryTitle,
        .slt_caption .nv {
            font-size: 2.1rem
        }

        .section-container .new-row ol,
        .section-container .new-row ul {
            margin-left: 1.675rem
        }

        .carousel .slide_container {
            height: 510px
        }
    }

    @media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {

        .what_we_do,
        .what_we_do_grph {
            width: 100%;
            max-width: 100%
        }

        .services_sec .container {
            flex-wrap: wrap
        }

        .what_we_do {
            position: static;
            margin-bottom: 40px
        }

        .serv_tabs_ls {
            width: 580px;
            max-width: 100%;
            margin: 0 auto
        }

        .services_sec {
            padding-bottom: 210px;
            overflow: hidden
        }

        .pr_sld_btn.pr_next {
            right: 20vw
        }

        .pr_sld_btn.pr_prev {
            left: 20vw
        }

        .awards_sec .rt {
            max-width: 65%
        }

        .blog_sec_inner {
            overflow: hidden
        }

        .get_in_touch {
            overflow: hidden
        }

        .hm_banner {
            /* height: 100vh; */
            overflow: hidden
        }

        .ofc_img img {
            transform: scale(1);
            -webkit-transform: scale(1)
        }

        .ban_caption {
            top: 35%;
            width: 100%
        }

        .products_lst {
            margin: 0 -15px
        }

        .pr_sld_btn.pr_next {
            right: 15vw
        }

        .pr_sld_btn.pr_prev {
            left: 15vw
        }

        .nw_projects .hd_s {
            text-align: center
        }

        .nw_projects {
            overflow: hidden
        }

        .awards_sec .lt h2 {
            font-size: 2.2rem
        }

        .awards_im figure {
            height: 75px
        }

        .awards_im {
            margin: 0 10px
        }

        .awards_im .aw_tx {
            font-size: .9rem
        }

        .career_section .career_section_inner {
            border-color: #c29109
        }

        #themes .column .box .text {
            padding: 0 10px
        }

        #themes .column .box .text .title {
            font-size: 1.3rem
        }

        #themes .column .box .text .title b {
            font-size: 1rem
        }

        #themes,
        #themes .column,
        #themes .column .box {
            height: 400px
        }

        .career_section_caption h3,
        .get_in_head h3 {
            font-size: 1.85rem
        }

        .get_in_head {
            padding: 60px 0 65px
        }

        .ofc_img {
            height: 400px
        }

        .career_section .career_section_inner {
            padding-bottom: 85px
        }

        .what_we_do h2 span {
            font-size: 3.975rem
        }

        .bxx::before {
            top: -45px
        }

        .bxx::after {
            bottom: -45px
        }

        #clin_ls .item {
            width: 150px;
            height: 135px
        }

        #clin_ls .item img {
            width: 75%
        }

        .mouse_ani .ln {
            display: none
        }

        .mouse_ani {
            bottom: 20px
        }

        #themes .column .box .text .address_del {
            right: auto;
            left: 20px;
            bottom: 250px;
            top: auto
        }
    }

    .ban_caption .ln.hide.aos-init.aos-animate {
        display: none
    }

    @media only screen and (max-width:767px) {
        .ban_caption .ln.hide.aos-init.aos-animate {
            display: block
        }

        .ban_caption h1 strong {
            border: 0 !important
        }
    }

    @media (min-width:768px) {
        #themes .column.hover {
            width: 40%
        }

        #themes .column.hover .box .theme-bg {
            filter: grayscale(0);
            -webkit-filter: grayscale(0)
        }

        #themes .column.hover .box .text {
            opacity: 1;
            visibility: visible
        }

        #themes .column.hover .box .text .address_del {
            opacity: 1;
            visibility: visible;
            transition-delay: .1s;
            -webkit-transition-delay: .1s
        }
    }

    @media (min-width:768px) {
        #themes .column.not_hover {
            width: 15%
        }
    }

    @media only screen and (max-width:767px) {
        .srv-card-content .btn_line:hover svg {
            right: -3px
        }

        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
            word-break: break-word;
            padding: 20px 15px
        }

        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
            font-size: 22px;
            line-height: 32px
        }

        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
            line-height: 24px
        }

        .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn.btn-primary {
            padding: 12px 40px
        }

        .project-slider-mob {
            display: block
        }

        .portfolio-main-sec {
            display: none
        }

        .what_we_do,
        .what_we_do_grph {
            width: 100%;
            max-width: 100%
        }

        .services_sec .container {
            flex-wrap: wrap
        }

        .what_we_do {
            position: static;
            margin-bottom: 40px
        }

        .serv_tabs_ls {
            display: block;
            margin: 0 0 0 -15px;
            width: calc(100% + 30px);
            max-width: calc(100% + 30px);
            padding-left: 0
        }

        .serv_tabs_ls .slick-slide {
            top: 0 !important;
            margin: 0 10px
        }

        .serv_tabs_ls .slick-slide a p {
            min-height: 120px
        }

        .serv_tabs_ls .slick-dots li {
            width: auto;
            margin: 0
        }

        .serv_tabs_ls .slick-dots {
            bottom: -45px;
            z-index: 1
        }

        .services_sec {
            padding-bottom: 110px;
            overflow: hidden
        }

        .pr_sld_btn.pr_next {
            right: 20vw
        }

        .pr_sld_btn.pr_prev {
            left: 20vw
        }

        .awards_sec .container {
            flex-wrap: wrap
        }

        .awards_sec .rt {
            max-width: 100%;
            width: 100%;
            flex-wrap: wrap;
            display: flex;
            justify-content: center
        }

        .awards_sec .lt {
            max-width: 100%;
            width: 100%;
            margin-bottom: 40px;
            padding-left: 20px
        }

        .blog_sec_inner {
            overflow: hidden;
            padding-top: 70px
        }

        .get_in_touch {
            overflow: hidden
        }

        .hm_banner {
            overflow: hidden;
            /* min-height: 100vh !important */
        }

        .ofc_img img {
            transform: scale(1);
            -webkit-transform: scale(1)
        }

        .ban_caption {
            top: 15%;
            width: 100%
        }

        .products_lst {
            margin: 0 -15px
        }

        .pr_sld_btn.pr_next {
            right: 15vw
        }

        .pr_sld_btn.pr_prev {
            left: 15vw
        }

        .nw_projects .hd_s {
            text-align: center
        }

        .nw_projects {
            overflow: hidden
        }

        .awards_sec .lt h2 {
            font-size: 2.2rem
        }

        .awards_im figure {
            height: 75px
        }

        .awards_im {
            margin: 0 0 30px;
            width: 30%
        }

        .awards_im .aw_tx {
            font-size: 1rem
        }

        .awards_im:last-child {
            margin-bottom: 0
        }

        .career_section .career_section_inner {
            border-color: #c29109
        }

        #themes .column .box .text {
            padding: 20px;
            height: 100%;
            left: 0;
            bottom: 0
        }

        #themes .column .box.hover .text .title {
            transform: rotate(0) translateX(0);
            -webkit-transform: rotate(0) translateX(0);
            transform-origin: bottom left;
            -webkit-transform-origin: bottom left;
            bottom: 20px;
            left: 20px
        }

        #themes .column .box .text .title {
            font-size: 1.3rem;
            transform: rotate(-90deg) translateX(-320px);
            -webkit-transform: rotate(-90deg) translateX(-320px);
            transform-origin: bottom left;
            -webkit-transform-origin: bottom left;
            width: 280px;
            display: block;
            position: absolute;
            left: 60px
        }

        #themes .column .box .text .title b {
            font-size: 1rem
        }

        #themes,
        #themes .column,
        #themes .column .box {
            height: 400px
        }

        .career_section_caption h3,
        .get_in_head h3 {
            font-size: 1.85rem
        }

        .get_in_head {
            padding: 60px 0 65px
        }

        .ofc_img {
            height: 180px
        }

        .career_section .career_section_inner {
            padding-bottom: 85px
        }

        .what_we_do h2 span {
            font-size: 3.975rem
        }

        .bxx::before {
            top: -32px
        }

        .bxx::after {
            bottom: -32px
        }

        #clin_ls .item {
            width: 100px;
            height: 95px
        }

        #clin_ls .item img {
            width: 75%
        }

        .ban_caption h1 {
            font-size: 1.55rem;
            text-align: center;
            line-height: 1.3;
            width: 260px;
            max-width: 100%;
            margin-bottom: 35px
        }

        .ban_caption h2 {
            font-size: 1.85rem;
            text-align: center;
            width: 260px;
            margin: 0 auto 30px;
            line-height: 1.3;
            max-width: 100%
        }

        .ban_caption h3 {
            font-size: 1.725rem;
            min-height: 34px
        }

        .tp_bx {
            min-height: 66px
        }

        .services_ls_bx {
            margin: 0 -15px
        }

        #themes .column.hover .box .theme-bg {
            filter: grayscale(0);
            -webkit-filter: grayscale(0)
        }

        #themes .column.hover {
            width: 50%
        }

        #themes .column {
            height: unset !important
        }

        #themes .column.not_hover {
            width: 12.5%
        }

        #themes .column.hover .box .text {
            opacity: 1;
            visibility: visible
        }

        #themes .column.hover .box .text .address_del {
            opacity: 1;
            visibility: visible;
            transition-delay: .1s;
            -webkit-transition-delay: .1s;
            font-size: 12px
        }

        #themes .column.not_hover .box .text .address_del {
            opacity: 0;
            visibility: hidden
        }

        #themes .column .box .text .address_del {
            right: auto;
            left: 0;
            top: auto;
            top: 0;
            width: 100%;
            padding: 20px;
            text-align: left;
            display: flex;
            flex-direction: column;
            align-items: flex-start
        }

        .awards_sec {
            overflow: hidden
        }

        .lst_para {
            text-align: center;
            line-height: 1.5;
            font-size: 1.2rem
        }

        .lst_project_inner {
            width: 298px;
            height: 500px
        }

        .products_lst::before {
            width: 302px;
            height: 500px
        }

        .lst_project_inner figure {
            height: 280px
        }

        .categoryTitle,
        .slt_caption .nv {
            font-size: 2rem
        }

        .Subsectiondescription,
        .slt_caption p {
            font-size: .8rem
        }

        .pr_sld_btn {
            display: none !important
        }

        #productsSl .slick-dots {
            bottom: -35px
        }

        .latest_project_sec .btn_line {
            margin: 70px auto 0;
            left: calc(50% - 3px);
            bottom: -57px
        }

        .latest_project_sec {
            padding: 50px 0
        }

        .who_we_are p {
            font-size: 1.1rem
        }

        .nw_projects h2 {
            font-size: 1.3rem;
            line-height: 1.5
        }

        .getin_touch_pop_ins .pr {
            width: 100%
        }

        .getin_touch_form .form_grp.half {
            width: 100%
        }

        .mouse_ani .ln {
            display: none
        }

        .mouse_ani {
            bottom: 100px
        }

        .section-container .new-row ol,
        .section-container .new-row ul {
            margin-left: .575rem
        }

        .carousel .slide_container:before {
            left: 8%
        }

        .carousel .slide_container .top-active {
            top: 52%;
            padding: 0 12% 0 14%
        }

        .slide-left .img-arrow-left,
        .slide-right .img-arrow-right {
            width: 1.5em
        }

        .carousel .slide_container {
            height: 520px
        }

        .cta-more-box.arrow.slide-right {
            left: 99%
        }

        .section-container-8 .cta-more-box {
            width: 40px;
            height: 40px
        }

        .cta-more-box.arrow.slide-left {
            left: -11%
        }

        .section-container-8 .cta-more-arrow {
            top: 15px;
            width: 20px
        }

        .slide-right .img-arrow-right {
            left: 9px
        }

        .slide-left .img-arrow-left {
            left: 9px
        }

        #themes .column.not_hover .box .text .title {
            left: 44px
        }

        .close_column {
            display: block
        }

        .srvc-main-content {
            padding: 0
        }

        .srvc-home {
            display: none
        }

        .srvc-mob {
            display: block
        }
    }

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

        .hm-description {
            font-size: 22px;
            line-height: 30px;
            max-width: 350px
        }

        .header_container {
            padding: 20px 0px;
        }

        .hm-content {
            padding: 0 0px;
            margin: 56px 0 0 0;
        }
    }

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

        .hm-heading {
            font-size: 30px;
        }

        .hm-btn-main .btn.btn-primary {
            padding: 5px 13px
        }

        .srv-card-content .btn_line:hover svg {
            right: -3px
        }
    }

    body {
        padding: 0;
        margin: 0;
        background-color: #101214 !important;
        font-family: Poppins, sans-serif
    }

    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    li,
    ol,
    p,
    span,
    strong,
    ul {
        padding: 0;
        margin: 0
    }

    #scroll-top-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        text-align: center;
        position: fixed;
        bottom: 3%;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #scroll-top-button.show {
        z-index: 0;
        opacity: 1;
        visibility: visible;
        cursor: pointer
    }

    a:focus,
    a:hover,
    button:focus,
    button:hover {
        outline: 0
    }

    a:hover {
        color: #fff
    }

    .desktop_html .container {
        max-width: 1100px
    }

    .srv_talk.lets_talk {
        background-color: #0f1214 !important;
    }

    @media (min-width:1024px) {
        .desktop_htmlmain {
            padding: 0px 40px;
        }
    }

    @media (min-width:1440px) {
        .desktop_htmlmain {
            padding: 0px 0px;
        }
    }

    .loader-container {
        display: none !important
    }

    .desktop_html input::-webkit-inner-spin-button,
    .desktop_html input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

    .desktop_html input[type=number] {
        -moz-appearance: textfield
    }

    .btn-close:focus {
        box-shadow: 0 0 0 !important
    }

    .desktop_html .btn.btn-primary.let_tk {
        background: 0 0;
        color: #fff;
        border: solid 2px #fff;
        font-weight: 400;
        font-size: 13px;
        padding: 9px 24px;
        margin-top: -7px
    }

    .desktop_html .text-center {
        text-align: center
    }

    .desktop_html .text-left {
        text-align: left
    }

    .desktop_html .text-right {
        text-align: right
    }

    .desktop_html .navbar-dark .navbar-nav .nav-link {
        position: relative;
        color: #c6c6c6;
        font-size: 15px;
        padding: 0;
        margin: 3px 20px
    }

    .desktop_html .navbar-dark .navbar-nav .nav-link.active::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 4px;
        width: 26px;
        height: 2px;
        background: #348d4d
    }

    .desktop_html .navbar-dark .navbar-nav .nav-link:hover::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 4px;
        width: 26px;
        height: 2px;
        background: #ededed80
    }

    .desktop_html .header .navbar.navbar-expand-lg.navbar-dark.bg-dark {
        padding: 55px 0 25px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 99;
        background: #000 !important
    }

    .desktop_html .navbar-dark .nav-btn {
        border: 2px solid #fff;
        color: #dedede;
        text-decoration: none;
        padding: 10px 30px;
        border-radius: 30px;
        font-size: 13px;
        margin-left: 40px;
        text-transform: uppercase
    }

    .desktop_html .top_hm {
        height: 200vh;
        background: url(../img/Screen_hm.png);
        background-position: top left;
        background-size: cover
    }

    .desktop_html .hero_slide {
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, .8), #000);
        height: 100vh;
        padding: 30vh 0;
        position: relative
    }

    .desktop_html .hero_slide p {
        color: #f9f9f9;
        font-family: Montserrat, sans-serif;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        font-weight: 500;
        line-height: 5
    }

    .desktop_html .hero_slide p span {
        border-bottom: 2px solid #348d4d
    }

    .desktop_html .hero_slide h1 {
        color: #f9f9f9;
        font-size: 35px;
        font-weight: 600;
        line-height: 1.44;
        max-width: 645px;
        margin-bottom: 30px
    }

    .desktop_html .btn.btn-primary {
        background: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 13px 25px;
        color: #101214;
        overflow: hidden
    }

    .desktop_html .btn.btn-primary {
        padding: 10px 25px
    }

    .desktop_html .btn.btn-primary:hover {
        color: #fff
    }

    .desktop_html .btn.btn-primary {
        padding: 13px 25px
    }

    .desktop_html .btn.btn-primary.hvr-sweep-to-right:before {
        background: #348d4d
    }

    .desktop_html .scroll {
        position: absolute;
        right: 0;
        bottom: 50px
    }

    .desktop_html .hero_slide .container {
        position: relative
    }

    .desktop_html .services_main {
        background: #101214;
        padding: 140px 0 60px
    }

    .desktop_html .services_main .nav-tabs {
        border: 0
    }

    .desktop_html .services_main .nav-tabs .nav-item {
        flex: 0 0 50%;
        text-align: center;
        padding: 10px
    }

    .desktop_html .services_main .nav-tabs .nav-item button {
        margin: 0 !important;
        background: #101214;
        display: block;
        width: 100%;
        padding: 30px 60px;
        border: 1px solid transparent;
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .3);
        border-radius: 20px;
        color: #9c9c9c !important
    }

    .desktop_html .services_main .nav-tabs .nav-item button.active {
        color: #fff !important;
        box-shadow: none;
        border: 1px solid #333
    }

    .desktop_html .sr_bx {
        background: #101214;
        border-radius: 20px;
        padding: 60px;
        color: #fdfdfd;
        border: 1px solid #333
    }

    .desktop_html .sr_bx h3 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .desktop_html .sr_bx p {
        color: #9c9c9c;
        line-height: 1.75;
        font-size: 13px;
        font-weight: 500;
        min-height: 130px;
        margin-bottom: 10px
    }

    .desktop_html .heading {
        text-align: center;
        margin-bottom: 30px
    }

    .desktop_html .heading h2 {
        color: #f9f9f9;
        font-size: 50px;
        letter-spacing: 1px;
        margin-bottom: 5px
    }

    .desktop_html .heading .srm_hd {
        color: #f9f9f9;
        font-size: 50px;
        letter-spacing: 1px;
        margin-bottom: 5px
    }

    .desktop_html .heading p {
        color: #348d4d;
        font-size: 20px;
        font-family: Montserrat, sans-serif
    }

    .desktop_html .services_main .heading {
        margin-bottom: 120px
    }

    .desktop_html .hero_btm p {
        font-size: 15px;
        margin-bottom: 10px;
        color: #9c9c9c
    }

    .desktop_html .services_main .hero_btm {
        text-align: center;
        margin-top: 120px
    }

    .desktop_html .latest_work .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .desktop_html .latest_work .carousel-indicators {
        right: auto;
        bottom: 30px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        left: calc(50% + 140px);
        position: absolute
    }

    .desktop_html .latest_work .carousel-control-next,
    .desktop_html .latest_work .carousel-control-prev {
        top: auto;
        bottom: 32px;
        width: auto;
        left: calc(50% + 210px)
    }

    .desktop_html .latest_work .carousel-control-prev {
        left: calc(50% + 110px)
    }

    .desktop_html .port_crt {
        padding-left: 20%;
        max-width: 90%
    }

    .desktop_html .latest_work .carousel-control-next-icon,
    .desktop_html .latest_work .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .desktop_html .latest_work {
        height: 100vh
    }

    .desktop_html .latest_work .col-md-6 {
        position: relative
    }

    .desktop_html .latest_work .protect_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover
    }

    .desktop_html .latest_work .carousel-item {
        height: 100vh
    }

    .desktop_html .latest_work .our_lp {
        background: rgba(0, 0, 0, .9);
        height: 100vh;
        color: #fdfdfd;
        padding: 10vh 15vh
    }

    .desktop_html .latest_work .our_lp h5 {
        font-size: 20px;
        color: #348d4d;
        font-family: Montserrat, sans-serif;
        margin-bottom: 50px
    }

    .desktop_html .latest_work .our_lp .prj_head {
        font-size: 50px;
        margin-bottom: 50px;
        font-weight: 500
    }

    .desktop_html .latest_work p {
        color: #9c9c9c;
        line-height: 28px;
        margin-bottom: 30px;
        min-height: 200px
    }

    .desktop_html .all_clients li {
        list-style: none;
        flex: 0 0 25%;
        margin-top: 70px;
        text-align: center
    }

    .desktop_html .all_clients ul {
        display: flex;
        flex-wrap: wrap
    }

    .desktop_html .sec_client {
        padding: 160px 0;
        position: relative;
        background: #101214
    }

    .desktop_html p.startup {
        color: #348d4d;
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 20px
    }

    .desktop_html .startup_dir {
        position: absolute;
        right: 0
    }

    .desktop_html .tech_we {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 150px 0;
        position: relative;
        background-attachment: fixed
    }

    .desktop_html #tech_sld img {
        width: auto;
        margin: 0 auto;
        display: block
    }

    .desktop_html .tech_we h3 {
        color: #c1c1c1;
        font-size: 30px;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        margin-bottom: 100px
    }

    .desktop_html .tech_we::before {
        content: "";
        background: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
        left: 0;
        top: 0;
        position: absolute;
        width: 300px;
        height: 100%;
        z-index: 9
    }

    .desktop_html .tech_we::after {
        content: "";
        background: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
        right: 0;
        top: 0;
        position: absolute;
        width: 300px;
        height: 100%;
        z-index: 9
    }

    .desktop_html .srv_testimonials {
        padding: 140px 0 160px
    }

    .desktop_html .srv_testimonials h2 {
        text-align: center;
        font-size: 40px;
        color: #f9f9f9
    }

    .desktop_html .srv_testimonials h2 span {
        margin: 0 0 0 -52px
    }

    .desktop_html .srv_testimonials .srv_hd_cnt {
        text-align: center;
        max-width: 562px;
        margin: 10px auto;
        font-size: 20px;
        line-height: 32px;
        color: #9c9c9c
    }

    .desktop_html .da_srv_bx {
        background: #101214;
        box-shadow: -9px -9px 20px 0 rgba(27, 27, 27, .2), 9px 9px 20px 0 rgba(0, 0, 0, .5);
        max-width: 610px;
        padding: 50px;
        margin: 70px auto;
        border-radius: 15px;
        color: #f9f9f9
    }

    .uber-top-pdng {
        padding-top: 65px !important
    }

    .desktop_html .tst_img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #fdcb04;
        margin-right: 20px
    }

    .desktop_html .tst_img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .desktop_html .tst_cnt {
        flex: 0 0 calc(100% - 100px)
    }

    .desktop_html .tst_cnt h4 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 5px;
        margin-top: 15px
    }

    .desktop_html .tst_cnt h5 {
        font-size: 16px;
        font-weight: 500;
        opacity: .7
    }

    .desktop_html .tst_rating {
        margin-top: 15px
    }

    .desktop_html .tst_rating .fa {
        color: #e1574a;
        margin: 0 0 0 3px
    }

    .desktop_html .tst_msg {
        margin-top: 20px;
        font-size: 18px;
        text-align: center;
        min-height: 64px
    }

    .desktop_html .da-cluch-bx {
        border: 1px solid #373737;
        text-align: center;
        border-radius: 10px;
        margin-top: -160px;
        padding-top: 200px
    }

    .desktop_html .da-cluch-bx ul {
        min-height: 200px;
        max-height: 300px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .desktop_html .da-cluch-bx li {
        margin: 0 10px;
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #b7b8b8;
        max-width: 130px
    }

    .desktop_html .da-cluch-bx img {
        max-height: 100px;
        margin: 52px;
        margin-bottom: 0;
        margin-top: 0
    }

    .desktop_html .da-cluch-bx li p {
        margin-top: 15px
    }

    .desktop_html .lets_talk {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 150px 0;
        position: relative;
        background-attachment: fixed
    }

    .desktop_html .lets_talk input.form-control {
        background: 0 0;
        border: solid 1px #818181;
        border-radius: 50px;
        height: 59px;
        padding: 10px 20px
    }

    .desktop_html .lets_talk textarea.form-control {
        background: 0 0;
        border: solid 1px #818181;
        border-radius: 15px;
        height: 120px;
        padding: 10px 20px
    }

    .desktop_html .lets_talk .form-group {
        margin-bottom: 30px
    }

    .desktop_html .lets_talk .form-group label {
        color: #fdfdfd;
        font-size: 16px;
        margin-bottom: 10px
    }

    .desktop_html .btn.btn-dark.btn-line {
        background: 0 0;
        color: #fdfdfd;
        border: 2px solid #fdfdfd;
        border-radius: 50px;
        padding: 15px 80px;
        margin-top: 30px
    }

    .desktop_html .lets_talk h3 {
        color: #fdfdfd;
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .desktop_html .lets_talk p {
        color: #afafaf;
        max-width: 400px;
        line-height: 28px;
        margin-bottom: 30px
    }

    .desktop_html .lets_talk p a {
        display: table;
        color: #348d4d;
        text-decoration: none;
        position: relative
    }

    .desktop_html .cn_content {
        padding-top: 10px
    }

    .desktop_html .footer {
        padding: 55px 0 60px;
        background: #000
    }

    .desktop_html .footer .foot_heading {
        color: #fdfdfd;
        font-size: 20px;
        margin-bottom: 20px
    }

    .desktop_html .footer li {
        list-style: none;
        margin-bottom: 14px
    }

    .desktop_html .footer li a {
        color: #9c9c9c;
        text-decoration: none
    }

    .desktop_html .footer li a:hover,
    .desktop_html .footer p a:hover {
        color: #fff
    }

    .desktop_html .footer p a {
        color: #9c9c9c;
        text-decoration: none;
        margin-bottom: 14px;
        display: block
    }

    .desktop_html .footer p.ftcnt {
        max-width: 280px;
        color: #9c9c9c;
        line-height: 26px;
        margin-bottom: 25px
    }

    .desktop_html .lg_footer {
        margin-bottom: 50px
    }

    .desktop_html .footer .social li {
        display: inline-block;
        padding: 0 20px 0 0;
        font-size: 25px;
        margin: 0
    }

    .desktop_html .footer .social li a {
        color: #fdfdfd
    }

    .desktop_html .footer .social li:first-child a:hover {
        color: #0077b5
    }

    .desktop_html .footer .social li:nth-child(2) a:hover {
        color: #053eff
    }

    .desktop_html .footer .social li:nth-child(3) a:hover {
        color: #ea4c89
    }

    .desktop_html .footer .social li:nth-child(4) a:hover {
        color: #3b5998
    }

    .desktop_html .footer .social li:last-child a:hover {
        color: #bc2a8d
    }

    .desktop_html .footer .da_copy {
        color: #dbdbdb;
        margin-top: 50px;
        font-size: 13px
    }

    .desktop_html .car_top {
        padding: 110px
    }

    .desktop_html .car_top .col-md-6 {
        position: relative;
        min-height: 780px
    }

    .desktop_html .right_cover {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 8
    }

    .desktop_html .car_top .btn.btn-primary.hvr-sweep-to-right {
        position: relative;
        z-index: 9
    }

    .desktop_html .car_top h2 {
        color: #fff;
        font-size: 50px;
        max-width: 470px;
        font-weight: 600;
        margin-bottom: 90px;
        line-height: 72px;
        margin-top: 150px
    }

    .desktop_html .crt_bx {
        max-width: 705px;
        margin: 50px auto 70px;
        border-radius: 10px;
        box-shadow: 5px 5px 16px rgba(0, 0, 0, .3);
        background: #101214;
        position: relative;
        min-height: 250px
    }

    .desktop_html .main_bg_sec {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        background-attachment: fixed
    }

    .desktop_html .career_testimonial {
        position: relative;
        margin-top: -90px
    }

    .desktop_html .crt_bx .col-md-5 {
        align-self: end;
        -webkit-align-self: flex-end
    }

    .desktop_html .crt_bx img {
        max-width: 320px
    }

    .desktop_html .career_testimonial::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 50%;
        width: 100%;
        background: #101214
    }

    .desktop_html .crt_cn h4 {
        color: #f9f9f9;
        margin-bottom: 5px;
        text-transform: uppercase
    }

    .desktop_html .crt_cn p {
        color: #f9f9f9;
        margin-bottom: 20px
    }

    .desktop_html .crt_cn h6 {
        color: #f9f9f9;
        font-size: 20px;
        line-height: 35px;
        min-height: 195px
    }

    .desktop_html .crt_cn {
        padding: 30px
    }

    .desktop_html .cr_fet {
        padding: 150px 150px 30px;
        position: relative
    }

    .desktop_html .cr_fet .heading {
        text-align: left;
        margin-bottom: 150px
    }

    .desktop_html .ft_bx {
        color: #fff;
        margin-bottom: 100px;
        position: relative;
        z-index: 9
    }

    .desktop_html .ft_bx h4 {
        font-size: 20px;
        margin: 10px 0 5px
    }

    .desktop_html .ft_bx p {
        opacity: .7
    }

    .desktop_html .cr_fet::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(180deg, rgba(0, 0, 0, .1), #101214);
        z-index: 0
    }

    .desktop_html .pos_bx {
        position: relative
    }

    .desktop_html .pos_bx::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(0deg, rgba(0, 0, 0, .1), #101214)
    }

    .desktop_html .opn_pos .heading.text-left {
        margin: 0;
        text-align: left;
        background: #101214;
        padding: 80px 0
    }

    .desktop_html .lyr_tp {
        position: relative;
        z-index: 9
    }

    .desktop_html .pos_bx .accordion-button:not(.collapsed) {
        background: 0 0 !important;
        color: #fff;
        border: 0
    }

    .desktop_html .pos_bx .accordion-button {
        background: 0 0 !important;
        color: #f9f9f9;
        font-size: 30px;
        padding: 10px 0;
        font-weight: 600
    }

    .desktop_html .accordion-button:not(.collapsed)::after {
        background: 0 0 !important;
        transform: rotate(0) !important;
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "\f106";
        transition: transform .2s ease-in-out;
        background: 0 0 !important;
        font-family: fontAwesome
    }

    .desktop_html .accordion-button::after {
        content: "\f107";
        font-family: fontAwesome;
        background: 0 0 !important;
        transform: rotate(0) !important
    }

    .desktop_html .opn_pos {
        padding-bottom: 150px
    }

    .desktop_html .pos_bx .accordion-item {
        margin-bottom: 40px;
        background-color: rgba(16, 18, 20, .6);
        border: solid 1px #222;
        border-radius: 20px;
        padding: 25px 50px
    }

    .desktop_html .pos_bx .accordion-collapse .accordion-body {
        margin-top: 30px;
        border-top: 1px solid #222;
        padding: 0 30px 30px
    }

    .desktop_html .pos_bx .accordion-collapse .accordion-body .col-md-5 {
        width: 36.667%
    }

    .desktop_html .accordion-button:focus {
        box-shadow: 0 0 0
    }

    .desktop_html .positions_more {
        flex: 0 0 40px;
        width: 40px;
        text-align: center
    }

    .desktop_html .positions_more a {
        transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        border: solid 1px #282828;
        color: #fdcb04;
        width: 39px;
        display: block;
        margin: 0 auto;
        height: 39px;
        border-radius: 50%;
        line-height: 35px;
        font-size: 13px
    }

    .desktop_html .positions_more a:hover {
        background: #333
    }

    .desktop_html .positions {
        display: flex;
        margin-top: 50px
    }

    .desktop_html .positions_cn h2 {
        color: #fdfdfd;
        font-size: 20px;
        margin-bottom: 5px
    }

    .desktop_html .positions_cn p {
        color: #fdfdfd;
        font-size: 14px;
        margin-top: 4px;
        opacity: .7;
        line-height: inherit
    }

    .desktop_html .positions_cn {
        width: calc(100% - 40px);
        padding-right: 10px
    }

    .desktop_html .gallery {
        background: url(../img/g_bg.png);
        background-position: top left;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0
    }

    .desktop_html .gallery .owl-carousel .owl-stage {
        display: flex;
        align-items: center
    }

    .desktop_html .gallery .owl-nav {
        display: block !important;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 35px;
        width: 100%;
        height: 100%;
        opacity: 0
    }

    .desktop_html .gallery .owl-carousel .owl-nav button.owl-next,
    .desktop_html .gallery .owl-carousel .owl-nav button.owl-prev {
        width: 45%;
        height: 100%
    }

    .desktop_html .gallery .owl-nav .owl-next {
        position: absolute;
        right: 0
    }

    .desktop_html .gallery .owl-nav .owl-prev {
        position: absolute;
        left: 0
    }

    .desktop_html .join_tribe .btn.btn-primary {
        margin-top: 30px
    }

    .desktop_html .join_tribe {
        padding: 80px 0
    }

    .desktop_html .client_lg li {
        list-style: none;
        display: inline-block;
        padding: 4px 3px
    }

    .desktop_html .client_lg {
        padding: 130px 0
    }

    .desktop_html .ab_top {
        text-align: center;
        max-width: 640px;
        margin: 0 auto 80px
    }

    .desktop_html .ab_stand h2 {
        color: #f9f9f9;
        font-size: 40px;
        margin-bottom: 50px
    }

    .desktop_html .ab_stand p {
        font-size: 20px;
        color: #fdfdfd;
        line-height: 32px
    }

    .desktop_html .ab_stand {
        padding: 118px 0
    }

    .desktop_html .ab_tabs .nav-link {
        width: 25%
    }

    .desktop_html .ab_tabs .nav-tabs {
        border-bottom: 2px solid #414141
    }

    .desktop_html .ab_tabs .nav-tabs .nav-link:hover {
        border-color: transparent !important;
        isolation: isolate
    }

    .desktop_html .ab_tabs .nav-link {
        width: 25%;
        font-size: 16px;
        line-height: 32px;
        color: #414141;
        padding: 0;
        height: 50px;
        text-align: left;
        border: 0 !important
    }

    .desktop_html .ab_tabs .nav-tabs .nav-link.active {
        background: 0 0;
        border: 0;
        border-bottom: 2px solid #f9f9f9 !important;
        color: #f9f9f9
    }

    .desktop_html .ab_tabs .nav-tabs {
        margin-bottom: 60px
    }

    .desktop_html .ab_tab_cnt {
        padding: 60px 120px;
        border-radius: 20px;
        border: 1px solid #333
    }

    .desktop_html .ab_tab_cnt p {
        color: #9c9c9c;
        font-size: 16px;
        text-align: center;
        line-height: 28px
    }

    .desktop_html .ab_our_tm {
        padding: 85px 0 165px
    }

    .desktop_html .ab_our_ap {
        padding: 100px 0
    }

    .desktop_html .ap_top h2 {
        color: #f9f9f9;
        font-size: 40px;
        margin-bottom: 40px;
        position: relative
    }

    .desktop_html .ap_top {
        text-align: center;
        position: relative
    }

    .desktop_html .ap_top h2 img {
        position: absolute;
        right: 0;
        width: 25%
    }

    .desktop_html .ap_top p {
        color: #9c9c9c;
        font-size: 20px;
        line-height: 32px;
        margin: 0 auto 68px;
        max-width: 640px
    }

    .desktop_html .ab_craft {
        border-top: 1px solid #414141;
        margin-top: 60px;
        padding-top: 20px;
        cursor: pointer
    }

    .desktop_html .cr_num {
        font-size: 16px;
        color: #9c9c9c;
        margin-bottom: 30px
    }

    .desktop_html .ab_craft h3 {
        color: #9c9c9c;
        font-size: 32px;
        margin-bottom: 20px
    }

    .desktop_html .ab_craft p {
        opacity: 0;
        font-size: 15px
    }

    .ab_craft.active,
    .desktop_html .ab_craft:hover {
        border-top: 1px solid #f9f9f9
    }

    .ab_craft.active p,
    .desktop_html .ab_craft:hover p {
        opacity: 1;
        color: #9c9c9c
    }

    .ab_craft.active h3,
    .desktop_html .ab_craft:hover h3 {
        color: #f9f9f9
    }

    .ab_craft.active .cr_num,
    .desktop_html .ab_craft:hover .cr_num {
        color: #f9f9f9
    }

    .desktop_html .ab_meet {
        padding: 120px 0
    }

    .desktop_html .ab_meet .ab_top h2 {
        color: #f9f9f9;
        font-size: 40px;
        margin-bottom: 30px
    }

    .desktop_html .ab_meet .ab_top p {
        font-size: 20px;
        color: #9c9c9c;
        line-height: 32px
    }

    .desktop_html .team_bx {
        overflow: hidden;
        border-radius: 20px;
        margin: 0 auto;
        position: relative;
        margin-bottom: 60px
    }

    .desktop_html .team_bx img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .desktop_html .team_bx .tm_ds {
        transition: all 1s ease 0s;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        padding: 15px 15px;
        text-align: center;
        overflow: hidden
    }

    .desktop_html .team_bx .tm_ds h2 {
        color: #f3f3f3;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 6px
    }

    .desktop_html .team_bx .tm_ds p {
        color: #c2c2c2;
        font-size: 12px;
        line-height: 17px
    }

    .desktop_html .mr_detail {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        color: #fff;
        width: 50px;
        height: 61px;
        line-height: 60px;
        font-size: 27px;
        font-weight: 700;
        border-radius: 15px 15px 15px 0;
        z-index: 9;
        text-align: center
    }

    .desktop_html .cl_bx {
        padding: 60px;
        max-width: 550px;
        border-radius: 20px;
        margin: 50px auto 90px;
        border: 1px solid #333
    }

    .desktop_html .noteworthy h2 {
        color: #f9f9f9;
        font-size: 50px;
        line-height: 90px;
        padding: 70px 50px
    }

    .desktop_html .cl_bx h3 {
        color: #f9f9f9;
        font-size: 32px;
        margin-bottom: 7px
    }

    .desktop_html .cl_bx h6 {
        color: #f9f9f9;
        font-size: 14px
    }

    .desktop_html .cl_bx .fa {
        color: #e1574a;
        margin-left: 4px
    }

    .desktop_html .cl_bx p {
        font-size: 16px;
        line-height: 32px;
        color: #f9f9f9;
        margin-top: 24px;
        min-height: 100px
    }

    .desktop_html .noteworthy {
        padding-bottom: 60px
    }

    .desktop_html .mr_opn {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 0;
        width: 0;
        transition: all 1s ease 0s
    }

    .desktop_html .mr_opn .showDt {
        opacity: 0;
        text-align: center;
        color: #f9f9f9;
        transition: all 2s ease 0s
    }

    .desktop_html .ful_dt {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        width: 100%;
        padding: 0 20px
    }

    .desktop_html .ful_dt h2 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .desktop_html .ful_dt h5 {
        font-size: 14px;
        opacity: .7;
        margin-bottom: 10px
    }

    .desktop_html .ful_dt p {
        font-size: 14px;
        opacity: .7
    }

    .desktop_html .ab_our_ap {
        position: relative;
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        background-attachment: fixed
    }

    .desktop_html .ab_our_ap::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
        background: linear-gradient(0deg, rgba(0, 0, 0, .1), #101214);
        z-index: 0
    }

    .desktop_html .ab_stand {
        position: relative;
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        background-attachment: fixed
    }

    .desktop_html .cnt_ab_hd {
        max-width: 963px;
        margin: -130px auto 0;
        background: url(../img/Aboutus_bg.png);
        background-position: top left;
        background-size: cover;
        z-index: 9;
        position: relative;
        color: #f9f9f9;
        padding: 50px 80px;
        border-radius: 20px
    }

    .desktop_html .cnt_ab_hd h3 {
        color: #348d4d;
        font-size: 30px;
        margin-bottom: 10px
    }

    .desktop_html .cnt_ab_hd h2 {
        font-size: 30px;
        font-weight: 500;
        line-height: 40px
    }

    .desktop_html .new_cn_frm {
        padding: 85px 0
    }

    .desktop_html .new_cn_frm h2 {
        color: #f9f9f9;
        font-size: 50px;
        line-height: 64px;
        margin-bottom: 20px
    }

    .desktop_html .new_cn_frm p {
        color: #b6b6b6;
        font-size: 20px
    }

    .desktop_html .form-group {
        margin-bottom: 25px;
        position: relative
    }

    .form-control:focus {
        box-shadow: none !important
    }

    .desktop_html .form-group i {
        position: absolute;
        bottom: 13px;
        right: 13px;
        color: #348d4d
    }

    .desktop_html .form-group .white-i {
        color: #b6b6b6 !important
    }

    .desktop_html .srv_talk.lets_talk .form-group i {
        bottom: 24px
    }

    .desktop_html .form-group input.form-control {
        background: 0 0;
        border: 1px solid #373737;
        height: 45px
    }

    .desktop_html .form-group textarea.form-control {
        background: 0 0;
        border: 1px solid #373737;
        height: 100px
    }

    .desktop_html .cnt_form {
        border: none !important;
        /* padding: 10px 80px; */
        border-radius: 20px
    }

    .desktop_html .form-group label {
        color: #f9f9f9;
        margin-bottom: 15px
    }

    .desktop_html .new_cn_frm .enq_con h3 {
        color: #f9f9f9;
        font-size: 20px;
        line-height: 40px
    }

    .desktop_html .new_cn_frm .enq_con p {
        color: #b6b6b6;
        font-size: 16px;
        max-width: 210px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .desktop_html .new_cn_frm .enq_con a {
        color: #348d4d;
        font-size: 16px;
        line-height: 28px;
        text-decoration: none
    }

    .desktop_html .top_con {
        margin-bottom: 30px
    }

    .desktop_html .enq_con {
        padding-bottom: 30px
    }

    .desktop_html .top_con h2 {
        font-weight: 600;
        font-size: 60px;
        line-height: 90px;
        color: #fff
    }

    .desktop_html .top_con p {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: #f2f2f2;
        max-width: 300px
    }

    .desktop_html .top_con .sec-12-p {
        max-width: 100%
    }

    .new_cn_frm .cn-frm-title {
        padding-bottom: 30px
    }

    .desktop_html .new_cn_frm .btn.btn-dark.btn-line {
        background: 0 0;
        color: #fdfdfd;
        border: 2px solid #fdfdfd;
        border-radius: 50px;
        padding: 15px 80px;
        margin-top: 10px
    }

    .desktop_html .tmr_lst li {
        list-style: none;
        width: 450px;
        padding: 20px 40px;
        box-shadow: 9px 9px 20px 0 rgba(11, 11, 11, .3), -9px -9px 20px 0 rgba(27, 27, 27, .3);
        border-radius: 20px;
        background: #101214;
        position: relative;
        margin-bottom: 50px
    }

    .desktop_html .tmr_lst li .d-img {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 20px
    }

    .desktop_html .tmr_lst li .d-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .desktop_html .tmr_lst li h5 {
        color: #f9f9f9;
        font-size: 20px;
        margin-bottom: 5px
    }

    .desktop_html .tmr_lst li p {
        color: #9c9c9c;
        font-size: 16px;
        margin-bottom: 5px
    }

    .desktop_html .tmr_lst li p span {
        color: #348d4d
    }

    .desktop_html .mn_add {
        border-left: 2px solid #505050;
        display: block;
        float: left
    }

    .desktop_html .cnt_ad {
        width: 339px;
        float: right;
        margin-bottom: 50px
    }

    .desktop_html .cnt_ad h5 {
        color: #f9f9f9;
        font-size: 20px;
        margin-bottom: 10px
    }

    .desktop_html .cnt_ad h6 {
        color: #348d4d;
        font-size: 15px;
        margin-bottom: 16px
    }

    .desktop_html .cnt_ad p {
        font-size: 15px;
        color: #b6b6b6;
        margin-bottom: 40px
    }

    .desktop_html .tmr_lst li .d-cnt {
        width: calc(100% - 150px);
        padding-left: 20px
    }

    .desktop_html .tmr_lst li a {
        color: #fff;
        background: #348d4d;
        width: 35px;
        display: block;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        border-radius: 50%;
        position: absolute;
        left: 130px;
        bottom: 40px
    }

    .desktop_html .tmr_lst {
        padding-top: 20px
    }

    .desktop_html .connectUs {
        padding: 110px 0
    }

    .desktop_html .connectUs h2 {
        font-size: 50px;
        color: #f9f9f9;
        font-weight: 600;
        margin-bottom: 10px
    }

    .desktop_html .connectUs span .mail {
        color: #348d4d;
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-bottom: 20px;
        display: inline-block;
        text-decoration: #ffdead;
        font-weight: 600
    }

    .desktop_html .connectUs p {
        color: #b6b6b6;
        font-size: 20px;
        margin-bottom: 30px
    }

    .desktop_html .connectUs .mail,
    .desktop_html .connectUs a {
        color: #348d4d;
        font-size: 16px;
        letter-spacing: 1.6px;
        margin-bottom: 20px;
        display: inline-block;
        text-decoration: #ffdead;
        font-weight: 600
    }

    .desktop_html .modal .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin: 0 0
    }

    .desktop_html .modal .modal-content {
        background-color: #101214;
        height: 100vh;
        overflow: auto
    }

    .desktop_html .modal .btn-close {
        top: 30px;
        color: #fff !important;
        opacity: 1;
        background-color: #348d4d;
        padding: 10px 10px;
        border-radius: 50%;
        position: absolute;
        right: 40px
    }

    .desktop_html #project_enquery .pr_en_hd {
        color: #348d4d;
        font-size: 40px;
        letter-spacing: 1px
    }

    .nw_pr_rn_frm .modal#project_enquery .btn-close {
        top: 30px;
        border: 1px solid #348d4d !important;
        opacity: 1;
        background: 0 0;
        padding: 5px 10px 15px;
        border-radius: 50% !important;
        position: absolute;
        right: 40px
    }

    .nw_pr_rn_frm .modal .btn-close {
        top: 30px;
        color: #348d4d !important;
        opacity: 1;
        background-color: #348d4d;
        padding: 10px 10px;
        border-radius: 50%;
        position: absolute;
        right: 40px
    }

    .nw_pr_rn_frm .modal#project_enquery .btn-close:hover {
        border: 1px solid #348d4d;
        background: #348d4d
    }

    .nw_pr_rn_frm .modal-content {
        height: 100vh !important;
        margin-top: 30px !important;
        background-image: url(../img/pr-en-img.png);
        background-repeat: no-repeat;
        background-position: left;
        background-color: #000 !important;
        box-shadow: 5px -5px 6px rgb(132 132 132 / 12%), 5px 6px 6px rgb(132 132 132 / 10%)
    }

    .nw_pr_rn_frm .modal {
        overflow: hidden !important
    }

    .nw_pr_rn_frm #project_enquery .modal-body {
        max-width: 1100px !important;
        padding: 20px 30px !important
    }

    .nw_pr_rn_frm #project_enquery .pr-en-content {
        height: 100%
    }

    .nw_pr_rn_frm .pr-en-content .pr_en_hd {
        font-weight: 600;
        font-size: 50px;
        line-height: 75px;
        letter-spacing: .02em;
        color: #348d4d
    }

    .nw_pr_rn_frm .pr-en-content .pr_en_sub_hd {
        font-weight: 600;
        font-size: 25px;
        line-height: 40px;
        display: flex;
        align-items: center;
        letter-spacing: .02em;
        color: #c7c7c7;
        padding: 10px 0;
        max-width: 340px
    }

    .nw_pr_rn_frm .pr-en-content .pr_en_sub_title {
        font-weight: 500;
        font-size: 24px;
        line-height: 45px;
        letter-spacing: .02em;
        color: #f9f9f9;
        padding: 15px 0
    }

    .nw_pr_rn_frm .pr-en-content .pr_en_social_title {
        font-weight: 500;
        font-size: 28px;
        line-height: 45px;
        letter-spacing: .02em;
        color: #348d4d;
        padding: 5px 0
    }

    .nw_pr_rn_frm .pr-en-content .social-icon .ceo-info {
        display: flex;
        align-items: center;
        padding: 16px 0
    }

    .nw_pr_rn_frm .pr-en-content .social-icon .ceo-info .title {
        font-weight: 500;
        font-size: 22px;
        line-height: 45px;
        letter-spacing: .02em;
        color: #e8e8e8;
        padding: 0 20px 0 15px;
        width: 50%
    }

    .nw_pr_rn_frm .form-group textarea.form-control {
        background: 0 0;
        border: 1px solid #373737;
        height: 100px
    }

    .nw_pr_rn_frm .form-group textarea.form-control:focus {
        box-shadow: none
    }

    #project_enquery .form-group {
        margin-bottom: 15px
    }

    .nw_pr_rn_frm .form-check-input[type=radio] {
        border-radius: 25%;
        border: 2px solid #b6b6b6;
        background-color: transparent
    }

    .nw_pr_rn_frm #project_enquery .form-check-input:focus {
        box-shadow: none
    }

    .nw_pr_rn_frm .file_input_new {
        border-radius: 5px;
        border: 1px solid #373737;
        background: 0 0 !important
    }

    .nw_pr_rn_frm .social-icon a {
        color: #fff !important
    }

    .nw_pr_rn_frm .social-icon a:hover {
        color: #0072b1 !important
    }

    .nw_pr_rn_frm .social-icon i {
        font-size: 32px
    }

    .desktop_html.nw_pr_rn_frm .modal-body {
        padding: 60px 40px;
        max-width: 1170px;
        margin: 0 auto
    }

    .desktop_html #project_enquery h3 {
        color: #f9f9f9;
        font-size: 30px;
        margin-bottom: 46px
    }

    .desktop_html #project_enquery label {
        font-size: 18px;
        margin: 10px 0
    }

    .desktop_html #project_enquery .form-check.form-check-inline .form-check-label {
        margin: 0;
        font-size: 16px;
        color: #b6b6b6
    }

    .desktop_html #project_enquery .form-check.form-check-inline {
        padding: 0 28px 0 30px
    }

    .desktop_html .file_input_new {
        border: 1px solid #373737;
        color: #b6b6b6;
        font-size: 20px;
        padding: 12px 50px 12px 20px;
        border-radius: 5px;
        position: relative;
        background: #040405
    }

    .desktop_html #project_enquery.modal .file_input_new {
        background: #101214
    }

    .desktop_html #careerForm .file_input_new {
        background: #101214
    }

    .desktop_html .file_input_new input {
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        cursor: pointer
    }

    .desktop_html #project_enquery .validation-mgs {
        color: #b6b6b6;
        padding: 25px
    }

    .desktop_html .file_input_new p {
        color: #fff;
        line-height: 32px;
        font-size: 16px;
        width: 215px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis
    }

    .desktop_html .file_input_new p a {
        color: #348d4d !important
    }

    .desktop_html .file_input_new p+.clearFile {
        position: absolute;
        right: 8px;
        top: 15px;
        background: #348d4d;
        color: #fff;
        font-size: 15px;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        border-radius: 50%
    }

    .desktop_html .file_input_new p+.clearFile i {
        color: #fff;
        position: absolute;
        right: 7px;
        top: 4px
    }

    .desktop_html .myExp .form-check.form-check-inline .form-check-label {
        margin: 0;
        font-size: 16px;
        color: #b6b6b6
    }

    .desktop_html .myExp .form-check.form-check-inline {
        border: 1px solid #373737;
        border-radius: 10px;
        padding: 15px 40px 15px 70px
    }

    .career-form .myExp .form-check.form-check-inline {
        border: none;
        border-radius: 1px;
        padding: 0 20px !important
    }

    .desktop_html .port_left_menu strong {
        white-space: nowrap;
        color: #6f6f6f;
        font-weight: 400;
        font-size: 14px;
        opacity: 0;
        display: inline-block;
        width: 0;
        height: 0
    }

    .desktop_html .port_left_menu li.active strong {
        color: #fff
    }

    .desktop_html .port_left_menu {
        transition: all .5s ease-in-out 0s;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        z-index: 9;
        width: 89px;
        position: fixed;
        top: 0;
        background: #191b1e;
        height: calc(100vh);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 91px
    }

    .port_left_menu::-webkit-scrollbar-thumb {
        background: #000;
        border-radius: 10px
    }

    .port_left_menu::-webkit-scrollbar {
        width: 20px
    }

    .port_left_menu::-webkit-scrollbar-track {
        border-radius: 10px
    }

    .desktop_html .port_left_menu span.num_port {
        opacity: 0;
        transition: opacity 8s ease-in;
        -webkit-transition: opacity 8s ease-in;
        display: inline-block;
        width: 89px;
        text-align: center;
        color: #f9f9f9;
        font-size: 10px;
        opacity: .6
    }

    .desktop_html .port_left_menu span.num_port>span {
        position: relative;
        z-index: 8;
        background: #191b1e;
        width: 33px;
        display: inline-block;
        height: 33px;
        line-height: 33px;
        border-radius: 50%
    }

    .desktop_html .port_left_menu li.active span.num_port>span {
        border: 1px solid #f9f9f9
    }

    .desktop_html .port_left_menu li {
        width: 230px;
        padding: 30px 0 0;
        position: relative;
        list-style: none
    }

    .desktop_html .port_left_menu li a {
        text-decoration: none;
        display: flex;
        align-items: center
    }

    .desktop_html .port_left_menu .active span.num_port {
        opacity: 1
    }

    .desktop_html .port_left_menu li::before {
        opacity: 0;
        transition: opacity 1s;
        -webkit-transition: opacity 1s linear;
        content: "";
        width: 1px;
        height: 40%;
        background: #f9f9f9;
        left: 44px;
        top: 0;
        position: absolute;
        z-index: 0
    }

    .desktop_html .port_left_menu .active::before {
        opacity: 1;
        content: "";
        width: 1px;
        height: 50%;
        background: #f9f9f9;
        left: 44px;
        top: 0;
        position: absolute;
        z-index: 0
    }

    .desktop_html .port_left_menu .active:first-child::before {
        display: none
    }

    .desktop_html .port_top_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .desktop_html .tp_mn_img img {
        width: 100%
    }

    .desktop_html .port_sec_dev .section {
        position: relative;
        overflow: hidden
    }

    .desktop_html .port_sec_dev .row {
        height: 100vh;
        align-items: center !important;
        padding-bottom: 15vh
    }

    .desktop_html .port_sec_dev #project_enquery .row {
        align-items: baseline !important;
        height: auto;
        padding: 0
    }

    .desktop_html .port_sec_dev .footer .row {
        height: auto;
        padding-bottom: 0;
        align-items: baseline !important
    }

    .desktop_html .port_sec_dev .row .col-md-6+.col-md-6 {
        position: static
    }

    .desktop_html .port_crt h6 {
        line-height: 24px;
        color: #9c9c9c;
        font-size: 15px;
        margin: 10px 0 0
    }

    .desktop_html .tech_icn li {
        list-style: none;
        display: inline-block;
        margin-bottom: 14px
    }

    .desktop_html .main_slide p.cnt_prt {
        margin-top: 20px;
        color: #f9f9f9;
        font-size: 16px
    }

    .desktop_html .main_slide p.cnt_prt a {
        color: #fdcb04;
        text-decoration: none
    }

    .desktop_html .main_slide .btn_lnk {
        margin-top: 25px
    }

    .desktop_html #fp-nav:hover {
        width: 300px
    }

    .desktop_html #fp-nav:hover strong {
        opacity: 1;
        width: auto;
        height: auto
    }

    .desktop_html .srv_num .numPos {
        background: #101214;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        border-radius: 50%;
        font-size: 16px;
        margin-top: 90px;
        position: relative;
        z-index: 9;
        border: 1px solid #333;
        margin-bottom: -40px
    }

    .desktop_html .serv_all {
        margin-top: -123px;
        padding-bottom: 123px
    }

    .desktop_html .srv_cnt {
        padding-left: 70px
    }

    .desktop_html .serv_bx .srv_num::after {
        content: "";
        position: absolute;
        left: 25px;
        top: 123px;
        width: 1px;
        height: 100%;
        border-left: 1px dashed #333;
        z-index: 0
    }

    .desktop_html .serv_bx {
        padding: 33px 0;
        position: relative;
        color: #efefef;
        font-size: 16px;
        line-height: 28px
    }

    .desktop_html .serv_bx .card {
        padding: 30px 0;
        border-radius: 27px;
        border: none;
        flex-direction: row
    }

    .desktop_html .serv_bx .card-1 {
        background: linear-gradient(97.53deg, #363185 .74%, #0e0f0f 97.55%)
    }

    .desktop_html .serv_bx .card-2 {
        background: linear-gradient(97.53deg, #e976af .74%, #0e0f0f 97.55%)
    }

    .desktop_html .serv_bx .card-3 {
        background: linear-gradient(97.53deg, #ca9f4b .74%, #0e0f0f 97.55%)
    }

    .desktop_html .serv_bx .card-4 {
        background: linear-gradient(97.53deg, #c76db3 .74%, #0e0f0f 97.55%)
    }

    .desktop_html .serv_bx .card-5 {
        background: linear-gradient(97.53deg, #54b7ff .74%, #0e0f0f 97.55%)
    }

    .desktop_html .serv_bx .card-6 {
        background: linear-gradient(97.53deg, #3eac78 7.89%, #0e0f0f 97.55%)
    }

    .desktop_html .serv_bx .card-7 {
        background: linear-gradient(97.53deg, #775dca .74%, #0e0f0f 97.55%)
    }

    .desktop_html .srv_cnt h2 {
        color: #f9f9f9;
        font-size: 30px;
        margin-bottom: 30px
    }

    .desktop_html .srv_cnt a {
        padding-left: 30px
    }

    .desktop_html .serv_bx .sub_srv_page a {
        padding-left: 0;
        color: #fff
    }

    .service-block .service-cards .srv-card-content {
        background: #0a0c0d;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25), -4px -4px 7px rgba(146, 143, 143, .25);
        border-radius: 14px;
        padding: 50px;
        min-height: 300px
    }

    .service-block .service-cards .srv-card-content .srv-card-title {
        font-weight: 400;
        font-size: 30px;
        line-height: 45px;
        align-items: center;
        padding-bottom: 50px;
        min-height: 150px
    }

    .service-block .service-cards .srv-card-content a.btn_line {
        border: 1px solid #348d4d !important
    }

    .desktop_html .srv_cnt p {
        margin-bottom: 20px
    }

    .desktop_html .srv_cnt ul {
        padding-left: 15px
    }

    .desktop_html .srv_cnt ul li {
        padding-bottom: 12px;
        list-style: circle
    }

    .desktop_html .serv_bx:last-child .srv_num::after {
        display: none
    }

    .desktop_html .srv_head {
        padding: 120px 0 40px
    }

    .desktop_html .srv_head h2 {
        font-size: 50px;
        color: #fff;
        line-height: 72px;
        font-weight: 600;
        padding-top: 75px
    }

    .desktop_html .srv_head p {
        height: 100px;
        color: #348d4d;
        font-size: 20px;
        line-height: 80px;
        letter-spacing: .6px
    }

    .desktop_html .tb_nav_serv {
        height: 203px
    }

    .desktop_html .tb_nav {
        text-align: center;
        background: #000;
        padding: 30px 0;
        margin-bottom: 123px
    }

    .desktop_html .tb_nav li {
        list-style: none;
        display: inline-block;
        padding: 0 8px
    }

    .desktop_html .tb_nav li a {
        color: #ededed;
        text-decoration: none
    }

    .desktop_html .tb_nav li a.active {
        color: #348d4d
    }

    .desktop_html .srv_talk.lets_talk {
        padding: 50px 0;
        background: 0 0
    }

    .desktop_html .srv_talk.lets_talk input.form-control {
        border-radius: 10px;
        height: 60px
    }

    .desktop_html .srv_talk.lets_talk textarea.form-control {
        border-radius: 10px;
        height: 120px
    }

    .desktop_html .srv_tm {
        padding: 160px 0;
        position: relative;
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        background-attachment: fixed
    }

    .desktop_html .midTm {
        background: url(../img/g_bg.png);
        background-size: cover;
        padding: 40px;
        border-radius: 5px;
        border: 1px solid #333
    }

    .desktop_html .midTm img {
        margin: -90px 0
    }

    .desktop_html .srv_tm h2 {
        color: #efefef;
        font-size: 40px;
        max-width: 370px;
        line-height: 53px;
        padding-bottom: 25px
    }

    .desktop_html .srv_tm h2 span {
        color: #348d4d
    }

    .desktop_html p {
        color: #efefef;
        line-height: 32px;
        font-size: 16px
    }

    .desktop_html .cr_dt_bx {
        max-width: 700px;
        border: 1px solid #222;
        padding: 20px;
        margin: 100px 0 0;
        border-radius: 5px
    }

    .desktop_html .cr_dt_bx h2 {
        color: #f9f9f9;
        letter-spacing: 1px;
        font-size: 50px;
        margin-bottom: 10px
    }

    .desktop_html .cr_dt_bx h4 {
        color: #348d4d;
        font-size: 30px;
        letter-spacing: 1px;
        margin-bottom: 40px
    }

    .desktop_html .cr_dt_bx p {
        color: #b6b6b7
    }

    .desktop_html .cr_dt h5 {
        color: #f9f9f9;
        font-size: 30px;
        margin-top: 100px;
        margin-bottom: 22px
    }

    .desktop_html .cr_dt ul li {
        color: #b6b6b7;
        line-height: 28px;
        margin-bottom: 10px;
        margin-left: 15px
    }

    .desktop_html .cr_frm h6 {
        color: #b6b6b6;
        padding: 19px 25px
    }

    .desktop_html .cr_frm h2 {
        color: #f9f9f9;
        font-size: 50px;
        margin-top: 20px;
        margin-bottom: 40px
    }

    .career-form .careerform-img {
        background-image: url(../img/career/career-form.png);
        height: 100%;
        background-repeat: no-repeat
    }

    .career-form .file_input_new {
        border: none;
        background-color: transparent !important
    }

    .career-form .file_input_new .fileName {
        color: #348d4d
    }

    .career-form .file_input_new a {
        text-decoration: underline !important
    }

    .career-form .form-check-input {
        background-color: transparent !important;
        border: 1px solid #fff !important
    }

    .career-form .form-check-input:checked {
        background-color: transparent !important;
        border: 1px solid #fff !important
    }

    .career-form .form-check-input:focus {
        box-shadow: none !important
    }

    .career-form {
        margin-top: 40px
    }

    .career-form .cr_frm {
        background-color: #000;
        border-radius: 0 15px 15px 0;
        padding: 20px;
        max-height: 710px;
        overflow: scroll;
        overflow-x: hidden
    }

    .career-form .cr_frm::-webkit-scrollbar {
        border: none;
        background-color: #000;
        border-radius: 20px
    }

    .career-form .cr_frm::-webkit-scrollbar-corner {
        background: 0 0
    }

    .career-form .cr_frm::-webkit-scrollbar-thumb {
        background-color: #4f4f56;
        border-radius: 20px;
        border: 1px solid #000;
        margin: 8px 0
    }

    .career-form .cr_frm .btn.btn-primary.white {
        background: 0 0 !important;
        text-transform: uppercase;
        font-weight: 600;
        border: 1px solid #fff;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 15px 70px;
        color: #fff;
        overflow: hidden;
        margin-right: 50px;
        font-size: 20px
    }

    .career-form .cr_frm .btn.btn-primary.white:hover {
        border: 1px solid transparent
    }

    .career-form .cr_frm .btn.btn-primary.yellow {
        background: orange;
        text-transform: uppercase;
        font-weight: 600;
        border: 1px solid transparent;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 15px 70px;
        color: #fff;
        overflow: hidden;
        font-size: 20px
    }

    .career-form .form-group .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #348d4d
    }

    .desktop_html .logo-card {
        position: relative;
        width: 140px;
        height: 160px
    }

    .desktop_html .logo-card .logo_bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #1d1d1d;
        z-index: 0
    }

    .desktop_html .logo-card img {
        position: relative;
        z-index: 9
    }

    .desktop_html .client_lg li:nth-child(2n+1) .logo_bg {
        background: #0a0a0a
    }

    .desktop_html .mid_row_lg .logo-card .logo_bg {
        background: #0a0a0a
    }

    .desktop_html .client_lg .mid_row_lg li:nth-child(2n+1) .logo_bg {
        background: #1d1d1d
    }

    .desktop_html .form-control {
        color: #fff !important
    }

    .desktop_html .form-group label.error {
        color: red !important;
        font-size: 14px !important;
        position: absolute;
        left: 0;
        bottom: -55px;
        height: 39px;
        font-weight: 700
    }

    .desktop_html .cnt_form .form-group label.error {
        bottom: -55px
    }

    .desktop_html .intl-tel-input {
        display: block
    }

    .desktop_html .selected-dial-code {
        color: #fff
    }

    .desktop_html #getInTouchForm {
        position: relative
    }

    .desktop_html .form-processing {
        display: none;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        text-align: center
    }

    .desktop_html .thankyou {
        padding: 190px 0 150px
    }

    .desktop_html .thanks_bx h2 {
        font-size: 50px;
        letter-spacing: 1px;
        color: #f9f9f9;
        margin: 40px 0 10px;
        font-family: Montserrat, sans-serif
    }

    .desktop_html .thanks_bx p {
        font-size: 20px;
        line-height: 36px;
        margin: 0 auto 40px
    }

    .desktop_html .thanks_bx .btn.btn-dark.btn-line {
        margin: 0;
        padding: 10px 30px
    }

    .desktop_html #project_enquery {
        width: 85%;
        left: 8%
    }

    .desktop_html .modal#project_enquery .btn-close {
        top: 15px;
        border: 1px solid #fff;
        opacity: 1;
        background: 0 0;
        padding: 8px 10px 12px;
        border-radius: 10px;
        position: absolute;
        right: -50px
    }

    .desktop_html .modal#project_enquery .btn-close:hover {
        border: 1px solid #348d4d;
        background: 0 0 !important
    }

    .desktop_html .case_hero {
        margin-top: 91px;
        padding: 50px 0;
        text-align: center
    }

    .desktop_html .case_hero .case_left_hero {
        padding: 122px 0 0
    }

    .desktop_html .case_mob_hero_bx {
        display: none
    }

    .desktop_html .case_hero .dsktp-main-img {
        display: block
    }

    .desktop_html .case_hero .mob-main-img {
        display: none
    }

    .desktop_html .case_left_hero img {
        margin-bottom: 114px
    }

    .desktop_html .case_left_hero ul {
        display: flex
    }

    .desktop_html .case_left_hero li {
        list-style: none;
        display: inline-block;
        width: 33.33%;
        flex: 0 0 33.33%;
        color: #f9f9f9;
        font-size: 16px
    }

    .desktop_html .case_left_hero li span {
        display: block;
        color: rgba(249, 249, 249, .41);
        margin-bottom: 23px
    }

    .desktop_html .case_tst_bx .title {
        font-weight: 700;
        font-size: 15px;
        line-height: 25px;
        text-align: center;
        color: #f9f9f9;
        min-height: 30px
    }

    .desktop_html .case_tst_bx .description {
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        min-height: 100px
    }

    .desktop_html .case_tst_bx {
        border: 1px solid #333;
        border-radius: 20px;
        padding: 40px 22px 10px;
        margin-bottom: 20px
    }

    .desktop_html .case_tst_bx.case_tst_bx-savalogy {
        border: 1px solid #333;
        border-radius: 20px;
        padding: 40px 22px 10px;
        margin-bottom: 20px;
        min-height: 270px
    }

    .desktop_html .case_tst_bx img {
        margin-bottom: 10px
    }

    .desktop_html .case_testi {
        padding: 120px 0
    }

    .desktop_html .case_about_us {
        background: url(../img/PagarKhata/BG.png);
        background-size: cover
    }

    .desktop_html .case_about_sec {
        text-align: center;
        padding: 120px 0;
        max-width: 660px;
        margin: 0 auto
    }

    .desktop_html .case_about_sec h2 {
        color: #fff;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .desktop_html .case_about_sec p {
        line-height: 32px;
        color: #b2b2b2
    }

    .desktop_html .case_process {
        padding: 180px 0;
        text-align: center
    }

    .desktop_html .case_process_bx {
        max-width: 632px;
        margin: 0 auto;
        position: relative
    }

    .desktop_html .case_process_bx .cp_n {
        width: 177px;
        height: 177px;
        position: absolute;
        background: #101214;
        border: solid 1px #2d2c2c;
        border-radius: 50%
    }

    .desktop_html .case_process_bx .cp_n a {
        color: #d5d5d5;
        text-decoration: none;
        font-size: 20px;
        display: inline-block;
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .desktop_html .case_process_bx .cp_n a span {
        display: block;
        margin-bottom: 3px
    }

    .desktop_html .case_process_bx .cp_n.cp_1 {
        left: 240px;
        top: -80px
    }

    .desktop_html .case_process_bx .cp_n.cp_2 {
        right: -50px;
        top: 100px
    }

    .desktop_html .case_process_bx .cp_n.cp_3 {
        right: -50px;
        bottom: 100px
    }

    .desktop_html .case_process_bx .cp_n.cp_4 {
        left: 240px;
        bottom: -80px
    }

    .desktop_html .case_process_bx .cp_n.cp_5 {
        left: -50px;
        bottom: 100px
    }

    .desktop_html .case_process_bx .cp_n.cp_6 {
        left: -50px;
        top: 100px
    }

    .desktop_html .case_scope {
        padding: 120px 0
    }

    .scop-dsktp-img {
        display: block
    }

    .scop-mob-img {
        display: none
    }

    .desktop_html .case_scope h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 60px
    }

    .desktop_html .case_scope h2 img {
        position: absolute;
        right: 0
    }

    .desktop_html .case_scope p {
        line-height: 32px;
        color: #b2b2b2;
        max-width: 640px
    }

    .desktop_html .case_scope .description {
        line-height: 32px;
        color: #b2b2b2;
        max-width: 640px
    }

    .desktop_html .case_scope .description ul {
        padding-left: 20px
    }

    .desktop_html .case_scope .description ul li {
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        color: #b2b2b2;
        list-style: disc
    }

    .desktop_html .case_scope .case_splash {
        margin-top: 60px
    }

    .desktop_html .case_goals {
        background: #000;
        padding: 120px 0
    }

    .desktop_html .case_goals .row {
        max-width: 940px;
        width: 100%;
        margin: 0 auto
    }

    .desktop_html .case_goals h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 30px
    }

    .desktop_html .case_goals h3 {
        color: #b2b2b2;
        font-size: 20px;
        line-height: 40px;
        max-width: 630px;
        margin: 0 auto 60px;
        font-weight: 400
    }

    .desktop_html .case_goals_bx {
        background: #101214;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .2);
        border: solid 1px rgba(0, 0, 0, .05)
    }

    .desktop_html .case_goals_tripp .case_goals_bx {
        padding: 40px 26px
    }

    .desktop_html .case_goals_bx h4 {
        color: #f9f9f9;
        font-size: 20px;
        line-height: 34px;
        min-height: 70px;
        margin-bottom: 20px
    }

    .desktop_html .case_goals_bx p {
        color: #9c9c9c;
        line-height: 32px;
        font-size: 16px
    }

    .desktop_html .case_research {
        background: url(../img/PagarKhata/BG_SM.png);
        background-size: cover;
        text-align: center;
        padding: 120px 0
    }

    .desktop_html .case_sec_head h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 30px
    }

    .desktop_html .case_sec_head p {
        line-height: 32px;
        color: #b2b2b2;
        max-width: 832px;
        margin: 0 auto 68px
    }

    .desktop_html .case_challenge {
        max-width: 1039px;
        margin: 0 auto
    }

    .desktop_html .case_challenge h3 {
        color: #348d4d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 38px
    }

    .desktop_html .case_challenge #case_chase {
        background: #101214;
        border: solid 1px rgba(0, 0, 0, .05);
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .2);
        padding: 65px 62px 65px 63px;
        border-radius: 20px
    }

    .desktop_html .case_challenge h4 {
        color: #348d4d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .desktop_html .case_challenge h5 {
        color: #b2b2b2;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
        line-height: 32px
    }

    .desktop_html .case_challenge ul li {
        color: #b2b2b2;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;
        list-style: disc
    }

    .desktop_html .case_challenge ul {
        margin-bottom: 20px;
        margin-left: 20px
    }

    .desktop_html .case_challenge h6 {
        color: #b2b2b2;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .desktop_html .case_challenge p {
        color: #b2b2b2;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 10px
    }

    .desktop_html .case_challenge .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%
    }

    .desktop_html .case_challenge .carousel-indicators {
        right: 40px;
        bottom: auto;
        left: auto;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        top: -70px
    }

    .desktop_html .case_challenge .carousel-control-next,
    .desktop_html .case_challenge .carousel-control-prev {
        top: -67px;
        bottom: auto;
        width: auto
    }

    .desktop_html .case_challenge .carousel-control-prev {
        left: auto;
        right: 100px
    }

    .desktop_html .case_challenge .carousel-control-next-icon,
    .desktop_html .case_challenge .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .desktop_html .case_wire {
        padding: 120px 0
    }

    .desktop_html .case_wire li img {
        border-radius: 7px
    }

    .desktop_html .case_wire h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 30px
    }

    .desktop_html .case_wire p {
        line-height: 32px;
        color: #b2b2b2;
        font-size: 20px;
        max-width: 632px;
        margin: 0 auto 68px
    }

    .desktop_html .case_wire li {
        flex: 0 0 20%;
        margin: 18px 0;
        list-style: none
    }

    .desktop_html .case_care {
        background: url(../img/PagarKhata/web_care_bg.png);
        background-size: cover;
        text-align: center;
        padding: 180px 0
    }

    .desktop_html .case_care h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 50px
    }

    .desktop_html .case_care p {
        line-height: 32px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto
    }

    .desktop_html .case_app {
        padding: 120px 0;
        text-align: center
    }

    .desktop_html .case_app h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 30px
    }

    .desktop_html .case_app p {
        line-height: 32px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto 30px;
        font-size: 20px
    }

    .desktop_html .case_app li {
        list-style: none;
        display: inline-block;
        padding: 0 20px
    }

    .desktop_html .case_conclusion {
        background: #000;
        padding: 120px 0
    }

    .desktop_html .case_conclusion h2 {
        color: #fff;
        font-size: 40px;
        margin-bottom: 30px
    }

    .desktop_html .case_conclusion p {
        line-height: 32px;
        color: #b2b2b2;
        max-width: 720px;
        margin: 0 auto;
        font-size: 16px
    }

    .desktop_html .case_other {
        text-align: center;
        padding: 120px 0
    }

    .desktop_html .case_other h2 {
        color: #f9f9f9;
        font-size: 40px;
        margin-bottom: 60px
    }

    .desktop_html .case_ot_bx {
        position: relative
    }

    .desktop_html .case_ot_bx .case_ot_cn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .desktop_html .cob_img {
        min-height: 137px;
        margin-bottom: 45px;
        display: table
    }

    .desktop_html .case_design {
        padding: 120px 0;
        background: #000
    }

    .desktop_html .cd_bx h3 {
        color: #348d4d;
        font-size: 30px;
        line-height: 32px
    }

    .desktop_html .fnts h2 {
        font-size: 200px;
        color: #9c9c9c;
        line-height: 172px;
        margin-right: 30px;
        font-weight: 400
    }

    .desktop_html .fnts_detail h4 {
        font-size: 30px;
        color: #9c9c9c;
        line-height: 32px;
        margin-bottom: 10px
    }

    .desktop_html .fnts_detail h5 {
        font-size: 25px;
        color: #9c9c9c;
        line-height: 32px;
        margin-bottom: 10px
    }

    .desktop_html .fnts_detail p {
        font-size: 16px;
        color: #9c9c9c;
        line-height: 32px;
        margin-bottom: 10px
    }

    .desktop_html .fnts_detail p span {
        display: inline-block;
        margin-right: 10px
    }

    .desktop_html .color_bx {
        width: 115px;
        height: 115px;
        border-radius: 20px;
        margin: 0 auto
    }

    .desktop_html .color_bx.icon-tg {
        height: 70px
    }

    .desktop_html .palette li {
        list-style: none;
        flex: 0 0 20%;
        text-align: center;
        margin-bottom: 15px
    }

    .desktop_html .palette li.myshift-logo-palette-1 {
        list-style: none;
        flex: 0 0 25%;
        text-align: center;
        margin-bottom: 15px;
        width: 50%
    }

    .desktop_html .palette li.myshift-logo-palette-2 {
        list-style: none;
        flex: 0 0 75%;
        text-align: center;
        margin-bottom: 15px;
        width: 50%
    }

    .desktop_html .palette li.gynios-logo-palette-1 {
        list-style: none;
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 15px;
        width: 50%;
        padding-right: 50px
    }

    .desktop_html .palette li.gynios-logo-palette-2 {
        list-style: none;
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 15px;
        width: 50%;
        padding-right: 50px
    }

    .desktop_html .palette li.tg-logo-palette-1 {
        list-style: none;
        flex: 0 0 25%;
        text-align: center;
        margin-bottom: 15px;
        width: 25%
    }

    .desktop_html .palette li.tg-logo-palette-2 {
        list-style: none;
        flex: 0 0 25%;
        text-align: center;
        margin-bottom: 15px;
        width: 25%
    }

    .desktop_html .palette li.tg-logo-palette-3 {
        list-style: none;
        flex: 0 0 40%;
        text-align: center;
        margin-bottom: 15px;
        width: 40%
    }

    .desktop_html .palette li.oberit-logo-palette-1 {
        list-style: none;
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 15px;
        width: 50%
    }

    .desktop_html .palette li.oberit-logo-palette-2 {
        list-style: none;
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 15px;
        width: 50%;
        padding-right: 50px
    }

    .desktop_html .palette li.savvology-logo-palette-1 {
        list-style: none;
        flex: 0 0 60%;
        text-align: center;
        margin-bottom: 15px;
        width: 60%
    }

    .desktop_html .palette li.savvology-logo-palette-2 {
        list-style: none;
        flex: 0 0 35%;
        text-align: center;
        margin-bottom: 15px;
        width: 35%
    }

    .desktop_html .palette.palette_nozl li {
        list-style: none;
        flex: 0 0 25%;
        text-align: center;
        margin-bottom: 15px
    }

    .desktop_html .palette.palette_tripp li {
        list-style: none;
        flex: 0 0 25%;
        text-align: center;
        margin-bottom: 15px
    }

    .desktop_html .cd_bx {
        margin-bottom: 60px
    }

    .desktop_html .cd_bx_img {
        max-height: 130px
    }

    .desktop_html .lst_img {
        max-width: 600px;
        margin: 0 auto
    }

    .desktop_html .lst_img li {
        list-style: none;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 20px
    }

    .case-othr-project {
        background-color: #222;
        padding: 100px 0
    }

    .case-othr-project .title {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        color: #f9f9f9;
        padding-bottom: 20px
    }

    .case-othr-project .case-pr-card {
        background-repeat: no-repeat;
        background-position: center;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column
    }

    .case-othr-project .case-pr-card .case-pro-btn .btn.btn-primary {
        border: 2px solid #fdfdfd;
        border-radius: 24.5px;
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff !important;
        padding: 13px 75px;
        margin-top: 60px;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600
    }

    .case-othr-project .case-pr-card .case-pro-btn .btn.btn-primary:hover {
        border: 1px solid transparent !important
    }

    .desktop_html .lst_img.lst_img_nzl li {
        list-style: none;
        flex: 0 0 25%;
        max-width: 25%;
        margin-top: 30px;
        margin-bottom: 20px
    }

    .desktop_html .case_port {
        padding: 120px 0
    }

    .desktop_html .case_port h4 {
        color: #348d4d;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 38px
    }

    .desktop_html .case_port p {
        max-width: 639px
    }

    .desktop_html .case_port .owl-next {
        line-height: 0 !important;
        position: absolute;
        right: -40px;
        color: #fff !important;
        font-size: 60px !important;
        top: 50%
    }

    .desktop_html .case_port .owl-prev {
        line-height: 0 !important;
        position: absolute;
        left: -40px;
        color: #fff !important;
        font-size: 60px !important;
        top: 50%
    }

    .desktop_html .tb_nav.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10
    }

    .desktop_html .header .navbar {
        transition: all ease .3s !important
    }

    .desktop_html .header.nav-up .navbar {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .desktop_html .header.nav-down .navbar {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .desktop_html .tb_nav.sticky.small {
        display: none
    }

    .desktop_html .tp_mn_img1 {
        position: relative
    }

    .desktop_html .tp_mn_img1 img {
        max-width: 100%
    }

    .desktop_html .form-control {
        color: #fff !important
    }

    .desktop_html .case_wire .row.otb_wire {
        max-width: 950px;
        margin: 0 auto
    }

    .desktop_html .case_wire .row.otb_wire li {
        max-width: 25%;
        flex: 0 0 25%;
        list-style: none
    }

    .desktop_html .palette_otb p span {
        display: inline-block;
        margin-right: 20px
    }

    .desktop_html .case_wire .row.myshift_wire {
        margin: 0 auto
    }

    .desktop_html .case_wire .row.myshift_wire li {
        max-width: 20%;
        flex: 0 0 25%;
        list-style: none
    }

    .desktop_html .case_wire.dsktp-wirefrm {
        display: block
    }

    .desktop_html .case_wire.mob-wirefrm {
        display: none
    }

    .desktop_html .sub-services-top {
        padding: 150px 0 100px;
        position: relative
    }

    .desktop_html .sb_sr_top {
        max-width: 500px
    }

    .desktop_html .sb_sr_top h5 {
        color: #f9f9f9;
        line-height: 80px;
        letter-spacing: 3.2px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif
    }

    .desktop_html .sb_sr_top .heading {
        font-size: 50px;
        color: #f9f9f9;
        font-weight: 600;
        line-height: 76px;
        margin-bottom: 20px;
        text-align: left
    }

    .desktop_html .sb_sr_top p {
        color: #9c9c9c;
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 42px
    }

    .desktop_html .sb_sr_top p a {
        color: #348d4d !important
    }

    .desktop_html .sub-services-top img {
        width: auto;
        position: absolute;
        right: 0;
        top: 15%;
        margin: auto;
        max-height: 604px
    }

    .desktop_html .srOurProcess {
        text-align: center;
        color: #f9f9f9;
        padding: 50px 0
    }

    .desktop_html .srOurProcess h2 {
        text-align: left;
        font-size: 50px;
        letter-spacing: 1px;
        line-height: 76px;
        margin-bottom: 10px
    }

    .desktop_html .srOurProcess h6 {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 70px;
        max-width: 670px
    }

    .desktop_html .srb_bx h3 {
        color: #fff;
        font-size: 20px;
        line-height: 32px
    }

    .desktop_html .srb_bx p {
        color: #9c9c9c;
        font-size: 14px;
        line-height: 24px;
        max-width: 290px;
        margin: 0 auto
    }

    .desktop_html .srb_bx {
        position: relative;
        margin-bottom: 30px
    }

    .desktop_html .rgt-rnd-ln {
        position: relative;
        min-height: 428px
    }

    .desktop_html .rgt-rnd-ln .rgt-ln {
        position: absolute;
        right: 0;
        top: 60px;
        max-width: 75%;
        max-height: 190px
    }

    .desktop_html .srv_testimonials.sub_srv {
        padding: 50px 0
    }

    .desktop_html .srv_testimonials.sub_srv .heading {
        text-align: left
    }

    .desktop_html .srv_testimonials.sub_srv .heading h2 {
        text-align: left
    }

    .desktop_html .SuccessStories {
        padding: 30px 0
    }

    .desktop_html .SuccessStories h2 {
        color: #f9f9f9;
        font-size: 50px;
        letter-spacing: 1px;
        margin-bottom: 10px
    }

    .desktop_html .SuccessStories h6 {
        font-size: 20px;
        color: #9b7000
    }

    .desktop_html #hrv_slider {
        margin-top: 50px
    }

    .desktop_html #hrv_slider li {
        list-style: none
    }

    .desktop_html .hrv_slide {
        position: relative;
        transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s
    }

    .desktop_html .hrv_slide .hrs_detail {
        opacity: 0;
        transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        -moz-transition: all .5s ease 0s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        text-align: center
    }

    .desktop_html .hrv_slide .hrs_detail .hrs_bx {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        transform: translate(-50%, -50%)
    }

    .desktop_html .hrv_slide:hover {
        transform: scale(.98)
    }

    .desktop_html .hrv_slide:hover .hrs_detail {
        opacity: 1
    }

    .desktop_html .hrs_bx .btn.btn-primary {
        padding: 9px 12px;
        margin-top: 20px;
        font-size: 12px
    }

    .desktop_html .hrs_bx h4 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px
    }

    .desktop_html .lets_talk_sus {
        padding: 50px 0
    }

    .desktop_html .lets_talk_sus h3 a {
        display: inline-block;
        position: relative;
        overflow: hidden;
        font-size: 60px;
        font-weight: 600;
        color: #f9f9f9;
        letter-spacing: 2px
    }

    .desktop_html .lets_talk_sus h3 a:before {
        position: absolute;
        content: attr(data-content);
        top: 0;
        left: 0;
        color: #348d4d;
        overflow: hidden;
        transition: width 505ms ease;
        width: 0;
        white-space: nowrap
    }

    .desktop_html .lets_talk_sus h3 a:hover:before {
        width: 100%
    }

    .desktop_html .what_do_bx {
        position: relative;
        max-width: 710px;
        padding: 150px 0
    }

    .desktop_html .what_do_bx::before {
        content: "";
        position: absolute;
        left: -210px;
        width: 440px;
        height: 440px;
        background: linear-gradient(to top, #5f56e7, #433cac);
        border-radius: 50%;
        top: 0
    }

    .desktop_html .what_do_bx img {
        position: absolute;
        left: 220px;
        bottom: 0
    }

    .desktop_html .what_do_bx h2 {
        position: relative;
        color: #f9f9f9;
        font-size: 50px;
        margin-bottom: 10px
    }

    .desktop_html .what_do_bx p {
        position: relative;
        color: #f9f9f9;
        font-size: 16px;
        line-height: 32px
    }

    .desktop_html .wdw-slider {
        padding: 40px 0 100px
    }

    .desktop_html .wdw-bx {
        border: 1px solid #fff;
        padding: 30px;
        border-radius: 5px;
        background: #2d2d2d
    }

    .desktop_html .wdw-bx img {
        max-width: 70px;
        margin-bottom: 10px
    }

    .desktop_html .wdw-bx h3 {
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        max-width: 190px;
        margin-bottom: 10px
    }

    .desktop_html .wdw-bx p {
        min-height: 230px;
        font-size: 14px;
        color: #efefef;
        line-height: 28px
    }

    .desktop_html #wdw-slide::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background: linear-gradient(to right, #101214, rgba(16, 18, 20, .5), rgba(16, 18, 20, .5));
        z-index: 9
    }

    .desktop_html #wdw-slide::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background: linear-gradient(to left, #101214, rgba(16, 18, 20, .5), rgba(16, 18, 20, .5));
        z-index: 9
    }

    .desktop_html .error-page {
        padding: 140px 0 60px
    }

    .desktop_html .error-page img {
        max-width: 100%
    }

    .desktop_html .error-page h2 {
        color: #f9f9f9;
        font-size: 70px;
        letter-spacing: 14px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
        margin-bottom: 5px
    }

    .desktop_html .error-page p {
        color: #f9f9f9;
        font-size: 20px;
        letter-spacing: .4px;
        margin-bottom: 20px;
        line-height: 36px
    }

    .desktop_html .error-page p a {
        color: #348d4d;
        text-transform: uppercase;
        text-decoration: none
    }

    .desktop_html .er_bx_cnt {
        max-width: 437px
    }

    .desktop_html .case_testi_aktv .case_tst_bx {
        padding: 50px 40px
    }

    .desktop_html .case_testi_aktv .case_tst_bx p {
        min-height: 70px
    }

    .desktop_html .intl-tel-input .selected-flag .iti-arrow {
        right: 1px !important
    }

    .desktop_html #web_min_gal.owl-carousel .owl-item img {
        width: auto;
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

    .desktop_html .desk_proEn {
        padding: 120px 0 100px
    }

    .desktop_html #project_enquery_main .pr_en_hd {
        color: #348d4d;
        font-size: 50px;
        letter-spacing: 1px
    }

    .desktop_html #project_enquery_main .modal-body {
        padding: 60px 40px;
        max-width: 1170px;
        margin: 0 auto
    }

    .desktop_html #project_enquery_main h3 {
        color: #f9f9f9;
        font-size: 30px;
        margin-bottom: 46px
    }

    .desktop_html #project_enquery_main label {
        font-size: 20px;
        margin-top: 20px
    }

    .desktop_html #project_enquery_main .form-check.form-check-inline .form-check-label {
        margin: 0;
        font-size: 16px;
        color: #b6b6b6
    }

    .desktop_html #project_enquery_main .form-check.form-check-inline {
        border: 1px solid #373737;
        border-radius: 10px;
        padding: 15px 40px 15px 70px
    }

    .desktop_html #project_enquery_main h6 {
        color: #b6b6b6;
        padding: 25px
    }

    .desktop_html .modal#jobFormAndContentDialog .btn-close {
        top: 30px;
        color: #fff !important;
        opacity: 1;
        background: #348d4d;
        padding: 10px 10px;
        border-radius: 50%;
        position: absolute;
        right: 40px;
        line-height: 0
    }

    .desktop_html .case_tst_bx.htl_case p strong {
        display: block
    }

    .desktop_html .case_tst_bx.htl_case p {
        min-height: 160px
    }

    .desktop_html .lst_img.lst_img_hlt {
        max-width: 100%
    }

    .desktop_html .lst_img_hlt p {
        font-size: 13px
    }

    .modal#goa_trip .modal-dialog {
        max-width: 800px;
        background: 0 0;
        border-radius: 5px;
        height: auto;
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        padding: 0
    }

    .modal#goa_trip .modal-dialog .modal-content {
        background: url(../img/career/bg.png);
        background-size: cover;
        height: auto;
        padding: 20px 20px 170px 20px
    }

    .goa_cnt h3 {
        color: #fff;
        text-align: center;
        font-size: 32px;
        line-height: 55px
    }

    .goa-tree {
        position: absolute;
        left: -114px;
        bottom: 8px
    }

    .goa-umb {
        position: absolute;
        right: -105px;
        bottom: 22px
    }

    .goa_cnt h5 {
        color: #348d4d;
        text-align: center;
        font-size: 18px;
        line-height: 29px;
        margin: -5px auto 30px;
        position: relative
    }

    .goa_cnt h5::after {
        content: "";
        position: absolute;
        width: 100px;
        height: 1px;
        background: #348d4d;
        left: 50%;
        bottom: -9px;
        transform: translateX(-50%)
    }

    .goa_cnt .d-flex {
        margin-top: 29px
    }

    .goa_cnt .goCnt p {
        font-size: 18px;
        color: #fff;
        max-width: 449px;
        margin: 0 auto 18px
    }

    .goa_cnt .btn.btn-primary {
        background: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        border-radius: 50px;
        letter-spacing: 1px;
        padding: 10px 25px;
        color: #101214;
        overflow: hidden;
        font-size: 14px
    }

    .hvr-sweep-to-right::before {
        background: #348d4d !important;
        overflow: hidden
    }

    .goa_cnt .btn.btn-primary:hover {
        color: #fff
    }

    .mob_mn {
        display: none
    }

    .modal-backdrop.show {
        opacity: .9
    }

    .desktop_html .goa-trip {
        background: #0b0b0c;
        padding: 146px 0 100px;
        position: relative;
        z-index: 9
    }

    .desktop_html .goa-trip>img {
        position: absolute;
        right: 0;
        bottom: -50px
    }

    .desktop_html .goa-trip h3 {
        font-size: 40px;
        color: #fff;
        line-height: 55px;
        margin-bottom: 26px
    }

    .desktop_html .goa-trip p {
        color: #348d4d;
        font-size: 24px;
        line-height: 38px
    }

    .desktop_html .partyJoin {
        padding: 100px 0;
        position: relative;
        background-image: url(../img/career/goa-bg.png);
        background-size: cover;
        background-color: #000
    }

    .desktop_html .partyJoin>img {
        position: absolute;
        left: 0;
        bottom: 0;
        max-height: 80%
    }

    .desktop_html .partyJoin h4 {
        color: #fff;
        font-size: 26px;
        line-height: 56px;
        margin-bottom: 30px;
        font-weight: 500
    }

    .desktop_html .partyJoin h4 span {
        color: #348d4d
    }

    .desktop_html .desk_proEn .file_input_new {
        background: #101214;
        padding: 16px 70px 16px 20px
    }

    .desktop_html .new_srv .container {
        max-width: 1240px
    }

    .desktop_html .new_srv {
        padding: 100px 0;
        position: relative;
        background-image: url(../img/mobile-dev/bg.png);
        background-size: cover
    }

    .desktop_html .new_srv .nav {
        flex-wrap: nowrap
    }

    .desktop_html .new_srv .nav li button {
        align-items: center;
        text-align: left;
        border: 1px solid #bababa;
        border-radius: 5px;
        background: 0 0;
        opacity: .5
    }

    .desktop_html .new_srv .nav.btn-link-srvc li button {
        display: flex;
        padding: 40px
    }

    .desktop_html .new_srv .nav li button a {
        display: flex;
        padding: 20px 40px
    }

    .desktop_html .new_srv .nav li button.active {
        opacity: 1;
        position: relative
    }

    .desktop_html .new_srv .new_srv_ui_bx {
        max-width: 33%;
        flex: 0 0 33%
    }

    .desktop_html .new_srv .nav li button span {
        margin-left: 10px
    }

    .desktop_html .new_srv .nav li button.active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -20px;
        border-width: 10px;
        border-style: solid;
        border-color: #bababa transparent transparent;
        transform: translateX(-50%)
    }

    .desktop_html .new_srv #myTabContent {
        padding: 40px 0 0
    }

    .desktop_html .new_srv .md_sr_hd {
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 100px
    }

    .desktop_html .new_srv .md_sr_hd+p {
        font-size: 14px;
        color: #cacaca;
        line-height: 28px
    }

    .timer {
        top: 0;
        z-index: 999;
        position: fixed;
        font-weight: 500;
        left: 0;
        width: 100%;
        background: #348d4d;
        color: #333;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .timer p {
        color: #333;
        font-weight: 500;
        margin-right: 10px
    }

    .timer li {
        list-style: none;
        display: inline-block;
        padding: 3px 0 0 3px;
        color: #333
    }

    .timer ul {
        display: inline-block
    }

    .timer li span {
        color: #333;
        font-weight: 500;
        margin-right: 5px;
        border-radius: 5px;
        background: rgba(255, 255, 255, .5);
        padding: 0 7px;
        min-width: 35px;
        display: inline-block;
        text-align: center
    }

    .timer .d-flex>span {
        padding: 3px 10px
    }

    .timer li:first-child span {
        display: inline
    }

    .mobile_ani {
        display: none
    }

    .doNotShow {
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -100;
        overflow: hidden
    }

    .desktop_html .new_srv_dm.new_srv .nav li {
        max-width: 25%;
        flex: 0 0 25%
    }

    .desktop_html .new_srv_dm.new_srv .nav li button {
        padding: 20px 20px;
        min-height: 130px
    }

    .termsConditions {
        padding: 150px 0 50px
    }

    .conditions {
        box-shadow: 0 0 20px #393d42;
        background-color: #000;
        position: relative;
        padding: 60px;
        border-radius: 0 20px 20px 0;
        border-left: 10px solid #348d4d
    }

    .conditions h2 {
        color: #348d4d;
        margin-bottom: 30px
    }

    .conditions h3 {
        color: #348d4d;
        font-size: 20px;
        margin-top: 50px;
        margin-bottom: 15px
    }

    .conditions p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px
    }

    .blur_logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        opacity: .2;
        width: 600px
    }

    @-webkit-keyframes scroll {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(calc(-500px * 12))
        }
    }

    @keyframes scroll {
        0% {
            transform: translateX(0)
        }

        100% {
            transform: translateX(calc(-500px * 12))
        }
    }

    @-webkit-keyframes scrollRoll {
        0% {
            transform: translateX(calc(-500px * 12))
        }

        100% {
            transform: translateX(0)
        }
    }

    @keyframes scrollRoll {
        0% {
            transform: translateX(calc(-500px * 12))
        }

        100% {
            transform: translateX(0)
        }
    }

    .manualSlide {
        margin: auto;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .manualSlide .manualSlideBox {
        display: flex;
        width: calc(500px * 15)
    }

    .manualSlide .item {
        width: 500px;
        padding: 20px;
        text-align: center;
        align-self: center
    }

    .manualSlide .item img {
        max-width: 100%
    }

    .manualSlide .leftHover {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        cursor: pointer;
        z-index: 9
    }

    .manualSlide .rightHover {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        cursor: pointer;
        z-index: 9
    }

    .lft_imf {
        position: absolute;
        max-width: 160px;
        left: 75%;
        top: 25px
    }

    .rft_imf {
        position: absolute;
        max-width: 160px;
        right: 75%;
        top: 25px;
        transform: rotateY(180deg)
    }

    .lft_imf_big {
        position: absolute;
        max-height: 255px;
        right: -80px;
        top: 30px
    }

    .desktop_html .srb_bx {
        display: none
    }

    .desktop_html .srb_bx img {
        display: none
    }

    .desktop_html .new_srv.new_srv_ar .nav li {
        max-width: 50%;
        flex: 0 0 50%
    }

    .desktop_html .new_srv.new_srv_ar .nav li button {
        height: 75px;
        justify-content: center
    }

    .mb-service {
        font-family: Poppins;
        font-weight: 400;
        font-size: 24px;
        text-align: inherit;
        color: #9c9c9c;
        background: 0 0;
        border: transparent;
        padding: 25px;
        padding-left: 60px;
        border-left: 4px solid #9c9c9c
    }

    .sub-service-services .mb-service.active {
        color: #348d4d !important;
        border-left: 4px solid rgba(241, 179, 8, .83) !important
    }

    .tabcontent {
        display: none
    }

    .tabcontent:nth-child(1) {
        display: block
    }

    .faq-Right {
        border-right: .5px solid #348d4d
    }

    .faq-left {
        border-left: .5px solid #348d4d
    }

    .faq-circle {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 49%;
        top: 45%;
        border-radius: 50%;
        background: #348d4d
    }

    .box_container {
        width: auto;
        height: auto;
        perspective: 1450px;
        margin: auto;
        margin-top: 60px;
        transform-style: preserve-3d;
        padding-left: 15px;
        padding-right: 15px
    }

    .carousel .box_container:before {
        content: " ";
        display: block;
        border-radius: 4px;
        background: rgba(255, 255, 255, .04);
        width: 87%;
        height: 97%;
        position: absolute;
        z-index: -1
    }

    .carousel .box_container .top-active {
        padding: 12%
    }

    .ios-row {
        display: flex;
        width: 100%
    }

    #themes .column {
        position: relative;
        width: 20%;
        height: 580px;
        display: inline-block;
        transition: width .6s cubic-bezier(.16, 1, .3, 1);
        -webkit-transition: width .6s cubic-bezier(.16, 1, .3, 1)
    }

    #themes .column .box-1 {
        width: 100%;
        height: 150px;
        display: block;
        padding: 30px
    }

    #themes .column .box-1::before {
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        bottom: 0;
        border-radius: 4px;
        position: absolute;
        background: rgba(255, 255, 255, .04);
        z-index: 9
    }

    #themes .column .box-1 .theme-bg {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        transform: translateX(-100%) translateY(0);
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    #themes .column .box-1 .text {
        width: 100%;
        z-index: 199;
        text-align: center;
        justify-content: space-between;
        color: #fff;
        z-index: 91;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out
    }

    .theme-bx-mv {
        min-height: 360px;
        max-height: 400px
    }

    #themes .column .box-1 .text .title {
        font-size: 2rem;
        line-height: 1.3;
        color: #fff;
        font-family: Assistant, sans-serif;
        font-weight: 600;
        margin: auto
    }

    #themes .column .box-1 .text .address_del {
        line-height: 1.67;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #9c9c9c
    }

    #themes .column .box-1 .text .title b {
        display: block;
        color: #348d4d;
        font-size: 1.5rem
    }

    #themes .column .box-1 .text .address_del i svg {
        width: 22px;
        height: 22px;
        display: block;
        margin-bottom: 3px
    }

    .ios-sec-box #themes {
        background-color: transparent;
        height: auto;
        margin-top: 30px
    }

    .ios-sec-box #themes .column {
        height: auto;
        margin-left: 20px;
        margin-right: 25px
    }

    .ios-sec-box #themes .column.not_hover {
        width: 20%;
        height: 150px
    }

    .ios-sec-box #themes .column.hover {
        width: 20%;
        min-height: 350px
    }

    #themes .column.hover .box-1 .text .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: rgba(241, 179, 8, .83)
    }

    #themes .column.hover .box-1 .text .address_del {
        margin-top: 20px;
        opacity: 1;
        visibility: visible;
        transition-delay: .1s;
        -webkit-transition-delay: .1s
    }

    @media (min-width:768px) {
        #themes .column.hover .box-1 .text {
            opacity: 1;
            visibility: visible
        }

        #themes .column.hover .box-1 .theme-bg {
            filter: grayscale(0);
            -webkit-filter: grayscale(0)
        }
    }

    @media (max-width:1366px) {
        #themes .column .box-1 .text .title {
            font-size: 1.7rem
        }

        #themes .column .box-1 .text .title b {
            font-size: 1.3rem
        }
    }

    @media (max-width:991px) {
        #themes .column .box-1 .text {
            padding: 0 20px
        }

        .faq-Right {
            border: none
        }

        .faq-circle {
            display: none
        }

        .faq-left {
            border: none
        }

        .sr_faq .accordion-faq ul.accordion-list {
            padding-top: 0 !important;
            padding-bottom: 0 !important
        }

        .mobile_html .mob_ab_ap h2 span {
            display: none
        }

        .getin_touch_form form textarea {
            max-height: 100px
        }

        .desktop_html .srb_bx {
            display: block !important
        }

        .desktop_html .srb_bx img {
            display: none !important
        }

        .desktop_html img {
            max-width: 100%
        }

        .desktop_html .case_left_hero li {
            font-size: 12px
        }

        .desktop_html .case_left_hero li span {
            margin-bottom: 10px
        }

        .desktop_html .case_left_hero img {
            max-width: 150px;
            margin-bottom: 90px
        }

        .desktop_html .case_testi {
            padding: 20px 0 50px
        }

        .desktop_html .case_about_sec {
            padding: 70px 0
        }

        .desktop_html p {
            font-size: 14px
        }

        .desktop_html .case_process {
            padding: 0 0 80px
        }

        .desktop_html .case_process img {
            display: none
        }

        .desktop_html .case_process_bx .cp_n {
            width: 39%;
            height: inherit;
            position: static;
            background: #101214;
            padding: 15px 0;
            margin: 0 5% 15px;
            border: solid .5px #9c9c9c;
            border-radius: 15px;
            display: inline-block
        }

        .desktop_html .case_process_bx .cp_n a {
            position: static;
            transform: translateY(0);
            font-size: 15px
        }

        .desktop_html .case_scope h2 img {
            display: none
        }

        .desktop_html .case_app h2,
        .desktop_html .case_care h2,
        .desktop_html .case_conclusion h2,
        .desktop_html .case_goals h2,
        .desktop_html .case_scope h2,
        .desktop_html .case_sec_head h2,
        .desktop_html .case_wire h2,
        .desktop_html .lets_talk h3 {
            font-size: 30px;
            margin-bottom: 20px
        }

        .desktop_html .case_goals_bx p {
            line-height: 28px;
            font-size: 14px
        }

        .desktop_html .case_goals h3 {
            font-size: 15px;
            line-height: inherit;
            margin: 0 auto 40px;
            font-weight: 400
        }

        .desktop_html .case_challenge p {
            font-size: 14px;
            margin-bottom: 10px
        }

        .desktop_html .case_challenge h5 {
            font-size: 16px
        }

        .desktop_html .case_wire p {
            line-height: inherit;
            font-size: 14px;
            margin: 0 auto 40px
        }

        .desktop_html .palette li {
            flex: 0 0 25%
        }

        .desktop_html .cd_bx img {
            max-width: 100% !important
        }

        .desktop_html .lst_img li {
            flex: 0 0 33%;
            max-width: 33%
        }

        .mob_mn {
            display: block
        }

        .web_mn {
            display: none !important
        }

        .desktop_html .d-mobile-none {
            display: none !important
        }

        .desktop_html .d-desk-none {
            display: block !important
        }

        .desktop_html .header_min {
            padding: 89px 0 22px;
            position: fixed;
            z-index: 9;
            left: 0;
            top: 0;
            width: 100%;
            background: #000
        }

        .desktop_html .header_min a+span {
            position: absolute;
            color: #414141;
            left: 65px;
            top: 4px;
            font-weight: 500;
            font-size: 15px
        }

        .desktop_html .header_min .container {
            position: relative
        }

        .desktop_html .mobile-menu {
            position: fixed;
            left: 0;
            top: 0;
            z-index: 999;
            width: 100%;
            background: #101214;
            height: 100%;
            text-align: right;
            overflow: auto;
            padding: 20px 0;
            display: none
        }

        .desktop_html .mobile-menu a {
            color: #f9f9f9;
            text-decoration: none;
            font-size: 22px;
            font-weight: 500
        }

        .desktop_html .mobile-menu li {
            padding: 15px 0;
            list-style: none;
            display: block
        }

        .desktop_html .mobile-menu.active {
            display: block
        }

        .desktop_html .mobile-menu .btn.btn-primary {
            text-transform: uppercase;
            overflow: hidden;
            background: #348d4d !important;
            border: 0;
            border-radius: 50px;
            color: #fff;
            letter-spacing: 1.6px;
            padding: 11px 22px;
            font-size: 13px
        }

        .desktop_html .header .header_min {
            transition: all ease .3s !important
        }

        .desktop_html .header.nav-up .header_min {
            -webkit-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            transform: translateY(-100px);
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s
        }

        .desktop_html .header.nav-down .header_min {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition: all ease .5s;
            -o-transition: all ease .5s;
            transition: all ease .5s
        }

        .modal#goa_trip .modal-dialog .modal-content {
            background-image: url(../img/career/bg.png);
            background-size: 140%;
            height: auto;
            padding: 10px 30px 120px 40px;
            background-repeat: no-repeat;
            background-color: #222;
            background-position: -50px bottom;
            overflow: hidden
        }

        #goa_trip .modal-dialog {
            max-width: 100% !important;
            bottom: 0 !important;
            top: initial !important;
            transform: translate(0, 0) !important;
            left: 0 !important;
            margin: auto !important;
            position: absolute
        }

        .goa-tree {
            left: -98px;
            bottom: -2px;
            max-height: 310px
        }

        .goa-umb {
            right: -115px;
            bottom: 2px;
            max-width: 170px
        }

        #goa_trip .btn-close {
            display: none;
            top: -75px !important;
            right: 50% !important;
            border: 2px solid #dedede;
            border-radius: 50%;
            padding: 1px;
            line-height: 0;
            font-size: 50px !important;
            cursor: pointer;
            z-index: 99;
            margin-right: -40px
        }

        #goa_trip .mobile_tn {
            display: block !important
        }

        .goa_cnt .btn.btn-primary.mob_mn.closeModal {
            padding: 12px 60px;
            max-width: 210px;
            margin: 0 auto;
            background: #348d4d
        }

        .timer .d-flex>span {
            padding: 3px 5px
        }

        .timer p {
            text-align: center;
            color: #333 !important
        }

        .desktop_html #project_enquery .pr_en_hd {
            color: #348d4d;
            font-size: 30px;
            max-width: 180px;
            margin-bottom: 40px;
            letter-spacing: .6px;
            line-height: 45px;
            margin-top: 20px
        }

        .desktop_html #project_enquery h3 {
            margin: 0;
            font-size: 20px;
            letter-spacing: .4px;
            line-height: 48px
        }

        .desktop_html .form-group {
            margin-bottom: 35px;
            position: relative
        }

        .desktop_html .form-group .fa.fa-star {
            font-size: 12px;
            position: absolute;
            bottom: 13px;
            right: 13px;
            color: #348d4d
        }

        .desktop_html .form-group input.form-control {
            font-size: 12px;
            background: 0 0;
            border: 1px solid #373737;
            height: 45px
        }

        .desktop_html .form-group textarea.form-control {
            background: 0 0;
            border: 1px solid #373737;
            height: 105px;
            font-size: 12px
        }

        .desktop_html .cnt_form {
            margin: 0 0 80px
        }

        .desktop_html .form-group label {
            color: #f9f9f9;
            margin-bottom: 15px;
            margin-top: 30px;
            font-size: 17px
        }

        #enquiryForm .d-flex {
            display: block !important
        }

        .desktop_html #project_enquery .modal-body {
            padding: 0 0
        }

        .desktop_html #project_enquery .container {
            padding: 0 17px
        }

        .desktop_html #project_enquery label {
            margin-top: 0;
            font-size: 17px;
            font-weight: 600
        }

        .desktop_html #project_enquery .form-check.form-check-inline {
            border: 0;
            border-radius: 10px;
            padding: 0 0 0 30px;
            margin-bottom: 20px;
            font-weight: 600
        }

        .desktop_html #project_enquery .form-check.form-check-inline .form-check-label {
            margin: 0;
            font-size: 16px;
            color: #fff
        }

        .desktop_html #project_enquery .validation-mgs {
            padding: 25px 0
        }

        .desktop_html #project_enquery {
            padding-top: 20px
        }

        .timer p {
            text-align: center;
            color: #333 !important;
            font-size: 14px !important;
            line-height: 29px !important
        }

        .desktop_html .lg_footer .btn.btn-primary {
            color: #fff;
            letter-spacing: 1.2px;
            padding: 10px 25px;
            font-size: 14px;
            background: #348d4d
        }

        .desktop_html #project_enquery .form-group .btn.btn-dark.btn-line {
            padding: 12px 50px;
            margin-top: 0;
            background: #348d4d
        }

        .desktop_html .modal#project_enquery .btn-close {
            border: 1px solid #333;
            border-radius: 50%;
            color: #348d4d !important
        }

        .desktop_html .new_srv_dm.new_srv .nav li button {
            padding: 10px 10px
        }

        .desktop_html .new_srv_dm.new_srv .nav li {
            max-width: 50%;
            flex: 0 0 50%
        }

        .desktop_html .sub-services-top img {
            position: absolute;
            margin-top: 10px;
            opacity: .1;
            z-index: 0
        }

        .desktop_html .sb_sr_top {
            position: relative;
            z-index: 1
        }

        .desktop_html .new_srv .nav li {
            max-width: 50%;
            flex: 0 0 50%
        }

        .desktop_html .new_srv .nav {
            flex-wrap: wrap
        }

        .desktop_html .new_srv .nav li button {
            font-size: 12px;
            min-height: 60px;
            opacity: .3
        }

        .desktop_html .new_srv .nav li button.nav-link {
            padding: 0
        }

        .desktop_html .new_srv .nav li button a {
            padding: 10px 6px
        }

        .desktop_html .new_srv .nav li button img {
            max-height: 25px
        }

        .desktop_html .new_srv .nav li button.active::after {
            display: none
        }

        .desktop_html .new_srv .md_sr_hd {
            font-size: 20px;
            margin-top: 50px
        }

        .desktop_html .new_srv .md_sr_hd+p {
            font-size: 13px;
            line-height: 24px
        }
    }

    @font-face {
        font-family: "SignPainter HouseScript";
        src: url(../fonts/SignPainterHouseScript.eot);
        src: url(../fonts/SignPainterHouseScript.eot?#iefix) format("embedded-opentype"), url(../fonts/SignPainterHouseScript.woff2) format("woff2"), url(../fonts/SignPainterHouseScript.woff) format("woff"), url(../fonts/SignPainterHouseScript.ttf) format("truetype"), url(../fonts/SignPainterHouseScript.svg#SignPainterHouseScript) format("svg");
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }

    .our-interns {
        padding: 80px 0
    }

    .cd_section {
        margin-bottom: 100px
    }

    .intern-content h2 {
        font-family: Poppins;
        font-size: 25px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        max-width: 230px;
        text-align: left;
        margin: 0 auto;
        line-height: 30px;
        letter-spacing: normal;
        color: #fff
    }

    .intern-content span {
        font-family: "SignPainter HouseScript";
        font-size: 60px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        display: block;
        color: #f1b442
    }

    #intern-slider .item h4 {
        font-family: Poppins;
        font-size: 15px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        padding: 20px
    }

    #intern-slider .item h4 span {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        display: block;
        color: #fff
    }

    .our-interns .item {
        border-radius: 4px;
        overflow: hidden;
        background: #222
    }

    #intern-slider-mob .item h4 {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #fff;
        padding: 15px
    }

    #intern-slider .item h4 span {
        font-family: Poppins;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        display: block;
        color: #fff
    }

    #intern-slider-mob .item h4 span {
        display: block
    }

    .ab_meet .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .port-logo {
        display: flex;
        align-items: baseline;
        width: 100%
    }

    .port-logo span {
        font-size: 40px;
        margin-left: 6px;
        position: relative;
        top: -5px
    }

    .desktop_html .main_slide p {
        line-height: 28px;
        color: #9c9c9c;
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: 34px
    }

    .desktop_html .port_crt h6 {
        line-height: 20px;
        color: #9c9c9c;
        font-size: 12px
    }

    .desktop_html .port_crt strong {
        position: relative;
        top: -2px;
        font-size: 18px;
        padding: 5px
    }

    .mob-port-logo span {
        top: 12px;
        position: relative;
        font-size: 22px
    }

    .aso-page .testimonial-block {
        padding: 50px 0
    }

    .aso-sec-1 {
        background-image: url(../img/digital/aso/aso-main.png);
        background-size: cover
    }

    .aso-sec-1 .main_content {
        margin: auto
    }

    .aso-sec-1 .main_content .heading {
        font-weight: 600;
        font-size: 50px !important;
        line-height: 75px
    }

    .aso-sec-2 {
        padding: 50px 0;
        background-image: url(../img/digital/aso/app-img.svg);
        background-repeat: no-repeat
    }

    .aso-sec-2 .aso-sec-2-left .heading {
        font-weight: 600;
        font-size: 42px;
        line-height: 51px;
        color: #348d4d;
        padding-bottom: 30px
    }

    .aso-sec-2 .aso-sec-2-left .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px
    }

    .aso-sec-2 .aso-sec-2-right .right-boxes .right-card-coln {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 100px
    }

    .aso-sec-2 .aso-sec-2-right .right-boxes::before {
        position: absolute;
        content: '';
        background-color: #d9d9d9;
        opacity: .1;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        z-index: -1
    }

    .aso-sec-2 .aso-sec-2-right .card-box {
        background: #000;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 37px 0;
        max-width: 206px;
        box-shadow: -1px -1px 1px 0 #5f5f60d1
    }

    .aso-sec-2 .aso-sec-2-right .card-box .numbr {
        font-weight: 400;
        font-size: 64px;
        line-height: 83px;
        color: #e9b43f;
        padding: 0 30px
    }

    .aso-sec-2 .aso-sec-2-right .card-box .numbr sup {
        color: #fff;
        font-weight: 200;
        font-size: 35px;
        line-height: 52px;
        top: -34px
    }

    .aso-sec-2 .aso-sec-2-right .card-box .title {
        font-weight: 300;
        font-size: 24px;
        line-height: 33px;
        color: #fff;
        padding: 0 30px
    }

    .aso-sec-3 {
        background-color: #000;
        padding-top: 50px
    }

    .aso-sec-3 .aso-sec-3-content {
        text-align: center;
        margin: 0 auto;
        padding-bottom: 50px
    }

    .aso-sec-3 .aso-sec-3-content .aso-sec-3-content-width {
        margin: 0 auto
    }

    .aso-sec-3 .aso-sec-3-content .title {
        font-weight: 600;
        font-size: 42px;
        line-height: 54px;
        color: #348d4d
    }

    .aso-sec-3 .aso-sec-3-content .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: center;
        color: #fff;
        padding-top: 30px
    }

    .aso-sec-3 .desktop_html .cl_bx {
        max-width: 900px;
        border-radius: 20px;
        border: none
    }

    .aso-sec-3 .cl_bx .heading {
        text-align: left;
        font-weight: 600;
        font-size: 28px;
        line-height: 28px;
        color: #348d4d
    }

    .aso-sec-3 .noteworthy {
        padding-bottom: 0
    }

    .aso-sec-3 .srvc-slider-img img {
        max-width: 300px
    }

    .aso-sec-3 .cl_bx .right-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: 400px
    }

    .aso-sec-3 .cl_bx .description {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        text-align: left;
        color: #f9f9f9
    }

    .aso-sec-3 .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 15%;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        list-style: none
    }

    .aso-sec-3 .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

    .aso-sec-3 .carousel-indicators .active {
        background-color: #348d4d;
        opacity: 1
    }

    .aso-sec-3-img {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .aso-sec-3 .mob-aos-service {
        display: none
    }

    .aso-sec-3 .aos-srvc-content {
        text-align: left
    }

    .aso-sec-3 .aos-srvc-content .heading {
        color: #348d4d;
        padding-bottom: 10px;
        font-size: 20px
    }

    .aso-sec-4 .service-block .service-cards .srv-card-content {
        background: #08122a;
        box-shadow: 0 4px 8px rgba(112, 112, 112, .2), -4px -4px 8px rgba(112, 112, 112, .2);
        border-radius: 14px;
        padding: 50px;
        min-height: 300px;
        max-width: 600px
    }

    .aso-sec-4 .service-block .service-cards .srv-card-content.blue-bx {
        background-image: linear-gradient(110.17deg, rgba(138, 226, 194, .8) -28.21%, #0b1227 102.07%);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25), -4px -4px 7px rgba(146, 143, 143, .25)
    }

    .aso-sec-4 .service-block .service-cards .srv-card-content .srv-card-title {
        font-weight: 300;
        font-size: 22px;
        line-height: 28px;
        align-items: center;
        padding-bottom: 0;
        min-height: 80px
    }

    .aso-sec-4 .service-cards .srv-card-content .para {
        color: #348d4d;
        font-weight: 400;
        font-size: 24px;
        line-height: 48px;
        padding-bottom: 30px
    }

    .aso-sec-5 {
        padding: 50px 0
    }

    .aso-sec-5 .custom-card-list-wrap-dsktp {
        display: block
    }

    .aso-sec-5 .custom-card-list-wrap-mobile {
        display: none
    }

    .aso-sec-5 .aso-sec-5-content-width {
        margin: 0 auto;
        max-width: 950px
    }

    .aso-sec-5 .aso-sec-5-content .title {
        font-size: 42px;
        line-height: 54px;
        text-align: left;
        color: #348d4d;
        font-weight: 600;
        text-align: center
    }

    .aso-sec-5 .aso-sec-5-content .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
        color: #fff;
        padding: 30px 0;
        text-align: center
    }

    .aso-sec-5 .aso-store-list .store-title .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        text-align: center;
        padding: 30px;
        border-bottom: 1px solid #fff;
        color: #000;
        background-color: #fff;
        border-radius: 20px 20px 0 0
    }

    .aso-sec-5 .aso-store-list {
        border-radius: 28px;
        min-height: 630px;
        position: relative;
        background-color: #000
    }

    .aso-sec-5 .aso-store-list::before {
        content: '';
        position: absolute;
        height: 97%;
        width: 101%;
        z-index: -1;
        border-radius: 29px;
        background-image: linear-gradient(5deg, #e1e1e1bf 0, #000 75%);
        margin-left: -1px;
        margin-top: 20px
    }

    .aso-sec-5 .aso-store-list .store-menu-li {
        padding: 19px 20px;
        color: #c4c4c4;
        border-bottom: .5px solid rgba(255, 255, 255, .38);
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px
    }

    .aso-sec-5 .aso-store-list .store-menu-li:last-child {
        border-bottom: none
    }

    .aso-sec-5 .aso-store-list.active .store-menu-li {
        color: #fff
    }

    .aso-sec-6 {
        background-color: #000
    }

    .aso-sec-6 .aso-sec-6-content {
        padding: 50px 0
    }

    .aso-sec-6 .aso-sec-6-content-width {
        margin: 0 auto;
        padding-bottom: 20px
    }

    .aso-sec-6 .aso-sec-6-content .title {
        font-size: 35px;
        line-height: 54px;
        color: #fff;
        font-weight: 600
    }

    .aso-sec-6 .aso-sec-6-content .sub-title {
        font-weight: 600;
        font-size: 32px;
        line-height: 54px;
        color: #348d4d
    }

    .aso-sec-6 .aso-sec-6-content .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #348d4d;
        padding: 20px 0
    }

    .aso-sec-6 .tech-box {
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .dsktp-aso-sec-7 {
        display: block
    }

    .mobile-aso-sec-7 {
        display: none
    }

    .aso-sec-7 {
        background-color: #000;
        padding: 50px 0
    }

    .aso-sec-7 .aso-sec-7-contant .sub-heading {
        font-weight: 300;
        font-size: 25px;
        line-height: 35px;
        margin-top: 30px
    }

    .aso-sec-7 .aso-sec-7-contant .heading {
        font-weight: 600;
        font-size: 35px;
        line-height: 54px;
        color: #348d4d
    }

    .aso-sec-7 .aso-sec-7-contant .heading span {
        font-weight: 300;
        color: #fff
    }

    .aso-sec-7 .aso-sec-7-contant .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #e9e9e9;
        padding: 26px 0 56px
    }

    .aso-sec-7 .aso-sec-7-list {
        padding: 39px 27px;
        height: 100%;
        background: #101214;
        border-radius: 20px
    }

    .aso-sec-7 .aso-sec-7-list .title {
        font-weight: 500;
        font-size: 30px;
        line-height: 110%;
        text-align: center;
        min-height: 70px
    }

    .aso-sec-7 .aso-sec-7-list .description {
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding-top: 24px;
        color: #fff
    }

    .digital-sub-sec-9 .heading {
        text-align: left !important
    }

    .digital-sub .sec-6-hr {
        width: 100%
    }

    .digital-sub .sec-6-but {
        width: 100%
    }

    .digital-sub .line {
        border: 1px solid #348d4d;
        opacity: 1
    }

    .digital-sub .right-sub-text {
        color: #d5aa4a;
        font-weight: 600;
        font-size: 50px
    }

    .digital-sub .hvr-sweep-to-right {
        margin-top: -5px
    }

    .digital-sub .left-sub-box {
        background: linear-gradient(89.02deg, rgba(39, 39, 39, .2914) 1.01%, rgba(39, 39, 39, .3149) 99.35%);
        padding: 35px 41px;
        text-align: center
    }

    .digital-sub .left-sub-box h2 {
        color: #dfdfdf;
        font-weight: 500;
        font-size: 16px;
        text-align: center
    }

    .digital-sub {
        padding-bottom: 50px
    }

    .left-sub-box .box-sec {
        width: 80%;
        margin: auto
    }

    .digital-col-sec2 {
        padding: 30px;
        padding-left: 0
    }

    .digital-col-sec2 .col-block {
        padding: 20px;
        border-width: 2px;
        height: 100%;
        border-style: solid;
        border-image: linear-gradient(180deg, #ababab, rgba(0, 0, 0, 0)) 1
    }

    .digital-col-sec2 .col-block .col-text {
        font-weight: 500;
        font-size: 22px;
        color: #348d4d
    }

    .digital-col-sec2 .col-block p {
        font-weight: 400;
        font-size: 18px;
        color: #ababab;
        margin-top: 25px
    }

    .digital-sec1 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        border-radius: 0 0 1000px 1000px;
        background-image: url(../img/ui/headDigital.png)
    }

    .top-digital-head.hm_banner {
        position: relative;
        height: calc(100vh + 100vh/4)
    }

    .top-digital-head.hm_banner::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / .4);
        content: ''
    }

    .top-digital-head .ban_caption {
        position: absolute;
        left: 50%;
        top: 20%;
        width: 900px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .top-digital-head .ban_caption h1 {
        font-size: 50px;
        font-weight: 600;
        margin-bottom: 80px;
        position: relative;
        line-height: 75px
    }

    .top-digital-head .ban_caption p {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 30px;
        line-height: 24px
    }

    .top-digital-head .digital-head-img img {
        border-radius: 0 0 1000px 1000px;
        width: 100%
    }

    .hire-col-sec2 .col-block {
        padding: 20px;
        border-width: 2px;
        height: 100%;
        border-style: solid;
        border-image: linear-gradient(180deg, #ababab, rgba(0, 0, 0, 0)) 1
    }

    .hire-col-sec2 .col-block .col-text {
        font-weight: 500;
        font-size: 24px;
        color: #348d4d;
        min-height: 75px
    }

    .hire-col-sec2 .col-block p {
        font-weight: 400;
        font-size: 18px;
        color: #ababab;
        margin-top: 25px
    }

    .input-div {
        text-align: -webkit-right
    }

    .tab-hire {
        margin-top: 2.5rem
    }

    .sideTab-hire {
        box-shadow: 0 1px 13px rgba(108, 108, 108, .25)
    }

    .sideTab-hire .tabcontent {
        padding: 68px
    }

    .sub-service-services .sideTab-hire-tab .tab-hire button.active {
        color: #000 !important;
        font-weight: 700;
        width: 100%;
        background-color: rgba(228, 164, 0, .9) !important;
        position: relative
    }

    .tab-hire .mb-service {
        font-family: Poppins;
        font-weight: 400;
        font-size: 24px;
        text-align: center;
        color: #9c9c9c;
        background: 0 0;
        padding: 50px;
        border: none;
        width: 100%;
        background-color: #202020;
        margin: 2px
    }

    .tab-hire button.active:before {
        content: '';
        position: absolute;
        right: -68px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 70px solid rgba(228, 164, 0, .9);
        border-top: 76px solid transparent;
        border-bottom: 61px solid transparent;
        z-index: 1
    }

    .sideTab-hire .tech-icon .hire-side-img {
        display: block;
        padding: 8px
    }

    .sec-3-hire {
        font-size: 40px;
        margin: 20px 0
    }

    .hire-col-sec2 {
        padding: 30px;
        padding-left: 0
    }

    .sec-2-but-row {
        width: 100%;
        justify-content: end
    }

    .sec-2-but-row .sec-2-but {
        width: fit-content;
        color: #ababab;
        background: 0 0;
        font-size: 18px;
        text-align: center;
        padding: 10px 0
    }

    .sec-2-but-row .sec-2-but .link {
        color: #fff
    }

    .hire-input {
        display: flex;
        width: 300px;
        border: 1px solid #404040;
        box-sizing: border-box;
        border-radius: 22.5px;
        padding: 11px 20px;
        margin-bottom: 50px
    }

    .hire-input .fa {
        color: #979797;
        margin-right: 24px
    }

    .hire-input input {
        border: 0;
        color: #fff;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        padding: 0 !important;
        width: 100%
    }

    .hire-input input:focus {
        outline: 0
    }

    .hire-input .input-placeholder {
        display: inline-block;
        padding: 10px
    }

    .hire-input .form-control:focus {
        background-color: transparent !important;
        color: #fff;
        box-shadow: none
    }

    .sideTab-hire-tab {
        padding-right: 0;
        display: flex;
        justify-content: end;
        align-items: center
    }

    .hire-isdesktop {
        display: block
    }

    .hire-isdesktop .hire-sec-1-des {
        background-image: url(../img/developer/header-img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100% - 90px);
        position: relative
    }

    .hire-isdesktop .sub-services-top {
        margin-top: 80px
    }

    .hire-isdesktop .hire-sec-1-des .sb_sr_top {
        max-width: 600px
    }

    .hire-isdesktop .hire-sec-1-des .col-md-7 {
        margin-bottom: 29px;
        padding-top: 29px
    }

    .hire-isdesktop .hire-sec-1-des .heading {
        font-size: 45px;
        color: #f9f9f9;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 20px;
        text-align: left
    }

    .hire-isdesktop .hire-sec-1-des .description {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
        color: #e9e9e9
    }

    .hire-ismobile {
        display: none
    }

    .accordion-faq .left-box {
        margin-top: 40px
    }

    .accordion-faq .content-title .heading {
        margin: 20px 0;
        font-size: 18px;
        font-weight: 500
    }

    .accordion-faq .content-title .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #8f8f8f
    }

    .accordion-faq .title {
        font-size: 25px
    }

    .accordion-faq .ylw-color {
        color: #348d4d
    }

    .hire-developer .block-sec-work .block-sec-content .content-title .content-ul-list li:before {
        content: "";
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 2px;
        height: 8px;
        width: 8px;
        text-indent: -1em
    }

    .hire-developer .block-sec-work .block-sec-content .content-title .content-ul-list li:nth-child(1)::before {
        background-color: #dec57b
    }

    .hire-developer .block-sec-work .block-sec-content .content-title .content-ul-list li:nth-child(2)::before {
        background-color: #75d4e9
    }

    .hire-developer .block-sec-work .block-sec-content .content-title .content-ul-list li:nth-child(3)::before {
        background-color: #cd8df7
    }

    .hire-developer .block-sec-work .block-sec-content .content-title .content-ul-list li:nth-child(4)::before {
        background-color: #d9605e
    }

    .hire-developer .block-sec-work .block-sec-content .right-box .content-title {
        margin-bottom: 60px
    }

    .hire-developer .block-sec-work .block-sec-content .content-title .content-list .heading {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px
    }

    .h2inpos,
    .h2inpre {
        height: 50px;
        width: 20px;
        border-bottom: 1px solid orange !important;
        border-top: 1px solid orange !important
    }

    .h2inpre {
        border-left: 1px solid orange !important
    }

    .h2inpos {
        border-right: 1px solid orange !important;
        clear: right
    }

    .top-digital-head {
        display: block !important;
        padding: 6em 4em 8em 4em
    }

    .digital-sec1:before {
        position: absolute;
        content: '';
        background-color: rgb(0 0 0 / .7)
    }

    .digital-sec-2 .sec-3-line {
        width: 10%
    }

    .slick-center .slick-current {
        width: 0 30px;
        top: 50%;
        transform: scale(1.3);
        transform-origin: center center
    }

    .digital-sec-2 .sec-3_mid_text {
        width: 80%;
        margin-top: -6px;
        margin-left: 2em
    }

    .digital-sec-2 .sec-3-h2 {
        font-size: 35px;
        line-height: 50px
    }

    .digital-sec-2 .line {
        border: 1px solid #348d4d;
        opacity: 1
    }

    .digital-sec-2 .sec-3-para {
        text-align: left;
        margin: 4em;
        margin-top: 2em;
        margin-bottom: 2em
    }

    .digital-card-slider .slide.slider-order .sec-3-list .sec-3-left {
        order: 2
    }

    .digital-sec-2 .sec-3-list {
        display: flex;
        transition: all 2s ease-in-out
    }

    .block_chain {
        overflow: hidden
    }

    .block_chain p {
        line-height: 1.67
    }

    .block_chain .btn_line {
        margin: 25px 0 50px 0
    }

    .awards_sec .hd_s .ln,
    .block_chain .hd_s .ln,
    .blog_sec .hd_s .ln {
        transform-origin: left bottom;
        left: 48px
    }

    .block_chain p {
        font-size: 1.1rem
    }

    .block-sec-2-head h2 {
        font-size: 64px !important;
        margin: 20px 0 20px
    }

    .dashBorder_blockchain {
        overflow: hidden;
        position: relative;
        text-align: center;
        padding: 10px;
        margin-bottom: 20px;
        position: relative
    }

    .dashBorder_blockchain:hover .sec-10-img {
        transform: scale(1.4);
        transition: transform .8s ease-in-out
    }

    .dashBorder_blockchain .dot-border-line {
        width: 10px;
        height: 10px;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-top: 20px;
        background-color: #348d4d;
        transition: all .8s ease-in-out
    }

    .dashBorder_blockchain:hover .dot-border-line {
        width: 100%;
        transition: all .8s ease-in-out
    }

    .blockChain_slider {
        padding: 0 !important
    }

    .blockChain_slider .card {
        background-color: transparent
    }

    .dashBorder_blockchain:hover .sec-10-h4 {
        color: #348d4d
    }

    .block_chain .sec-2 .number {
        font-size: 64px;
        color: #348d4d;
        font-weight: 400
    }

    .block_chain .sec-2 .text {
        font-size: 20px;
        font-weight: 400
    }

    .block_chain .line {
        border: 1px solid #348d4d;
        opacity: 1
    }

    .block_chain .sec-3_mid_text {
        width: 80%;
        margin-top: -6px;
        margin-left: 2em
    }

    .block_chain .sec-3_mid_text .sec-3-h2 span {
        color: #348d4d
    }

    .block_chain .sec-3-para {
        text-align: left;
        margin: 4em;
        margin-top: 2em;
        margin-bottom: 2em;
        color: #ababab
    }

    .block_chain .sec-3-para a {
        color: #348d4d !important
    }

    .block_chain .sec-3-line {
        width: 10%
    }

    .block_chain .sec-3-h4 {
        font-size: 40px !important;
        line-height: 50px;
        color: #d7d7d7 !important
    }

    .block_chain .des-para {
        margin-top: 20px;
        width: 75%
    }

    .block_chain .sec-des-para {
        text-align: left;
        font-size: 18px;
        color: #ababab;
        line-height: 27px
    }

    .block_chain .sec-6-hr {
        width: 100%
    }

    .block_chain .sec-6-but {
        width: 100%
    }

    .block_chain .sec-11-h2 {
        background-color: #040504;
        width: fit-content !important;
        max-width: none !important;
        line-height: unset !important;
        position: absolute;
        top: 10%
    }

    .block_chain .sec-11-p {
        margin-top: 110px;
        color: #ababab
    }

    .block_chain .sec-7-img {
        background: 0 0 !important;
        display: flex;
        flex-direction: column
    }

    .block_chain .sec-8-imgBox {
        margin: 20px 0 20px
    }

    .block_chain .sec-8-imgText {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 200
    }

    .block_chain .sec-9-imgBox {
        border-right: 1px solid #348d4d
    }

    .block_chain .sec-10-box {
        border: 2px dashed #4e4e4e;
        padding: 20px 20px 0;
        height: 480px
    }

    .block_chain .sec-10-h4 {
        font-size: 22px;
        font-weight: 500;
        transition: all .8s ease-in-out
    }

    .block_chain .sec-10-img {
        margin-top: 40px;
        margin-bottom: 70px;
        min-height: 110px
    }

    .block_chain .sec-10-p {
        font-size: 14px;
        padding-bottom: 50px
    }

    .block_chain .sec-11-img {
        margin: 140px 0 -90px !important;
        border-top: 5px solid #000;
        border-image: linear-gradient(to top, #c54747 50%, rgba(223, 31, 31, 0) 50%);
        border-image-slice: 1
    }

    .block_chain .isdesktop {
        display: block
    }

    .block_chain .isMobile {
        display: none
    }

    .block-sec-1-des {
        display: block
    }

    .block-sec-1-des .heading {
        font-size: 50px;
        color: #f9f9f9;
        font-weight: 600;
        line-height: 76px;
        margin-bottom: 20px;
        text-align: left
    }

    .block-sec-1-mob {
        display: none
    }

    .block-sec-1-mob .heading {
        font-size: 40px;
        color: #f9f9f9;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 20px;
        text-align: left
    }

    .block-sec-1-mob video {
        height: 88vh
    }

    .blockChain_slider .slick-slide img {
        margin: 0 auto;
        max-width: 130px;
        border-radius: 50%;
        width: 100%
    }

    .blockChain_slider .item {
        padding: 15px;
        outline: 0
    }

    .blockChain_slider .inner_item {
        background: #222;
        border-radius: 18px;
        text-align: center;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .blockChain_slider .slick-slide {
        transform: scale(.8);
        opacity: .5;
        transition: all ease .5s;
        max-height: 400px;
        min-height: 300px
    }

    .blockChain_slider .slick-slide.slick-current {
        transform: scale(1);
        opacity: 1;
        position: relative;
        left: 0
    }

    .blockChain_slider .dark {
        display: none
    }

    .blockChain_slider .slick-center .dark {
        display: block
    }

    .blockChain_slider .light {
        display: block
    }

    .blockChain_slider .slick-center .light {
        display: none
    }

    .blockChain_slider .slick-arrow {
        position: absolute;
        bottom: 0;
        z-index: 99;
        border: none;
        height: 20px;
        border-radius: 50px;
        width: 100px;
        outline: 0
    }

    .blockChain_slider .slick-next {
        right: 0;
        top: 60%
    }

    .blockChain_slider .slick-prev {
        left: 0;
        top: 60%
    }

    .blockChain_slider .slick-list {
        margin-bottom: 95px !important
    }

    .blockChain_slider .item-heading {
        display: block;
        opacity: 0;
        font-size: 20px;
        position: absolute;
        bottom: 15%;
        margin: auto;
        left: 0;
        right: 0
    }

    .blockChain_slider .slick-current .item-heading {
        opacity: 1
    }

    .slick-prev:before {
        content: url(../img/blockchain/leftarrow.png)
    }

    .slick-next:before {
        content: url(../img/blockchain/rightarrow.png)
    }

    .block_chain .sec-3-list {
        display: flex;
        transition: all 2s ease-in-out
    }

    .sec-3 ul li {
        cursor: pointer
    }

    .digital-sec-2 .sec-3-left {
        width: 300px;
        height: 300px;
        background: #1c1c1c;
        margin-top: 70px
    }

    .block_chain .sec-3-left {
        width: 300px;
        height: 300px;
        background: #1c1c1c;
        margin-top: 70px
    }

    .digital-sec-2 .sec-3-right {
        width: 350px;
        height: 450px;
        background: #282828;
        box-shadow: 4px 4px 9px rgba(135, 132, 132, .25)
    }

    .block-card-slider .slick-slide {
        transform: scale(.8);
        opacity: .5;
        transition: all ease .5s
    }

    .block-card-slider .slick-slide.slick-current {
        transform: scale(1);
        opacity: 1;
        max-height: 420px
    }

    .digital-card-slider .slick-slide {
        transform: scale(.8);
        opacity: .5;
        transition: all ease .5s
    }

    .digital-card-slider .slick-slide.slick-current {
        transform: scale(1);
        opacity: 1;
        max-height: 400px
    }

    .digital-sec-2 .sec-3-right h2 {
        font-weight: 500;
        font-size: 22px;
        color: #d8d8d8;
        margin: 30px
    }

    .digital-sec-2 .sec-3-right p {
        font-weight: 400;
        font-size: 14px;
        color: #ababab;
        margin: 30px
    }

    .block_chain .sec-3-right {
        width: 370px;
        height: max-content;
        padding: 30px 0;
        margin: 0 40px;
        background: #282828;
        border: 1px;
        border-radius: 10px
    }

    /* sms page */

    .shape-thumb_weeper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
    }

    .shape-thumb img {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .round-shape::after {
        position: absolute;
        top: 50%;
        left: 30%;
        content: "";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px dashed #a8dfb4;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -3;
    }

    .round-shape::before {
        position: absolute;
        top: 50%;
        left: 30%;
        content: "";
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 2px dashed #a8dfb4;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -3;
    }

    .banner_wepper {
        padding: 78px 0 70px 0;
        background-color: #000;
        position: relative;
        overflow: hidden;
    }

    .banner_wrap {
        position: relative;
        z-index: 1;
        max-width: 680px;
    }

    .banner_wrap {
        position: relative;
        z-index: 1;
        max-width: 680px;
    }

    .block_chain .sec-3 {
        margin-top: 6em;
        position: relative
    }

    .block_chain .sec-3 .prev-block {
        position: absolute;
        left: 32%;
        top: 35%
    }

    .block_chain .sec-3 .next-block {
        position: absolute;
        top: 35%;
        right: 32%
    }

    .block_chain .sec-3-h3 {
        letter-spacing: 1px;
        margin-bottom: 5px;
        font-size: 40px;
        line-height: 50px;
        color: #d7d7d7 !important
    }

    .block-card-slider .slick-center .sec-3-right {
        border-left: 2px solid #348d4d
    }

    .block_chain .sec-3-right h3 {
        font-weight: 500;
        font-size: 22px;
        color: #d8d8d8;
        margin: 15px
    }

    .block-card-slider .slick-center .sec-3-right h3 {
        color: #348d4d
    }

    .block_chain .sec-3-right p {
        font-weight: 400;
        font-size: 14px;
        color: #ababab;
        margin: 30px
    }

    .mobile_html_slide {
        display: none;
        margin-top: 30px
    }

    .desktop_html_img {
        display: block
    }

    @media (max-width:1440px) {
        .desktop_html .modal#project_enquery .btn-close {
            right: 0
        }

        .desktop_html #project_enquery {
            width: 80%;
            left: 10%
        }

        .desktop_html .new_cn_frm {
            padding: 85px 0px 30px 0px;
        }

        .aso-sec-4 .service-block .service-cards .srv-card-content {
            max-width: 500px
        }

        .desktop_html #project_enquery label {
            font-size: 16px !important;
            font-weight: 500 !important
        }

        .block_chain .sec-10-box {
            height: 520px
        }
    }

    @media (max-width:1200px) {
        .top-digital-head {
            padding: 8em 4em 8em 4em
        }
    }

    @media (max-width:767px) {
        .mobile_html .new_cn_frm {
            padding: 90px 0 30px !important
        }

        .mobile_html .top_con {
            margin-bottom: 10px !important
        }

        .top-digital-head .ban_caption h1 {
            font-size: 30px;
            margin-bottom: 50px;
            line-height: 45px
        }

        .career-form .myExp .form-check.form-check-inline {
            padding: 0 30px !important
        }

        .digital-sec-2 .sec-3-left {
            width: 60px;
            height: 202px
        }

        .digital-sec-2 .sec-3-right {
            width: 260px;
            height: 390px
        }

        .digital-sec-2 .sec-3-right h2 {
            font-size: 16px;
            color: #d8d8d8;
            margin: 15px
        }

        .digital-sec-2 .sec-3-right p {
            font-weight: 400;
            font-size: 12px;
            color: #ababab;
            margin: 15px
        }

        .cta-more-box.arrow.slide-right {
            left: 98%;
            top: 102%;
            z-index: 99
        }

        .cta-more-box.arrow.slide-left {
            left: -35px;
            z-index: 99;
            top: 102%
        }

        .digital-sec-2 .sec-3-para {
            font-size: 12px !important;
            margin: 2em
        }

        .top-digital-head {
            padding: 5em 0 3em 0
        }

        .digital-col-sec2 .col-block .col-text {
            font-size: 16px
        }

        .digital-col-sec2 .col-block p {
            font-size: 12px;
            margin-top: 15px;
            line-height: 18px
        }

        .digital-col-sec2 {
            padding: 15px
        }

        .left-sub-box .box-sec {
            width: 100%
        }

        .digital-sub {
            padding-bottom: 0
        }

        .digital-sub .left-sub-box {
            padding: 20x;
            margin-top: 1em
        }

        .digital-sub .left-sub-box .description {
            justify-content: center
        }

        .digital-sub .right-sub-text {
            font-size: 30px
        }

        .digital-sub .sec-6-hr {
            width: 10%
        }

        .digital-sub-sec-9 .heading {
            text-align: center !important
        }

        .block-card-slider .slide.slider-order .sec-3-list .sec-3-left {
            order: 2
        }

        .block_chain .sec-3 .prev-block {
            left: 5%
        }

        .block_chain .sec-3 .next-block {
            right: 5%
        }

        .square-blockChain img {
            float: right;
            margin: 5px !important
        }

        .square-blockChain p {
            font-size: 25px
        }

        .aso-page {
            overflow-y: hidden
        }

        .aso-sec-1 {
            background-image: url(../img/digital/aso/aso-main-mob.svg);
            background-repeat: no-repeat;
            background-position: right;
            background-size: cover
        }

        .aso-sec-1 .main_content {
            margin: 0;
            min-width: 360px
        }

        .aso-sec-1 .main_content .heading {
            font-weight: 600;
            font-size: 30px !important;
            line-height: 45px;
            text-align: left
        }

        .aso-sec-1 .sub-service .main_content .description {
            font-weight: 500;
            font-size: 16px;
            line-height: 32px;
            color: #e9e9e9;
            opacity: .9;
            margin: 0;
            text-align: left
        }

        .aso-sec-2 .aso-sec-2-left .heading {
            font-weight: 600;
            font-size: 22px;
            line-height: 40px
        }

        .aso-sec-2 .aso-sec-2-right .card-box .numbr {
            font-weight: 400;
            font-size: 30px;
            line-height: 39px;
            padding: 0 15px
        }

        .aso-sec-2 .aso-sec-2-right .card-box .numbr sup {
            top: -7px;
            font-size: 30px
        }

        .aso-sec-2 .aso-sec-2-right .card-box .title {
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            padding: 0 15px
        }

        .aso-sec-2 .aso-sec-2-right .right-boxes::before {
            width: 20em;
            height: 20em
        }

        .aso-sec-2 .aso-sec-2-right .card-box {
            padding: 23px 0;
            max-width: 135px
        }

        .aso-sec-3 .carousel-indicators {
            bottom: -5%
        }

        .aso-sec-3 .srvc-slider-img img {
            max-width: 100%;
            padding-top: 100px
        }

        .aso-sec-3 .aso-sec-3-content .title {
            font-size: 22px;
            line-height: 34px
        }

        .aso-sec-3 .aso-sec-3-content .description {
            font-size: 14px;
            line-height: 22px;
            padding-top: 12px
        }

        .aso-sec-3 .mob-aos-service {
            display: block
        }

        .aso-sec-3 .cl_bx .description {
            font-size: 15px;
            line-height: 20px
        }

        .aso-sec-3 .cl_bx .heading {
            font-size: 24px
        }

        .aso-sec-3-img {
            align-items: start
        }

        .aso-sec-4 .service-block .service-cards .srv-card-content {
            margin: 30px 0
        }

        .aso-sec-4 .service-block .service-cards .srv-card-content {
            padding: 20px
        }

        .service-block .service-cards .srv-card-content .btn_line.b {
            padding: 13px 15px 13px !important
        }

        .aso-sec-4 .service-block .service-cards .srv-card-content .srv-card-title {
            font-size: 25px
        }

        .aso-sec-4 .service-cards .srv-card-content .para {
            font-size: 20px
        }

        .aso-sec-5 .custom-card-list-wrap-dsktp {
            display: none
        }

        .aso-sec-5 .custom-card-list-wrap-mobile {
            display: block
        }

        .aso-sec-5 .aso-sec-5-content .title {
            font-weight: 600;
            font-size: 22px;
            line-height: 34px
        }

        .aso-sec-5 .aso-sec-5-content .description {
            font-size: 14px;
            line-height: 22px
        }

        .aso-sec-5 .aso-store-list {
            min-height: 585px;
            margin-bottom: 30px
        }

        .aso-sec-5 .aso-store-list .store-menu-li {
            padding: 14px 20px
        }

        .aso-sec-5 .aso-store-list::before {
            margin-top: 19px
        }

        .aso-sec-6-img {
            margin: 0 10px
        }

        .aso-sec-6 .tech-box {
            height: 40px
        }

        .aso-sec-6 .aso-sec-6-content .title {
            font-size: 25px;
            line-height: 31px
        }

        .dsktp-aso-sec-7 {
            display: none
        }

        .mobile-aso-sec-7 {
            display: block
        }

        .aso-sec-7 .aso-sec-7-list {
            height: 250px;
            width: 250px;
            padding: 22px
        }

        .aso-sec-7 .aso-sec-7-contant .heading {
            font-weight: 600;
            font-size: 22px;
            line-height: 30px
        }

        .aso-sec-7 .aso-sec-7-list .title {
            font-size: 24px
        }

        .aso-sec-7 .aso-sec-7-list .description {
            padding-top: 17px;
            font-size: 14px
        }

        .aso-sec-7 .aso-sec-7-list.border-ryt {
            border: none
        }

        .aso-sec-7 .aso-sec-7-list.border-ryt-mob {
            border-right: 1px solid #fff;
            border-radius: 1px
        }

        .aso-sec-7 .col-6 {
            margin-bottom: 20px
        }

        .aso-sec-7 .aso-sec-7-contant .description {
            padding-bottom: 10px
        }
    }

    @media (max-width:1300px) {
        .block_chain .sec-11-img {
            margin: 140px 0 -90px !important
        }
    }

    @media (max-width:1300px) {
        .tab-hire {
            margin-top: 1.5rem
        }
    }

    @media (max-width:767px) {
        .career-form .cr_frm {
            overflow: hidden !important;
            max-height: unset !important;
            padding: 0
        }

        .career-form .cr_frm .btn.btn-primary.white {
            margin-right: 15px
        }

        .career-form .cr_frm .btn.btn-primary.white,
        .career-form .cr_frm .btn.btn-primary.yellow {
            padding: 12px 22px;
            font-size: 18px
        }

        .block_chain #clin_ls .item {
            width: 130px !important;
            height: 150px
        }

        .block_chain .sec-7-img img {
            height: 60px !important;
            width: 60px !important
        }

        .block_chain .sec-3_mid_text {
            margin-left: 0
        }

        .block_chain .sec-3-h3 {
            font-size: 20px;
            line-height: 30px
        }

        .block_chain .sec-3_mid_text .sec-3-h2 {
            text-align: center;
            font-size: 30px
        }

        .tab-hire button.active:before {
            display: none
        }

        .hire-isdesktop {
            display: none
        }

        .hire-ismobile .btn.btn-primary {
            background: #fff;
            text-transform: uppercase;
            font-weight: 600;
            border: 0;
            border-radius: 50px;
            letter-spacing: 1.6px;
            padding: 13px 25px;
            color: #101214;
            overflow: hidden;
            margin-top: 20px
        }

        .input-div {
            text-align: -webkit-center
        }

        .hire-ismobile {
            display: block
        }

        .hire-col-sec2 .col-block {
            padding: 12px
        }

        .hire-col-sec2 .col-block .col-text {
            font-size: 16px;
            min-height: 40px
        }

        .hire-col-sec2 .col-block p {
            font-size: 12px;
            margin-top: 15px;
            line-height: 20px
        }

        .hire-side-img .tech-name {
            font-size: 8px
        }

        .sec-2-but-row {
            justify-content: center
        }

        .sec2-head {
            font-size: 20px !important;
            text-align: center;
            line-height: 36px
        }

        .tab-hire .mb-service {
            padding: 29px;
            font-size: 15px
        }

        .sideTab-hire-tab {
            padding-right: calc(var(--bs-gutter-x) * .5);
            display: unset
        }

        .sideTab-hire .tabcontent {
            padding: 20px 0
        }

        .sub-service-services .tabcontent .tech-name {
            font-size: 9px !important
        }

        .sec-3-hire {
            font-size: 20px
        }

        .hire-col-sec2 {
            padding: 15px
        }

        .sideTab-hire .tech-icon .hire-side-img img {
            width: 60px
        }

        .cta-more-box.arrow.slide-right {
            left: 82%;
            top: 102%;
            z-index: 99
        }

        .cta-more-box.arrow.slide-left {
            left: 15px;
            z-index: 99;
            top: 102%
        }

        .section-container-8 .text-content.isactive p {
            min-height: 107px
        }

        .intern-content h2 {
            max-width: 290px
        }

        .desktop_html .case_hero .case_left_hero {
            padding: 20px 0 0
        }

        .desktop_html .container {
            padding: 0 25px
        }

        .desktop_html .case_about_sec p {
            line-height: 24px;
            font-size: 13px
        }

        .desktop_html .case_tst_bx.htl_case p {
            min-height: 150px;
            font-size: 12px;
            line-height: 20px
        }

        .desktop_html .case_tst_bx img {
            margin-bottom: 10px;
            max-width: 30px
        }

        .desktop_html .case_tst_bx {
            padding: 10px 8px 10px
        }

        .desktop_html .case_tst_bx.case_tst_bx-savalogy {
            min-height: 260px;
            padding: 10px
        }

        .case-talk-form-dsktp {
            display: none
        }

        .case-talk-form-mob {
            display: block
        }

        .desktop_html .case_scope .order-first,
        .desktop_html .case_scope .order-last {
            order: inherit !important
        }

        .desktop_html .case_scope .case_splash {
            max-width: 180px;
            margin: 50px auto 0;
            display: block
        }

        .desktop_html .case_scope p {
            line-height: 22px;
            font-size: 13px
        }

        .desktop_html .case_goals_bx {
            padding: 20px;
            min-height: auto !important;
            margin-bottom: 20px
        }

        .desktop_html .case_app p,
        .desktop_html .case_challenge p,
        .desktop_html .case_conclusion p,
        .desktop_html .case_goals_bx p,
        .desktop_html .case_sec_head p {
            line-height: 24px;
            font-size: 12px
        }

        .desktop_html .case_goals_bx h4 {
            font-size: 17px;
            line-height: 31px;
            margin-bottom: 8px
        }

        .desktop_html .case_app,
        .desktop_html .case_conclusion,
        .desktop_html .case_design,
        .desktop_html .case_goals,
        .desktop_html .case_research,
        .desktop_html .case_wire,
        .desktop_html .lets_talk {
            padding: 60px 0
        }

        .desktop_html .case_challenge h3 {
            font-size: 15px
        }

        .desktop_html .case_challenge #case_chase {
            padding: 25px 25px
        }

        .desktop_html .case_challenge h5 {
            font-size: 12px
        }

        .desktop_html .case_wire .row.otb_wire li {
            max-width: 50%;
            flex: 0 0 50%
        }

        .desktop_html .cd_bx h3 {
            font-size: 20px;
            margin-bottom: 30px
        }

        .desktop_html .cd_bx .d-block img:first-child {
            max-width: 100% !important
        }

        .desktop_html .palette li {
            flex: 0 0 25%;
            max-width: 25%
        }

        .desktop_html .palette li.myshift-logo-palette-1 {
            flex: 0 0 30%;
            max-width: 30%
        }

        .desktop_html .palette li.myshift-logo-palette-2 {
            flex: 0 0 60%;
            max-width: 60%;
            margin-left: 20px
        }

        .desktop_html .palette li.myshift-logo-palette-2 .color_bx {
            height: 100% !important
        }

        .desktop_html .palette li.myshift-logo-palette-2 .color_bx {
            height: 100% !important
        }

        .desktop_html .palette li.gynios-logo-palette-1 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 20px
        }

        .desktop_html .palette li.gynios-logo-palette-2 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 20px
        }

        .desktop_html .palette li.tg-logo-palette-1 {
            flex: 0 0 30%;
            max-width: 30%
        }

        .desktop_html .palette li.tg-logo-palette-2 {
            flex: 0 0 30%;
            max-width: 30%
        }

        .desktop_html .palette li.tg-logo-palette-3 {
            flex: 0 0 40%;
            max-width: 40%
        }

        .desktop_html .palette li.tg-logo-palette-1 .color_bx {
            height: 100% !important
        }

        .desktop_html .palette li.tg-logo-palette-2 .color_bx {
            height: 100% !important
        }

        .desktop_html .palette li.tg-logo-palette-3 .color_bx {
            height: 100% !important
        }

        .desktop_html .palette li.tg-logo-palette-3 img {
            height: 100% !important
        }

        .desktop_html .palette li.oberit-logo-palette-1 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 20px
        }

        .desktop_html .palette li.oberit-logo-palette-2 {
            flex: 0 0 50%;
            max-width: 50%;
            padding-right: 20px
        }

        .desktop_html .palette li.savvology-logo-palette-1 {
            flex: 0 0 55%;
            max-width: 55%
        }

        .desktop_html .palette li.savvology-logo-palette-2 {
            flex: 0 0 20%;
            max-width: 20%;
            margin-left: 30px
        }

        .desktop_html .palette li.savvology-logo-palette-1 .color_bx {
            height: 100% !important
        }

        .desktop_html .palette li.savvology-logo-palette-2 .color_bx {
            height: 100% !important
        }

        .desktop_html .color_bx {
            height: 65px
        }

        .desktop_html .color_bx+p {
            font-size: 13px
        }

        .desktop_html .case_care p {
            line-height: 24px;
            font-size: 12px
        }

        .desktop_html .case_care.case_care_htl {
            padding: 70px 0 !important
        }

        .desktop_html .case_app img {
            max-width: 40px
        }

        .desktop_html .cn_content {
            padding-top: 0
        }

        .desktop_html .form-group input.form-control {
            border-radius: 5px;
            padding: 0 20px
        }

        .desktop_html .lg_footer .text-right {
            text-align: left;
            margin-top: 30px
        }

        .desktop_html .footer p a {
            margin-bottom: 0
        }

        .desktop_html .footer li {
            list-style: none;
            margin-bottom: 7px
        }

        .desktop_html .lg_footer+.row>div {
            margin-top: 30px
        }

        .goa_cnt h3 {
            font-size: 20px;
            line-height: 35px
        }

        .goa_cnt h5 {
            font-size: 14px;
            line-height: 24px;
            margin: 15px auto
        }

        .goa_cnt .d-flex {
            display: block !important;
            text-align: center
        }

        .goa_cnt .goCnt p {
            font-size: 14px;
            margin-bottom: 35px;
            margin-top: 40px
        }

        .goa_cnt .btn.btn-primary {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 700
        }

        .desktop_html .sb_sr_top h5 {
            line-height: 40px;
            margin-bottom: 40px
        }

        .desktop_html .sb_sr_top .heading {
            font-size: 20px;
            line-height: 45px
        }

        .desktop_html .sb_sr_top p {
            font-size: 13px;
            line-height: 25px;
            margin-bottom: 20px
        }

        .desktop_html .btn.btn-primary {
            letter-spacing: 1.2px;
            padding: 13px 25px;
            font-size: 12px
        }

        .desktop_html .sb_sr_top {
            position: relative;
            z-index: 5
        }

        .desktop_html .srOurProcess h2 {
            font-size: 20px;
            line-height: 45px
        }

        .desktop_html .srOurProcess h6 {
            font-size: 13px;
            line-height: 24px;
            margin-bottom: 40px
        }

        .desktop_html .SuccessStories h2,
        .desktop_html .srv_testimonials h2 {
            font-size: 30px
        }

        .desktop_html .SuccessStories h6,
        .desktop_html .heading p {
            font-size: 14px
        }

        .desktop_html .da_srv_bx {
            padding: 20px;
            margin: 0 auto 70px;
            width: 95%
        }

        .desktop_html .tst_rating {
            text-align: left;
            margin-top: 0
        }

        .desktop_html .tst_msg {
            font-size: 13px;
            text-align: left;
            min-height: 80px;
            line-height: 24px;
            margin-top: 5px
        }

        .desktop_html .tst_cnt h5 {
            font-size: 12px
        }

        .desktop_html .tst_img {
            width: 65px;
            height: 65px;
            margin-right: 20px;
            margin-top: 7px
        }

        .desktop_html .da_srv_bx .d-flex {
            display: block !important
        }

        .desktop_html .da-cluch-bx ul {
            min-height: 200px;
            max-height: 550px
        }

        .desktop_html .da-cluch-bx li {
            flex: 0 0 45%;
            max-width: 32%;
            margin: 0 !important;
            padding: 18px
        }

        .desktop_html .da-cluch-bx li img {
            max-height: 60px;
            margin: 0
        }

        .desktop_html .da-cluch-bx li p {
            margin-top: 15px;
            line-height: 19px;
            font-size: 10px
        }

        .desktop_html .da-cluch-bx {
            margin-top: 0;
            padding-top: 10px;
            padding-bottom: 10px
        }

        .desktop_html .SuccessStories .text-right {
            text-align: left;
            margin-top: 17px
        }

        .desktop_html .lets_talk_sus h3 a::before {
            display: none
        }

        .desktop_html .lets_talk_sus {
            padding: 0 0 50px
        }

        .desktop_html .lets_talk_sus h3 a {
            font-size: 30px;
            border: 2px solid #348d4d;
            padding: 10px 30px;
            border-radius: 10px;
            color: #348d4d !important
        }

        .desktop_html .hrv_slide .hrs_detail {
            opacity: 1;
            top: auto;
            height: 50%;
            bottom: 0
        }

        .desktop_html .hrs_bx h4 {
            font-size: 18px;
            margin-bottom: 0
        }

        .mobile_ani.w-100 {
            display: block
        }

        .dev_ani {
            display: none
        }

        .top-digital-head .ban_caption {
            width: 100%;
            top: 12%
        }

        .top-digital-head .ban_caption p {
            padding: 60px 30px 0;
            opacity: .9 !important
        }

        .digital-sec-4 .digital_4_slack {
            background-color: transparent !important;
            box-shadow: none !important;
            height: auto !important
        }

        .digital_4_slack .allSideBorder {
            width: 100%;
            height: 25.5em
        }

        .digital-sec-2 .block-card-slider .slick-center .sec-3-right {
            border: none
        }

        .digital_4_slack .insideImg {
            position: relative;
            width: 100%;
            height: 25em;
            top: 4%;
            left: 6%
        }

        .digital_4_slack .downText {
            margin-top: .5em;
            font-weight: 500;
            font-size: 22px;
            line-height: 48px;
            text-align: center;
            letter-spacing: 8px
        }

        .digital_4_slack .sideText {
            font-weight: 500;
            font-size: 22px;
            text-align: center;
            position: relative;
            width: fit-content;
            margin: auto
        }

        .digital_4_slack .outsideText {
            width: fit-content;
            position: absolute;
            top: 3%;
            left: 3%
        }
    }

    @media (max-width:1300px) {
        .block_chain .sec-11-img {
            margin: 140px 0 -90px !important
        }
    }

    @media (max-width:1300px) {
        .tab-hire {
            margin-top: 1.5rem
        }
    }

    @media (max-width:767px) {
        .desktop_html .new-case.case_hero {
            display: none !important
        }

        .desktop_html .case_hero {
            display: block !important
        }

        .desktop_html .case_mob_hero {
            margin-top: 93px;
            position: relative;
            padding: 80px 0;
            text-align: center;
            min-height: 634px;
            display: block !important
        }

        .desktop_html .case_mob_hero_bx {
            position: relative;
            z-index: 5;
            display: block
        }

        .desktop_html .case_mob_hero_bx ul {
            display: flex
        }

        .desktop_html .case_mob_hero_bx li {
            list-style: none;
            display: inline-block;
            width: 33.33%;
            flex: 0 0 33.33%;
            color: #f9f9f9;
            font-size: 12px
        }

        .desktop_html .case_mob_hero_bx li span {
            display: block;
            color: rgba(249, 249, 249, .41);
            margin-bottom: 10px
        }

        .desktop_html .case_hero .dsktp-main-img {
            display: none
        }

        .desktop_html .case_hero .mob-main-img {
            display: block;
            margin-top: 93px;
            position: relative;
            padding: 80px 0;
            text-align: center;
            background-size: 100% 100%;
            min-height: 634px
        }

        .desktop_html .case_wire.dsktp-wirefrm {
            display: none
        }

        .desktop_html .case_wire.mob-wirefrm {
            display: block
        }

        .scop-dsktp-img {
            display: none
        }

        .scop-mob-img {
            display: block
        }

        .desktop_html .case_scope .description {
            line-height: 26px
        }

        .desktop_html .case_challenge ul li {
            font-size: 12px
        }

        .desktop_html .case_challenge .carousel-indicators {
            top: -33px
        }

        .desktop_html .case_challenge .carousel-control-next,
        .desktop_html .case_challenge .carousel-control-prev {
            top: -28px
        }

        .desktop_html .case_challenge h5 {
            line-height: 20px
        }

        .case-talk-form-dsktp {
            display: block
        }

        .case-talk-form-mob {
            display: none
        }

        .desktop_html .case_scope .description ul li {
            font-size: 14px
        }

        .desktop_html .case_tst_bx .title {
            font-weight: 700;
            font-size: 15px;
            line-height: 22px;
            text-align: center;
            color: #f9f9f9;
            min-height: 50px
        }

        .desktop_html .case_tst_bx .description {
            color: #fff;
            font-size: 10px;
            line-height: 20px;
            min-height: 100px
        }

        .block_chain #clin_ls .item {
            width: 130px !important;
            height: 150px
        }

        .block_chain .sec-7-img img {
            height: 60px !important;
            width: 60px !important
        }

        .block_chain .sec-3_mid_text {
            margin-left: 0
        }

        .block_chain .sec-3-h3 {
            font-size: 20px;
            line-height: 30px
        }

        .block_chain .sec-3_mid_text .sec-3-h2 {
            text-align: center;
            font-size: 30px
        }

        .tab-hire button.active:before {
            display: none
        }

        .hire-isdesktop {
            display: none
        }

        .hire-ismobile .btn.btn-primary {
            background: #fff;
            text-transform: uppercase;
            font-weight: 600;
            border: 0;
            border-radius: 50px;
            letter-spacing: 1.6px;
            padding: 13px 25px;
            color: #101214;
            overflow: hidden;
            margin-top: 20px
        }

        .input-div {
            text-align: -webkit-center
        }

        .hire-ismobile {
            display: block
        }

        .hire-col-sec2 .col-block {
            padding: 12px
        }

        .hire-col-sec2 .col-block .col-text {
            font-size: 16px
        }

        .hire-col-sec2 .col-block p {
            font-size: 12px;
            margin-top: 15px;
            line-height: 20px
        }

        .hire-side-img .tech-name {
            font-size: 8px
        }

        .sec-2-but-row {
            justify-content: center
        }

        .sec2-head {
            font-size: 20px !important;
            text-align: center;
            line-height: 34px !important
        }

        .tab-hire .mb-service {
            padding: 29px;
            font-size: 15px
        }

        .sideTab-hire-tab {
            padding-right: calc(var(--bs-gutter-x) * .5)
        }

        .sideTab-hire .tabcontent {
            padding-top: 20px;
            padding-bottom: 20px
        }

        .sub-service-services .tabcontent .tech-name {
            font-size: 9px !important
        }

        .sec-3-hire {
            font-size: 20px
        }

        .hire-col-sec2 {
            padding: 15px
        }

        .sideTab-hire .tech-icon .hire-side-img img {
            width: 60px
        }

        .cta-more-box.arrow.slide-right {
            left: 75%;
            top: 102%;
            z-index: 99
        }

        .cta-more-box.arrow.slide-left {
            left: 15px;
            z-index: 99;
            top: 102%
        }

        .section-container-8 .text-content.isactive p {
            min-height: 107px
        }

        .intern-content h2 {
            max-width: 290px
        }

        .desktop_html .case_hero .case_left_hero {
            padding: 20px 0 0
        }

        .desktop_html .container {
            padding: 0 25px
        }

        .desktop_html .case_about_sec p {
            line-height: 24px;
            font-size: 13px
        }

        .desktop_html .case_tst_bx.htl_case p {
            min-height: 150px;
            font-size: 12px;
            line-height: 20px
        }

        .desktop_html .case_tst_bx img {
            margin-bottom: 10px;
            max-width: 30px
        }

        .desktop_html .case_tst_bx {
            padding: 10px 8px 10px
        }

        .desktop_html .case_scope .order-first,
        .desktop_html .case_scope .order-last {
            order: inherit !important
        }

        .desktop_html .case_scope .case_splash {
            max-width: 180px;
            margin: 50px auto 0;
            display: block
        }

        .desktop_html .case_scope p {
            line-height: 22px;
            font-size: 13px
        }

        .desktop_html .case_goals_bx {
            padding: 20px;
            min-height: auto !important;
            margin-bottom: 20px
        }

        .desktop_html .case_app p,
        .desktop_html .case_challenge p,
        .desktop_html .case_conclusion p,
        .desktop_html .case_goals_bx p,
        .desktop_html .case_sec_head p {
            line-height: 24px;
            font-size: 12px
        }

        .desktop_html .case_goals_bx h4 {
            font-size: 17px;
            line-height: 31px;
            margin-bottom: 8px
        }

        .desktop_html .case_app,
        .desktop_html .case_conclusion,
        .desktop_html .case_design,
        .desktop_html .case_goals,
        .desktop_html .case_research,
        .desktop_html .case_wire,
        .desktop_html .lets_talk {
            padding: 60px 0
        }

        .desktop_html .case_challenge h3 {
            font-size: 15px
        }

        .desktop_html .case_challenge #case_chase {
            padding: 25px 25px
        }

        .desktop_html .case_challenge h5 {
            font-size: 12px
        }

        .desktop_html .case_wire .row.otb_wire li {
            max-width: 50%;
            flex: 0 0 50%
        }

        .desktop_html .cd_bx h3 {
            font-size: 20px;
            margin-bottom: 30px
        }

        .desktop_html .cd_bx .d-block img:first-child {
            max-width: 100% !important
        }

        .desktop_html .palette li {
            flex: 0 0 25%;
            max-width: 25%
        }

        .desktop_html .color_bx {
            height: 65px
        }

        .desktop_html .color_bx+p {
            font-size: 13px
        }

        .desktop_html .case_care p {
            line-height: 24px;
            font-size: 12px
        }

        .desktop_html .case_care.case_care_htl {
            padding: 70px 0 !important
        }

        .desktop_html .case_app img {
            max-width: 40px
        }

        .desktop_html .cn_content {
            padding-top: 0
        }

        .desktop_html .form-group input.form-control {
            border-radius: 5px;
            padding: 0 20px
        }

        .desktop_html .lg_footer .text-right {
            text-align: left;
            margin-top: 30px
        }

        .desktop_html .footer p a {
            margin-bottom: 0
        }

        .desktop_html .footer li {
            list-style: none;
            margin-bottom: 7px
        }

        .desktop_html .lg_footer+.row>div {
            margin-top: 30px
        }

        .goa_cnt h3 {
            font-size: 20px;
            line-height: 35px
        }

        .goa_cnt h5 {
            font-size: 14px;
            line-height: 24px;
            margin: 15px auto
        }

        .goa_cnt .d-flex {
            display: block !important;
            text-align: center
        }

        .goa_cnt .goCnt p {
            font-size: 14px;
            margin-bottom: 35px;
            margin-top: 40px
        }

        .goa_cnt .btn.btn-primary {
            padding: 10px 20px;
            font-size: 14px;
            font-weight: 700
        }

        .desktop_html .sb_sr_top h5 {
            line-height: 40px;
            margin-bottom: 40px
        }

        .desktop_html .sb_sr_top .heading {
            font-size: 20px;
            line-height: 45px
        }

        .desktop_html .sb_sr_top p {
            font-size: 13px;
            line-height: 25px;
            margin-bottom: 20px
        }

        .desktop_html .btn.btn-primary {
            letter-spacing: 1.2px;
            padding: 13px 25px;
            font-size: 12px
        }

        .desktop_html .sb_sr_top {
            position: relative;
            z-index: 5
        }

        .desktop_html .srOurProcess h2 {
            font-size: 20px;
            line-height: 45px
        }

        .desktop_html .srOurProcess h6 {
            font-size: 13px;
            line-height: 24px;
            margin-bottom: 40px
        }

        .desktop_html .SuccessStories h2,
        .desktop_html .srv_testimonials h2 {
            font-size: 30px
        }

        .desktop_html .SuccessStories h6,
        .desktop_html .heading p {
            font-size: 14px
        }

        .desktop_html .da_srv_bx {
            padding: 20px;
            margin: 0 auto 70px;
            width: 95%
        }

        .desktop_html .tst_rating {
            text-align: left;
            margin-top: 0
        }

        .desktop_html .tst_msg {
            font-size: 13px;
            text-align: left;
            min-height: 80px;
            line-height: 24px;
            margin-top: 5px
        }

        .desktop_html .tst_cnt h5 {
            font-size: 12px
        }

        .desktop_html .tst_img {
            width: 65px;
            height: 65px;
            margin-right: 20px;
            margin-top: 7px
        }

        .desktop_html .da_srv_bx .d-flex {
            display: block !important
        }

        .desktop_html .da-cluch-bx ul {
            min-height: 200px;
            max-height: 550px
        }

        .desktop_html .da-cluch-bx li {
            flex: 0 0 45%;
            max-width: 45%;
            margin: 0 !important;
            padding: 18px
        }

        .desktop_html .da-cluch-bx li img {
            max-height: 60px;
            margin: 0
        }

        .desktop_html .da-cluch-bx li p {
            margin-top: 15px;
            line-height: 19px;
            font-size: 10px
        }

        .desktop_html .da-cluch-bx {
            margin-top: 0;
            padding-top: 10px;
            padding-bottom: 10px
        }

        .desktop_html .SuccessStories .text-right {
            text-align: right;
            margin-top: 17px
        }

        .desktop_html .lets_talk_sus h3 a::before {
            display: none
        }

        .desktop_html .lets_talk_sus {
            padding: 0 0 50px
        }

        .desktop_html .lets_talk_sus h3 a {
            font-size: 30px;
            border: 2px solid #348d4d;
            padding: 10px 30px;
            border-radius: 10px;
            color: #348d4d !important
        }

        .desktop_html .hrv_slide .hrs_detail {
            opacity: 1;
            top: auto;
            height: 50%;
            bottom: 0
        }

        .desktop_html .hrs_bx h4 {
            font-size: 18px;
            margin-bottom: 0
        }

        .mobile_ani.w-100 {
            display: block
        }

        .mobile_ani {
            display: block
        }

        .dev_ani {
            display: none
        }

        .top-digital-head .ban_caption {
            width: 100%;
            top: 12%
        }

        .top-digital-head .ban_caption p {
            padding: 60px 30px 0;
            opacity: .9 !important
        }

        .digital-sec-4 .digital_4_slack {
            background-color: transparent !important;
            box-shadow: none !important;
            height: auto !important
        }

        .digital_4_slack .allSideBorder {
            width: 100%;
            height: 25.5em
        }

        .digital-sec-2 .block-card-slider .slick-center .sec-3-right {
            border: none
        }

        .digital_4_slack .insideImg {
            position: relative;
            width: 100%;
            height: 25em;
            top: 4%;
            left: 6%
        }

        .digital_4_slack .downText {
            margin-top: .5em;
            font-weight: 500;
            font-size: 22px;
            line-height: 48px;
            text-align: center;
            letter-spacing: 8px
        }

        .digital_4_slack .sideText {
            font-weight: 500;
            font-size: 22px;
            text-align: center;
            position: relative;
            width: fit-content;
            margin: auto
        }

        .digital_4_slack .outsideText {
            width: fit-content;
            position: absolute;
            top: 3%;
            left: 3%
        }
    }

    @media (max-width:400px) {
        .block_chain .sec-3 .prev-block {
            left: 5%
        }

        .block_chain .sec-3 .next-block {
            right: 5%
        }

        #scroll-top-button {
            bottom: 10%
        }
    }

    @media (max-width:500px) {
        .blockChain_slider .inner_item {
            padding: 10px;
            width: 80px;
            height: 80px;
            margin: auto
        }

        .blockChain_slider .slick-list {
            margin-bottom: 0 !important
        }

        .blockChain_slider .item {
            padding: 30px 0
        }

        .blockChain_slider .item-heading {
            font-size: 13px;
            padding-top: 50%;
            bottom: 37%
        }

        .blockChain_slider .slick-slide img {
            max-width: 90px
        }

        .block_chain .sec-2 .number {
            font-size: 36px;
            margin-top: 20px
        }

        .block_chain .sec-2 .text {
            font-size: 14px
        }

        .block_chain .sec-7-img img {
            height: 60px !important;
            width: 60px !important
        }

        .wp_padding {
            padding: 40px 0
        }

        .block_chain .isdesktop {
            display: none
        }

        .block_chain .isMobile {
            display: block
        }

        .block_chain .sec-11-Head {
            position: absolute;
            top: 13%
        }

        .block_chain .sec-11-Head .sec-3-h2 {
            font-size: 20px !important;
            background-color: #000;
            max-width: 270px;
            line-height: 30px
        }

        .block_chain .sec-3-h4 {
            font-size: 20px !important;
            text-align: left;
            padding: 0 15px;
            line-height: 30px
        }

        .block_chain .sec-3-para {
            font-size: 12px !important;
            margin: 2em
        }

        .block_chain .des-para {
            width: 100%
        }

        .block_chain .sec-des-para {
            text-align: left;
            font-size: 18px !important
        }

        .block_chain .sec-6-hr {
            width: 10%
        }

        .block_chain .sec-6-but {
            margin-top: -2.8em
        }

        .block_chain .sec-9-imgBox {
            border: none
        }

        .block_chain .sec-8-imgText {
            font-size: 12px
        }

        .block_chain .sec-10-h4 {
            font-size: 18px
        }

        .block_chain .sec-10-p {
            font-size: 12px !important
        }

        .block_chain .sec-11-p {
            font-size: 12px;
            margin-top: 20px
        }

        .block_chain .sec-12-p {
            font-size: 12px !important
        }

        .block-sec-1-des {
            display: none
        }

        .block-sec-1-mob {
            display: block;
            padding-top: 65px
        }

        .block-sec-1-mob video {
            height: auto;
            width: 100%
        }

        .block_chain .sec-3-left {
            width: 60px;
            height: 202px
        }

        .block_chain .sec-3-right {
            width: 250px;
            height: max-content;
            padding: 20px 0
        }

        .block_chain .sec-3-right h2 {
            font-size: 16px;
            color: #d8d8d8;
            margin: 15px
        }

        .block_chain .sec-3-right p {
            font-weight: 400;
            font-size: 12px;
            color: #ababab;
            margin: 15px
        }

        .square-blockChain img {
            width: 11em
        }

        .mobile_html_slide {
            display: block
        }

        .desktop_html_img {
            display: none
        }

        .top-digital-head.hm_banner {
            height: unset
        }

        .top-digital-head .ban_caption {
            margin: -40% 0 0 0;
            position: relative
        }
    }

    @media (max-width:400px) {
        .block_chain .sec-11-Head {
            position: absolute;
            top: 12%
        }

        .block_chain .sec-11-Head .sec-3-h2 {
            font-size: 25px;
            line-height: 30px
        }

        .square-blockChain img {
            width: 9em
        }
    }

    @media (max-width:350px) {
        .block_chain .sec-11-Head {
            position: absolute;
            top: 9%
        }

        .block_chain .sec-11-Head .sec-3-h2 {
            font-size: 25px;
            line-height: 40px
        }

        .block_chain .sec-3-h3 {
            font-size: 22px !important
        }

        .square-blockChain img {
            width: 7em
        }

        .top-digital-head.hm_banner {
            height: calc(100vh + 100vh/4)
        }

        .top-digital-head.hm_banner p {
            font-size: 14px;
            line-height: 21px
        }

        .digital_4_slack .outsideText {
            left: 1px
        }
    }

    .home_portfolio {
        position: absolute;
        bottom: -60px;
        left: 50%;
        margin-left: -75px !important
    }

    .desktop_html .wdp_11 .sb_sr_top {
        max-width: 580px
    }

    .desktop_html .wdp_11 .sb_sr_top h2 {
        font-size: 40px
    }

    .desktop_html .sb_sr_top p {
        color: #fff
    }

    .wdp_11 .btn.btn-primary.hvr-sweep-to-right {
        margin-bottom: 50px;
        margin-top: 50px
    }

    .nw_projects.gray_sec.wp_padding.ds_flex.flex_colum.flex_alcenter {
        padding: 80px 20px;
        text-align: center
    }

    .sub-services-top.sub-services-min {
        padding: 110px 0
    }

    .sub-services-top.sub-services-min h3 {
        margin-bottom: 50px;
        font-size: 26px;
        font-weight: 600;
        line-height: 26px
    }

    .desktop_html .wdp_11 .sb_sr_top {
        max-width: 580px
    }

    .desktop_html .wdp_11 .sb_sr_top h2 {
        font-size: 40px
    }

    .desktop_html .wdp_11 .sb_sr_top p {
        color: #f3f1f1
    }

    .services-top {
        padding: 150px 0 100px;
        position: relative
    }

    .services-top img {
        max-width: 550px
    }

    .main_img {
        max-width: 100%
    }

    .border-box {
        position: absolute;
        border: 2px solid #348d4d;
        width: 85%;
        height: 800px;
        z-index: 10;
        left: 102px
    }

    .desktop_html .bnft::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 400px;
        z-index: 0
    }

    .blog_bx .hd {
        font-family: AssistantRoman;
        font-size: 28px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.54;
        color: #fff
    }

    .blog_bx_p {
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63
    }

    .blog_bx .srvc_btn {
        padding: 5px 25px 5px 25px;
        border: 1px solid #348d4d;
        display: inline-flex;
        color: #fff;
        font-size: 1.125rem;
        margin: 20px 0 0;
        position: relative;
        border-radius: 50px
    }

    .srvc_btn:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        content: ""
    }

    .srvc_btn:hover {
        background: #348d4d
    }

    .owl-theme .owl-dots .owl-dot span {
        background: #958b8b !important
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #fff !important
    }

    @media (max-width:600px) {

        .hiring {
            width: 170px;
            z-index: 999;
        }
    }

    .hiring {
        width: 210px;
    }

    .hiring-hd {
        background-color: #348d4d;
        color: #000;
        padding: 3px 10px;
        margin-left: 15px;
        border-radius: 50px;
        font-size: 15px
    }

    .hiring .sanat-img {
        display: block;
        margin-left: -15px
    }

    @media (max-width:800px) {
        .hiring-hd {
            font-size: 13px;
            border-radius: 50px
        }

        .hiring .sanat-img {
            display: none
        }
    }

    @media (max-width:700px) {
        .hiring-hd {
            font-size: 13px;
            border-radius: 50px;
            margin-left: 130px
        }
    }

    @media (max-width:425px) {
        .hiring-hd {
            font-size: 13px;
            border-radius: 50px;
            margin-left: 50px
        }
    }

    .sub-service .btn.btn-primary.hvr-sweep-to-right {
        margin-bottom: 0;
        margin-top: 50px;
        background-color: #348d4d
    }

    .sub-service .btn.btn-primary:hover {
        color: #000
    }

    .sub-service .main_content .heading {
        font-size: 40px
    }

    .sub-service .main_content .heading span {
        color: #348d4d
    }

    .sub-service .main_content .description {
        color: #f3f1f1;
        font-size: 17px;
        line-height: 30px;
        margin: 10px 40px 10px 40px
    }

    .sub-service .main_content .description span {
        color: #348d4d
    }

    .sub-service .btn_line.b {
        font-size: 1.03rem;
        padding: 8px 30px 8px !important
    }

    .sub-service .btn_line:hover svg {
        right: 9px;
        top: 7px
    }

    .grad-ylw {
        background: radial-gradient(circle at left center, #348d4d -40%, #101214, #101214 90%);
        background-repeat: no-repeat;
        background-size: contain;
        height: 800px;
        width: 100%;
        position: absolute
    }

    .grad-prpl {
        background: radial-gradient(circle at right center, #b6acff -41%, transparent, transparent 80%) 0 0/contain no-repeat;
        height: 500px;
        right: 0;
        top: 20%;
        width: 100%;
        position: absolute;
        pointer-events: none
    }

    .key_feature {
        position: relative;
        z-index: 10;
        background-color: #0f1214;
        padding: 60px 0;
    }

    .key_feature .key-border-heading {
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: 12px;
        padding-bottom: 30px;
        width: max-content
    }

    .key_feature .key-border {
        width: 75px;
        height: 2px;
        background: #348d4d
    }

    .key_feature .key_img {
        position: relative
    }

    .key_feature .txt {
        min-height: 80px;
        max-height: 120px
    }

    .key_feature .txt.aos-animate:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 80px;
        background-color: #348d4d;
        top: -55%;
        left: 50%
    }

    .key_feature .txt.aos-animate:after {
        position: absolute;
        content: "";
        height: 8px;
        width: 8px;
        background-color: #b6acff;
        top: 43%;
        left: 49%;
        border-radius: 100%
    }

    .key_feature .hv-txt .sr_line_1.aos-animate:before {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand;
        animation-duration: 1.6s
    }

    .key_feature .hv-txt .sr_line_2.aos-animate:before {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand;
        animation-duration: 2s
    }

    .key_feature .hv-txt .sr_line_3.aos-animate:before {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand;
        animation-duration: 3.4s
    }

    .key_feature .hv-txt .sr_line_4.aos-animate:before {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand;
        animation-duration: 3.8s
    }

    .key_feature .hv-txt .sr_line_1.aos-animate:after {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-1;
        animation-duration: .8s;
        animation-delay: 1.4s;
        opacity: 0;
        animation-fill-mode: forwards
    }

    .key_feature .hv-txt .sr_line_2.aos-animate:after {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-1;
        animation-duration: .8s;
        animation-delay: 1.8s;
        opacity: 0;
        animation-fill-mode: forwards
    }

    .key_feature .hv-txt .sr_line_3.aos-animate:after {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-1;
        animation-duration: .8s;
        animation-delay: 2.2s;
        opacity: 0;
        animation-fill-mode: forwards
    }

    .key_feature .hv-txt .sr_line_4.aos-animate:after {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-1;
        animation-duration: .8s;
        animation-delay: 2.6s;
        opacity: 0;
        animation-fill-mode: forwards
    }

    .key_feature .hv-txt .sr_line_1.aos-animate .heading {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-2;
        animation-duration: .8s;
        animation-delay: 1.6s;
        opacity: 0;
        animation-fill-mode: forwards;
        font-size: 14px
    }

    .key_feature .hv-txt .sr_line_2.aos-animate .heading {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-2;
        animation-duration: .8s;
        animation-delay: 2s;
        opacity: 0;
        animation-fill-mode: forwards;
        font-size: 14px
    }

    .key_feature .hv-txt .sr_line_3.aos-animate .heading {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-2;
        animation-duration: .8s;
        animation-delay: 2.4s;
        opacity: 0;
        animation-fill-mode: forwards;
        font-size: 14px
    }

    .key_feature .hv-txt .sr_line_4.aos-animate .heading {
        animation-timing-function: linear;
        animation-iteration-count: 1;
        -webkit-animation: expand-2;
        animation-duration: .8s;
        animation-delay: 2.8s;
        opacity: 0;
        animation-fill-mode: forwards;
        font-size: 14px
    }

    @-webkit-keyframes expand {
        0% {
            height: 0
        }

        100% {
            height: 80px
        }
    }

    @-webkit-keyframes expand-1 {
        0% {
            height: 0;
            opacity: 0
        }

        100% {
            height: 8px;
            opacity: 1
        }
    }

    @-webkit-keyframes expand-2 {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .hv-txt .txt {
        opacity: 1;
        padding-top: 60px
    }

    .app-head-white h2,
    .app-head-white h3 {
        color: #fff;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px
    }

    .app-head-white h2 span,
    .app-head-white h3 span {
        color: #348d4d;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px
    }

    .app-head-ylw h2 {
        color: #348d4d;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px
    }

    .sub-sr-tab-icon {
        height: 600px !important
    }

    .sub-sr-tab-icon .tab-icon {
        position: absolute;
        bottom: 30%;
        right: 0
    }

    .sr-cta {
        background-color: #000
    }

    .sub-service-services {
        position: static;
        z-index: 9999
    }

    .sub-service-services p {
        font-size: 16px;
        line-height: 28px;
        color: #e9e9e9;
        font-weight: 400
    }

    .sub-service-services p a {
        color: #348d4d !important
    }

    .sub-service-services .tabcontent {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #f9f9f9
    }

    .sub-service-services .tabcontent .tech-name {
        font-size: 14px;
        color: #fff
    }

    .sub-service-services .tabcontent .tech-name:hover {
        color: orange
    }

    .sub-service-services .sr-box .sr-sub-head {
        background-color: #101214;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .sub-service-services .sr-box .sr-sub-head .heading {
        font-size: 20px;
        line-height: 36px;
        font-weight: 600;
        transition: .3s;
        margin-bottom: 0
    }

    .sub-service-services .sr-box:hover .sr-sub-head .heading {
        color: #348d4d
    }

    .sub-service-services .sr-box,
    .sub-service-services .sr-box .sr-sub-head {
        margin-top: 20px;
        height: 100px;
        transition: height 1s ease-in-out;
        background-color: #101214
    }

    .sub-service-services .sr-box:hover {
        height: 255px;
        transition: all 1s ease-in-out
    }

    .sub-service-services .sr-box {
        margin-top: 20px;
        height: 100px;
        transition: height 1s ease-in-out;
        background-color: #101214
    }

    .sub-service-services .sr-box .sr-description {
        margin: 15px;
        opacity: 0;
        transition: all .4s ease-in-out;
        height: 0
    }

    .sub-service-services .sr-box .sr-description .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c;
        padding-bottom: 15px;
        height: 0
    }

    .sub-service-services .sr-box:hover .sr-description {
        opacity: 1;
        height: max-content
    }

    .sub-service-services .sr-box:hover .sr-description .description {
        height: max-content
    }

    .our-work .our-work-border-heading {
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: 12px;
        padding-bottom: 15px;
        width: max-content
    }

    .our-work .our-work-border {
        width: 93px;
        height: 2px;
        background: #348d4d
    }

    .our-work .Prtflo .heading {
        font-size: 80px;
        color: #348d4d;
        font-weight: 700
    }

    .our-work .Prtflo .port-img {
        width: 450px;
        padding-left: 10%
    }

    .our-work .Prtflo .port-img img {
        border-radius: 15px
    }

    .our-work .Prtflo .port-img h6 {
        color: #d8d8d8;
        font-size: 14px
    }

    .our-work .Prtflo .know-more a {
        color: #348d4d;
        font-size: 16px;
        float: right
    }

    .our-work .Prtflo .know-more a span {
        color: #979797
    }

    .sr-tech .nav-link {
        font-size: 16px;
        line-height: 32px;
        color: #414141;
        padding: 0;
        height: 50px;
        text-align: center;
        border: 0 !important
    }

    .sr-tech .nav-link.active {
        background: 0 0;
        border: 0;
        border-bottom: 2px solid #f9f9f9 !important;
        color: #f9f9f9
    }

    .tech-br {
        border-radius: 20px;
        border: 1px solid #333;
        min-height: 200px;
        max-height: 600px
    }

    .tech-br .tech-name {
        padding-top: 10px
    }

    .tech-br .tech-icon img {
        width: 55px
    }

    .tech-pd {
        padding: 10px 50px
    }

    .tech-pd ul {
        display: flex;
        justify-content: space-around
    }

    .tech-pdng {
        padding: 10px 95px
    }

    .tech-pdng .nav-link.active {
        background: 0 0;
        border: 0;
        border-bottom: 2px solid #348d4d !important;
        color: #348d4d
    }

    .tech-pdng .nav-tabs {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: max-content;
        min-width: 100%
    }

    .tech-pdng .nav-tabs .tech-pd-backend {
        padding: 0 80px
    }

    .tech-pdng .nav-link {
        font-size: 16px;
        line-height: 32px;
        color: #fff;
        padding: 10px 15px;
        height: 50px;
        text-align: center;
        border: 0 !important
    }

    .sr-tech .tech-border-heading {
        font-size: 36px;
        margin: auto;
        width: max-content;
        text-align: center
    }

    .sr-tech .tech-border {
        width: 120px;
        height: 2px;
        background: #348d4d;
        margin: auto
    }

    .sr-cta .heading {
        font-weight: 300;
        font-size: 32px;
        line-height: 48px;
        color: #e9e9e9;
        text-align: center
    }

    .sr-cta p {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #348d4d;
        text-align: center
    }

    .cta-br {
        border-top: 1px solid rgba(233, 180, 63, .5);
        border-bottom: 1px solid rgba(233, 180, 63, .5)
    }

    .sr-cta-dot-img {
        opacity: 1
    }

    .sub-service .testimonial-grad {
        background: radial-gradient(circle at right center, #348d4d -44%, transparent, transparent 80%) 0 0/contain no-repeat;
        height: 500px;
        right: 0;
        top: -17%;
        width: 100%;
        position: absolute;
        pointer-events: none
    }

    .sub-service .noteworthy {
        padding-bottom: 60px
    }

    .sub-service .noteworthy .heading {
        color: #f9f9f9;
        font-size: 50px;
        line-height: 60px;
        max-width: 150px
    }

    .sub-service .da_srv_bx {
        background: #101214;
        box-shadow: -9px -9px 20px 0 rgba(27, 27, 27, .2), 9px 9px 20px 0 rgba(0, 0, 0, .5);
        max-width: 450px;
        padding: 50px;
        margin: 70px auto;
        border-radius: 15px;
        color: #f9f9f9;
        border: 1px solid #333;
        max-height: 250px;
        min-height: 250px
    }

    .sub-service .tst_img {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #fdcb04;
        margin-right: 20px;
        position: absolute;
        top: -110%
    }

    .sub-service .tst_img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .sub-service .tst_cnt {
        flex: 0 0 calc(100% - 100px);
        margin-top: 10px
    }

    .sub-service .tst_cnt h4 {
        font-size: 16px;
        font-weight: 500
    }

    .sub-service .tst_cnt span {
        display: inline-block;
        width: 50px;
        height: 2px;
        background: #348d4d
    }

    .sub-service .tst_cnt h5 {
        font-size: 16px;
        font-weight: 500;
        opacity: .7
    }

    .sub-service .tst_rating {
        margin-top: -15px;
        text-align: right
    }

    .sub-service .tst_rating .fa {
        color: #e1574a;
        margin: 0 0 0 3px
    }

    .sub-service .tst_msg {
        margin-top: 40px;
        font-size: 14px;
        text-align: center;
        min-height: 64px
    }

    .why-content {
        /*height: 390px;*/
        margin-top: 25px
    }

    .why-content .why-icon-img {
        justify-content: center;
        display: flex
    }

    .why-content .why-icon-img .icon-1 {
        display: block
    }

    .why-content .why-icon-img .icon-2 {
        display: none
    }

    .why-content:hover .why-icon-img .icon-1 {
        display: none
    }

    .why-content:hover .why-icon-img .icon-2 {
        display: block
    }

    .why-content .hv-line {
        min-height: 0;
        position: relative;
        transition: min-height 1s ease-in-out
    }

    .why-content:hover .hv-line {
        min-height: 50px
    }

    .why-content .hv-line:after {
        position: absolute;
        height: 0;
        content: "";
        width: 2px;
        background-color: #348d4d;
        top: 20%;
        left: 50%;
        transition: height 1s ease-in-out
    }

    .why-content:hover .hv-line:after {
        height: 50px
    }

    @keyframes lineout {
        0% {
            top: 100%;
            height: 0
        }

        100% {
            bottom: 100%;
            height: 0
        }
    }

    @keyframes line {
        0% {
            top: -50%;
            height: 3px
        }

        100% {
            bottom: 100%;
            height: 50px
        }
    }

    .why-icon-title {
        max-width: 260px;
        animation: p-height 4s ease-out
    }

    .why-icon-title .why-icon-heading {
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 10px;
        color: #348d4d
    }

    .why-icon-title p {
        color: #9c9c9c;
        font-size: 16px;
        line-height: 27px;
        text-align: center;
        overflow: hidden;
        max-height: 200px
    }

    @keyframes fade-out {
        from {
            opacity: 1
        }

        to {
            opacity: 0
        }
    }

    .sub_sr_process {
        text-align: center;
        color: #f9f9f9;
        padding: 50px 0
    }

    .sub_sr_process .heading {
        text-align: left;
        font-size: 50px;
        letter-spacing: 1px;
        line-height: 76px;
        margin-bottom: 10px
    }

    .sub_sr_process h6 {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 70px
    }

    .sub_sr_process .mobile_sr_process {
        display: none
    }

    .sr_faq .accordion-faq {
        position: relative;
        padding-bottom: 40px
    }

    .sr_faq .accordion-faq-grad {
        background: radial-gradient(circle at right center, #348d4d -41%, transparent, transparent 80%) 0 0/contain no-repeat;
        height: 500px;
        right: 0;
        width: 100%;
        position: absolute
    }

    .sr_faq .accordion-faq .faq-border-heading {
        font-size: 36px;
        text-transform: uppercase;
        letter-spacing: 12px;
        padding-top: 20px;
        width: max-content;
        text-align: center;
        margin: auto
    }

    .sr_faq .accordion-faq .faq-span {
        font-size: 25px;
        margin-left: -22px
    }

    .sr_faq .accordion-faq .faq-border {
        width: 90px;
        height: 2px;
        background: #348d4d
    }

    .sr_faq .faq-img {
        position: absolute;
        right: 5%;
        top: 5%
    }

    .sr_faq .accordion-faq ul.accordion-list {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0;
        list-style: none
    }

    .sr_faq .accordion-faq ul.accordion-list li i {
        margin-top: 6px;
        font-size: 20px
    }

    .sr_faq .accordion-faq ul.accordion-list li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        padding: 20px;
        margin: 0 auto 15px auto;
        border-bottom: 1px solid #404040;
        padding-left: 0;
        cursor: pointer
    }

    .sr_faq .accordion-faq ul.accordion-list h4 {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: .01em;
        max-width: 440px
    }

    .sr_faq div.answer {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        cursor: pointer
    }

    .sr_faq div.answer p {
        position: relative;
        display: block;
        font-weight: 300;
        padding: 20px 0 0 0;
        cursor: pointer;
        line-height: 20px;
        margin: 0 0 15px 0;
        font-size: 14px;
        text-align: left;
        color: #fff
    }

    .sr_faq .accordion-faq .accordion-list .active .rotate-icon {
        transform: rotate(45deg);
        color: #348d4d
    }

    .sr_faq .accordion-faq .accordion-list .rotate-icon {
        transition: transform .5s ease-in-out;
        color: #348d4d
    }

    .sr_faq .faq-icon {
        display: flex;
        justify-content: space-between
    }

    .sr_faq .inner-ul {
        display: block;
        width: 100%;
        padding-left: 25px
    }

    .sr_faq .inner-ul li {
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        list-style: none
    }

    .sr_faq .inner-ul li::before {
        content: '-';
        text-indent: -1em;
        display: inline-block
    }

    .sub_sr_process {
        text-align: center;
        color: #f9f9f9;
        padding: 50px 0
    }

    .sub_sr_process h2 {
        text-align: left;
        font-size: 50px;
        letter-spacing: 1px;
        line-height: 76px;
        margin-bottom: 10px
    }

    .sub_sr_process h6 {
        text-align: left;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 70px
    }

    .sub_sr_process .mobile_sr_process {
        display: none
    }

    @media (max-width:767px) {
        .ios-sec-box #themes {
            display: block
        }

        .ios-sec-box #themes .column {
            width: 100%;
            margin-left: 0
        }

        .ios-sec-box #themes .column.hover {
            width: 100%;
            margin-bottom: 20px
        }

        .ios-sec-box #themes .column.not_hover {
            width: 100%
        }

        .sub-service .main_content .heading {
            font-size: 30px
        }

        .sub-service .main_content .description {
            font-size: 15px;
            line-height: 19px
        }

        .sub-service .btn_line:hover svg {
            right: 9px;
            top: 7px
        }

        .key_feature .key-border-heading {
            font-size: 20px;
            letter-spacing: 10px
        }

        .key_feature .key-border {
            width: 50px;
            height: 2px;
            margin-top: 0
        }

        .sub-service .btn.btn-primary.hvr-sweep-to-right {
            margin-bottom: 0;
            margin-top: 50px
        }

        .vector {
            position: absolute;
            top: 100px
        }

        .vector_content {
            margin-top: 0 !important
        }

        .vector_txt_content p {
            font-size: 20px;
            margin-bottom: 15px;
            line-height: 35px
        }

        .vector img {
            max-width: 100px
        }

        .our-work .our-work-border-heading {
            font-size: 20px;
            letter-spacing: 10px;
            padding-bottom: 15px
        }

        .our-work .our-work-border {
            width: 65px;
            height: 2px;
            margin-top: 0
        }

        .our-work .Prtflo .heading {
            font-size: 50px
        }

        .our-work .Prtflo .prt-img-2 {
            margin-top: 80px
        }

        .our-work .Prtflo .port-img-hd {
            margin-left: 15px
        }

        .our-work .Prtflo .know-more a {
            right: 10px;
            margin-top: -30px
        }

        .sr_faq .accordion-faq .faq-border {
            width: 90px;
            height: 2px;
            margin-top: 0;
            left: 29%
        }

        .sr_faq .accordion-faq ul.accordion-list h4 {
            width: 100%;
            height: auto;
            font-size: 16px;
            letter-spacing: .01em
        }

        .sr_faq div.answer p {
            position: relative;
            display: block;
            font-weight: 300;
            padding: 10px 0 0 0;
            cursor: pointer;
            line-height: 1.5;
            margin: 0 0 15px 0;
            font-size: 14px;
            text-align: left
        }

        .sr_faq .inner-ul {
            list-style: none;
            margin-left: 0;
            padding-left: 1em
        }

        .sr_faq .inner-ul li {
            border: none !important;
            padding: 0 !important;
            margin: 0 !important;
            font-size: 14px;
            font-weight: 300
        }

        .key_feature .key_img img {
            width: 100%
        }

        .key_feature .txt.aos-animate:before {
            position: absolute;
            content: "";
            height: 80px;
            width: 1px;
            transition-duration: .5s;
            background-color: #348d4d;
            top: -38%;
            left: 50%
        }

        .key_feature .txt.aos-animate:after {
            position: absolute;
            content: "";
            height: 9px;
            width: 9px;
            background-color: #b6acff;
            top: 46%;
            left: 47%;
            border-radius: 100%
        }

        .key_feature .hv-txt .txt {
            padding-top: 65px;
            min-height: 80px;
            max-height: 100px
        }

        .key_feature .txt {
            opacity: 1
        }

        .sub_sr_process .heading {
            font-size: 20px;
            line-height: 45px
        }

        .sub_sr_process h6 {
            font-size: 13px;
            line-height: 24px;
            margin-bottom: 40px
        }

        .sub_sr_process .mobile_sr_process {
            display: block
        }

        .sub-service .noteworthy .quote-img .left-sec {
            margin-top: 140px;
            margin-left: 0
        }

        .sub-service .noteworthy .quote-img h2 {
            max-width: 220px
        }

        .sub-service .da_srv_bx {
            min-height: 300px;
            max-height: 300px
        }

        .sub-sr-tab-icon .tab-icon {
            opacity: .3
        }

        .sub-service-services .sr-box {
            margin: 10px
        }

        .tech-pd ul {
            display: block
        }

        .tech-tab-scroll {
            overflow: scroll
        }

        .tech-pdng .nav-tabs {
            justify-content: space-evenly;
            width: max-content
        }

        .tech-pdng .nav-tabs .tech-pd-backend {
            padding: 0 50px
        }

        .sr-cta .ct-btn .ft_ls_sec {
            display: block
        }

        .sr-cta .ct-btn {
            display: none
        }

        .sub-service .noteworthy .heading {
            font-size: 30px;
            line-height: 40px;
            max-width: 150px
        }

        .app-head-white h3 {
            font-weight: 600;
            font-size: 30px;
            line-height: 35px
        }

        .app-head-white h3 span {
            font-weight: 600;
            font-size: 30px;
            line-height: 35px;
            color: #348d4d
        }

        .app-head-ylw h2 {
            font-weight: 600;
            font-size: 25px;
            line-height: 35px
        }

        .sr-cta .heading {
            font-size: 30px;
            line-height: 35px
        }
    }

    @media (max-width:450px) {
        .key_feature .txt.aos-animate:before {
            height: 80px;
            width: 2px;
            top: -11%;
            left: 48%
        }

        .key_feature .txt.aos-animate:after {
            top: 40%;
            left: 45%
        }

        .key_feature .hv-txt .txt {
            padding-top: 65px;
            min-height: 80px;
            max-height: 150px
        }

        .key_feature .txt {
            opacity: 1
        }

        .key_feature .hv-txt .heading {
            min-height: 80px
        }

        .key_feature .hv-txt .sr_line_1.aos-animate .heading {
            font-size: 11px;
            margin-top: 15px
        }

        .key_feature .hv-txt .sr_line_2.aos-animate .heading {
            font-size: 11px;
            margin-top: 15px
        }

        .key_feature .hv-txt .sr_line_3.aos-animate .heading {
            font-size: 11px;
            margin-top: 15px
        }

        .key_feature .hv-txt .sr_line_4.aos-animate .heading {
            font-size: 11px;
            margin-top: 15px
        }

        .sr-cta .ct-btn .ft_ls_sec {
            display: block
        }

        .sr-cta .ct-btn {
            display: none
        }

        .sr_faq .faq-img img {
            height: auto;
            width: 110px
        }

        .sr-tech .tech-border-heading {
            font-size: 25px
        }

        .sr-tech .tech-border {
            left: 36%
        }

        .sub-sr-tab-icon {
            height: 450px;
            margin-top: 30px
        }

        .sub-sr-tab-icon .tab-icon {
            opacity: .3
        }

        .sub-service-services .sr-box {
            margin: 10px
        }

        .our-work .Prtflo .port-img {
            width: 300px
        }

        .tech-pdng {
            padding: 0
        }

        .tech-pdng .nav-tabs .tech-pd-backend {
            padding: 0 25px
        }
    }

    @media (max-width:300px) {
        .key_feature .txt.aos-animate:before {
            height: 80px;
            width: 2px;
            top: -11%;
            left: 48%
        }

        .key_feature .txt.aos-animate:after {
            top: 42%;
            left: 41%;
            border-radius: 100%
        }

        .key_feature .hv-txt .txt {
            padding-top: 80px;
            font-size: 10px
        }

        .key_feature .txt {
            opacity: 1
        }

        .sub-service .noteworthy .ntw_slide {
            margin-top: 80px
        }

        .tech-pdng .nav-tabs .tech-pd-backend {
            padding: 0 20px
        }
    }

    @media (max-width :768px) {
        .animated-disable {
            -o-transition-property: none !important;
            -moz-transition-property: none !important;
            -ms-transition-property: none !important;
            -webkit-transition-property: none !important;
            transition-property: none !important;
            -o-transform: none !important;
            -moz-transform: none !important;
            -ms-transform: none !important;
            -webkit-transform: none !important;
            transform: none !important;
            -webkit-animation: none !important;
            -moz-animation: none !important;
            -o-animation: none !important;
            -ms-animation: none !important;
            animation: none !important
        }
    }

    .indus-sec1 {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-top: 80px;
        overflow: hidden
    }

    .head-img-wrapper-indus-1 {
        position: relative;
        height: 60vh
    }

    .head-img-wrapper-indus-1 img {
        width: 100%
    }

    .head-img-wrapper-indus-1:hover img {
        transform: scale(1.4);
        transition: all 1s ease-in-out
    }

    .indus-sec1 .heading-text {
        position: absolute;
        top: 25%;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .indus-sec1 .heading-text .heading {
        font-weight: 500;
        font-size: 50px;
        line-height: 75px;
        color: #fff
    }

    .indus-sec1 .heading-text .description {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #ababab;
        margin-top: 10px
    }

    .indus-section-1-block {
        position: relative;
        padding: 10px;
        overflow: hidden;
        height: 150px
    }

    .indus-section-1 img {
        margin-top: 88px
    }

    .overlapSlideText {
        position: relative;
        width: 100%
    }

    .overlapSlideText .shape {
        width: 100%;
        height: 0;
        border-bottom: 22vh solid #000;
        border-right: 355vh solid transparent
    }

    .overlapSlideText .shape-content {
        background-color: #000;
        margin-top: -5em;
        border-radius: 0 30% 0 0
    }

    .industrial-sec {
        background-color: #000;
        padding-top: 20px
    }

    .indus-sec3 .sec3-head {
        font-weight: 600;
        font-size: 20px;
        color: #979797;
        min-height: 40px
    }

    .indus-sec3 .sec3-para {
        font-weight: 200;
        margin-top: 8px;
        font-size: 13px;
        color: #e9e9e9
    }

    .indus-sec3 .mb-service {
        border: none;
        background: #000;
        padding-left: 20px
    }

    .indus-section-2-content {
        position: relative
    }

    .indus-section-2-title {
        position: absolute;
        top: 20%
    }

    .indus-section-2-title .heading {
        font-weight: 500;
        font-size: 36px;
        line-height: 54px;
        color: #348d4d
    }

    .indus-section-2-title .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #ababab;
        margin-top: 20px
    }

    .head-ind-sec2 {
        text-transform: capitalize !important;
        letter-spacing: normal !important;
        font-size: 36px
    }

    .overlapSlideText .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #ababab
    }

    .indus-sec3 .tab button {
        background-color: #000;
        border: 0;
        box-sizing: border-box;
        vertical-align: middle;
        position: relative;
        border-radius: 10px;
        min-height: 140px
    }

    .indus-sec3 .tab button.left-box {
        padding: 20px 45px 20px 30px;
        text-align: left
    }

    .indus-sec3 .tab button.right-box {
        text-align: right;
        padding: 20px 45px 20px 60px
    }

    .indus-sec3 .tab button::before {
        box-sizing: inherit;
        content: '';
        position: absolute;
        opacity: 0;
        z-index: -1;
        transition: all .4s ease-in
    }

    .indus-sec3 .tab button {
        border: 1px solid #000
    }

    .indus-sec3 .tab button.active {
        border-color: rgba(153, 197, 234, .5) !important
    }

    .domain-sec-6 .domain-content .tab button.active {
        border-color: transparent !important
    }

    .indus-sec3 .tabcontent {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 100%;
        animation: tabopcity 1s ease-in forwards
    }

    @keyframes tabopcity {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .indus-sec3 .sub-sr-tab-icon {
        height: auto
    }

    .indus-sec3 .sec3-para {
        position: relative;
        min-height: 60px
    }

    .indus-sec3 .sec3-para .right-arrow {
        position: absolute;
        content: url(../img/industries/right-arrow.svg);
        display: none;
        left: unset
    }

    .indus-sec3 button.active .sec3-para .right-arrow {
        display: block;
        right: -35px;
        top: 0;
        animation: fadeInLeft 1s ease-in-out
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            transform: translateX(300px)
        }

        to {
            opacity: 1
        }
    }

    .indus-sec3 .sec3-para .left-arrow {
        position: absolute;
        content: url(../img/industries/left-arrow.svg);
        display: none;
        left: unset
    }

    .indus-sec3 button.active .sec3-para .left-arrow {
        display: block;
        left: -45px;
        top: 0;
        animation: fadeInRight 1s ease-in-out
    }

    @keyframes fadeInRight {
        from {
            opacity: 0;
            transform: translateX(300px)
        }

        to {
            opacity: 1
        }
    }

    .indus-sec3 .tab button.active {
        color: #fff !important
    }

    .indus-sec3 .tab button.active .sec3-head {
        color: #fff
    }

    .indus-sec3 .tab button.active .sec3-para {
        color: #fff
    }

    .cta-box .cta-content-col .cta-heading {
        font-weight: 400;
        font-size: 34px;
        line-height: 48px;
        color: #e9e9e9;
        margin-bottom: 30px
    }

    .industrial-sec .carousel-control-next {
        right: 0;
        left: 66%;
        top: 70%;
        width: max-content
    }

    .industrial-sec .carousel-control-prev {
        left: unset;
        right: 46%;
        top: 70%;
        width: max-content
    }

    .industrial-sec .carousel-indicators {
        margin-left: 55%;
        width: min-content;
        top: 83%
    }

    .industrial-sec .our_lp h5 {
        font-size: 20px;
        color: #348d4d;
        font-family: Montserrat, sans-serif;
        margin-bottom: 30px;
        margin-top: 50px
    }

    .industrial-sec .protect_img {
        width: -webkit-fill-available
    }

    .industrial-sec .our_lp .prj_head {
        font-size: 50px;
        margin-bottom: 30px;
        font-weight: 500
    }

    .industrial-sec .our_lp p {
        font-size: 16px;
        margin-bottom: 60px
    }

    .industrial-sec .our_lp {
        padding: 35px
    }

    .industrial-section .heading {
        font-size: 36px
    }

    .industrial-section .description {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #ababab;
        text-align: left
    }

    .indus-work {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .indus-work .heading {
        font-weight: 500;
        font-size: 36px;
        line-height: 54px;
        color: #fff;
        padding-bottom: 30px
    }

    .indus-work .description {
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        color: #ababab;
        padding-bottom: 30px
    }

    .sec-indus-img .img2 {
        border-radius: 0 !important;
        position: relative;
        right: 11%;
        height: 13.5em;
        margin-top: 1em;
        width: 19em
    }

    .sec-indus-img .img1 {
        border-radius: 0 !important;
        height: 16em;
        width: -webkit-fill-available
    }

    .sec-indus-img {
        margin-bottom: 75px
    }

    .cta-box {
        overflow: hidden
    }

    .cta-box .cta-arrow {
        display: flex;
        justify-content: end;
        align-items: flex-end;
        margin-right: -27%
    }

    .domain-sec-1 .domain-sec-1-des {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100% - 90px);
        position: relative;
        opacity: .7
    }

    .domain-sec-1 .sub-services-top {
        margin-top: 80px
    }

    .domain-sec-1 .domain-sec-1-des .sb_sr_top {
        max-width: 600px
    }

    .domain-sec-1 .domain-sec-1-des .sb_sr_top::before {
        position: absolute;
        content: '';
        border: 2px dashed #348d4d;
        height: 300px;
        width: 200px;
        left: -9%
    }

    .domain-sec-1 .domain-sec-1-des .col-md-7 {
        margin-bottom: 29px;
        padding-top: 29px
    }

    .domain-sec-1 .domain-sec-1-des .heading {
        font-size: 45px;
        color: #f9f9f9;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 20px;
        text-align: left
    }

    .domain-sec-1 .domain-sec-1-des .description {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
        color: #e9e9e9
    }

    .domain-sec-1 .header-img .head-img-1 {
        width: 100%;
        height: 50%;
        z-index: 3;
        position: relative;
        top: 10%;
        left: 20%
    }

    .domain-sec-1 .header-img .head-img-1 img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .domain-sec-1 .header-img .head-img-1::before {
        width: 80%;
        height: 95%;
        position: absolute;
        content: '';
        border: 3px dashed #348d4d;
        margin-left: -8%;
        margin-top: 30px;
        z-index: -1
    }

    .domain-sec-1 .header-img .head-img-2 {
        width: 100%;
        height: 40%;
        z-index: 1;
        position: relative;
        left: -10%
    }

    .domain-sec-1 .header-img .head-img-2 img {
        height: 100%
    }

    .domain-sec-1 .header-img .head-img-2::before {
        width: 75%;
        height: 90%;
        position: absolute;
        content: '';
        border: 3px dashed #348d4d;
        margin-left: -17px;
        margin-top: -20px;
        z-index: -1
    }

    .domain-sec-1 .head-content {
        padding-left: 30px;
        margin-top: 40px
    }

    .domain-sec-1 .head-content .title {
        font-weight: 500;
        font-size: 25px;
        line-height: 35px;
        color: #348d4d
    }

    .domain-sec-1 .head-content .description {
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        color: #e9e9e9
    }

    .domain-sec-2 .domain-sec-2-box {
        background-color: #000
    }

    .domain-sec-2 .domain-sec-2-box .domain-sec-2-content .heading {
        font-weight: 500;
        font-size: 32px;
        line-height: 54px;
        color: #348d4d
    }

    .domain-sec-2 .domain-sec-2-box .domain-sec-2-content .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        padding-top: 20px;
        color: #ababab
    }

    .domain-sec .app-head .heading {
        font-weight: 500;
        font-size: 36px;
        line-height: 54px
    }

    .domain-sec .app-head .heading span {
        color: #348d4d
    }

    .domain-sec .app-head .description {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #ababab
    }

    .domain-sec-3 .why-content .why-icon-title {
        margin: auto;
        padding-top: 10px
    }

    .domain-sec-4 .sr-box:hover {
        height: 270px
    }

    .domain-sec-5 {
        position: relative;
        background-color: #000
    }

    .domain-sec-5 .domain-circle {
        height: 500px;
        width: 500px;
        position: absolute;
        border: 1px solid rgba(109, 108, 108, .6);
        background-color: transparent;
        border-radius: 50%;
        left: -18%;
        top: 15%;
        z-index: -1
    }

    .domain-sec-5 .domain-sec-5-content {
        max-width: 450px
    }

    .domain-sec-5 .domain-sec-5-content .heading {
        font-weight: 600;
        font-size: 36px;
        line-height: 50px;
        color: #fff
    }

    .domain-sec-5 .domain-sec-5-content .heading span {
        color: #348d4d
    }

    .domain-sec-5 .domain-sec-5-content .description {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #cfcfcf;
        padding-top: 20px
    }

    .domain-sec-5 .domain-sec-5-feature .feature-block .feature-content {
        padding-left: 40px
    }

    .domain-sec-5 .domain-sec-5-feature .feature-block .feature-content .heading {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        color: #348d4d
    }

    .domain-sec-5 .domain-sec-5-feature .feature-block .feature-content .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #9c9c9c
    }

    .domain-sec-6 .domain-content {
        overflow: hidden;
        min-height: 450px
    }

    .domain-sec-6.indus-sec3 .tab button {
        background-color: transparent;
        border: none;
        padding: 20px 0 5px
    }

    .domain-sec-6.indus-sec3 .tab button {
        min-height: max-content
    }

    .domain-sec-6.indus-sec3 .tab button .sec3-head {
        font-weight: 300;
        font-size: 20px;
        line-height: 24px;
        color: #9c9c9c;
        position: relative
    }

    .domain-sec-6.indus-sec3 .tab button .sec3-head.line-left::after {
        position: absolute;
        content: url(../img/industries/domain/line.svg);
        display: none;
        top: -10%;
        left: unset
    }

    .domain-sec-6.indus-sec3 .tab button.active .sec3-head.line-left::after {
        display: block;
        animation: fadeLeft 1s ease-in-out;
        right: -110px
    }

    @keyframes fadeLeft {
        from {
            opacity: 0;
            transform: translateX(-300px)
        }

        to {
            opacity: 1
        }
    }

    .domain-sec-6.indus-sec3 .tab button .sec3-head.line-right::after {
        position: absolute;
        content: url(../img/industries/domain/line.svg);
        display: none;
        top: -15%;
        left: unset
    }

    .domain-sec-6.indus-sec3 .tab button.active .sec3-head.line-right::after {
        display: block;
        animation: fadeRight 1s ease-in-out;
        left: -110px
    }

    @keyframes fadeRight {
        from {
            opacity: 0;
            transform: translateX(300px)
        }

        to {
            opacity: 1
        }
    }

    .domain-sec-6.indus-sec3 .tab button.active .sec3-head {
        color: #fff
    }

    .domain-sec-6.indus-sec3 .app-head .right-content {
        text-align: right
    }

    .domain-sec-6.indus-sec3 .domain-title .heading {
        font-weight: 500;
        font-size: 36px;
        line-height: 143.5%;
        color: #348d4d
    }

    .domain-sec-6.indus-sec3 .domain-title .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #9c9c9c;
        margin-top: 15px
    }

    .domain-type-game-sec {
        padding: 100px 0
    }

    .domain-type-game-sec .type-content .title {
        font-weight: 500;
        font-size: 36px;
        line-height: 54px;
        color: #fff
    }

    .domain-type-game-sec .type-content .title span {
        color: #348d4d
    }

    .domain-type-game-sec .type-content .description {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #ababab;
        padding: 30px 0
    }

    .domain-type-game-sec .type-card-wrap {
        background: linear-gradient(180deg, #282828 0, rgba(40, 40, 40, 0) 100%);
        border: 1px solid #282828;
        border-radius: 12px
    }

    .domain-type-game-sec .type-card-wrap .type-card:hover .type-card-content .card-number {
        background: -webkit-linear-gradient(-86deg, #fab802 0, rgba(241, 179, 8, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-stroke: 2px transparent;
        transition: all 1s ease-in-out
    }

    .domain-type-game-sec .type-card-wrap .type-card:hover .type-card-content .card-title {
        color: #348d4d;
        transition: all 1s ease-in-out
    }

    .domain-type-game-sec .type-card-wrap .type-card .type-card-content {
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 30px 10px
    }

    .domain-type-game-sec .type-card-wrap .type-card .type-card-content .card-number {
        background: -webkit-linear-gradient(-86deg, #fff 0, rgba(255, 255, 255, 0) 100%);
        -webkit-background-clip: text;
        -webkit-text-stroke: 1px transparent;
        color: #232d2d;
        font-weight: 500;
        font-size: 96px;
        line-height: 96px;
        padding: 0 20px;
        transition: all 1s ease-in-out
    }

    .domain-type-game-sec .type-card-wrap .type-card .type-card-content .card-title {
        font-weight: 600;
        font-size: 22px;
        line-height: 36px;
        color: #fff;
        padding-left: 15px;
        transition: all 1s ease-in-out
    }

    .game-feature {
        padding: 100px 0
    }

    .game-feature .feature-content .title {
        font-weight: 500;
        font-size: 36px;
        line-height: 54px;
        color: #fff
    }

    .game-feature .feature-content .title span {
        color: #348d4d
    }

    .game-feature .feature-content .description {
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        color: #ababab;
        padding: 20px 0
    }

    .game-feature .feature-list-wrap .feature-list ul li {
        font-weight: 500;
        font-size: 22px;
        line-height: 32px;
        color: #fff;
        padding: 10px 0;
        filter: brightness(100%) contrast(100%) saturate(0) blur(0) hue-rotate(0deg);
        transition-duration: 1s
    }

    .game-feature .feature-list-wrap .feature-list ul li:hover {
        filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
        transition-duration: 1s;
        color: #348d4d
    }

    @media (max-width:1440px) {
        .domain-sec-1 .header-img .head-img-1::before {
            height: 89%
        }

        .overlapSlideText .shape-content {
            border-radius: 0 36% 0 0
        }

        .overlapSlideText .shape {
            border-bottom: 22vh solid #000;
            border-right: 390vh solid transparent
        }

        .domain-sec-1 .domain-sec-1-des .sb_sr_top::before {
            left: -12%
        }
    }

    @media (max-width:1300px) {
        .overlapSlideText:before {
            height: 7em;
            top: -7%
        }

        .sec-indus-img {
            padding: 10px !important
        }

        .sec-indus-img .img2 {
            width: 15em
        }

        .indus-sec3 .mb-service {
            padding: 15px;
            padding-left: 30px !important
        }

        .indus-sec3 .sec3-head {
            font-size: 16px
        }

        .indus-sec3 .sec3-para {
            font-size: 12px
        }

        .indus-sec1-block:after {
            top: 83%
        }

        .industrial-sec .our_lp h5 {
            margin-bottom: 30px;
            margin-top: 0
        }

        .industrial-section .container h2 {
            font-size: 20px
        }

        .industrial-sec .our_lp .prj_head {
            margin-bottom: 30px
        }

        .industrial-sec .carousel-control-next {
            left: 72%;
            top: 90%
        }

        .industrial-sec .carousel-control-prev {
            right: 44%;
            top: 90%
        }

        .industrial-sec .carousel-indicators {
            margin-left: 57%
        }

        .industrial-sec .our_lp p {
            margin-bottom: 30px
        }
    }

    @media (max-width:1200px) {
        .animateUpImg {
            margin-top: 7rem
        }
    }

    @media (max-width:1050px) {
        .head-img-wrapper-indus-1 {
            height: 100vh
        }

        .indus-sec1 .heading-text {
            top: 10%
        }

        .animateUpImg {
            margin-top: 0
        }

        .indus-section-2 {
            margin-top: 10px
        }

        .indus-section-2-title {
            top: -20%;
            position: relative
        }

        .overlapSlideText .shape-content {
            border-radius: 0 36% 0 0
        }

        .overlapSlideText .shape {
            border-bottom: 22vh solid #000;
            border-right: 163vh solid transparent
        }

        .domain-sec-1 .header-img .head-img-1::before {
            width: 80%;
            height: 75%;
            margin-left: -20px
        }

        .domain-sec-1 .header-img .head-img-2::before {
            width: 95%;
            height: 100%;
            margin-left: -17px
        }

        .domain-sec-1 .domain-sec-1-des .sb_sr_top::before {
            left: -17%
        }
    }

    @media (max-width:767px) {
        .head-img-wrapper-indus-1 {
            height: 50vh
        }

        .indus-sec1 .heading-text {
            top: 8%
        }

        .indus-sec1 .heading-text .heading {
            font-size: 30px
        }

        .indus-sec1 .heading-text .description {
            font-size: 16px
        }

        .head-img-wrapper-indus-1 img {
            width: 100%;
            height: 100%
        }

        .overlapSlideText .shape {
            display: none
        }

        .overlapSlideText .shape-content {
            padding-top: 20px
        }

        .indus-section-1 img {
            margin-top: 64px
        }

        .overlapSlideText {
            background-color: #000;
            position: relative;
            top: 70px;
            padding: 0;
            margin-bottom: 50px
        }

        .overlapSlideText .our-work .our-work-border-heading {
            font-size: 25px;
            margin-top: 20px
        }

        .indus-section-2 {
            margin-top: 0
        }

        .indus-section-2-title .heading {
            font-size: 25px;
            line-height: normal;
            margin-top: 20px
        }

        .animateUpImg img {
            width: 100%
        }

        .sec-indus-img .img2 {
            width: 20em
        }

        .indus-sec3 {
            margin-top: 50px
        }

        .indus-sec3 .tab button.active::before {
            height: 103%
        }

        .indus-sec3 .mb-service {
            padding-left: 30px !important
        }

        .indus-sec3 .domain-content {
            display: none
        }

        .domain-mobile img {
            opacity: .3;
            border-radius: 20px
        }

        .domain-mobile .domain-title {
            top: 10%;
            text-align: center;
            margin: 20px 30px
        }

        .domain-mobile .domain-title img {
            margin-top: 20px;
            opacity: 1;
            height: 100px
        }

        .domain-mobile .domain-title .heading {
            font-weight: 600;
            font-size: 35px;
            line-height: 36px;
            min-height: 60px
        }

        .mobile_html.domain-mobile .gallery .owl-nav {
            display: none !important
        }

        .domain-mobile .domain-title .description {
            margin-top: 30px;
            font-weight: 300;
            font-size: 20px;
            line-height: 35px;
            /* min-height: 140px */
        }

        .game-feature .feature-list-wrap .feature-list ul li {
            font-size: 16px;
            padding: 5px 0
        }

        .domain-type-game-sec .type-content .title {
            font-size: 30px;
            line-height: 35px
        }

        .game-feature .feature-content .title {
            font-size: 30px;
            line-height: 35px
        }

        .indus-sec3 .sec3-head {
            font-size: 16px
        }

        .cta-box .cta-content-col {
            background-image: url(../img/industries/cta-img.svg);
            background-repeat: no-repeat;
            padding-top: 50px;
            background-position: right
        }

        .cta-box .cta-arrow-col {
            display: none
        }

        .indus-sec3 .our-work .our-work-border-heading {
            font-size: 25px
        }

        .indus-sec3 .sec3-para {
            font-size: 12px
        }

        .indus-sec1 {
            background-size: cover
        }

        .industrial-sec .our_lp h5 {
            font-size: 12px
        }

        .industrial-sec .our_lp .prj_head {
            font-size: 25px
        }

        .industrial-sec .our_lp p {
            font-size: 15px
        }

        .industrial-sec .carousel-indicators {
            margin-left: 48%;
            top: 96%
        }

        .industrial-sec .carousel-control-next {
            left: 82%;
            top: 95%
        }

        .industrial-sec .carousel-control-prev {
            right: 53%;
            top: 95%
        }

        .industrial-sec .protect_img {
            width: inherit
        }

        .domain-sec-1 .domain-sec-1-des .heading {
            font-weight: 500;
            font-size: 32px;
            line-height: 44px
        }

        .domain-sec-1 .header-img .head-img-1 {
            display: none
        }

        .domain-sec-1 .header-img .head-img-2 {
            display: none
        }

        .domain-sec-1 .head-content {
            margin-top: 10px
        }

        .domain-sec-1 .head-content .title {
            font-weight: 500;
            font-size: 28px;
            line-height: 36px
        }

        .domain-sec-2 .domain-sec-2-box .domain-sec-2-content .heading {
            font-size: 22px;
            line-height: 30px
        }

        .domain-sec-5 .domain-circle {
            left: -90%
        }

        .domain-sec-5 .domain-sec-5-feature .feature-block .feature-content .heading {
            font-size: 22px;
            line-height: 30px
        }

        .domain-sec-5 .domain-sec-5-feature .feature-block .feature-content .description {
            padding-top: 15px
        }

        .domain-sec-5 .domain-sec-5-content {
            margin-bottom: 30px
        }

        .domain-sec-5 .domain-sec-5-feature .feature-block .feature-content {
            padding-left: 0
        }

        .domain-sec-1 .domain-sec-1-des .sb_sr_top {
            padding: 50px 0 0 24px
        }

        .domain-sec-1 .domain-sec-1-des .sb_sr_top::before {
            left: -45%
        }

        .domain-sec-1 .header-img .head-img-1::before {
            width: 50%;
            margin-left: 80px
        }

        .domain-sec-1 .header-img .head-img-2::before {
            width: 50%
        }

        .domain-sec-2 .domain-sec-2-box .sec-2-img {
            text-align: center
        }

        .domain-sec-2 .domain-sec-2-content {
            padding: 30px 0
        }

        .domain-sec .app-head .heading {
            font-size: 30px;
            line-height: 35px
        }
    }

    @media (max-width:400px) {
        .head-img-wrapper-indus-1 {
            height: 49vh
        }

        .indus-sec1 .heading-text .heading {
            line-height: 36px
        }

        .domain-mobile .domain-title .description {
            font-size: 15px;
            line-height: 20px
        }

        .domain-mobile .domain-title img {
            margin-top: 0
        }
    }

    .developer-sec-1 {
        padding: 180px 0 40px
    }

    .developer-sec-1 .developer-form {
        position: relative
    }

    .developer-sec-1 .developer-form::before {
        position: absolute;
        content: '';
        background: url(../img/developer/php/sub-head-img.svg);
        background-repeat: no-repeat;
        background-position: top right;
        top: -16%;
        opacity: .3;
        width: 100%;
        height: 100%;
        right: 5%
    }

    .developer-sec-1 .main-title {
        max-width: 450px
    }

    .developer-sec-1 .heading {
        font-weight: 500;
        font-size: 42px;
        line-height: 60px;
        color: #fff
    }

    .developer-sec-1 .description {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        color: #e9e9e9;
        border-left: 3px solid #75d4e9;
        padding-left: 20px;
        margin: 30px 0 60px
    }

    .developer-form .new_cn_frm {
        padding: 0;
        background-color: rgba(104, 104, 104, .2);
        border-radius: 20px
    }

    .developer-form .form-heading {
        font-weight: 400;
        font-size: 30px;
        line-height: 45px;
        color: #dedede
    }

    .developer-form .form-para {
        font-weight: 400;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #348d4d !important
    }

    .developer-form .form-processing {
        display: none;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        align-items: center;
        justify-content: center
    }

    .developer-form .cnt_form {
        padding: 20px 50px;
        margin: 0;
        border: 1px solid #373737;
        border-radius: 20px
    }

    .developer-form form label {
        font-weight: 500;
        font-size: 16px
    }

    .developer-form form #touchName {
        color: #fff
    }

    .developer-form form #touchName-error {
        color: red
    }

    .developer-form form #touchEmail {
        color: #fff
    }

    .developer-form form #touchEmail-error {
        color: red
    }

    .developer-form form #touchMessage {
        color: #fff
    }

    .developer-form form #touchMessage-error {
        color: red
    }

    .developer-form .form-group {
        margin-bottom: 25px;
        position: relative
    }

    .developer-form .form-group label {
        color: #f9f9f9;
        margin-bottom: 15px
    }

    .developer-form .form-group textarea.form-control {
        background: 0 0;
        border: 1px solid #373737;
        height: 70px
    }

    .developer-form .form-group input.form-control {
        background: 0 0;
        border: 1px solid #373737;
        height: 45px
    }

    .developer-form .form-control {
        color: #fff !important
    }

    .developer-form .form-group i {
        position: absolute;
        bottom: 13px;
        right: 13px;
        color: #348d4d
    }

    .developer-form .btn.btn-dark.btn-line {
        background: 0 0;
        color: #fdfdfd;
        border: 2px solid #fdfdfd;
        border-radius: 50px;
        padding: 15px 80px;
        margin-top: 30px
    }

    .developer-form .btn.btn-primary.hvr-sweep-to-right:before {
        background: #348d4d
    }

    .developer-form .btn.btn-primary {
        background: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 13px 25px;
        color: #101214;
        overflow: hidden
    }

    .developer-form .text-right {
        text-align: right
    }

    .developer-sec-2 {
        margin: 60px 0
    }

    .developer-sec-2 .sec-2 .number {
        font-weight: 400;
        font-size: 45px;
        line-height: 80px;
        text-align: center;
        color: #82bace
    }

    .developer-sec-3 {
        margin: 60px 0
    }

    .developer-sec-4 .hvr-sweep-to-right {
        margin-top: -5px
    }

    .developer-sec-6 {
        position: relative;
        margin: 50px 0
    }

    .developer-sec-6 .container {
        border: 2px solid #3e3e3e;
        padding: 20px 50px
    }

    .developer-sec-6 .title-card {
        position: absolute;
        top: -15%;
        background-color: #101214;
        max-width: 400px
    }

    .developer-sec-6.aws-wrap {
        padding: 100px 0
    }

    .developer-sec-6 .title-card.aws-card-title {
        top: 5% !important
    }

    .salesforce-developer.developer-sec-6 {
        margin: 100px 0
    }

    .salesforce-developer.developer-sec-6 .title-card {
        top: -25%
    }

    .developer-sec-6 .title-card .title .heading {
        font-size: 40px
    }

    .developer-sec-6 .para .description {
        margin-top: 80px;
        color: #ababab;
        font-size: 16px
    }

    .developer-sec-6 .developer-list .list-ul {
        margin-top: 50px
    }

    .developer-sec-6 .developer-list .list-ul .list-li {
        padding: 15px 0
    }

    .developer-sec-6 .developer-list .list-ul .list-li .title {
        font-size: 16px;
        padding-left: 15px;
        color: #fff;
        font-weight: 400
    }

    .developer-sec-7 {
        margin-top: 80px
    }

    .developer-sec-7 .choice-desktop {
        display: block
    }

    .developer-sec-7 .choice-mob {
        display: none
    }

    .developer-sec-7 .heading {
        font-size: 35px;
        line-height: 50px
    }

    .developer-sec-7 .para {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #ababab;
        margin: 30px 0
    }

    .developer-sec-7 .choice-box .choice-list-ul .choice-list-li {
        padding: 17px 0
    }

    .developer-sec-8 {
        margin: 80px 0 50px
    }

    .developer-sec-8 .heading {
        font-size: 35px;
        line-height: 50px
    }

    .developer-sec-8 .para {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        align-items: center;
        color: #ababab;
        margin: 30px 0
    }

    .developer-sec-8 .step-card {
        background-color: #1e1e20;
        margin-top: 50px;
        text-align: center;
        padding: 40px 30px;
        height: 100%
    }

    .developer-sec-8 .step-card.pink-border {
        border-top: 4px solid #d9605e
    }

    .developer-sec-8 .step-card.yellow-border {
        border-top: 4px solid #dec57b
    }

    .developer-sec-8 .step-card.blue-border {
        border-top: 4px solid #75d4e9
    }

    .developer-sec-8 .step-card.purple-border {
        border-top: 4px solid #cd8df7
    }

    .developer-sec-8 .step-card .number {
        font-weight: 500;
        font-size: 64px;
        line-height: 96px;
        color: #575757
    }

    .developer-sec-8 .step-card .title {
        font-size: 18px;
        padding: 25px 0
    }

    .developer-sec-9 .developer-sec-9-content {
        text-align: center;
        margin: 0 auto;
        padding: 20px 0 50px
    }

    .developer-sec-9 .developer-sec-9-content .title {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        color: #fff
    }

    .developer-sec-9 .developer-sec-9-content .title span {
        color: #348d4d
    }

    .developer-sec-9 .sec-9-card-wrap {
        text-align: center;
        background: #1c1c1c;
        border: 1px solid rgba(255, 255, 255, .36);
        padding: 40px 25px;
        height: 480px
    }

    .developer-sec-9 .sec-9-card-wrap .sec-9-card .card-title {
        font-weight: 500;
        font-size: 30px;
        line-height: 54px;
        text-align: center;
        color: #fff;
        padding-top: 15px
    }

    .developer-sec-9 .sec-9-card-wrap .sec-9-card .card-description {
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        text-align: center;
        color: #fff
    }

    .developer-sec-10 {
        padding: 50px 0
    }

    .developer-sec-10 .sec-10-content .title {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        color: #fff;
        padding-left: 12%;
        padding-bottom: 50px
    }

    .developer-sec-10 .sec-10-content .title span {
        color: #348d4d
    }

    .developer-sec-10 .sec-10-crads-wrapper {
        max-height: 520px;
        overflow-y: scroll
    }

    .developer-sec-10 .sec-10-crads-wrapper::-webkit-scrollbar {
        border: none;
        background-color: rgba(255, 255, 255, .11);
        border-radius: 20px;
        width: 8px
    }

    .developer-sec-10 .sec-10-crads-wrapper::-webkit-scrollbar-corner {
        background: 0 0
    }

    .developer-sec-10 .sec-10-crads-wrapper::-webkit-scrollbar-thumb {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #000;
        margin: 8px 0
    }

    .developer-sec-10 .sec-10-crads-wrapper .sec-10-card-wrap {
        margin: 20px 0
    }

    .developer-sec-10 .sec-10-crads-wrapper .sec-10-card-wrap .sec-10-card {
        background: rgba(255, 255, 255, .11);
        padding: 28px 23px 16px 22px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        counter-increment: number 0;
        height: 130px
    }

    .developer-sec-10 .sec-10-crads-wrapper .sec-10-card-wrap .sec-10-card::after {
        position: absolute;
        content: '';
        background-color: transparent;
        border-radius: 50%;
        top: -10%;
        left: -4%;
        height: 30px;
        width: 30px;
        z-index: -8;
        font-weight: 500;
        font-size: 40px;
        line-height: 40px;
        color: #348d4d
    }

    .developer-sec-10 .sec-10-crads-wrapper .sec-10-card-wrap .sec-10-card .card-name {
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        color: #fff;
        text-align: center
    }

    .desktop_html .sub-services-top .sales-banner-logos img {
        position: unset !important
    }

    @media (max-width:1440px) {
        .developer-sec-9 .sec-9-card-wrap {
            height: 460px
        }

        .developer-sec-6.aws-wrap {
            padding: 50px 0
        }

        .developer-sec-6 .title-card.aws-card-title {
            top: -6% !important
        }
    }

    @media (max-width:767px) {
        .developer-sec-1 {
            padding: 120px 0 40px
        }

        .developer-sec-1 .heading {
            font-size: 35px;
            line-height: 50px
        }

        .developer-form .cnt_form {
            margin-top: 30px;
            padding: 20px 20px
        }

        .developer-sec-1 .developer-form::before {
            top: 5%
        }

        .developer-sec-2 .sec-2 .number {
            font-size: 40px
        }

        .developer-sec-3 .sec-3_mid_text .sec-3-h2 {
            font-size: 24px
        }

        .developer-sec-3 {
            margin: 0
        }

        .developer-sec-3 .sec-3-h3 {
            font-size: 30px;
            line-height: 45px
        }

        .developer-sec-4 .cnt_nv {
            margin: 30px auto
        }

        .sales .sec-6-but .cnt_nv {
            padding: 12px 22px 13px !important
        }

        .developer-sec-6 .title-card {
            max-width: 250px;
            top: -5%
        }

        .developer-sec-6 .title-card.hire-title-card {
            max-width: 280px !important
        }

        .developer-sec-6 .para .description {
            margin-top: 110px;
            margin-bottom: 30px
        }

        .developer-sec-6 .title-card .title .heading {
            font-size: 30px
        }

        .developer-sec-6 .developer-list .list-ul {
            margin-top: 0
        }

        .developer-sec-6 .developer-list .list-ul .list-li {
            padding: 10px 0
        }

        .developer-sec-7 .choice-desktop {
            display: none
        }

        .developer-sec-7 .choice-mob {
            display: block
        }

        .developer-sec-7 .choice-mob .choice-list-mob {
            margin-top: 30px
        }

        .developer-sec-7 .choice-mob .choice-list-mob ul {
            border-left: 2px solid #cd8df7;
            margin-left: 0;
            max-height: 300px;
            overflow: scroll
        }

        .developer-sec-7 .choice-mob .choice-list-mob ul li {
            padding: 16px 0 20px 26px;
            position: relative
        }

        .developer-sec-7 .choice-mob .choice-list-mob ul li::before {
            position: absolute;
            content: '';
            left: -4%;
            text-indent: -1em;
            height: 2px;
            top: 42%;
            width: 22px;
            background-color: #cd8df7
        }

        .developer-sec-8 .step-card {
            padding: 0;
            margin: 20px 0
        }

        .developer-sec-9 .developer-sec-9-content {
            padding: 10px 0 30px
        }

        .developer-sec-9 .developer-sec-9-content .title {
            font-size: 30px;
            line-height: 45px
        }

        .developer-sec-9 .sec-9-card-wrap {
            margin-top: 20px;
            height: 450px
        }

        .salesforce-developer.developer-sec-6 .title-card {
            top: -9% !important
        }

        .developer-sec-6 .title-card.aws-card-title {
            top: 0 !important
        }

        .developer-sec-6.aws-wrap .para .description {
            margin-top: 50px
        }
    }

    .port-banner {
        background-image: url(../img/port/port-banner-img.svg);
        background-repeat: no-repeat;
        background-size: cover;
        object-fit: cover
    }

    .landing-block-4.port-banner .block-4-img:before {
        background-color: transparent
    }

    .port-banner .block-4-header {
        max-width: 550px !important
    }

    .port-banner .heading {
        font-weight: 700;
        font-size: 42px;
        line-height: 44px;
        color: #348d4d
    }

    .port-banner .description {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px
    }

    .port-banner .port-banner-img {
        margin-top: 40px;
        display: flex
    }

    .salesforce-banner-img {
        margin-top: 40px
    }

    .portfolio-header {
        margin-top: 80px
    }

    .port-header-img {
        overflow: hidden
    }

    .portfolio-header {
        background-color: #1c2f11;
        position: relative;
        overflow: hidden
    }

    .portfolio-header .port-circle {
        height: 950px;
        width: 950px;
        position: absolute;
        border: 3px solid grey;
        border-radius: 50%;
        right: -12%;
        top: 40%
    }

    .port-main-container .left-sec {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column
    }

    .port-main-container .left-sec .heading {
        font-weight: 400;
        font-size: 50px;
        line-height: 60px
    }

    .port-main-container .left-sec .left-sec-content .heading .lgt-clr {
        color: #f2f4f2
    }

    .port-main-container .left-sec .left-sec-content .heading .drk-clr {
        color: #ffc400
    }

    .port-head-title {
        margin-top: 40px
    }

    .port-main-container .left-sec .port-head-title .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 32px
    }

    .port-main-container .left-sec .left-sec-content {
        max-width: 450px
    }

    .port-main-container .left-sec .left-sec-content .home-cta a {
        color: #ece0d2
    }

    .port-main-container .left-sec .left-sec-content .home-cta a:hover {
        color: #348d4d
    }

    .port-main-container .left-sec .left-sec-content .home-cta .btn-title {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        margin-top: 40px;
        position: relative
    }

    .port-main-container .left-sec .left-sec-content .home-cta .btn-title::after {
        position: absolute;
        content: '';
        background-color: #ece0d2;
        height: 1px;
        width: 60px;
        bottom: 45%;
        left: 43%
    }

    .port-main-container .mobile-right-sec {
        display: none
    }

    .port-main-container .right-sec .right-sec-img {
        max-width: 400px;
        position: relative;
        top: 5%
    }

    .port-sec-1 .main-content {
        margin-bottom: 70px
    }

    .port-sec-1 .main-content .title {
        border-left: 2px solid #34bdb7;
        color: #348d4d;
        font-weight: 500;
        font-size: 40px;
        line-height: 32px;
        margin-top: 70px;
        padding-left: 20px;
        padding-bottom: 25px
    }

    .port-sec-1 .main-content .para {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        color: #ebeae9;
        margin: 20px 0;
        padding-left: 20px
    }

    .dropdown-port-p {
        width: 300px;
        display: inline-block;
        background-color: #272727;
        border-radius: 27.5px;
        border: 1px solid #348d4d;
        transition: all .5s ease;
        position: relative;
        font-size: 14px;
        color: #fff;
        height: 50px;
        text-align: left
    }

    .dropdown-port-p .select {
        cursor: pointer;
        display: block;
        padding: 12px 30px
    }

    .dropdown-port-p .select>i {
        font-size: 13px;
        color: #fff;
        cursor: pointer;
        transition: all .3s ease-in-out;
        float: right;
        line-height: 20px
    }

    .dropdown-port-p:active {
        background-color: #272727
    }

    .dropdown-port-p.active,
    .dropdown-port-p.active:hover {
        background-color: #272727
    }

    .dropdown-port-p.active .select>i {
        transform: rotate(90deg)
    }

    .dropdown-port-p .dropdown-menu-port-p {
        position: absolute;
        background-color: #272727;
        width: 100%;
        left: 0;
        margin-top: 1px;
        border-radius: 10px;
        overflow: hidden;
        display: none;
        max-height: 144px;
        overflow-y: auto;
        z-index: 9;
        border: 1px solid #4a4949
    }

    .dropdown-port-p .dropdown-menu-port-p.scrollbar {
        background-color: #000;
        width: 10px
    }

    .dropdown-port-p .dropdown-menu-port-p::-webkit-scrollbar {
        width: 6px;
        margin: 8px 0
    }

    .dropdown-port-p .dropdown-menu-port-p::-webkit-scrollbar-track {
        background-color: #000;
        margin: 8px 0
    }

    .dropdown-port-p .dropdown-menu-port-p::-webkit-scrollbar-thumb {
        background-color: #4f4f56;
        border-radius: 20px;
        border: 1px solid #000;
        margin: 8px 0
    }

    .dropdown-port-p .dropdown-menu-port-p li {
        padding: 10px;
        transition: all .2s ease-in-out;
        cursor: pointer
    }

    .dropdown-port-p .dropdown-menu-port-p {
        padding: 0;
        list-style: none
    }

    .dropdown-port-p .dropdown-menu-port-p li:hover {
        background-color: #554f4f
    }

    .dropdown-port-p .dropdown-menu-port-p li:active {
        background-color: #272727
    }

    .port-sec-1 .port-drop-down {
        background-color: #272727
    }

    .port-sec-1 select {
        padding: 10px;
        margin: 20px 0;
        background-color: #272727;
        border-radius: 2px;
        position: relative;
        color: #fff;
        width: 100%;
        border-radius: 22.5px;
        border: 1px solid #348d4d
    }

    .type-list {
        height: 100%
    }

    .type-list img {
        cursor: pointer;
        padding: 15px;
        opacity: .5
    }

    .type-list img:hover {
        opacity: 1
    }

    .type-list img.active {
        opacity: 1
    }

    .port-sec-1 select.category {
        max-width: 310px
    }

    .port-sec-2 {
        position: relative;
        margin-bottom: 35px
    }

    .port-sec-2 .project-list {
        position: relative;
        padding: 30px;
        height: 300px;
        background-color: #000;
        transition: all .7s ease-in-out;
        margin-top: 35px
    }

    .port-sec-2 .project-list:hover {
        box-shadow: 0 4px 14px rgba(201, 201, 201, .1)
    }

    .port-sec-2 .project-list .project-logo {
        min-height: 70px
    }

    .project-logo .logo-web {
        display: block
    }

    .project-logo .logo-mob {
        display: none
    }

    .port-sec-2 .project-list .project-content .heading {
        font-weight: 500;
        font-size: 25px;
        line-height: 32px
    }

    .port-sec-2 .project-list .project-content .heading.light {
        color: #fff
    }

    .port-sec-2 .project-list .project-content .heading.dark {
        color: #000
    }

    .port-sec-2 .project-list .project-content .title {
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        padding: 10px 0;
        color: #348d4d
    }

    .port-sec-2 .project-list .project-content .sub-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #e9e9e9
    }

    .port-sec-2 .project-list .project-content .title.light {
        color: #9c9c9c
    }

    .port-sec-2 .project-list .project-content .title.dark {
        color: #292929
    }

    .port-sec-2 .project-list .project-tech .description {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 27px;
        color: #e1e1e1;
        padding-bottom: 20px
    }

    .port-sec-2 .project-list .project-tech {
        padding-top: 20px;
        position: relative
    }

    .port-sec-2 .project-list .project-tech a {
        margin-top: 40px;
        z-index: 9;
        position: relative;
        padding: 0 10px
    }

    .port-sec-2 .project-list .project-tech .heading {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        padding-top: 20px
    }

    .port-sec-2 .project-list.dse-color {
        background-image: linear-gradient(180deg, #6479ad 0, #95abaf 100%)
    }

    .port-sec-2 .project-list.chatmaite-color {
        background-image: linear-gradient(180deg, #fb493f -17.31%, #ffcc9a 116.31%)
    }

    .port-sec-2 .project-list.healthyluxe-color {
        background-image: linear-gradient(180deg, #6a584c 0, #f5d9c0 100%)
    }

    .port-sec-2 .project-list.datapig-color {
        background-image: linear-gradient(180deg, #134083 0, #f2aca4 100%)
    }

    .port-sec-2 .project-list.otb-color {
        background-image: linear-gradient(180deg, #597051 -.54%, #e3ebee 100%)
    }

    .port-sec-2 .project-list.tripp-color {
        background-image: linear-gradient(180deg, #0287ac -36.83%, #fff 141.99%)
    }

    .port-sec-2 .project-list.myshift-color {
        background-image: linear-gradient(180deg, #1d3461 -4.92%, #c4d1e1 100%)
    }

    .port-sec-2 .project-list.xebia-color {
        background-image: linear-gradient(180deg, #6a1d60 0, #fff 103.37%)
    }

    .port-sec-2 .project-list.newbe-color {
        background-image: linear-gradient(180deg, #000 -3.44%, #8cdadb 141%)
    }

    .port-sec-2 .project-list.vibe-color {
        background-image: linear-gradient(180deg, #051324 -1.51%, rgba(249, 112, 91, .6) 114.62%)
    }

    .port-sec-2 .project-list.monogamish-color {
        background-image: linear-gradient(180deg, #734040 -23.74%, #fff 153.46%)
    }

    .port-sec-2 .project-list.requestly-color {
        background-image: linear-gradient(180deg, #ba534d 0, #fff 105.7%)
    }

    .port-sec-2 .project-list.pagarkhata-color {
        background-image: linear-gradient(180deg, #c82128 -6.87%, #fff 102.03%)
    }

    .port-sec-2 .project-list.zeze-color {
        background-image: linear-gradient(180deg, #343258 -13.62%, #eee2e5 121.23%)
    }

    .port-sec-2 .project-list.aktv-color {
        background-image: linear-gradient(180deg, #cc1d0d -39.85%, #fff 124.27%)
    }

    .port-sec-2 .project-list.firehouse-color {
        background-image: linear-gradient(180deg, #9c1a24 -39.85%, #fff 116.21%)
    }

    .port-sec-2 .project-list.khatabook-color {
        background-image: linear-gradient(180deg, #c72229 -10.23%, #fff 102.48%)
    }

    .port-sec-2 .project-list.sesh-color {
        background-image: linear-gradient(180deg, #2c3d8d -15.68%, #fff 136.35%)
    }

    .port-sec-2 .project-list.pharmasses-color {
        background-image: linear-gradient(180deg, #93a9b8 0, #4cacb4 117.62%)
    }

    .port-sec-2 .project-list.tg-color {
        background-image: linear-gradient(180deg, #2e9360 -1.59%, #fff 123.26%)
    }

    .port-sec-2 .project-list.uber-color {
        background-image: linear-gradient(180deg, #558435 -12.39%, #fff 106.38%)
    }

    .port-sec-2 .project-list .project-description {
        /*opacity: 0*/
    }

    .port-sec-2 .project-list:hover .project-description {
        opacity: 1
    }

    .port-sec-2 .project-list .project-img {
        display: block;
        position: absolute;
        top: 10%;
        width: auto;
        opacity: 1;
        animation: fadeup .5s ease-in-out
    }

    .port-sec-2 .project-list .project-img img {
        width: 100%
    }

    .port-sec-2 .project-list .case-btn .btn_line.b {
        display: flex;
        justify-content: center;
        padding: 10px 20px !important;
        width: max-content;
        margin-left: auto;
        text-transform: uppercase;
        font-weight: 300
    }

    .port-sec-2 .project-list .case-btn .btn_line {
        border: 1px solid #348d4d
    }

    .port-sec-2 .project-list .btn_line:hover svg {
        right: 3px !important
    }

    .project-list .case-btn {
        transition: all 1s ease-in-out;
        opacity: 1;
        margin: 25px 0 35px
    }

    .project-list .btn-line {
        border: 1px solid #fff;
        color: #fff;
        font-weight: 600;
        border-radius: 50px;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: inline-flex;
        transition: all .5s
    }

    .project-list .btn-line:hover {
        animation: scale .5s linear 1;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        border-color: #348d4d;
        color: #010101;
        border-color: transparent
    }

    .project-list .btn_line:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #348d4d;
        content: '';
        transition: transform .5s cubic-bezier(.19, 1, .22, 1);
        z-index: -1
    }

    .project-list .hvr-sweep-to-right::before {
        background: #348d4d !important;
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .project-list .hvr-sweep-to-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgb(0 0 0 / 0%);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .project-list .btn.btn-primary {
        background: #fff;
        text-transform: uppercase;
        font-weight: 600;
        border: 0;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 13px 12px;
        color: #101214;
        overflow: hidden
    }

    .project-list .btn.btn-primary:hover {
        color: #fff
    }

    .project-list .btn.btn-primary:focus {
        box-shadow: none
    }

    @keyframes fadein {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeout {
        100% {
            opacity: 0
        }

        0% {
            opacity: 1
        }
    }

    .project-list .tech-img {
        text-align: right;
        opacity: 1
    }

    .project-list .tech-img a {
        padding: 0 7px
    }

    .project-list .tech-img a img {
        height: 28px
    }

    .port-sec-2 .project-list:hover .project-img {
        opacity: 0;
        animation: fadedown .7s ease-in-out forwards
    }

    @keyframes fadedown {
        0% {
            opacity: 1;
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            transform: translateY(200px)
        }
    }

    @keyframes fadeup {
        0% {
            opacity: 0;
            transform: translateY(200px)
        }

        100% {
            opacity: 1;
            transform: translateY(0)
        }
    }

    @media (min-width:2200px) {
        .port-sec-2 .project-list {
            height: 900px !important
        }

        .portfolio-header .port-circle {
            height: 2500px;
            width: 2500px;
            right: -30%;
            top: 27%
        }
    }

    @media (max-width:1400px) {
        .port-sec-2 .project-list {
            height: 350px
        }
    }

    @media (max-width:767px) {
        .project-logo .logo-web {
            display: none
        }

        .project-logo .logo-mob {
            display: block
        }
    }

    @media (max-width:457px) {
        .project-list .hvr-sweep-to-right::before {
            display: none
        }

        .project-list .btn-primary:active:focus {
            box-shadow: none
        }

        .portfolio-header {
            margin-top: 70px
        }

        .port-header-img {
            padding-top: 35px
        }

        .port-sec-2 .project-list .col-6.project-logo img {
            width: 100%
        }

        .project-list .btn.btn-primary {
            padding: 10px 9px;
            color: #000 !important
        }

        .port-main-container .right-sec {
            display: none
        }

        .port-main-container .home-cta {
            display: none
        }

        .port-main-container .mobile-right-sec {
            display: block
        }

        .portfolio-header .port-circle {
            display: none
        }

        .port-main-container .left-sec .heading {
            font-size: 35px;
            line-height: 40px;
            text-align: center
        }

        .port-main-container .left-sec .port-head-title .description {
            font-size: 13px;
            line-height: 25px
        }

        .port-main-container .left-sec .left-sec-content .port-head-title {
            margin-top: 15px;
            text-align: center
        }

        .port-main-container .left-sec .left-sec-content .home-cta .btn-title {
            margin-top: 15px
        }

        .port-main-container .left-sec .left-sec-content .home-cta .btn-title::after {
            left: 55%
        }

        .port-sec-1 .main-content {
            margin-bottom: 40px
        }

        .port-sec-1 .main-content .title {
            font-size: 30px;
            line-height: 40px;
            padding-bottom: 0;
            margin-top: 40px
        }

        .port-sec-1 .main-content .para {
            font-size: 16px;
            line-height: 25px;
            font-weight: 200
        }

        .type-list img {
            padding: 10px;
            cursor: pointer
        }

        .port-sec-2 .project-list {
            height: 220px
        }

        .project-list .case-btn {
            opacity: 1
        }

        .port-sec-2 .project-list .project-tech .description {
            font-size: 14px;
            line-height: 20px
        }

        .dropdown-port-p .select {
            padding: 15px 15px;
            font-size: 12px
        }

        .dropdown-port-p .select>i {
            line-height: 20px
        }
    }

    @media (max-width:300px) {
        .port-sec-2 .project-list {
            min-height: 400px
        }
    }

    .landing-blue-clr {
        color: #80f0d3
    }

    .mobile-contact-details {
        display: none
    }

    .landing-contact {
        padding-right: 50px
    }

    .landing-contact .nav-contact .title {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #f9f9f9
    }

    .landing-contact .nav-contact .number a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #348d4d !important
    }

    .landing-block-1 {
        margin-top: 78px;
        height: 100vh
    }

    .landing-block-1 .landing-block-main .left-sec {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .landing-block-1-header {
        max-width: 500px
    }

    .landing-block-1-header .title {
        font-weight: 600;
        font-size: 30px;
        line-height: 48px
    }

    .landing-block-1-header .content {
        margin-top: 30px;
        margin-left: -40px
    }

    .landing-block-1-header .content .description {
        padding-left: 16px;
        font-weight: 300;
        font-size: 17px;
        line-height: 26px;
        color: rgba(252, 204, 2, .97)
    }

    .landing-block-1 .ft_ls_sec .cnt_nv {
        margin: 0 auto !important
    }

    .landing-block-1-header .landing-btn .btn_line:hover svg {
        right: 14px;
        top: 14px
    }

    .landing-block-main .right-sec {
        background-color: #000
    }

    .landing-block-main .right-sec .right-sec-img {
        padding: 62px 80px
    }

    .landing-block-main .right-sec .right-sec-img img {
        height: 80vh
    }

    .landing-block-2 {
        background-color: #000
    }

    .landing-block-2 .landing-block-2-content {
        padding-top: 80px
    }

    .landing-block-2 .landing-block-2-content .block-2-header .heading {
        font-weight: 500;
        font-size: 48px;
        line-height: 64px;
        text-align: center;
        text-transform: uppercase;
        background: linear-gradient(90.64deg, rgba(8, 199, 241, .91) 8.32%, rgba(51, 255, 157, .67) 99.53%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .landing-block-2-card .landing-card {
        padding: 50px 0
    }

    .landing-block-2-card .landing-card .card-img {
        position: relative;
        padding: 40px;
        transition: all .5s ease-in-out
    }

    .landing-block-2-card .landing-card:hover .card-img {
        transform: scale(1.1)
    }

    .landing-block-2-card .landing-card .card-img .description {
        position: absolute;
        bottom: 0;
        padding: 20px 50px 60px 20px
    }

    .landing-block-3 {
        background: linear-gradient(181.69deg, #424042 1.41%, rgba(64, 64, 66, 0) 98.57%)
    }

    .landing-block-3 .landing-block-3-content {
        padding: 61px 0
    }

    .landing-block-3 .landing-block-3-content .block-3-header .heading {
        font-weight: 500;
        font-size: 45px;
        line-height: 64px;
        text-transform: uppercase
    }

    .landing-block-3 .landing-block-3-content .block-3-header .description {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        color: #348d4d;
        opacity: .78;
        margin-top: 30px
    }

    .landing-block-3 .landing-sec-3-card {
        margin-top: 80px
    }

    .landing-block-3 .landing-sec-3-card .landing-card {
        padding: 10px
    }

    .landing-block-3 .landing-sec-3-card .landing-card img {
        border-radius: 30px
    }

    .landing-block-3 .card-btn {
        margin-top: 40px
    }

    .landing-block-3 .card-btn a {
        background: #e9b43f;
        box-shadow: 0 4px 13px rgba(234, 234, 234, .25);
        border-radius: 29.2373px;
        color: #000;
        border: none;
        margin-top: 30px;
        text-align: center
    }

    .landing-block-3 .btn_line:hover svg {
        right: 14px;
        top: 14px
    }

    .landing-block-3 .ft_ls_sec .cnt_nv {
        margin: 0 auto !important
    }

    .landing-block-4 {
        background-color: #1d1d1d
    }

    .landing-block-4 .landing-block-4-content {
        padding: 80px 0
    }

    .landing-block-4 .landing-block-4-content .block-4-header {
        max-width: 700px
    }

    .landing-block-4 .landing-block-4-content .block-4-header .heading {
        font-weight: 500;
        font-size: 48px;
        line-height: 64px;
        text-transform: uppercase;
        color: #348d4d
    }

    .landing-block-4 .landing-block-4-content .block-4-header .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        padding-top: 30px
    }

    .landing-block-4 .block-4-img img {
        position: relative
    }

    .landing-block-4 .block-4-img:before {
        content: '';
        height: 250px;
        z-index: 0;
        width: 250px;
        top: 20%;
        left: 20%;
        position: absolute;
        border-radius: 50%;
        margin: 0 auto;
        background-color: rgba(0, 0, 0, .87);
        animation-name: stretch;
        animation-duration: 3.5s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-play-state: running
    }

    @keyframes stretch {
        0% {
            transform: scale(0);
            border-radius: 100%;
            opacity: 1
        }

        100% {
            transform: scale(2.5);
            opacity: 0
        }
    }

    .landing-block-5 {
        background-color: #0e0f0f
    }

    .landing-block-5 .landing-block-5-content {
        padding: 80px 0
    }

    .landing-block-5 .landing-block-5-content .block-5-header .heading {
        font-weight: 500;
        font-size: 48px;
        line-height: 64px;
        text-transform: uppercase;
        background: linear-gradient(90.64deg, rgba(8, 199, 241, .91) 8.32%, rgba(51, 255, 157, .67) 99.53%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-align: center;
        text-fill-color: transparent
    }

    .landing-block-6 {
        background-color: #0e0f0f
    }

    .landing-block-6 .landing-cta {
        background-color: #000;
        text-align: center;
        padding: 70px;
        margin-bottom: 50px
    }

    .landing-block-6 .landing-border-cta {
        border: 1px solid #348d4d
    }

    .landing-block-6 .landing-cta .landing-border-cta .title {
        font-weight: 300;
        font-size: 30px;
        line-height: 48px;
        color: #e9e9e9;
        max-width: 900px;
        margin: auto;
        background: #000;
        margin-top: -25px
    }

    .landing-block-6 .landing-cta .landing-border-cta .sub-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        color: #348d4d;
        padding-top: 10px
    }

    .landing-block-6 .landing-cta .landing-cta-btn {
        max-width: 250px;
        margin: auto;
        background: #000;
        margin-bottom: -45px
    }

    .landing-block-6 .btn_line:hover svg {
        right: 14px;
        top: 14px
    }

    .landing-block-6.ft_ls_sec .cnt_nv {
        margin: 0 auto !important
    }

    .landing-block-6 .landing-cta .landing-border-cta .cta-content {
        padding-bottom: 30px
    }

    .landing-block-6 .landing-cta-btn a {
        background: #e9b43f;
        box-shadow: 0 4px 13px rgba(234, 234, 234, .25);
        border-radius: 29.2373px;
        color: #000;
        border: none;
        margin-top: 30px;
        text-align: center
    }

    .landing-block-6 .ft_ls_sec .cnt_nv {
        margin: 0 auto !important
    }

    .landing-block-7 {
        background-color: #0e0f0f
    }

    .landing-block-7 .landing-block-7-content .block-7-header {
        max-width: 500px
    }

    .landing-block-7 .landing-block-7-content {
        padding: 80px 0
    }

    .landing-block-7 .landing-block-7-content .block-7-header .heading {
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        text-transform: capitalize
    }

    .landing-block-7 .block-7-srvc .block-srvc-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        padding: 25px 5px
    }

    .landing-block-7 .block-7-srvc .block-srvc-content img {
        height: 50px
    }

    .landing-block-7 .block-7-srvc .srvc-title {
        padding-top: 12px;
        font-weight: 200;
        font-size: 14px;
        text-align: center
    }

    .landing-block-8 {
        background-color: #000
    }

    #clin_ls .slick-slide:nth-child(2n+0),
    .landing-block-8 #clin_ls .item:nth-child(2n+0) {
        background: 0 0 !important
    }

    .landing-block-8 #clin_ls .slick-slide {
        background: 0 0 !important
    }

    .landing-block-8 .landing-block-8-content {
        padding-left: 80px
    }

    .landing-block-8 .award-block .title {
        font-weight: 400;
        font-size: 16px;
        line-height: 23px;
        text-align: center;
        color: #fff;
        padding-top: 20px
    }

    .landing-block-8 .award-block .bg-black .img-box-h {
        min-height: 180px;
        display: flex;
        align-items: center
    }

    .landing-block-8 .award-block .bg-black img {
        padding-top: 50px
    }

    .landing-block-8 .award-block .bg-black .img-box-h {
        min-height: 180px;
        display: flex;
        align-items: center
    }

    /* kartik css */

    .image-size img {
        width: 20%;
    }

    /* kartik css */


    .landing-block-8 .award-block .bg-black {
        background: #0f1012;
        border-radius: 8px;
        height: 300px;
        width: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        padding: 10px 30px
    }

    .landing-block-8 .award-block .bg-black::before {
        position: absolute;
        content: '';
        height: 180px;
        width: 180px;
        background-color: #2c2c2c;
        opacity: .4;
        border-radius: 50%;
        top: -42%
    }

    .landing-block-8 .award-block .bg-black::after {
        position: absolute;
        content: "";
        color: #348d4d;
        top: 3%;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        color: #348d4d
    }

    .awards_sec.landing-block-8 .award-block .bg-black {
        height: 200px;
        width: 150px;
        background-color: transparent
    }

    .awards_sec.landing-block-8 .award-block .bg-black::before {
        display: none
    }

    .awards_sec.landing-block-8 .award-block .bg-black {
        padding: 0 10px
    }

    .awards_sec.landing-block-8 .award-block .bg-black img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center
    }

    .landing-block-9-content {
        margin-bottom: 60px
    }

    .landing-block-9 .landing-block-9-content .block-9-header .heading {
        font-weight: 500;
        font-size: 48px;
        line-height: 64px;
        text-align: center;
        text-transform: uppercase;
        background: linear-gradient(90.64deg, rgba(8, 199, 241, .91) 8.32%, rgba(51, 255, 157, .67) 99.53%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .landing-block-10 .landing-block-10-content {
        padding-top: 40px
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-description .heading {
        font-size: 30px;
        font-weight: 500;
        padding-left: 50px;
        padding-bottom: 5px;
        color: #348d4d
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-description .sub-heading {
        font-size: 20px;
        font-weight: 300;
        padding-left: 50px;
        padding-bottom: 30px
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-description .para {
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 27px;
        color: #e1e1e1;
        max-width: 700px;
        padding-left: 50px
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-description i {
        color: #5c779d;
        font-size: 40px;
        padding: 30px 50px 10px
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-email {
        color: #fff;
        font-size: 20px
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-email i {
        color: #348d4d;
        font-size: 20px;
        padding-right: 15px
    }

    .landing-block-10 .landing-block-10-content .landing-block-10-email:hover {
        color: #348d4d
    }

    .landing-block-10 .landing-block-10-btn a {
        background: #e9b43f;
        box-shadow: 0 4px 13px rgba(234, 234, 234, .25);
        border-radius: 29.2373px;
        color: #000;
        border: none;
        margin-top: 50px;
        text-align: center
    }

    .landing-block-10 .ft_ls_sec .cnt_nv {
        margin: 0 auto !important
    }

    .landing-block-10-btn .ft_ls_sec .cnt_nv svg {
        right: 14px;
        top: 14px
    }

    .desktop_html .modal#otherLandingPageFormPopup .modal-dialog {
        width: 100%;
        max-width: 650px;
        margin: 0 auto
    }

    .desktop_html .modal#otherLandingPageFormPopup .modal-content {
        height: auto
    }

    @media (max-width:450px) {
        .stickey_header_down {
            top: 0
        }

        .stickey_header_up {
            top: 80px
        }

        .landing-contact {
            display: none
        }

        .mobile-contact-details {
            display: block;
            text-align: center
        }

        .mobile-contact-details .contact-number span {
            font-weight: 600;
            font-size: 22px;
            line-height: 24px;
            color: #f9f9f9
        }

        .mobile-contact-details .contact-number a {
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            color: #348d4d;
            padding-left: 20px
        }

        .btn_line.b {
            padding: 13px 35.4px 13px !important
        }

        .landing-block-1 .landing-block-main .left-sec {
            padding: 40px 22px 5px
        }

        .landing-block-main .right-sec .right-sec-img {
            display: block
        }

        .landing-block-1 {
            height: auto
        }

        .landing-block-1-header .title {
            font-size: 22px;
            line-height: 30px;
            text-align: left;
            margin-top: 50px
        }

        .landing-block-1-header .content .description {
            font-size: 14px;
            line-height: 21px
        }

        .landing-block-1-header .content {
            margin-top: 20px;
            margin-left: -10px
        }

        .landing-block-1-header .landing-btn {
            text-align: center;
            margin-top: 10px
        }

        .landing-block-main .right-sec {
            display: flex;
            justify-content: center
        }

        .card-img {
            width: 75%;
            margin: 0 auto
        }

        .landing-block-2-card .landing-card .card-img .description {
            padding: 20px 30px 40px 20px;
            font-size: 13px
        }

        .landing-block-main .right-sec .right-sec-img img {
            height: 30vh
        }

        .landing-block-main .right-sec .right-sec-img {
            padding: 0;
            margin-top: 20px
        }

        .landing-block-1-header .landing-btn a.btn_line.b {
            padding: 9px 10.4px 13px !important;
            font-size: 1rem;
            margin-bottom: 40px
        }

        .landing-block-2 .landing-block-2-content .block-2-header .heading {
            font-size: 28px;
            line-height: 50px
        }

        .landing-block-2-card .landing-card .card-img {
            padding: 20px
        }

        .landing-block-2-card .landing-card {
            padding: 10px 0
        }

        .landing-block-3 .landing-block-3-content .block-3-header .heading {
            font-size: 25px;
            line-height: 35px
        }

        .landing-block-3 .landing-sec-3-card {
            margin-top: 0
        }

        .landing-block-3 .card-btn {
            margin-top: 30px
        }

        .landing-block-3 .card-btn a.btn_line.b {
            padding: 10px 15px 13px !important;
            font-size: 1rem;
            margin-bottom: 40px
        }

        .landing-block-3 .landing-block-3-content {
            padding: 20px 0
        }

        .landing-block-3 .landing-sec-3-card .landing-card {
            width: 100%;
            margin: 0 auto;
            padding: 15px 5px
        }

        .landing-block-4 .landing-block-4-content {
            padding: 40px 0
        }

        .landing-block-4 .block-4-img {
            margin-top: 40px
        }

        .landing-block-4 .landing-block-4-content .block-4-header .heading {
            font-size: 25px;
            line-height: 35px;
            padding-bottom: 30px
        }

        .landing-block-4 .landing-block-4-content .block-4-header .description {
            padding-top: 0
        }

        .landing-block-5 .landing-block-5-content .block-5-header .heading {
            font-size: 35px;
            line-height: 35px;
            padding-top: 30px
        }

        .landing-block-5 .landing-block-5-content {
            padding: 0
        }

        .landing-block-6 .landing-cta {
            padding: 50px 0
        }

        .landing-block-6 .landing-cta .landing-border-cta .cta-content {
            padding-bottom: 0
        }

        .landing-block-6 .landing-cta .landing-border-cta .sub-title {
            font-size: 15px;
            line-height: 29px
        }

        .landing-block-6 .landing-cta .landing-border-cta .title {
            font-size: 15px;
            line-height: 23px;
            max-width: 300px
        }

        .landing-block-6 .landing-cta .landing-cta-btn {
            margin-bottom: -65px;
            margin-top: 30px;
            background: 0 0
        }

        .landing-block-7 .landing-block-7-content .block-7-header .heading {
            font-size: 33px;
            line-height: 50px
        }

        .landing-block-7 .landing-block-7-content {
            padding: 20px 0
        }

        .landing-block-7 .block-7-srvc .block-srvc-content {
            padding: 25px 0
        }

        .block-7-img {
            margin-top: 30px
        }

        .landing-block-8 .landing-block-8-content {
            padding-left: 10px
        }

        .landing-block-8 .award-img {
            display: none
        }

        .landing-block-9 .developer-sec-2 {
            margin: 20px 0
        }

        .landing-block-9-content {
            margin-bottom: 30px
        }

        .landing-block-9 .landing-block-9-content .block-9-header .heading {
            font-size: 35px;
            line-height: 35px
        }

        .landing-block-10 .landing-block-10-content .landing-block-10-description .heading {
            max-width: max-content;
            padding-left: 0;
            margin-top: 30px
        }

        .landing-block-10 .landing-block-10-content .landing-block-10-description .sub-heading {
            padding-left: 0
        }

        .landing-block-10 .landing-block-10-content .landing-block-10-description .para {
            padding-left: 0
        }

        .landing-block-10 .landing-block-10-content .landing-block-10-description i {
            padding: 30px 0 10px
        }
    }

    body {
        padding: 0;
        margin: 0;
        background-color: #101214 !important;
        font-family: Poppins, sans-serif
    }

    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    li,
    ol,
    p,
    span,
    strong,
    ul {
        padding: 0;
        margin: 0
    }

    a:focus,
    a:hover,
    button:focus,
    button:hover {
        outline: 0
    }

    .mobile_html .success {
        margin: 10px 0 0;
        padding: 15px 10px;
        text-align: center;
        border-radius: 10px
    }

    .mobile_html .form-error {
        margin: 10px 0 0;
        padding: 15px 10px;
        text-align: center;
        border-radius: 10px
    }

    .mobile_html .container {
        max-width: 768px;
        padding: 0 8px
    }

    .mobile_html .text-center {
        text-align: center
    }

    .mobile_html .text-left {
        text-align: left
    }

    .mobile_html .text-right {
        text-align: right
    }

    .mobile_html .bg-dark {
        background-color: #101214 !important
    }

    .mobile_html .header_min {
        padding: 89px 0 22px;
        position: fixed;
        z-index: 9;
        left: 0;
        top: 0;
        width: 100%;
        background: #000
    }

    .mobile_html .header_min a+span {
        position: absolute;
        color: #414141;
        left: 65px;
        top: 4px;
        font-weight: 500;
        font-size: 15px
    }

    .mobile_html .header_min .container {
        position: relative
    }

    .mobile_html .main_hm_mob {
        height: 150vh;
        background: url(../img/mobile_img/ScreenBGmob_n.png);
        background-position: 0;
        background-repeat: repeat;
        background-size: 100%
    }

    .mobile_html .mobile_top {
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, .8), #000);
        height: 100vh;
        padding: 30vh 0;
        position: relative
    }

    .mobile_html .mobile_top p {
        font-size: 13px;
        font-family: Montserrat, sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 500
    }

    .mobile_html .mobile_top h1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 50px;
        max-width: 645px;
        margin-bottom: 33px;
        margin-top: 33px
    }

    .mobile_html .btn.btn-primary {
        text-transform: uppercase;
        overflow: hidden;
        background: #348d4d !important;
        border: 0;
        border-radius: 50px;
        letter-spacing: 1.6px;
        padding: 11px 22px;
        font-size: 13px
    }

    .mobile_html .hero_slide .container {
        position: relative
    }

    .mobile_html .mob-footer a.btn.btn-primary {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff
    }

    .mobile_html .crc_head .btn.btn-primary {
        text-transform: uppercase;
        font-weight: 600
    }

    .mobile_html .top_heading h2 {
        color: #fff;
        font-size: 30px;
        line-height: 35px
    }

    .mobile_html .top_heading p {
        color: #348d4d;
        font-size: 13px;
        line-height: 40px
    }

    .mobile_html .intl-tel-input.separate-dial-code .selected-dial-code {
        color: #dedede
    }

    .mobile_html .intl-tel-input .selected-flag .iti-arrow {
        right: 0
    }

    .mobile_html .tst_img {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
        border: 2px solid #fdcb04;
        margin-right: 10px
    }

    .mobile_html .tst_img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .mobile_html .tst_cnt {
        flex: 0 0 calc(100% - 60px)
    }

    .mobile_html .tst_cnt h4 {
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 5px;
        margin-top: 8px
    }

    .mobile_html .tst_cnt h5 {
        font-size: 11px;
        font-weight: 400;
        opacity: .7
    }

    .mobile_html .tst_rating {
        font-size: 10px;
        margin-top: 15px
    }

    .mobile_html .tst_msg {
        font-size: 12px;
        margin-top: 16px
    }

    .mobile_html .mob_container .carousel-inner {
        padding: 10px 25px;
        margin-top: -10px
    }

    .mobile_html .mobile_testimonial_bx {
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .2);
        padding: 15px 15px 35px;
        border: solid 1px #626060;
        border-radius: 10px;
        background: #101214;
        color: #fff
    }

    .mobile_html .mob_container .top_heading {
        padding: 0 30px
    }

    .mobile_html .tst_rating .fa {
        color: #e1574a
    }

    .mobile_html .da-cluch-bx {
        padding: 0 30px
    }

    .mobile_html .da-cluch-bx ul {
        border: 1px solid rgba(255, 255, 255, .2);
        border-radius: 10px;
        margin-top: 110px;
        padding: 10px 15px
    }

    .mobile_html .da-cluch-bx ul li {
        display: flex;
        margin-bottom: 10px;
        margin-top: 10px;
        height: 70px
    }

    .mobile_html .da-cluch-bx ul li p {
        color: #fff;
        margin-left: 15px;
        font-size: 13px;
        text-transform: uppercase;
        opacity: .7
    }

    .mobile_html .mobile_testimonial .carousel-indicators button {
        text-indent: 0;
        height: 36px;
        border: 0;
        text-align: left;
        background: 0 0;
        color: #fff;
        border-bottom: 2px solid #fff;
        margin: 0;
        width: 42px;
        padding: 0 6px;
        box-sizing: border-box
    }

    .mobile_html .mobile_testimonial .carousel-indicators {
        bottom: -80px
    }

    .mobile_html .mobile_serv {
        padding: 50px 0
    }

    .mobile_html .mobile_serv#jobs_min_mob {
        padding: 100px 0 50px
    }

    .mobile_html .mobile_serv #accordionExample {
        overflow: hidden
    }

    .mobile_html .mobile_idea p {
        color: #9c9c9c;
        font-size: 9px;
        margin-bottom: 9px
    }

    .mobile_html .srv_bx {
        padding: 40px 0
    }

    .mobile_html .mobile_serv .top_heading p {
        color: #348d4d;
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px
    }

    .mobile_html .mobile_serv .accordion-item {
        background: #121212;
        color: #fdfdfd;
        border: 1px solid #222 !important;
        font-size: 12px;
        line-height: 20px;
        border-left: 0;
        border-right: 0
    }

    .mobile_html .mobile_serv .accordion-item .accordion-collapse p {
        opacity: .7;
        font-size: 12px;
        line-height: 26px
    }

    .mobile_html .mobile_serv .accordion-item .accordion-button {
        background: #121212;
        color: #f9f9f9;
        padding: 25px 20px
    }

    .mobile_html .accordion-button::after {
        flex-shrink: 0;
        width: 12px;
        height: 8px;
        margin-left: auto;
        content: "";
        background-image: url(../img/mobile_img/caret-down.png);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
        background-size: 100%
    }

    .mobile_html .accordion-button:not(.collapsed)::after {
        background-image: url(../img/mobile_img/caret-down.png);
        transform: rotate(180deg)
    }

    .mobile_html .mobile_serv .accordion-item:first-child {
        border-top: 0
    }

    .mobile_html .mobile_serv .accordion-item:last-child {
        border-bottom: 0
    }

    .mobile_html .mobile_client {
        padding: 60px 0 40px
    }

    .mobile_html .mobile_client h4 {
        color: #348d4d;
        font-size: 15px;
        margin-bottom: 40px;
        line-height: 28px
    }

    .mobile_html .mobile_client li {
        list-style: none;
        text-align: center;
        margin: 20px 0
    }

    .mobile_html .mobile_testimonial .top_heading {
        margin-bottom: 40px;
        padding: 0 30px
    }

    .mobile_html .tech_we {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 50px 0;
        position: relative;
        background-attachment: fixed
    }

    .mobile_html #tech_sld_mob img {
        width: auto;
        margin: 0 auto;
        display: block;
        max-height: 36px
    }

    .mobile_html .tech_we h3 {
        color: #c1c1c1;
        font-size: 16px;
        font-family: Montserrat, sans-serif;
        font-weight: 500;
        margin-bottom: 54px
    }

    .mobile_html #tech_sld_mob .owl-dots {
        display: none
    }

    .mobile_html .mobile_testimonial {
        padding: 50px 0
    }

    .mobile_html .mob-footer {
        background: #000;
        padding: 50px 0
    }

    .mobile_html .mob-footer img {
        margin-bottom: 40px;
        display: block
    }

    .mobile_html .mob-footer h2 {
        margin-top: 30px;
        color: #dbdbdb;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px
    }

    .mobile_html .mob-footer a {
        color: #dbdbdb;
        font-size: 12px;
        text-decoration: none
    }

    .mobile_html .mob-footer li {
        list-style: none;
        margin-bottom: 5px
    }

    .mobile_html .mob-footer .social li {
        margin: 0;
        display: inline-block;
        padding-right: 10px
    }

    .mobile_html .mob-footer .social li a {
        font-size: 20px
    }

    .mobile_html .mob-footer .foot-inline li {
        display: inline-block;
        margin-top: 30px;
        padding-right: 3px
    }

    .mobile_html .mob-footer .da_copy {
        color: #dfdfdf;
        font-size: 10px;
        margin-top: 5px
    }

    .mobile_html .lets_talk {
        background: url(../img/about/BG.png);
        background-position: top left;
        background-size: cover;
        padding: 50px 0;
        position: relative;
        background-attachment: fixed
    }

    .mobile_html .lets_talk input.form-control {
        background: 0 0;
        border: solid 1px #818181;
        border-radius: 50px;
        height: 48px;
        padding: 10px 40px
    }

    .mobile_html .lets_talk textarea.form-control {
        background: 0 0;
        border: solid 1px #818181;
        border-radius: 15px;
        height: 80px;
        padding: 10px 40px
    }

    .mobile_html .lets_talk h3 {
        color: #fdfdfd;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .mobile_html .lets_talk p {
        color: #afafaf;
        max-width: 400px;
        line-height: 28px;
        margin-bottom: 30px;
        font-size: 12px
    }

    .mobile_html .lets_talk p a {
        display: block;
        color: #348d4d;
        text-decoration: none;
        font-size: 12px
    }

    .mobile_html .lets_talk .form-group {
        margin-bottom: 30px
    }

    .mobile_html .lets_talk .form-group label {
        color: #fdfdfd;
        font-size: 12px;
        margin-bottom: 10px
    }

    .mobile_html .btn.btn-dark.btn-line {
        font-size: 13px;
        background: 0 0;
        color: #fdfdfd;
        border: 2px solid #fdfdfd;
        border-radius: 50px;
        padding: 10px 50px;
        overflow: hidden
    }

    .mobile_html .srv_talk.lets_talk .btn.btn-primary.btn-dark.btn-line.hvr-sweep-to-right {
        background: 0 0 !important
    }

    .mobile_html .mob-services {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 80px 0;
        position: relative;
        background-attachment: fixed;
        overflow: auto
    }

    .mobile_html .mob-services .serv_bx {
        background: #101214;
        width: 230px;
        border: 1px solid #2f2f2f;
        margin-right: 30px;
        flex: 0 0 230px;
        border-radius: 10px;
        overflow: hidden
    }

    .mobile_html .srv_img {
        max-height: 315px
    }

    .mobile_html .srv_img img {
        margin-top: -2px
    }

    .mobile_html .mob-services .srv_cnt {
        padding: 20px;
        color: #f9f9f9
    }

    .mobile_html .mob-services h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .mobile_html .mob-services p {
        opacity: .6;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 18px
    }

    .mobile_html .crc_head {
        padding: 180px 0 60px
    }

    .mobile_html .crc_head h2 {
        color: #f9f9f9;
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 40px
    }

    .mobile_html .team_tst {
        padding: 100px 0
    }

    .mobile_html .tm_img {
        width: 180px;
        overflow: hidden;
        height: 150px;
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .3);
        border-radius: 20px;
        background: #101214
    }

    .mobile_html .tm_img img {
        width: 100%;
        height: 100%;
        object-fit: contain
    }

    .mobile_html .team_tst h3 {
        color: #f9f9f9;
        margin-top: 30px;
        letter-spacing: 3px;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 4px
    }

    .mobile_html .team_tst h5 {
        min-height: 150px;
        color: #f9f9f9;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 70px
    }

    .mobile_html .team_tst p {
        color: #f9f9f9;
        font-size: 12px;
        margin-bottom: 4px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .mobile_html .ft_bx_mob {
        margin-top: 35px
    }

    .mobile_html .ft_bx_mob h4 {
        font-size: 16px;
        color: #fff;
        margin: 10px 0 4px;
        font-weight: 500
    }

    .mobile_html .ft_bx_mob p {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        opacity: .7;
        font-weight: 500
    }

    .mobile_html .ft_bx_mob img {
        height: 30px
    }

    .mobile_html .cr_fet_mob {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 80px 0;
        position: relative;
        background-attachment: fixed;
        overflow: auto
    }

    .mobile_html .mn_slider {
        overflow-x: scroll;
        overflow-y: hidden
    }

    .mobile_html .mn_slider ul {
        display: flex
    }

    .mobile_html .mn_slider li {
        width: 22%;
        padding: 3px;
        flex: 0 0 22%;
        display: inline;
        background: #1d1d1d;
        margin: 1%
    }

    .mobile_html .mn_slider li:nth-child(2n+1) {
        background: #0a0a0a
    }

    .mobile_html .mn_slider li img {
        width: 100%
    }

    .mobile_html .mob_client_lg {
        padding: 40px 0
    }

    .mobile_html .mob_client_lg .container {
        padding: 0
    }

    .mobile_html .mob_stand h2 {
        color: #f9f9f9;
        font-size: 30px;
        line-height: 48px
    }

    .mobile_html .mob_stand img {
        width: 50px
    }

    .mobile_html .mob_stand p {
        color: #fdfdfd;
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
        opacity: .7
    }

    .mobile_html .mob_container.mob_stand {
        padding: 0 30px
    }

    .mobile_html .ab_mobile_serv {
        padding: 90px 0 10px
    }

    .mobile_html .mob_ab_gal .owl-carousel .owl-stage {
        display: flex;
        align-items: center
    }

    .mobile_html .mob_ab_gal .owl-nav {
        display: block !important;
        color: #fff;
        position: absolute;
        left: 0;
        top: 40%;
        font-size: 35px;
        width: 100%
    }

    .mobile_html .mob_ab_gal .owl-nav .owl-next {
        position: absolute;
        right: 0
    }

    .mobile_html .mob_ab_gal {
        padding: 100px 0 150px
    }

    .mobile_html .mob_ab_ap h2 {
        color: #f9f9f9;
        font-size: 30px;
        position: relative;
        margin-bottom: 20px
    }

    .mobile_html .mob_ab_ap h2 span {
        position: absolute;
        right: -30px
    }

    .mobile_html .ap_cn {
        color: #fdfdfd;
        opacity: .7;
        font-size: 13px;
        line-height: 24px
    }

    .mobile_html .mob_ab_ap .carousel-indicators button {
        text-indent: 0;
        height: 36px;
        border: 0;
        text-align: left;
        background: 0 0;
        color: #fff;
        border-bottom: 2px solid #fff;
        margin: 0;
        width: 42px;
        padding: 0 6px;
        box-sizing: border-box
    }

    .mobile_html .mob_ab_ap .carousel-indicators {
        position: relative
    }

    .mobile_html #mob_op {
        padding: 40px 0
    }

    .mobile_html .mob_bx {
        border: 1px solid #333;
        padding: 27px 20px;
        margin: 30px 30px;
        border-radius: 20px
    }

    .mobile_html .mob_bx h2 {
        font-size: 15px
    }

    .mobile_html .mob_bx p {
        font-size: 12px;
        color: #fdfdfd;
        opacity: .7;
        line-height: 20px;
        min-height: 90px
    }

    .mobile_html .mobile_project li.mbl_th_bx {
        position: relative;
        flex: 0 0 160px;
        width: 160px
    }

    .mobile_html .mobile_project .mbl_th_bx .pro_img {
        padding: 0
    }

    .mobile_html .mobile_project .mbl_th_bx .pro_cnt {
        position: absolute;
        bottom: 0;
        background: rgba(0, 0, 0, .7);
        left: 0;
        width: 100%
    }

    .mobile_html .mobile_project .mbl_th_bx .pro_cnt h5 {
        color: #c2c2c2;
        font-size: 10px;
        text-align: center
    }

    .mobile_html .mobile_project .mbl_th_bx .pro_cnt h3 {
        font-size: 12px;
        text-align: center;
        margin-bottom: 4px;
        color: #f4f4f4
    }

    .mobile_html .mobile_project .mbl_th_bx .pro_cnt p {
        margin: 0;
        text-align: center;
        font-size: 10px;
        line-height: 16px
    }

    .mobile_html .mob_team h2 {
        color: #f9f9f9;
        font-size: 30px;
        margin-bottom: 20px
    }

    .mobile_html .mob_team .mbl_th {
        font-size: 13px;
        color: #fdfdfd;
        line-height: 24px;
        opacity: .7;
        padding-bottom: 30px
    }

    .mobile_html .mob_noteworthy .carousel-indicators button {
        text-indent: 0;
        height: 36px;
        border: 0;
        text-align: left;
        background: 0 0;
        color: #fff;
        border-bottom: 2px solid #fff;
        margin: 0;
        width: 72px;
        padding: 0 6px;
        box-sizing: border-box
    }

    .mobile_html .mob_noteworthy .carousel-indicators {
        position: relative
    }

    .mobile_html .mob_noteworthy h2 {
        color: #f9f9f9;
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 40px
    }

    .mobile_html .not_top h3 {
        color: #f9f9f9;
        font-size: 30px;
        margin-bottom: 10px
    }

    .mobile_html .not_top h6 {
        font-size: 13px;
        color: #fff
    }

    .mobile_html .not_top h6 .fa {
        color: #e1574a
    }

    .mobile_html .not_top img {
        padding: 7px 10px
    }

    .mobile_html .not_top p {
        margin-top: 25px
    }

    .mobile_html .mob_port {
        padding: 30px 0
    }

    .mobile_html .mob_cn_p {
        padding: 50px 30px
    }

    .mobile_html .mob_cn_p h1 {
        font-size: 50px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 25px
    }

    .mobile_html .mob_cn_p p {
        color: #fdfdfd;
        font-size: 13px;
        line-height: 24px;
        opacity: .7
    }

    .mobile_html .mob_srv_num .numPos {
        background: #121212;
        box-shadow: -9px -9px 20px 0 rgba(27, 27, 27, .5), 9px 9px 20px 0 rgba(0, 0, 0, .5);
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        border-radius: 50%;
        font-size: 15px;
        margin-bottom: 20px;
        position: relative
    }

    .mobile_html .mob_serv_bx {
        padding-bottom: 50px;
        position: relative;
        color: #efefef;
        font-size: 16px;
        line-height: 28px
    }

    .mobile_html .mob_srv_cnt h2 {
        color: #348d4d;
        font-size: 30px;
        margin-bottom: 20px
    }

    .mobile_html .mob_srv_cnt p {
        margin-bottom: 20px;
        font-size: 13px
    }

    .mobile_html .mob_srv_cnt ul {
        padding-left: 15px;
        font-size: 13px
    }

    .mobile_html .mob_srv_cnt ul li {
        padding-bottom: 5px
    }

    .mobile_html .mob_serv_appr {
        color: #f9f9f9
    }

    .mobile_html .mob_serv_appr p {
        color: #9c9c9c;
        max-width: 640px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 25px
    }

    .mobile_html .mob_serv_appr h2 {
        font-size: 30px;
        margin-bottom: 28px
    }

    .mobile_html .mob_srv_vid {
        max-width: 100%;
        margin: 50px auto 0;
        height: 250px;
        box-shadow: 9px 9px 20px 0 rgba(0, 0, 0, .5), -9px -9px 20px 0 rgba(27, 27, 27, .5);
        margin-bottom: 50px;
        text-align: center
    }

    .mobile_html .mob_srv_vid p {
        line-height: 250px
    }

    .mobile_html .gallery {
        padding: 50px 0;
        background: #101214
    }

    .mobile_html .gallery .owl-carousel .owl-stage {
        display: flex;
        align-items: center
    }

    .mobile_html .gallery .owl-nav {
        display: block !important;
        color: #fff;
        position: absolute;
        left: 0;
        top: 20%;
        font-size: 35px;
        width: 100%
    }

    .mobile_html .gallery .owl-nav .owl-next {
        position: absolute;
        right: 0
    }

    .mobile_html .mobile_project li {
        background: #121212;
        width: 230px;
        border: 1px solid #2f2f2f;
        margin-left: 20px;
        margin-right: 10px;
        flex: 0 0 230px;
        border-radius: 10px;
        overflow: hidden
    }

    .mobile_html .mobile_project .pro_cnt {
        color: #f9f9f9;
        padding: 8px
    }

    .mobile_html .mobile_project .mbl_th_bx .pro_img img {
        width: 100%
    }

    .mobile_html .mobile_project {
        background: #121212;
        padding: 50px 0;
        overflow: auto
    }

    .mobile_html .bg_tap {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 50px 0;
        position: relative;
        background-attachment: fixed;
        overflow: auto
    }

    .mobile_html .mob_heading h2 {
        color: #fdfdfd;
        font-size: 30px;
        font-weight: 500
    }

    .mobile_html .mob_heading p {
        color: #348d4d;
        font-size: 13px;
        line-height: 40px;
        margin-bottom: 8px
    }

    .mobile_html .join_tribe {
        padding: 20px 0
    }

    .mobile_html .mob_team {
        padding: 50px 0 0
    }

    .mobile_html .ab_hd {
        background: url(../img/about/about-head.png);
        background-size: contain;
        margin-top: 94px;
        padding: 150px 0 0;
        background-repeat: no-repeat
    }

    .mobile_html .ab_hd .cnt_ab_hd {
        color: #fff;
        background: linear-gradient(180deg, rgba(18, 18, 18, .7) 0, #121212 100%);
        padding: 40px
    }

    .mobile_html .ab_hd .cnt_ab_hd h3 {
        color: #348d4d;
        font-size: 16px;
        margin-bottom: 10px
    }

    .mobile_html .ab_hd .cnt_ab_hd h2 {
        line-height: 32px;
        font-size: 16px;
        color: #f9f9f9;
        font-weight: 400
    }

    .mobile_html .mobile_serv .mob_stand #accordionExample {
        border-radius: 0;
        overflow: auto
    }

    .mobile_html .mobile_serv .mob_stand .accordion-item .accordion-button {
        background: 0 0;
        color: #f9f9f9;
        padding: 10px 20px
    }

    .mobile_html .mobile_serv .mob_stand .accordion-item {
        background: 0 0;
        border: 1px solid #333 !important
    }

    .mobile_html .mobile_serv .mob_stand .accordion-collapse {
        border-top: 1px solid #333
    }

    .mobile_html .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: none
    }

    .mobile_html .positions {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px
    }

    .mobile_html .positions_cn h2 {
        color: #fdfdfd;
        font-size: 16px;
        margin-bottom: 5px
    }

    .mobile_html .positions_cn p {
        color: #fdfdfd;
        font-size: 12px;
        margin-bottom: 5px !important;
        opacity: .7
    }

    .mobile_html .positions_cn p.pl_cr {
        color: #348d4d;
        opacity: 1 !important
    }

    .mobile_html .positions_cn {
        width: calc(100% - 30px)
    }

    .mobile_html .positions_more div {
        text-align: center;
        border: solid 1px #282828;
        color: #fdcb04;
        width: 25px;
        display: block;
        margin: 0 auto;
        height: 25px;
        border-radius: 50%;
        line-height: 24px;
        font-size: 10px
    }

    .mobile_html .new_cn_frm {
        padding: 160px 0 30px
    }

    .mobile_html .new_cn_frm h2 {
        color: #f9f9f9;
        font-size: 30px;
        line-height: 64px
    }

    .mobile_html .new_cn_frm h2 img {
        max-width: 42px
    }

    .mobile_html .new_cn_frm p {
        color: #b6b6b6;
        font-size: 12px;
        line-height: 24px
    }

    .mobile_html .form-group {
        margin-bottom: 35px;
        position: relative
    }

    .mobile_html .form-group .fa.fa-star {
        font-size: 12px;
        position: absolute;
        bottom: 13px;
        right: 13px;
        color: #348d4d
    }

    .mobile_html .form-group input.form-control {
        font-size: 12px;
        background: 0 0;
        border: 1px solid #373737;
        height: 45px
    }

    .mobile_html .form-group textarea.form-control {
        background: 0 0;
        border: 1px solid #373737;
        height: 105px;
        font-size: 12px
    }

    .mobile_html .cnt_form {
        margin: 0 0 40px
    }

    .mobile_html .form-group label {
        color: #f9f9f9;
        margin-bottom: 15px;
        margin-top: 30px;
        font-size: 16px !important
    }

    .mobile_html #careerForm .form-group label {
        margin-top: 0
    }

    .mobile_html .cr_frm .file_input_new #careerDoc-error {
        bottom: -90px
    }

    .mobile_html .jobExperienField label {
        margin-top: 0
    }

    .mobile_html .new_cn_frm .enq_con h3 {
        color: #f9f9f9;
        font-size: 20px;
        line-height: 40px
    }

    .mobile_html .new_cn_frm .enq_con p {
        color: #b6b6b6;
        font-size: 12px;
        max-width: 140px;
        line-height: 20px;
        margin-bottom: 10px
    }

    .mobile_html .new_cn_frm .enq_con a {
        color: #348d4d;
        font-size: 16px;
        line-height: 28px;
        text-decoration: none
    }

    .mobile_html .enq_con {
        margin-bottom: 30px
    }

    .mobile_html .connectUs {
        padding: 30px 0
    }

    .mobile_html .connectUs h2 {
        font-size: 30px;
        color: #f9f9f9;
        font-weight: 600;
        margin-bottom: 10px
    }

    .mobile_html .connectUs p {
        color: #b6b6b6;
        font-size: 12px;
        margin-bottom: 30px
    }

    .mobile_html .connectUs a,
    span.call {
        color: #348d4d;
        font-size: 13px;
        letter-spacing: 1.6px;
        margin-bottom: 20px;
        display: inline-block;
        text-decoration: #ffdead;
        font-weight: 600
    }

    .mobile_html .cnt_ad h5 {
        color: #f9f9f9;
        font-size: 15px;
        margin-bottom: 5px
    }

    .mobile_html .cnt_ad h6 {
        color: #348d4d;
        font-size: 13px;
        margin-bottom: 10px
    }

    .mobile_html .cnt_ad p {
        font-size: 13px;
        color: #b6b6b6;
        margin-bottom: 40px
    }

    .mobile_html .tmr_lst li .d-cnt {
        width: calc(100% - 110px);
        padding-left: 20px
    }

    .mobile_html .tmr_lst li a {
        color: #fff;
        background: #348d4d;
        width: 30px;
        display: block;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 15px;
        border-radius: 50%;
        position: absolute;
        left: 70px;
        bottom: 18px
    }

    .mobile_html .tmr_lst {
        padding-top: 40px
    }

    .mobile_html .top_con {
        margin-bottom: 60px
    }

    .mobile_html .top_con h2 {
        font-size: 30px;
        font-weight: 600;
        color: #f9f9f9;
        display: flex;
        line-height: 48px;
        max-width: 250px
    }

    .mobile_html .top_con h2 img {
        padding-left: 10px
    }

    .mobile_html .tmr_lst li {
        list-style: none;
        width: 260px;
        padding: 20px;
        box-shadow: 9px 9px 20px 0 rgba(11, 11, 11, .3), -9px -9px 20px 0 rgba(27, 27, 27, .3);
        border-radius: 20px;
        background: #101214;
        position: relative;
        margin-bottom: 40px
    }

    .mobile_html .tmr_lst li .d-img {
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 20px
    }

    .mobile_html .tmr_lst li .d-img img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .mobile_html .tmr_lst li h5 {
        color: #f9f9f9;
        font-size: 13px;
        margin-bottom: 5px
    }

    .mobile_html .tmr_lst li p {
        color: #9c9c9c;
        font-size: 10px;
        margin-bottom: 5px
    }

    .mobile_html .tmr_lst li p span {
        color: #348d4d
    }

    .mobile_html .work_mob {
        background: url(../img/technologies_bg.png);
        background-position: top left;
        background-size: cover;
        padding: 30vh 0;
        position: relative;
        background-attachment: fixed;
        overflow: auto
    }

    .mobile_html .work_mob h2 {
        color: #f9f9f9;
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: 500;
        line-height: 32px
    }

    .mobile_html .work_mob p {
        color: #fdfdfd;
        opacity: .7;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px
    }

    .mobile_html .mob_port_sec {
        padding: 60px 0
    }

    .mobile_html .mob_port_sec .mob_port_bx {
        display: flex;
        margin: 25px 0;
        font-size: 12px
    }

    .mobile_html .mob_port_sec .mob_port_bx .cnt_port_img {
        flex: 0 0 130px;
        text-align: right
    }

    .mobile_html .mob_port_sec .mob_port_bx .cnt_port_img img {
        margin-bottom: 15px
    }

    .mobile_html .mob_port_sec .mob_port_bx .cnt_port_img .btn.btn-primary {
        padding: 11px 15px
    }

    .mobile_html .mob_port_sec .mob_port_bx p {
        margin-top: 20px;
        color: #9c9c9c;
        line-height: 22px;
        font-size: 12px
    }

    .mobile_html .mob_port_sec .mob_port_bx li {
        list-style: none;
        display: inline-block
    }

    .mobile_html .mob_port_sec .mob_port_bx li img {
        width: 28px;
        margin-top: 7px
    }

    .mobile_html .mob_port_sec h6 {
        color: #f9f9f9;
        font-size: 12px;
        line-height: 20px
    }

    .mobile_html .mob_port_sec h6 a {
        color: #348d4d;
        text-decoration: none
    }

    .mobile_html .cn_form .form-group label {
        margin-top: 0
    }

    .mobile_html .srv_head_mob {
        padding: 170px 0
    }

    .mobile_html .srv_head_mob h2 {
        font-size: 30px;
        line-height: 50px;
        color: #f9f9f9
    }

    .mobile_html .srv_head_mob p {
        font-size: 20px;
        color: #348d4d;
        margin: 30px 0 70px;
        min-height: 35px
    }

    .mobile_html .serv_bx.card {
        padding: 30px 0;
        border-radius: 27px;
        border: none;
        padding-left: 20px
    }

    .mobile_html .serv_bx.card-1 {
        background: linear-gradient(97.53deg, #363185 .74%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx.card-2 {
        background: linear-gradient(97.53deg, #e976af .74%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx.card-3 {
        background: linear-gradient(97.53deg, #ca9f4b .74%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx.card-4 {
        background: linear-gradient(97.53deg, #c76db3 .74%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx.card-5 {
        background: linear-gradient(97.53deg, #54b7ff .74%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx.card-6 {
        background: linear-gradient(97.53deg, #3eac78 7.89%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx.card-7 {
        background: linear-gradient(97.53deg, #775dca .74%, #0e0f0f 97.55%)
    }

    .mobile_html .serv_bx .serv_img {
        max-width: 120px;
        margin-bottom: 40px
    }

    .mobile_html .serv_bx .srv_num_mob {
        flex: 0 0 calc(100% - 150px);
        margin-right: 20px;
        color: #f9f9f9;
        margin-bottom: 20px
    }

    .mobile_html .serv_bx .sub_srv_page a {
        color: #fff
    }

    .mobile_html .srv_num_mob .numPos {
        background: #101214;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #fff;
        border-radius: 50%;
        font-size: 14px;
        margin-bottom: 20px;
        border: 1px solid #333
    }

    .mobile_html .srv_num_mob h2 {
        color: #f9f9f9;
        line-height: 36px;
        font-size: 24px
    }

    .mobile_html .serv_bx p {
        color: #efefef;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 130px
    }

    .mobile_html .serv_bx .srv_cnt p {
        min-height: auto;
        color: #efefef;
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 30px;
        min-height: 120px
    }

    .mobile_html .serv_bx ul {
        margin-bottom: 40px
    }

    .img-box-h {
        cursor: pointer;
    }

    .img-box-h .hover-image {
        display: none;
    }

    .img-box-h:hover .hover-image {
        display: block;
    }

    .img-box-h:hover .image {
        display: none;
    }

    .mobile_html .serv_bx li {
        color: #efefef;
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
        list-style: none;
        position: relative;
        padding-left: 15px
    }

    .mobile_html .serv_bx {
        margin-bottom: 80px
    }

    .mobile_html .serv_bx li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 9px;
        width: 5px;
        height: 5px;
        background: #348d4d;
        border-radius: 50%
    }

    .mobile_html .srv_mob_tm {
        position: relative;
        max-width: 360px;
        margin: 0 auto
    }

    .mobile_html .srv_mob_tm .container {
        position: absolute;
        top: 290px
    }

    .mobile_html .srv_mob_tm h2 {
        color: #efefef;
        font-size: 20px;
        line-height: 36px
    }

    .mobile_html .srv_mob_tm h2 span {
        color: #348d4d
    }

    .mobile_html p {
        color: #f9f9f9;
        line-height: 32px;
        font-size: 16px
    }

    .mobile_html .srv_talk.lets_talk {
        background: 0 0
    }

    .mobile_html .srv_talk.lets_talk::after {
        display: none
    }

    .mobile_html .srv_talk.lets_talk .form-control {
        border-radius: 5px;
        padding: 15px 15px
    }

    .mobile_html .srv_talk.lets_talk input.form-control {
        height: 48px
    }

    .mobile_html .mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        width: 100%;
        background: #101214;
        height: 100%;
        text-align: right;
        overflow: auto;
        padding: 60px 0;
        display: none
    }

    .mobile_html .mobile-menu a {
        color: #f9f9f9;
        text-decoration: none;
        font-size: 22px;
        font-weight: 500
    }

    .mobile_html .mobile-menu li {
        padding: 15px 0;
        list-style: none;
        display: block
    }

    .mobile_html .mobile-menu.active {
        display: block
    }

    .mobile_html .modal-content {
        background-color: #040405;
        color: #f9f9f9
    }

    .mobile_html .modal-content .btn-close {
        border: 1px solid #333;
        float: right;
        padding: 10px 10px;
        line-height: 0;
        border-radius: 40px;
        opacity: 1;
        color: #348d4d;
        position: absolute;
        right: 20px;
        top: 30px
    }

    .mobile_html .cr_dt_bx {
        max-width: 700px;
        border: 1px solid #222;
        padding: 20px;
        margin: 30px 0 0;
        border-radius: 5px
    }

    .mobile_html .cr_dt_bx h2 {
        color: #f9f9f9;
        letter-spacing: 1px;
        font-size: 20px;
        margin-bottom: 10px
    }

    .mobile_html .cr_dt_bx h4 {
        color: #348d4d;
        font-size: 16px;
        letter-spacing: 1px;
        margin-bottom: 20px
    }

    .mobile_html .cr_dt_bx p {
        color: #b6b6b7;
        font-size: 14px
    }

    .mobile_html .cr_dt h5 {
        color: #f9f9f9;
        font-size: 16px;
        margin-top: 100px;
        margin-bottom: 22px
    }

    .mobile_html .cr_dt ul li {
        color: #b6b6b7;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 15px
    }

    .mobile_html .cr_frm h6 {
        color: #b6b6b6;
        padding: 15px 0
    }

    .mobile_html .cr_frm h2 {
        color: #f9f9f9;
        font-size: 30px;
        margin-top: 70px;
        margin-bottom: 0
    }

    .mobile_html .cr_frm .file_input_new {
        display: flex;
        justify-content: space-between !important;
        border: 1px solid #373737;
        color: #b6b6b6;
        font-size: 14px;
        padding: 20px 2px;
        border-radius: 5px;
        position: relative;
        text-align: center
    }

    .mobile_html .cr_frm .file_input_new input {
        position: absolute;
        left: 0;
        top: 0;
        width: 80%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        cursor: pointer
    }

    .mobile_html .cr_frm .d-flex {
        display: block !important
    }

    .mobile_html .mobile_client img {
        max-width: 100%
    }

    .mobile_html .form-control {
        color: #fff !important
    }

    .mobile_html .form-group label.error {
        left: 0;
        color: red !important;
        font-size: 14px;
        position: absolute;
        bottom: -55px;
        height: 39px;
        font-weight: 500
    }

    .mobile_html .form-group .form-check-inline label {
        color: #f9f9f9;
        margin-bottom: 15px;
        margin-top: 0
    }

    .mobile_html #project_enquery_mob .file_input_new {
        margin-bottom: 30px;
        border: 1px solid #373737;
        color: #b6b6b6;
        font-size: 14px;
        padding: 20px 15px;
        border-radius: 5px;
        position: relative
    }

    .mobile_html #project_enquery_mob .file_input_new input {
        position: absolute;
        left: 0;
        top: 0;
        width: 70%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        cursor: pointer
    }

    .mobile_html #project_enquery_mob .d-flex {
        display: block !important
    }

    .mobile_html #project_enquery_mob .file_input_new .clearFile {
        position: absolute;
        right: 14px;
        top: 20px
    }

    .mobile_html .mob_proEn {
        padding: 100px 0 0
    }

    .mobile_html .mob_proEn #project_enquery_mobile .file_input_new {
        margin-bottom: 30px;
        border: 1px solid #373737;
        color: #b6b6b6;
        font-size: 14px;
        padding: 20px 15px;
        border-radius: 5px;
        position: relative
    }

    .mobile_html .mob_proEn #project_enquery_mobile .file_input_new input {
        position: absolute;
        left: 0;
        top: 0;
        width: 70%;
        height: 100%;
        z-index: 9;
        opacity: 0;
        cursor: pointer
    }

    .mobile_html .mob_proEn #project_enquery_mobile .d-flex {
        display: block !important
    }

    .mobile_html .mob_proEn #project_enquery_mobile .file_input_new .clearFile {
        position: absolute;
        right: 14px;
        top: 20px
    }

    .mobile_html .mob_proEn #project_enquery_mobile {
        color: #fff
    }

    .mobile_html .mob_proEn #project_enquery_mobile h2 {
        margin-bottom: 20px;
        color: #348d4d
    }

    .mobile_html .nw_pr_rn_frm .pr-en-content .pr_en_hd {
        font-size: 32px;
        line-height: 50px
    }

    .mobile_html .nw_pr_rn_frm .pr-en-content .pr_en_sub_hd {
        font-size: 20px;
        padding: 5px 0;
        line-height: 30px
    }

    .mobile_html .nw_pr_rn_frm .pr-en-content .pr_en_sub_title {
        font-size: 18px
    }

    .mobile_html .thankyou {
        padding: 190px 0 150px
    }

    .mobile_html .thanks_bx h2 {
        font-size: 30px;
        letter-spacing: 1px;
        color: #f9f9f9;
        margin: 40px 0 10px;
        font-family: Montserrat, sans-serif
    }

    .mobile_html .thanks_bx p {
        font-size: 16px;
        line-height: 24px;
        max-width: 400px;
        margin: 0 auto 40px;
        color: #f9f9f9
    }

    .mobile_html .thanks_bx .btn {
        margin-bottom: 15px
    }

    .mobile_html .thankyou img {
        max-width: 200px
    }

    .mobile_html .btn.btn-primary.hvr-sweep-to-right::before {
        background: #348d4d !important;
        overflow: hidden;
        border-radius: 30px
    }

    .mobile_html .mobile_testimonial_bx .tst_msg {
        min-height: 60px;
        line-height: inherit
    }

    .mobile_html .form-processing {
        display: none;
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        align-items: center;
        justify-content: center
    }

    .mobile_html .intl-tel-input {
        position: relative;
        display: block
    }

    .mobile_html .lets_talk::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .9)
    }

    .mobile_html .lets_talk.otb_tlk::after {
        background: rgba(0, 0, 0, .5)
    }

    .mobile_html .lets_talk .container {
        z-index: 2;
        position: relative
    }

    .mobile_html .case_mob_hero {
        margin-top: 93px;
        position: relative;
        padding: 80px 0;
        text-align: center;
        background: url(../img/PagarKhata/main_sm.png);
        background-position: top left;
        background-size: 100% 100%;
        min-height: 634px
    }

    .mobile_html .case_mob_hero_bx {
        position: relative;
        z-index: 5
    }

    .mobile_html .case_mob_hero_bx img {
        max-width: 142px;
        margin-bottom: 60px
    }

    .mobile_html .case_mob_hero_bx ul {
        display: flex
    }

    .mobile_html .case_mob_hero_bx li {
        list-style: none;
        display: inline-block;
        width: 33.33%;
        flex: 0 0 33.33%;
        color: #f9f9f9;
        font-size: 12px
    }

    .mobile_html .case_mob_hero_bx li span {
        display: block;
        color: rgba(249, 249, 249, .41);
        margin-bottom: 10px
    }

    .mobile_html .case_testi_mob {
        padding: 40px 0
    }

    .mobile_html .case_testi_mob img {
        max-width: 100%;
        margin-bottom: 30px
    }

    .mobile_html .case_tst_mb {
        border: 1px solid #333;
        border-radius: 20px;
        padding: 11px 6px;
        margin-bottom: 20px
    }

    .mobile_html .case_tst_mb img {
        margin-bottom: 10px;
        max-height: 25px
    }

    .mobile_html .case_tst_mb p {
        color: #fff;
        font-size: 10px;
        line-height: 20px;
        min-height: 100px
    }

    .mobile_html .case_about_mob {
        background: url(../img/PagarKhata/bg_process_sm.png);
        background-size: cover;
        padding: 40px 0;
        text-align: center
    }

    .mobile_html .case_about_mob h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 14px
    }

    .mobile_html .case_about_mob p {
        color: #fdfdfd;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 55px
    }

    .mobile_html .case_about_mob h3 {
        color: #348d4d;
        font-size: 25px;
        margin-bottom: 20px
    }

    .mobile_html .case_about_mob li {
        list-style: none;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mobile_html .case_about_mob .cp_mob {
        background: #101214;
        border: solid .5px #9c9c9c;
        margin-bottom: 15px;
        border-radius: 15px;
        padding: 15px 0
    }

    .mobile_html .case_about_mob .cp_mob span {
        display: block
    }

    .mobile_html .case_about_mob .cp_mob a {
        color: #d5d5d5;
        text-decoration: none;
        font-size: 15px;
        line-height: 30px
    }

    .mobile_html .case_scope_mob {
        padding: 50px 0;
        text-align: center;
        position: relative;
        overflow: hidden
    }

    .mobile_html .case_scope_mob h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 15px
    }

    .mobile_html .case_scope_mob h2 img {
        position: absolute;
        right: -20px;
        top: 60px
    }

    .mobile_html .case_scope_mob p {
        color: #fdfdfd;
        line-height: 20px;
        font-size: 12px;
        margin-bottom: 15px
    }

    .mobile_html .case_scope_mob img {
        max-width: 100%
    }

    .mobile_html .mob_case_other {
        text-align: center;
        padding: 60px 0
    }

    .mobile_html .mob_case_other h2 {
        color: #f9f9f9;
        font-size: 25px;
        margin-bottom: 30px
    }

    .mobile_html .mob_case_other .d-flex {
        padding-bottom: 15px;
        overflow: auto
    }

    .mobile_html .mob_case_ot_bx {
        position: relative;
        flex: 0 0 225px;
        max-width: 225px;
        margin-left: 15px;
        margin-right: 15px
    }

    .mobile_html .mob_case_ot_bx>img {
        max-width: 100%
    }

    .mobile_html .mob_case_ot_bx .mob_case_ot_cn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .mobile_html .cob_img {
        margin-bottom: 15px;
        display: table
    }

    .mobile_html .cob_img img {
        max-width: 120px
    }

    .mobile_html .mob_case_app {
        padding: 40px 0;
        text-align: center
    }

    .mobile_html .mob_case_app h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }

    .mobile_html .mob_case_app p {
        line-height: 20px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto 30px;
        font-size: 12px
    }

    .mobile_html .mob_case_app li {
        list-style: none;
        display: inline-block;
        padding: 0 10px
    }

    .mobile_html .mob_case_app li img {
        max-height: 38px
    }

    .mobile_html .mob_case_conclusion {
        padding: 40px 0
    }

    .mobile_html .mob_case_conclusion h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }

    .mobile_html .mob_case_conclusion p {
        line-height: 20px;
        color: #b2b2b2;
        max-width: 720px;
        margin: 0 auto;
        font-size: 12px
    }

    .mobile_html .case_care {
        background: url(../img/PagarKhata/web_care_bg.png);
        background-size: cover;
        text-align: center;
        padding: 40px 0
    }

    .mobile_html .case_care h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }

    .mobile_html .case_care p {
        line-height: 20px;
        font-size: 12px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto
    }

    .after_none:after {
        display: none
    }

    .mobile_html .after_none .form-group .form-control {
        padding: 10px 25px;
        border: 1px solid #818181
    }

    .mobile_html .mob_case_port {
        padding: 40px 0
    }

    .mobile_html .mob_case_port h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }

    .mobile_html .mob_case_port p {
        line-height: 20px;
        font-size: 12px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto 20px
    }

    .mobile_html .mob_case_port h4 {
        color: #348d4d;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .mobile_html .mob_case_port p {
        max-width: 639px
    }

    .mobile_html .mob_case_port .owl-next {
        position: absolute;
        right: -25px;
        color: #fff !important;
        font-size: 60px !important;
        top: 25%
    }

    .mobile_html .mob_case_port .owl-prev {
        position: absolute;
        left: -25px;
        color: #fff !important;
        font-size: 60px !important;
        top: 25%
    }

    .mobile_html .case_design {
        padding: 40px 0;
        background: #000
    }

    .mobile_html .case_design .case_sec_head h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }

    .mobile_html .case_design .case_sec_head p {
        line-height: 20px;
        font-size: 12px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto 20px
    }

    .mobile_html .cd_bx h3 {
        color: #348d4d;
        font-size: 15px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .mobile_html .fnts h2 {
        font-size: 90px;
        letter-spacing: -5px;
        color: #9c9c9c;
        margin-right: 10px;
        font-weight: 400;
        line-height: 72px
    }

    .mobile_html .fnts_detail h4 {
        font-size: 12px;
        color: #9c9c9c;
        line-height: 20px;
        margin-bottom: 0
    }

    .mobile_html .fnts_detail h5 {
        font-size: 12px;
        color: #9c9c9c;
        letter-spacing: -.3px;
        line-height: 20px;
        margin-bottom: 0
    }

    .mobile_html .fnts_detail p {
        font-size: 12px;
        color: #9c9c9c;
        line-height: 20px;
        margin-bottom: 0
    }

    .mobile_html .fnts_detail p span {
        display: inline-block;
        margin-right: 10px
    }

    .mobile_html .color_bx {
        width: 50px;
        height: 50px;
        border-radius: 5px
    }

    .mobile_html .palette li {
        list-style: none;
        padding: 0 5px;
        flex: 0 0 20%;
        max-width: 20%;
        text-align: center;
        margin-bottom: 15px
    }

    .mobile_html .palette li p {
        color: #dadada;
        font-size: 10px;
        margin-top: 5px
    }

    .mobile_html .cd_bx {
        margin-bottom: 20px
    }

    .mobile_html .lst_img li img {
        max-width: 100%
    }

    .mobile_html .cd_bx_img {
        max-height: 60px
    }

    .mobile_html .lst_img {
        max-width: 600px;
        margin: 0 auto
    }

    .mobile_html .lst_img li {
        list-style: none;
        flex: 0 0 20%;
        max-width: 20%;
        margin-bottom: 20px
    }

    .mobile_html .case_wire_mob {
        padding: 40px 0
    }

    .mobile_html .case_wire_mob h2 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }

    .mobile_html .case_wire_mob p {
        line-height: 20px;
        font-size: 12px;
        color: #b2b2b2;
        max-width: 584px;
        margin: 0 auto 20px
    }

    .mobile_html .case_wire_mob .owl-next {
        position: absolute;
        right: -25px;
        color: #fff !important;
        font-size: 60px !important;
        top: 25%
    }

    .mobile_html .case_wire_mob .owl-prev {
        position: absolute;
        left: -25px;
        color: #fff !important;
        font-size: 60px !important;
        top: 25%
    }

    .mobile_html .mob_case_goals_bx {
        background: #101214;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .2);
        border: solid 1px rgba(0, 0, 0, .05)
    }

    .mobile_html .mob_case_goals_bx h4 {
        color: #f9f9f9;
        font-size: 14px;
        line-height: 20px;
        min-height: 44px;
        margin-bottom: 20px
    }

    .mobile_html .mob_case_goals_bx p {
        color: #9c9c9c;
        line-height: 20px;
        font-size: 12px
    }

    .mobile_html .mob_case_goals {
        background: #000;
        padding: 40px 0
    }

    .mobile_html .mob_case_goals .carousel-indicators [data-bs-target] {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        border: 1px solid #fff;
        background: 0 0
    }

    .mobile_html .mob_case_goals .carousel-indicators [data-bs-target].active {
        background: #fff
    }

    .mobile_html .mob_case_goals .carousel-indicators {
        right: 33px;
        bottom: auto;
        left: auto;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        top: -26px
    }

    .mobile_html .mob_case_goals .carousel-control-next,
    .mobile_html .mob_case_goals .carousel-control-prev {
        top: -35px;
        bottom: auto;
        width: auto
    }

    .mobile_html .mob_case_goals .carousel-control-prev {
        left: auto;
        right: 70px
    }

    .mobile_html .mob_case_goals .carousel-control-next-icon,
    .mobile_html .mob_case_goals .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .mobile_html .mob_case_goals h2 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 15px
    }

    .mobile_html .mob_case_goals h3 {
        font-size: 12px;
        color: #fdfdfd;
        margin-bottom: 55px
    }

    .mobile_html .mob_case_research {
        background: url(../img/PagarKhata/BG_SM.png);
        background-size: cover;
        text-align: center;
        padding: 40px 0
    }

    .mobile_html .mob_case_research h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 15px
    }

    .mobile_html .mob_case_research p {
        line-height: 20px;
        color: #b2b2b2;
        max-width: 832px;
        margin: 0 auto 35px;
        font-size: 12px
    }

    .mobile_html .mob_case_challenge {
        max-width: 1039px;
        margin: 0 auto
    }

    .mobile_html .mob_case_challenge h3 {
        color: #348d4d;
        font-size: 11px;
        font-weight: 600;
        margin-bottom: 15px;
        max-width: 200px;
        line-height: 20px;
        letter-spacing: -.4px
    }

    .mobile_html .mob_case_challenge .carousel-item {
        background: #101214;
        border: solid 1px rgba(0, 0, 0, .05);
        box-shadow: 5px 5px 16px 0 rgba(0, 0, 0, .2);
        padding: 25px 24px 48px;
        border-radius: 20px
    }

    .mobile_html .mob_case_challenge h4 {
        color: #348d4d;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .mobile_html .mob_case_challenge h5 {
        color: #b2b2b2;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 40px
    }

    .mobile_html .mob_case_challenge h6 {
        color: #b2b2b2;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .mobile_html .mob_case_challenge p {
        color: #b2b2b2;
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px
    }

    .mobile_html .mob_case_challenge .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%
    }

    .mobile_html .mob_case_challenge .carousel-indicators {
        right: 30px;
        bottom: auto;
        left: auto;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        top: -38px
    }

    .mobile_html .mob_case_challenge .carousel-control-next,
    .mobile_html .mob_case_challenge .carousel-control-prev {
        top: -35px;
        bottom: auto;
        width: auto
    }

    .mobile_html .mob_case_challenge .carousel-control-prev {
        left: auto;
        right: 74px
    }

    .mobile_html .mob_case_challenge .carousel-control-next-icon,
    .mobile_html .mob_case_challenge .carousel-control-prev-icon {
        width: 1.5rem;
        height: 1.5rem
    }

    .mobile_html #openMoreFt {
        background: 0 0 !important;
        border: 2px solid
    }

    .mobile_html .form-control {
        color: #fff !important
    }

    .mobile_html .sub-srv-pro img {
        max-width: 50px;
        margin-bottom: 10px
    }

    .mobile_html .sub-srv-pro h2 {
        font-size: 20px;
        margin-bottom: 10px
    }

    .mobile_html .sub-srv-pro p {
        line-height: 24px;
        color: #fdfdfd;
        font-size: 14px
    }

    .mobile_html .mob_bx.sub-srv-pro {
        padding: 20px
    }

    .mobile_html .sus_head {
        position: relative;
        z-index: 2;
        margin-top: 90px;
        background-image: url(../img/mobile-dev/mob-hero.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
        padding: 80px 0
    }

    .mobile_html .tp_txt {
        margin-bottom: 150px
    }

    .mobile_html .tp_txt h4 {
        color: #f9f9f9;
        font-size: 14px;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif
    }

    .mobile_html .tp_txt h4 span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #6259ea;
        border-radius: 50%;
        margin-left: 5px
    }

    .mobile_html .sus_head h2 {
        color: #f9f9f9;
        line-height: 48px;
        font-size: 30px;
        margin-bottom: 18px;
        font-weight: 600
    }

    .mobile_html .sus_head p {
        color: #f9f9f9;
        line-height: 32px;
        font-size: 16px
    }

    .mobile_html .wwd_mob {
        padding-bottom: 80px;
        position: relative
    }

    .mobile_html .wwd_mob::before {
        content: "";
        position: absolute;
        left: -60px;
        width: 250px;
        height: 250px;
        background: linear-gradient(to top, #5f56e7, #433cac);
        border-radius: 50%;
        top: -140px
    }

    .mobile_html .wwd_mob .container {
        position: relative
    }

    .mobile_html .wdw-bx img {
        max-width: 70px;
        margin-bottom: 10px
    }

    .mobile_html .wdw-bx h3 {
        color: #fff;
        font-size: 20px;
        line-height: 32px;
        max-width: 190px;
        margin-bottom: 10px
    }

    .mobile_html .wdw-bx p {
        min-height: 280px;
        font-size: 14px;
        color: #efefef;
        line-height: 28px
    }

    .mobile_html .wdw-bx {
        border: 1px solid #fff;
        padding: 30px;
        border-radius: 5px;
        background: #2d2d2d;
        margin-top: 20px
    }

    .mobile_html .wwd_mob .d-flex {
        overflow: auto;
        margin: 30px 0
    }

    .mobile_html .mob_suc_st .suc_hd h2 {
        color: #fff;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .mobile_html .mob_suc_st .suc_hd {
        margin-bottom: 40px
    }

    .mobile_html .mob_suc_st .suc_bx_mob {
        position: relative;
        flex: 0 0 270px;
        max-width: 270px;
        margin-left: 20px
    }

    .mobile_html .mob_suc_st .suc_bx_mob img {
        width: 100%
    }

    .mobile_html .mob_suc_st .d-flex {
        overflow: auto
    }

    .mobile_html .mob_suc_st .suc_bx_mob::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to top, rgba(16, 18, 20, .7), rgba(16, 18, 20, 0), rgba(16, 18, 20, .7));
        z-index: 9
    }

    .mobile_html .mob_suc_st .suc_bx_mob .sbm_cnt {
        position: absolute;
        bottom: 30px;
        z-index: 10;
        left: 30px
    }

    .mobile_html .mob_suc_st .suc_bx_mob .sbm_cnt h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 2px
    }

    .mobile_html .mob_suc_st .suc_bx_mob .sbm_cnt p {
        color: #fff;
        font-size: 15px;
        margin-bottom: 6px
    }

    .mobile_html .mob_suc_st .suc_bx_mob .sbm_cnt a {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1.4px;
        position: relative;
        display: inline-block;
        text-decoration: none
    }

    .mobile_html .tst_cnt h5 {
        font-size: 11px;
        font-weight: 400;
        opacity: .7;
        min-height: 29px
    }

    .mobile_html .suc_bx_mob .sbm_cnt a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 60px;
        height: 1px;
        background: #348d4d
    }

    .mobile_html .lTk_mob a {
        display: inline-block;
        font-size: 50px;
        color: #f9f9f9;
        text-decoration: none;
        border: solid 2px rgba(253, 253, 253, .3);
        padding: 10px 20px;
        border-radius: 5px
    }

    .mobile_html .lTk_mob {
        text-align: center;
        margin: 100px 0
    }

    .mobile_html .error-page {
        padding: 140px 0 60px
    }

    .mobile_html .error-page img {
        max-width: 100%
    }

    .mobile_html .error-page h2 {
        color: #f9f9f9;
        font-size: 35px;
        letter-spacing: 10px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
        margin-bottom: 5px;
        margin-top: 50px
    }

    .mobile_html .error-page p {
        color: #f9f9f9;
        font-size: 16px;
        letter-spacing: .4px;
        margin-bottom: 20px;
        line-height: 30px
    }

    .mobile_html .error-page p a {
        color: #348d4d;
        text-transform: uppercase;
        text-decoration: none
    }

    .mobile_html .er_bx_cnt {
        max-width: 437px
    }

    .mobile_html .mob_case_goals_tripp .mob_case_goals_bx {
        padding: 30px 10px
    }

    .mobile_html .palette.palette_tripp li {
        flex: 0 0 33.33%;
        max-width: 33.33%
    }

    .mobile_html .palette.palette_tripp li .color_bx {
        margin: 0 auto;
        width: 80px;
        height: 60px
    }

    .mobile_html .case_tst_mb.text-center.ctn_sm {
        padding-top: 30px;
        padding-bottom: 0
    }

    .mobile_html .case_tst_mb.text-center.ctn_sm p {
        min-height: 80px
    }

    .mobile_html .case_wire_mob li {
        list-style: none;
        border-radius: 5px;
        overflow: hidden
    }

    .mobile_html .aktv_case_testi_mob .case_tst_mb p {
        min-height: 70px
    }

    .mobile_html .aktv_case_testi_mob .case_tst_mb {
        padding-top: 30px
    }

    .mobile_html #contactForm textarea+i {
        top: 80px !important
    }

    .mobile_html #contactForm textarea+label+i {
        top: 80px !important
    }

    .mobile_html .header .header_min {
        transition: all ease .3s !important
    }

    .mobile_html .header.nav-up .header_min {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .mobile_html .header.nav-down .header_min {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s
    }

    .mobile_html #project_enquery_mob h2 {
        color: #348d4d;
        font-size: 30px;
        max-width: 180px;
        margin-bottom: 40px;
        letter-spacing: .6px;
        line-height: 45px
    }

    .mobile_html #project_enquery_mob h3 {
        font-size: 20px;
        letter-spacing: .4px;
        line-height: 48px
    }

    .mobile_html #careerForm label>.fa {
        font-size: 12px !important;
        top: -1px !important;
        margin-left: 15px
    }

    .mobile_html #jobFormAndContentDialog .modal-content .btn-close {
        background: #000
    }

    .mobile_html #enquiryForm .form-group label {
        color: #f9f9f9;
        margin-bottom: 15px;
        margin-top: 0
    }

    .mobile_html #project_enquery_mob .pr-en-content .pr_en_hd {
        font-weight: 600;
        font-size: 26px;
        line-height: 75px;
        letter-spacing: .02em;
        color: #348d4d
    }

    .mobile_html #project_enquery_mob .pr-en-content .pr_en_sub_hd {
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        display: flex;
        align-items: center;
        letter-spacing: .02em;
        color: #c7c7c7;
        padding: 10px 0;
        max-width: 250px
    }

    .mobile_html #project_enquery_mob .pr-en-content .pr_en_sub_title {
        font-weight: 500;
        font-size: 20px;
        line-height: 45px;
        letter-spacing: .02em;
        color: #f9f9f9;
        padding: 5px 0
    }

    .mobile_html #project_enquery_mob .pr-en-content .pr_en_social_title {
        font-weight: 500;
        font-size: 22px;
        line-height: 45px;
        letter-spacing: .02em;
        color: #348d4d;
        padding: 5px 0
    }

    .mobile_html #project_enquery_mob .pr-en-content .social-icon .ceo-info {
        display: flex;
        align-items: center;
        padding: 10px 0
    }

    .mobile_html #project_enquery_mob .pr-en-content .social-icon .ceo-info .title {
        font-weight: 500;
        font-size: 15px;
        line-height: 45px;
        letter-spacing: .02em;
        color: #e8e8e8;
        padding: 0 20px;
        width: 60%
    }

    .mobile_html .goa-trip {
        background: #0b0b0c;
        padding: 60px 0 60px;
        position: relative
    }

    .mobile_html .goa-trip h3 {
        font-size: 20px;
        color: #fff;
        line-height: 38px;
        margin-bottom: 6px
    }

    .mobile_html .goa-trip p {
        color: #348d4d;
        font-size: 14px;
        line-height: 28px
    }

    .mobile_html .goa-trip img {
        max-width: 200px
    }

    .mobile_html .partyJoin {
        padding: 50px 0 0;
        background-image: url(../img/career/goa-bg.png);
        background-size: cover;
        background-color: #000
    }

    .mobile_html .partyJoin img {
        max-width: 100%;
        margin: 30px -30px 0
    }

    .mobile_html .partyJoin h4 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
        font-weight: 500
    }

    .mobile_html .partyJoin h4 span {
        color: #348d4d
    }

    .mobile_html .mobile_serv .accordion-item .accordion-collapse {
        border-top: 1px solid #222
    }

    /*!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 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    @-webkit-keyframes bounce {

        0%,
        100%,
        20%,
        50%,
        80% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        40% {
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px)
        }

        60% {
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px)
        }
    }

    @keyframes bounce {

        0%,
        100%,
        20%,
        50%,
        80% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        40% {
            -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            transform: translateY(-30px)
        }

        60% {
            -webkit-transform: translateY(-15px);
            -ms-transform: translateY(-15px);
            transform: translateY(-15px)
        }
    }

    .bounce {
        -webkit-animation-name: bounce;
        animation-name: bounce
    }

    @-webkit-keyframes flash {

        0%,
        100%,
        50% {
            opacity: 1
        }

        25%,
        75% {
            opacity: 0
        }
    }

    @keyframes flash {

        0%,
        100%,
        50% {
            opacity: 1
        }

        25%,
        75% {
            opacity: 0
        }
    }

    .flash {
        -webkit-animation-name: flash;
        animation-name: flash
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        50% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes pulse {
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        50% {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }

        100% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }
    }

    .pulse {
        -webkit-animation-name: pulse;
        animation-name: pulse
    }

    @-webkit-keyframes shake {

        0%,
        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px)
        }

        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px)
        }
    }

    @keyframes shake {

        0%,
        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        10%,
        30%,
        50%,
        70%,
        90% {
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px)
        }

        20%,
        40%,
        60%,
        80% {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px)
        }
    }

    .shake {
        -webkit-animation-name: shake;
        animation-name: shake
    }

    @-webkit-keyframes swing {
        20% {
            -webkit-transform: rotate(15deg);
            transform: rotate(15deg)
        }

        40% {
            -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        60% {
            -webkit-transform: rotate(5deg);
            transform: rotate(5deg)
        }

        80% {
            -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }

        100% {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }
    }

    @keyframes swing {
        20% {
            -webkit-transform: rotate(15deg);
            -ms-transform: rotate(15deg);
            transform: rotate(15deg)
        }

        40% {
            -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            transform: rotate(-10deg)
        }

        60% {
            -webkit-transform: rotate(5deg);
            -ms-transform: rotate(5deg);
            transform: rotate(5deg)
        }

        80% {
            -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            transform: rotate(-5deg)
        }

        100% {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0)
        }
    }

    .swing {
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-animation-name: swing;
        animation-name: swing
    }

    @-webkit-keyframes tada {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        10%,
        20% {
            -webkit-transform: scale(.9) rotate(-3deg);
            transform: scale(.9) rotate(-3deg)
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg)
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg)
        }

        100% {
            -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0)
        }
    }

    @keyframes tada {
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        10%,
        20% {
            -webkit-transform: scale(.9) rotate(-3deg);
            -ms-transform: scale(.9) rotate(-3deg);
            transform: scale(.9) rotate(-3deg)
        }

        30%,
        50%,
        70%,
        90% {
            -webkit-transform: scale(1.1) rotate(3deg);
            -ms-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg)
        }

        40%,
        60%,
        80% {
            -webkit-transform: scale(1.1) rotate(-3deg);
            -ms-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg)
        }

        100% {
            -webkit-transform: scale(1) rotate(0);
            -ms-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0)
        }
    }

    .tada {
        -webkit-animation-name: tada;
        animation-name: tada
    }

    @-webkit-keyframes wobble {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        15% {
            -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg)
        }

        30% {
            -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg)
        }

        45% {
            -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg)
        }

        60% {
            -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg)
        }

        75% {
            -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes wobble {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        15% {
            -webkit-transform: translateX(-25%) rotate(-5deg);
            -ms-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg)
        }

        30% {
            -webkit-transform: translateX(20%) rotate(3deg);
            -ms-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg)
        }

        45% {
            -webkit-transform: translateX(-15%) rotate(-3deg);
            -ms-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg)
        }

        60% {
            -webkit-transform: translateX(10%) rotate(2deg);
            -ms-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg)
        }

        75% {
            -webkit-transform: translateX(-5%) rotate(-1deg);
            -ms-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .wobble {
        -webkit-animation-name: wobble;
        animation-name: wobble
    }

    @-webkit-keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
            transform: scale(.3)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.05);
            transform: scale(1.05)
        }

        70% {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes bounceIn {
        0% {
            opacity: 0;
            -webkit-transform: scale(.3);
            -ms-transform: scale(.3);
            transform: scale(.3)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05)
        }

        70% {
            -webkit-transform: scale(.9);
            -ms-transform: scale(.9);
            transform: scale(.9)
        }

        100% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }
    }

    .bounceIn {
        -webkit-animation-name: bounceIn;
        animation-name: bounceIn
    }

    @-webkit-keyframes bounceInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(30px);
            transform: translateY(30px)
        }

        80% {
            -webkit-transform: translateY(-10px);
            transform: translateY(-10px)
        }

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

    @keyframes bounceInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(30px);
            -ms-transform: translateY(30px);
            transform: translateY(30px)
        }

        80% {
            -webkit-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            transform: translateY(-10px)
        }

        100% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .bounceInDown {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown
    }

    @-webkit-keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(30px);
            transform: translateX(30px)
        }

        80% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes bounceInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(30px);
            -ms-transform: translateX(30px);
            transform: translateX(30px)
        }

        80% {
            -webkit-transform: translateX(-10px);
            -ms-transform: translateX(-10px);
            transform: translateX(-10px)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .bounceInLeft {
        -webkit-animation-name: bounceInLeft;
        animation-name: bounceInLeft
    }

    @-webkit-keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(-30px);
            transform: translateX(-30px)
        }

        80% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes bounceInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateX(-30px);
            -ms-transform: translateX(-30px);
            transform: translateX(-30px)
        }

        80% {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .bounceInRight {
        -webkit-animation-name: bounceInRight;
        animation-name: bounceInRight
    }

    @-webkit-keyframes bounceInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            transform: translateY(2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(-30px);
            transform: translateY(-30px)
        }

        80% {
            -webkit-transform: translateY(10px);
            transform: translateY(10px)
        }

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

    @keyframes bounceInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px)
        }

        60% {
            opacity: 1;
            -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
            transform: translateY(-30px)
        }

        80% {
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px)
        }

        100% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .bounceInUp {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp
    }

    @-webkit-keyframes bounceOut {
        0% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        25% {
            -webkit-transform: scale(.95);
            transform: scale(.95)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(.3);
            transform: scale(.3)
        }
    }

    @keyframes bounceOut {
        0% {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1)
        }

        25% {
            -webkit-transform: scale(.95);
            -ms-transform: scale(.95);
            transform: scale(.95)
        }

        50% {
            opacity: 1;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1)
        }

        100% {
            opacity: 0;
            -webkit-transform: scale(.3);
            -ms-transform: scale(.3);
            transform: scale(.3)
        }
    }

    .bounceOut {
        -webkit-animation-name: bounceOut;
        animation-name: bounceOut
    }

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

        20% {
            opacity: 1;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            transform: translateY(2000px)
        }
    }

    @keyframes bounceOutDown {
        0% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        20% {
            opacity: 1;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px)
        }
    }

    .bounceOutDown {
        -webkit-animation-name: bounceOutDown;
        animation-name: bounceOutDown
    }

    @-webkit-keyframes bounceOutLeft {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        20% {
            opacity: 1;
            -webkit-transform: translateX(20px);
            transform: translateX(20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }
    }

    @keyframes bounceOutLeft {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        20% {
            opacity: 1;
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }
    }

    .bounceOutLeft {
        -webkit-animation-name: bounceOutLeft;
        animation-name: bounceOutLeft
    }

    @-webkit-keyframes bounceOutRight {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        20% {
            opacity: 1;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }
    }

    @keyframes bounceOutRight {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        20% {
            opacity: 1;
            -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
            transform: translateX(-20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }
    }

    .bounceOutRight {
        -webkit-animation-name: bounceOutRight;
        animation-name: bounceOutRight
    }

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

        20% {
            opacity: 1;
            -webkit-transform: translateY(20px);
            transform: translateY(20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }
    }

    @keyframes bounceOutUp {
        0% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        20% {
            opacity: 1;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }
    }

    .bounceOutUp {
        -webkit-animation-name: bounceOutUp;
        animation-name: bounceOutUp
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .fadeIn {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn
    }

    @-webkit-keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes fadeInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown
    }

    @-webkit-keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes fadeInDownBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .fadeInDownBig {
        -webkit-animation-name: fadeInDownBig;
        animation-name: fadeInDownBig
    }

    @-webkit-keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes fadeInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
            transform: translateX(-20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .fadeInLeft {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft
    }

    @-webkit-keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes fadeInLeftBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .fadeInLeftBig {
        -webkit-animation-name: fadeInLeftBig;
        animation-name: fadeInLeftBig
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            transform: translateX(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .fadeInRight {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }

    @-webkit-keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes fadeInRightBig {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .fadeInRightBig {
        -webkit-animation-name: fadeInRightBig;
        animation-name: fadeInRightBig
    }

    @-webkit-keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .fadeInUp {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }

    @-webkit-keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            transform: translateY(2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }

    @keyframes fadeInUpBig {
        0% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .fadeInUpBig {
        -webkit-animation-name: fadeInUpBig;
        animation-name: fadeInUpBig
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut
    }

    @-webkit-keyframes fadeOutDown {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            transform: translateY(20px)
        }
    }

    @keyframes fadeOutDown {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
            transform: translateY(20px)
        }
    }

    .fadeOutDown {
        -webkit-animation-name: fadeOutDown;
        animation-name: fadeOutDown
    }

    @-webkit-keyframes fadeOutDownBig {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            transform: translateY(2000px)
        }
    }

    @keyframes fadeOutDownBig {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(2000px);
            -ms-transform: translateY(2000px);
            transform: translateY(2000px)
        }
    }

    .fadeOutDownBig {
        -webkit-animation-name: fadeOutDownBig;
        animation-name: fadeOutDownBig
    }

    @-webkit-keyframes fadeOutLeft {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px)
        }
    }

    @keyframes fadeOutLeft {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-20px);
            -ms-transform: translateX(-20px);
            transform: translateX(-20px)
        }
    }

    .fadeOutLeft {
        -webkit-animation-name: fadeOutLeft;
        animation-name: fadeOutLeft
    }

    @-webkit-keyframes fadeOutLeftBig {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }
    }

    @keyframes fadeOutLeftBig {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }
    }

    .fadeOutLeftBig {
        -webkit-animation-name: fadeOutLeftBig;
        animation-name: fadeOutLeftBig
    }

    @-webkit-keyframes fadeOutRight {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            transform: translateX(20px)
        }
    }

    @keyframes fadeOutRight {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
            transform: translateX(20px)
        }
    }

    .fadeOutRight {
        -webkit-animation-name: fadeOutRight;
        animation-name: fadeOutRight
    }

    @-webkit-keyframes fadeOutRightBig {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }
    }

    @keyframes fadeOutRightBig {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }
    }

    .fadeOutRightBig {
        -webkit-animation-name: fadeOutRightBig;
        animation-name: fadeOutRightBig
    }

    @-webkit-keyframes fadeOutUp {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
        }
    }

    @keyframes fadeOutUp {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            transform: translateY(-20px)
        }
    }

    .fadeOutUp {
        -webkit-animation-name: fadeOutUp;
        animation-name: fadeOutUp
    }

    @-webkit-keyframes fadeOutUpBig {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }
    }

    @keyframes fadeOutUpBig {
        0% {
            opacity: 1;
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }
    }

    .fadeOutUpBig {
        -webkit-animation-name: fadeOutUpBig;
        animation-name: fadeOutUpBig
    }

    @-webkit-keyframes flip {
        0% {
            -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        40% {
            -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        50% {
            -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        80% {
            -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        100% {
            -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }

    @keyframes flip {
        0% {
            -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        40% {
            -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
            -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out
        }

        50% {
            -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        80% {
            -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
            -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }

        100% {
            -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
            -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in
        }
    }

    .animated.flip {
        -webkit-backface-visibility: visible;
        -ms-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-animation-name: flip;
        animation-name: flip
    }

    @-webkit-keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg)
        }

        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg)
        }

        100% {
            -webkit-transform: perspective(400px) rotateX(0);
            transform: perspective(400px) rotateX(0);
            opacity: 1
        }
    }

    @keyframes flipInX {
        0% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            -ms-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotateX(-10deg);
            -ms-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg)
        }

        70% {
            -webkit-transform: perspective(400px) rotateX(10deg);
            -ms-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg)
        }

        100% {
            -webkit-transform: perspective(400px) rotateX(0);
            -ms-transform: perspective(400px) rotateX(0);
            transform: perspective(400px) rotateX(0);
            opacity: 1
        }
    }

    .flipInX {
        -webkit-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInX;
        animation-name: flipInX
    }

    @-webkit-keyframes flipInY {
        0% {
            -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg)
        }

        70% {
            -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg)
        }

        100% {
            -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
            opacity: 1
        }
    }

    @keyframes flipInY {
        0% {
            -webkit-transform: perspective(400px) rotateY(90deg);
            -ms-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
            opacity: 0
        }

        40% {
            -webkit-transform: perspective(400px) rotateY(-10deg);
            -ms-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg)
        }

        70% {
            -webkit-transform: perspective(400px) rotateY(10deg);
            -ms-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg)
        }

        100% {
            -webkit-transform: perspective(400px) rotateY(0);
            -ms-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
            opacity: 1
        }
    }

    .flipInY {
        -webkit-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipInY;
        animation-name: flipInY
    }

    @-webkit-keyframes flipOutX {
        0% {
            -webkit-transform: perspective(400px) rotateX(0);
            transform: perspective(400px) rotateX(0);
            opacity: 1
        }

        100% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0
        }
    }

    @keyframes flipOutX {
        0% {
            -webkit-transform: perspective(400px) rotateX(0);
            -ms-transform: perspective(400px) rotateX(0);
            transform: perspective(400px) rotateX(0);
            opacity: 1
        }

        100% {
            -webkit-transform: perspective(400px) rotateX(90deg);
            -ms-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
            opacity: 0
        }
    }

    .flipOutX {
        -webkit-animation-name: flipOutX;
        animation-name: flipOutX;
        -webkit-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
        backface-visibility: visible !important
    }

    @-webkit-keyframes flipOutY {
        0% {
            -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
            opacity: 1
        }

        100% {
            -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
            opacity: 0
        }
    }

    @keyframes flipOutY {
        0% {
            -webkit-transform: perspective(400px) rotateY(0);
            -ms-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
            opacity: 1
        }

        100% {
            -webkit-transform: perspective(400px) rotateY(90deg);
            -ms-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
            opacity: 0
        }
    }

    .flipOutY {
        -webkit-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
        backface-visibility: visible !important;
        -webkit-animation-name: flipOutY;
        animation-name: flipOutY
    }

    @-webkit-keyframes lightSpeedIn {
        0% {
            -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
            opacity: 0
        }

        60% {
            -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
            opacity: 1
        }

        80% {
            -webkit-transform: translateX(0) skewX(-15deg);
            transform: translateX(0) skewX(-15deg);
            opacity: 1
        }

        100% {
            -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
            opacity: 1
        }
    }

    @keyframes lightSpeedIn {
        0% {
            -webkit-transform: translateX(100%) skewX(-30deg);
            -ms-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
            opacity: 0
        }

        60% {
            -webkit-transform: translateX(-20%) skewX(30deg);
            -ms-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
            opacity: 1
        }

        80% {
            -webkit-transform: translateX(0) skewX(-15deg);
            -ms-transform: translateX(0) skewX(-15deg);
            transform: translateX(0) skewX(-15deg);
            opacity: 1
        }

        100% {
            -webkit-transform: translateX(0) skewX(0);
            -ms-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
            opacity: 1
        }
    }

    .lightSpeedIn {
        -webkit-animation-name: lightSpeedIn;
        animation-name: lightSpeedIn;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    @-webkit-keyframes lightSpeedOut {
        0% {
            -webkit-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
            opacity: 1
        }

        100% {
            -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
            opacity: 0
        }
    }

    @keyframes lightSpeedOut {
        0% {
            -webkit-transform: translateX(0) skewX(0);
            -ms-transform: translateX(0) skewX(0);
            transform: translateX(0) skewX(0);
            opacity: 1
        }

        100% {
            -webkit-transform: translateX(100%) skewX(-30deg);
            -ms-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
            opacity: 0
        }
    }

    .lightSpeedOut {
        -webkit-animation-name: lightSpeedOut;
        animation-name: lightSpeedOut;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    @-webkit-keyframes rotateIn {
        0% {
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    @keyframes rotateIn {
        0% {
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(-200deg);
            -ms-transform: rotate(-200deg);
            transform: rotate(-200deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    .rotateIn {
        -webkit-animation-name: rotateIn;
        animation-name: rotateIn
    }

    @-webkit-keyframes rotateInDownLeft {
        0% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    @keyframes rotateInDownLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    .rotateInDownLeft {
        -webkit-animation-name: rotateInDownLeft;
        animation-name: rotateInDownLeft
    }

    @-webkit-keyframes rotateInDownRight {
        0% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    @keyframes rotateInDownRight {
        0% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    .rotateInDownRight {
        -webkit-animation-name: rotateInDownRight;
        animation-name: rotateInDownRight
    }

    @-webkit-keyframes rotateInUpLeft {
        0% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    @keyframes rotateInUpLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    .rotateInUpLeft {
        -webkit-animation-name: rotateInUpLeft;
        animation-name: rotateInUpLeft
    }

    @-webkit-keyframes rotateInUpRight {
        0% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    @keyframes rotateInUpRight {
        0% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }

        100% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }
    }

    .rotateInUpRight {
        -webkit-animation-name: rotateInUpRight;
        animation-name: rotateInUpRight
    }

    @-webkit-keyframes rotateOut {
        0% {
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
            opacity: 0
        }
    }

    @keyframes rotateOut {
        0% {
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: rotate(200deg);
            -ms-transform: rotate(200deg);
            transform: rotate(200deg);
            opacity: 0
        }
    }

    .rotateOut {
        -webkit-animation-name: rotateOut;
        animation-name: rotateOut
    }

    @-webkit-keyframes rotateOutDownLeft {
        0% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }
    }

    @keyframes rotateOutDownLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }
    }

    .rotateOutDownLeft {
        -webkit-animation-name: rotateOutDownLeft;
        animation-name: rotateOutDownLeft
    }

    @-webkit-keyframes rotateOutDownRight {
        0% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }
    }

    @keyframes rotateOutDownRight {
        0% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }
    }

    .rotateOutDownRight {
        -webkit-animation-name: rotateOutDownRight;
        animation-name: rotateOutDownRight
    }

    @-webkit-keyframes rotateOutUpLeft {
        0% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }
    }

    @keyframes rotateOutUpLeft {
        0% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: left bottom;
            -ms-transform-origin: left bottom;
            transform-origin: left bottom;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0
        }
    }

    .rotateOutUpLeft {
        -webkit-animation-name: rotateOutUpLeft;
        animation-name: rotateOutUpLeft
    }

    @-webkit-keyframes rotateOutUpRight {
        0% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }
    }

    @keyframes rotateOutUpRight {
        0% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            opacity: 1
        }

        100% {
            -webkit-transform-origin: right bottom;
            -ms-transform-origin: right bottom;
            transform-origin: right bottom;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
            opacity: 0
        }
    }

    .rotateOutUpRight {
        -webkit-animation-name: rotateOutUpRight;
        animation-name: rotateOutUpRight
    }

    @-webkit-keyframes slideInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }

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

    @keyframes slideInDown {
        0% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }

        100% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }
    }

    .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown
    }

    @-webkit-keyframes slideInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes slideInLeft {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .slideInLeft {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft
    }

    @-webkit-keyframes slideInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes slideInRight {
        0% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }

        100% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .slideInRight {
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight
    }

    @-webkit-keyframes slideOutLeft {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }
    }

    @keyframes slideOutLeft {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(-2000px);
            -ms-transform: translateX(-2000px);
            transform: translateX(-2000px)
        }
    }

    .slideOutLeft {
        -webkit-animation-name: slideOutLeft;
        animation-name: slideOutLeft
    }

    @-webkit-keyframes slideOutRight {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            transform: translateX(2000px)
        }
    }

    @keyframes slideOutRight {
        0% {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(2000px);
            -ms-transform: translateX(2000px);
            transform: translateX(2000px)
        }
    }

    .slideOutRight {
        -webkit-animation-name: slideOutRight;
        animation-name: slideOutRight
    }

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

        100% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }
    }

    @keyframes slideOutUp {
        0% {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-2000px);
            -ms-transform: translateY(-2000px);
            transform: translateY(-2000px)
        }
    }

    .slideOutUp {
        -webkit-animation-name: slideOutUp;
        animation-name: slideOutUp
    }

    @-webkit-keyframes hinge {
        0% {
            -webkit-transform: rotate(0);
            transform: rotate(0);
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        20%,
        60% {
            -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        40% {
            -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        80% {
            -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
            opacity: 1;
            -webkit-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        100% {
            -webkit-transform: translateY(700px);
            transform: translateY(700px);
            opacity: 0
        }
    }

    @keyframes hinge {
        0% {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
            -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        20%,
        60% {
            -webkit-transform: rotate(80deg);
            -ms-transform: rotate(80deg);
            transform: rotate(80deg);
            -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        40% {
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
            -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        80% {
            -webkit-transform: rotate(60deg) translateY(0);
            -ms-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
            opacity: 1;
            -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
            transform-origin: top left;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out
        }

        100% {
            -webkit-transform: translateY(700px);
            -ms-transform: translateY(700px);
            transform: translateY(700px);
            opacity: 0
        }
    }

    .hinge {
        -webkit-animation-name: hinge;
        animation-name: hinge
    }

    @-webkit-keyframes rollIn {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
    }

    @keyframes rollIn {
        0% {
            opacity: 0;
            -webkit-transform: translateX(-100%) rotate(-120deg);
            -ms-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg)
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }
    }

    .rollIn {
        -webkit-animation-name: rollIn;
        animation-name: rollIn
    }

    @-webkit-keyframes rollOut {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg)
        }
    }

    @keyframes rollOut {
        0% {
            opacity: 1;
            -webkit-transform: translateX(0) rotate(0);
            -ms-transform: translateX(0) rotate(0);
            transform: translateX(0) rotate(0)
        }

        100% {
            opacity: 0;
            -webkit-transform: translateX(100%) rotate(120deg);
            -ms-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg)
        }
    }

    .rollOut {
        -webkit-animation-name: rollOut;
        animation-name: rollOut
    }

    .owl-carousel {
        display: none;
        width: 100%;
        -webkit-tap-highlight-color: transparent;
        position: relative;
        z-index: 1
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        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;
        -khtml-user-select: none;
        -moz-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 {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-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.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        transition: transform .1s ease
    }

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        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%
    }

    .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
    }

    .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
    }

    /*!* Hover.css (http://ianlunn.github.io/Hover/) * Version: 2.3.2 * Author: Ian Lunn @IanLunn * Author URL: http://ianlunn.co.uk/ * Github: https://github.com/IanLunn/Hover * Hover.css Copyright Ian Lunn 2017. Generated with Sass. */
    .hvr-grow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-grow:active,
    .hvr-grow:focus,
    .hvr-grow:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .hvr-shrink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-shrink:active,
    .hvr-shrink:focus,
    .hvr-shrink:hover {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    @-webkit-keyframes hvr-pulse {
        25% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        75% {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }
    }

    @keyframes hvr-pulse {
        25% {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }

        75% {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }
    }

    .hvr-pulse {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-pulse:active,
    .hvr-pulse:focus,
    .hvr-pulse:hover {
        -webkit-animation-name: hvr-pulse;
        animation-name: hvr-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-pulse-grow {
        to {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }
    }

    @keyframes hvr-pulse-grow {
        to {
            -webkit-transform: scale(1.1);
            transform: scale(1.1)
        }
    }

    .hvr-pulse-grow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-pulse-grow:active,
    .hvr-pulse-grow:focus,
    .hvr-pulse-grow:hover {
        -webkit-animation-name: hvr-pulse-grow;
        animation-name: hvr-pulse-grow;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

    @-webkit-keyframes hvr-pulse-shrink {
        to {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }
    }

    @keyframes hvr-pulse-shrink {
        to {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }
    }

    .hvr-pulse-shrink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-pulse-shrink:active,
    .hvr-pulse-shrink:focus,
    .hvr-pulse-shrink:hover {
        -webkit-animation-name: hvr-pulse-shrink;
        animation-name: hvr-pulse-shrink;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

    @-webkit-keyframes hvr-push {
        50% {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    @keyframes hvr-push {
        50% {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1)
        }
    }

    .hvr-push {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-push:active,
    .hvr-push:focus,
    .hvr-push:hover {
        -webkit-animation-name: hvr-push;
        animation-name: hvr-push;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-pop {
        50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }
    }

    @keyframes hvr-pop {
        50% {
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }
    }

    .hvr-pop {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-pop:active,
    .hvr-pop:focus,
    .hvr-pop:hover {
        -webkit-animation-name: hvr-pop;
        animation-name: hvr-pop;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .hvr-bounce-in {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .hvr-bounce-in:active,
    .hvr-bounce-in:focus,
    .hvr-bounce-in:hover {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
        transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
    }

    .hvr-bounce-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .hvr-bounce-out:active,
    .hvr-bounce-out:focus,
    .hvr-bounce-out:hover {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
        transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
    }

    .hvr-rotate {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-rotate:active,
    .hvr-rotate:focus,
    .hvr-rotate:hover {
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg)
    }

    .hvr-grow-rotate {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-grow-rotate:active,
    .hvr-grow-rotate:focus,
    .hvr-grow-rotate:hover {
        -webkit-transform: scale(1.1) rotate(4deg);
        transform: scale(1.1) rotate(4deg)
    }

    .hvr-float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-float:active,
    .hvr-float:focus,
    .hvr-float:hover {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    .hvr-sink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sink:active,
    .hvr-sink:focus,
    .hvr-sink:hover {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    @-webkit-keyframes hvr-bob {
        0% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px)
        }

        50% {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px)
        }

        100% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px)
        }
    }

    @keyframes hvr-bob {
        0% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px)
        }

        50% {
            -webkit-transform: translateY(-4px);
            transform: translateY(-4px)
        }

        100% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px)
        }
    }

    @-webkit-keyframes hvr-bob-float {
        100% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px)
        }
    }

    @keyframes hvr-bob-float {
        100% {
            -webkit-transform: translateY(-8px);
            transform: translateY(-8px)
        }
    }

    .hvr-bob {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-bob:active,
    .hvr-bob:focus,
    .hvr-bob:hover {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate
    }

    @-webkit-keyframes hvr-hang {
        0% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }

        50% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px)
        }

        100% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }
    }

    @keyframes hvr-hang {
        0% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }

        50% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px)
        }

        100% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }
    }

    @-webkit-keyframes hvr-hang-sink {
        100% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }
    }

    @keyframes hvr-hang-sink {
        100% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }
    }

    .hvr-hang {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-hang:active,
    .hvr-hang:focus,
    .hvr-hang:hover {
        -webkit-animation-name: hvr-hang-sink, hvr-hang;
        animation-name: hvr-hang-sink, hvr-hang;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate
    }

    .hvr-skew {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-skew:active,
    .hvr-skew:focus,
    .hvr-skew:hover {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg)
    }

    .hvr-skew-forward {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .hvr-skew-forward:active,
    .hvr-skew-forward:focus,
    .hvr-skew-forward:hover {
        -webkit-transform: skew(-10deg);
        transform: skew(-10deg)
    }

    .hvr-skew-backward {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .hvr-skew-backward:active,
    .hvr-skew-backward:focus,
    .hvr-skew-backward:hover {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    @-webkit-keyframes hvr-wobble-vertical {
        16.65% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }

        33.3% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }

        49.95% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px)
        }

        66.6% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        83.25% {
            -webkit-transform: translateY(1px);
            transform: translateY(1px)
        }

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

    @keyframes hvr-wobble-vertical {
        16.65% {
            -webkit-transform: translateY(8px);
            transform: translateY(8px)
        }

        33.3% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }

        49.95% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px)
        }

        66.6% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        83.25% {
            -webkit-transform: translateY(1px);
            transform: translateY(1px)
        }

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

    .hvr-wobble-vertical {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-vertical:active,
    .hvr-wobble-vertical:focus,
    .hvr-wobble-vertical:hover {
        -webkit-animation-name: hvr-wobble-vertical;
        animation-name: hvr-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-horizontal {
        16.65% {
            -webkit-transform: translateX(8px);
            transform: translateX(8px)
        }

        33.3% {
            -webkit-transform: translateX(-6px);
            transform: translateX(-6px)
        }

        49.95% {
            -webkit-transform: translateX(4px);
            transform: translateX(4px)
        }

        66.6% {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px)
        }

        83.25% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes hvr-wobble-horizontal {
        16.65% {
            -webkit-transform: translateX(8px);
            transform: translateX(8px)
        }

        33.3% {
            -webkit-transform: translateX(-6px);
            transform: translateX(-6px)
        }

        49.95% {
            -webkit-transform: translateX(4px);
            transform: translateX(4px)
        }

        66.6% {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px)
        }

        83.25% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .hvr-wobble-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-horizontal:active,
    .hvr-wobble-horizontal:focus,
    .hvr-wobble-horizontal:hover {
        -webkit-animation-name: hvr-wobble-horizontal;
        animation-name: hvr-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-to-bottom-right {
        16.65% {
            -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px)
        }

        33.3% {
            -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px)
        }

        49.95% {
            -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px)
        }

        66.6% {
            -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px)
        }

        83.25% {
            -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px)
        }

        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @keyframes hvr-wobble-to-bottom-right {
        16.65% {
            -webkit-transform: translate(8px, 8px);
            transform: translate(8px, 8px)
        }

        33.3% {
            -webkit-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px)
        }

        49.95% {
            -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px)
        }

        66.6% {
            -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px)
        }

        83.25% {
            -webkit-transform: translate(1px, 1px);
            transform: translate(1px, 1px)
        }

        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    .hvr-wobble-to-bottom-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-to-bottom-right:active,
    .hvr-wobble-to-bottom-right:focus,
    .hvr-wobble-to-bottom-right:hover {
        -webkit-animation-name: hvr-wobble-to-bottom-right;
        animation-name: hvr-wobble-to-bottom-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-to-top-right {
        16.65% {
            -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px)
        }

        33.3% {
            -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px)
        }

        49.95% {
            -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px)
        }

        66.6% {
            -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px)
        }

        83.25% {
            -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px)
        }

        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    @keyframes hvr-wobble-to-top-right {
        16.65% {
            -webkit-transform: translate(8px, -8px);
            transform: translate(8px, -8px)
        }

        33.3% {
            -webkit-transform: translate(-6px, 6px);
            transform: translate(-6px, 6px)
        }

        49.95% {
            -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px)
        }

        66.6% {
            -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px)
        }

        83.25% {
            -webkit-transform: translate(1px, -1px);
            transform: translate(1px, -1px)
        }

        100% {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
        }
    }

    .hvr-wobble-to-top-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-to-top-right:active,
    .hvr-wobble-to-top-right:focus,
    .hvr-wobble-to-top-right:hover {
        -webkit-animation-name: hvr-wobble-to-top-right;
        animation-name: hvr-wobble-to-top-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-top {
        16.65% {
            -webkit-transform: skew(-12deg);
            transform: skew(-12deg)
        }

        33.3% {
            -webkit-transform: skew(10deg);
            transform: skew(10deg)
        }

        49.95% {
            -webkit-transform: skew(-6deg);
            transform: skew(-6deg)
        }

        66.6% {
            -webkit-transform: skew(4deg);
            transform: skew(4deg)
        }

        83.25% {
            -webkit-transform: skew(-2deg);
            transform: skew(-2deg)
        }

        100% {
            -webkit-transform: skew(0);
            transform: skew(0)
        }
    }

    @keyframes hvr-wobble-top {
        16.65% {
            -webkit-transform: skew(-12deg);
            transform: skew(-12deg)
        }

        33.3% {
            -webkit-transform: skew(10deg);
            transform: skew(10deg)
        }

        49.95% {
            -webkit-transform: skew(-6deg);
            transform: skew(-6deg)
        }

        66.6% {
            -webkit-transform: skew(4deg);
            transform: skew(4deg)
        }

        83.25% {
            -webkit-transform: skew(-2deg);
            transform: skew(-2deg)
        }

        100% {
            -webkit-transform: skew(0);
            transform: skew(0)
        }
    }

    .hvr-wobble-top {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .hvr-wobble-top:active,
    .hvr-wobble-top:focus,
    .hvr-wobble-top:hover {
        -webkit-animation-name: hvr-wobble-top;
        animation-name: hvr-wobble-top;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-bottom {
        16.65% {
            -webkit-transform: skew(-12deg);
            transform: skew(-12deg)
        }

        33.3% {
            -webkit-transform: skew(10deg);
            transform: skew(10deg)
        }

        49.95% {
            -webkit-transform: skew(-6deg);
            transform: skew(-6deg)
        }

        66.6% {
            -webkit-transform: skew(4deg);
            transform: skew(4deg)
        }

        83.25% {
            -webkit-transform: skew(-2deg);
            transform: skew(-2deg)
        }

        100% {
            -webkit-transform: skew(0);
            transform: skew(0)
        }
    }

    @keyframes hvr-wobble-bottom {
        16.65% {
            -webkit-transform: skew(-12deg);
            transform: skew(-12deg)
        }

        33.3% {
            -webkit-transform: skew(10deg);
            transform: skew(10deg)
        }

        49.95% {
            -webkit-transform: skew(-6deg);
            transform: skew(-6deg)
        }

        66.6% {
            -webkit-transform: skew(4deg);
            transform: skew(4deg)
        }

        83.25% {
            -webkit-transform: skew(-2deg);
            transform: skew(-2deg)
        }

        100% {
            -webkit-transform: skew(0);
            transform: skew(0)
        }
    }

    .hvr-wobble-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .hvr-wobble-bottom:active,
    .hvr-wobble-bottom:focus,
    .hvr-wobble-bottom:hover {
        -webkit-animation-name: hvr-wobble-bottom;
        animation-name: hvr-wobble-bottom;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-wobble-skew {
        16.65% {
            -webkit-transform: skew(-12deg);
            transform: skew(-12deg)
        }

        33.3% {
            -webkit-transform: skew(10deg);
            transform: skew(10deg)
        }

        49.95% {
            -webkit-transform: skew(-6deg);
            transform: skew(-6deg)
        }

        66.6% {
            -webkit-transform: skew(4deg);
            transform: skew(4deg)
        }

        83.25% {
            -webkit-transform: skew(-2deg);
            transform: skew(-2deg)
        }

        100% {
            -webkit-transform: skew(0);
            transform: skew(0)
        }
    }

    @keyframes hvr-wobble-skew {
        16.65% {
            -webkit-transform: skew(-12deg);
            transform: skew(-12deg)
        }

        33.3% {
            -webkit-transform: skew(10deg);
            transform: skew(10deg)
        }

        49.95% {
            -webkit-transform: skew(-6deg);
            transform: skew(-6deg)
        }

        66.6% {
            -webkit-transform: skew(4deg);
            transform: skew(4deg)
        }

        83.25% {
            -webkit-transform: skew(-2deg);
            transform: skew(-2deg)
        }

        100% {
            -webkit-transform: skew(0);
            transform: skew(0)
        }
    }

    .hvr-wobble-skew {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-wobble-skew:active,
    .hvr-wobble-skew:focus,
    .hvr-wobble-skew:hover {
        -webkit-animation-name: hvr-wobble-skew;
        animation-name: hvr-wobble-skew;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-buzz {
        50% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        100% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }
    }

    @keyframes hvr-buzz {
        50% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        100% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }
    }

    .hvr-buzz {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-buzz:active,
    .hvr-buzz:focus,
    .hvr-buzz:hover {
        -webkit-animation-name: hvr-buzz;
        animation-name: hvr-buzz;
        -webkit-animation-duration: .15s;
        animation-duration: .15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-buzz-out {
        10% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        20% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        30% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        40% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        50% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        60% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        70% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        80% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        90% {
            -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0)
        }

        100% {
            -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0)
        }
    }

    @keyframes hvr-buzz-out {
        10% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        20% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        30% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        40% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        50% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        60% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        70% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        80% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        90% {
            -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0)
        }

        100% {
            -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0)
        }
    }

    .hvr-buzz-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-buzz-out:active,
    .hvr-buzz-out:focus,
    .hvr-buzz-out:hover {
        -webkit-animation-name: hvr-buzz-out;
        animation-name: hvr-buzz-out;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .hvr-forward {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-forward:active,
    .hvr-forward:focus,
    .hvr-forward:hover {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    .hvr-backward {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-backward:active,
    .hvr-backward:focus,
    .hvr-backward:hover {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }

    .hvr-fade {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        overflow: hidden;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color
    }

    .hvr-fade:active,
    .hvr-fade:focus,
    .hvr-fade:hover {
        background-color: #2098d1;
        color: #fff
    }

    @-webkit-keyframes hvr-back-pulse {
        50% {
            background-color: rgba(32, 152, 209, .75)
        }
    }

    @keyframes hvr-back-pulse {
        50% {
            background-color: rgba(32, 152, 209, .75)
        }
    }

    .hvr-back-pulse {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        overflow: hidden;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: color, background-color;
        transition-property: color, background-color
    }

    .hvr-back-pulse:active,
    .hvr-back-pulse:focus,
    .hvr-back-pulse:hover {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: #2098d1;
        background-color: #2098d1;
        color: #fff
    }

    .hvr-sweep-to-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-sweep-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-right:active,
    .hvr-sweep-to-right:focus,
    .hvr-sweep-to-right:hover {
        color: #fff
    }

    .hvr-sweep-to-right:active:before,
    .hvr-sweep-to-right:focus:before,
    .hvr-sweep-to-right:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .hvr-sweep-to-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-sweep-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-left:active,
    .hvr-sweep-to-left:focus,
    .hvr-sweep-to-left:hover {
        color: #fff
    }

    .hvr-sweep-to-left:active:before,
    .hvr-sweep-to-left:focus:before,
    .hvr-sweep-to-left:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .hvr-sweep-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-bottom:active,
    .hvr-sweep-to-bottom:focus,
    .hvr-sweep-to-bottom:hover {
        color: #fff
    }

    .hvr-sweep-to-bottom:active:before,
    .hvr-sweep-to-bottom:focus:before,
    .hvr-sweep-to-bottom:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .hvr-sweep-to-top {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-sweep-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-sweep-to-top:active,
    .hvr-sweep-to-top:focus,
    .hvr-sweep-to-top:hover {
        color: #fff
    }

    .hvr-sweep-to-top:active:before,
    .hvr-sweep-to-top:focus:before,
    .hvr-sweep-to-top:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .hvr-bounce-to-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-right:active,
    .hvr-bounce-to-right:focus,
    .hvr-bounce-to-right:hover {
        color: #fff
    }

    .hvr-bounce-to-right:active:before,
    .hvr-bounce-to-right:focus:before,
    .hvr-bounce-to-right:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-bounce-to-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .hvr-bounce-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-left:active,
    .hvr-bounce-to-left:focus,
    .hvr-bounce-to-left:hover {
        color: #fff
    }

    .hvr-bounce-to-left:active:before,
    .hvr-bounce-to-left:focus:before,
    .hvr-bounce-to-left:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .hvr-bounce-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-bottom:active,
    .hvr-bounce-to-bottom:focus,
    .hvr-bounce-to-bottom:hover {
        color: #fff
    }

    .hvr-bounce-to-bottom:active:before,
    .hvr-bounce-to-bottom:focus:before,
    .hvr-bounce-to-bottom:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-bounce-to-top {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .5s;
        transition-duration: .5s
    }

    .hvr-bounce-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-bounce-to-top:active,
    .hvr-bounce-to-top:focus,
    .hvr-bounce-to-top:hover {
        color: #fff
    }

    .hvr-bounce-to-top:active:before,
    .hvr-bounce-to-top:focus:before,
    .hvr-bounce-to-top:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-radial-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-radial-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        border-radius: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-radial-out:active,
    .hvr-radial-out:focus,
    .hvr-radial-out:hover {
        color: #fff
    }

    .hvr-radial-out:active:before,
    .hvr-radial-out:focus:before,
    .hvr-radial-out:hover:before {
        -webkit-transform: scale(2);
        transform: scale(2)
    }

    .hvr-radial-in {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden;
        background: #2098d1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-radial-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        border-radius: 100%;
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-radial-in:active,
    .hvr-radial-in:focus,
    .hvr-radial-in:hover {
        color: #fff
    }

    .hvr-radial-in:active:before,
    .hvr-radial-in:focus:before,
    .hvr-radial-in:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .hvr-rectangle-in {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #2098d1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-rectangle-in:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #e1e1e1;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-rectangle-in:active,
    .hvr-rectangle-in:focus,
    .hvr-rectangle-in:hover {
        color: #fff
    }

    .hvr-rectangle-in:active:before,
    .hvr-rectangle-in:focus:before,
    .hvr-rectangle-in:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    .hvr-rectangle-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-rectangle-out:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-rectangle-out:active,
    .hvr-rectangle-out:focus,
    .hvr-rectangle-out:hover {
        color: #fff
    }

    .hvr-rectangle-out:active:before,
    .hvr-rectangle-out:focus:before,
    .hvr-rectangle-out:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .hvr-shutter-in-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #2098d1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-shutter-in-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-in-horizontal:active,
    .hvr-shutter-in-horizontal:focus,
    .hvr-shutter-in-horizontal:hover {
        color: #fff
    }

    .hvr-shutter-in-horizontal:active:before,
    .hvr-shutter-in-horizontal:focus:before,
    .hvr-shutter-in-horizontal:hover:before {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    .hvr-shutter-out-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-shutter-out-horizontal:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-out-horizontal:active,
    .hvr-shutter-out-horizontal:focus,
    .hvr-shutter-out-horizontal:hover {
        color: #fff
    }

    .hvr-shutter-out-horizontal:active:before,
    .hvr-shutter-out-horizontal:focus:before,
    .hvr-shutter-out-horizontal:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    .hvr-shutter-in-vertical {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #2098d1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-shutter-in-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #e1e1e1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-in-vertical:active,
    .hvr-shutter-in-vertical:focus,
    .hvr-shutter-in-vertical:hover {
        color: #fff
    }

    .hvr-shutter-in-vertical:active:before,
    .hvr-shutter-in-vertical:focus:before,
    .hvr-shutter-in-vertical:hover:before {
        -webkit-transform: scaleY(0);
        transform: scaleY(0)
    }

    .hvr-shutter-out-vertical {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        background: #e1e1e1;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-shutter-out-vertical:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-shutter-out-vertical:active,
    .hvr-shutter-out-vertical:focus,
    .hvr-shutter-out-vertical:hover {
        color: #fff
    }

    .hvr-shutter-out-vertical:active:before,
    .hvr-shutter-out-vertical:focus:before,
    .hvr-shutter-out-vertical:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    .hvr-border-fade {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
        box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
    }

    .hvr-border-fade:active,
    .hvr-border-fade:focus,
    .hvr-border-fade:hover {
        box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent
    }

    .hvr-hollow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: background;
        transition-property: background;
        box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
    }

    .hvr-hollow:active,
    .hvr-hollow:focus,
    .hvr-hollow:hover {
        background: 0 0
    }

    .hvr-trim {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-trim:before {
        content: '';
        position: absolute;
        border: #fff solid 4px;
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: opacity;
        transition-property: opacity
    }

    .hvr-trim:active:before,
    .hvr-trim:focus:before,
    .hvr-trim:hover:before {
        opacity: 1
    }

    @-webkit-keyframes hvr-ripple-out {
        100% {
            top: -12px;
            right: -12px;
            bottom: -12px;
            left: -12px;
            opacity: 0
        }
    }

    @keyframes hvr-ripple-out {
        100% {
            top: -12px;
            right: -12px;
            bottom: -12px;
            left: -12px;
            opacity: 0
        }
    }

    .hvr-ripple-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-ripple-out:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 6px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }

    .hvr-ripple-out:active:before,
    .hvr-ripple-out:focus:before,
    .hvr-ripple-out:hover:before {
        -webkit-animation-name: hvr-ripple-out;
        animation-name: hvr-ripple-out
    }

    @-webkit-keyframes hvr-ripple-in {
        100% {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 1
        }
    }

    @keyframes hvr-ripple-in {
        100% {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 1
        }
    }

    .hvr-ripple-in {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-ripple-in:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        -webkit-animation-duration: 1s;
        animation-duration: 1s
    }

    .hvr-ripple-in:active:before,
    .hvr-ripple-in:focus:before,
    .hvr-ripple-in:hover:before {
        -webkit-animation-name: hvr-ripple-in;
        animation-name: hvr-ripple-in
    }

    .hvr-outline-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-outline-out:before {
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left
    }

    .hvr-outline-out:active:before,
    .hvr-outline-out:focus:before,
    .hvr-outline-out:hover:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px
    }

    .hvr-outline-in {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-outline-in:before {
        pointer-events: none;
        content: '';
        position: absolute;
        border: #e1e1e1 solid 4px;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left
    }

    .hvr-outline-in:active:before,
    .hvr-outline-in:focus:before,
    .hvr-outline-in:hover:before {
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        opacity: 1
    }

    .hvr-round-corners {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: border-radius;
        transition-property: border-radius
    }

    .hvr-round-corners:active,
    .hvr-round-corners:focus,
    .hvr-round-corners:hover {
        border-radius: 1em
    }

    .hvr-underline-from-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-left:active:before,
    .hvr-underline-from-left:focus:before,
    .hvr-underline-from-left:hover:before {
        right: 0
    }

    .hvr-underline-from-center {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-center:active:before,
    .hvr-underline-from-center:focus:before,
    .hvr-underline-from-center:hover:before {
        left: 0;
        right: 0
    }

    .hvr-underline-from-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-underline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-from-right:active:before,
    .hvr-underline-from-right:focus:before,
    .hvr-underline-from-right:hover:before {
        left: 0
    }

    .hvr-overline-from-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-overline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-left:active:before,
    .hvr-overline-from-left:focus:before,
    .hvr-overline-from-left:hover:before {
        right: 0
    }

    .hvr-overline-from-center {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-overline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-center:active:before,
    .hvr-overline-from-center:focus:before,
    .hvr-overline-from-center:hover:before {
        left: 0;
        right: 0
    }

    .hvr-overline-from-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-overline-from-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 100%;
        right: 0;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transition-property: left;
        transition-property: left;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-from-right:active:before,
    .hvr-overline-from-right:focus:before,
    .hvr-overline-from-right:hover:before {
        left: 0
    }

    .hvr-reveal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-color: #2098d1;
        border-style: solid;
        border-width: 0;
        -webkit-transition-property: border-width;
        transition-property: border-width;
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-reveal:active:before,
    .hvr-reveal:focus:before,
    .hvr-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        border-width: 4px
    }

    .hvr-underline-reveal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-underline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-underline-reveal:active:before,
    .hvr-underline-reveal:focus:before,
    .hvr-underline-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .hvr-overline-reveal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden
    }

    .hvr-overline-reveal:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        top: 0;
        background: #2098d1;
        height: 4px;
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-overline-reveal:active:before,
    .hvr-overline-reveal:focus:before,
    .hvr-overline-reveal:hover:before {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .hvr-glow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow
    }

    .hvr-glow:active,
    .hvr-glow:focus,
    .hvr-glow:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, .6)
    }

    .hvr-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow
    }

    .hvr-shadow:active,
    .hvr-shadow:focus,
    .hvr-shadow:hover {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
    }

    .hvr-grow-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: box-shadow, transform;
        transition-property: box-shadow, transform
    }

    .hvr-grow-shadow:active,
    .hvr-grow-shadow:focus,
    .hvr-grow-shadow:hover {
        box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .hvr-box-shadow-outset {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow
    }

    .hvr-box-shadow-outset:active,
    .hvr-box-shadow-outset:focus,
    .hvr-box-shadow-outset:hover {
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
    }

    .hvr-box-shadow-inset {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: box-shadow;
        transition-property: box-shadow;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
    }

    .hvr-box-shadow-inset:active,
    .hvr-box-shadow-inset:focus,
    .hvr-box-shadow-inset:hover {
        box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
    }

    .hvr-float-shadow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-float-shadow:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity
    }

    .hvr-float-shadow:active,
    .hvr-float-shadow:focus,
    .hvr-float-shadow:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .hvr-float-shadow:active:before,
    .hvr-float-shadow:focus:before,
    .hvr-float-shadow:hover:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px)
    }

    .hvr-shadow-radial {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-shadow-radial:after,
    .hvr-shadow-radial:before {
        pointer-events: none;
        position: absolute;
        content: '';
        left: 0;
        width: 100%;
        box-sizing: border-box;
        background-repeat: no-repeat;
        height: 5px;
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: opacity;
        transition-property: opacity
    }

    .hvr-shadow-radial:before {
        bottom: 100%;
        background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
    }

    .hvr-shadow-radial:after {
        top: 100%;
        background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
    }

    .hvr-shadow-radial:active:after,
    .hvr-shadow-radial:active:before,
    .hvr-shadow-radial:focus:after,
    .hvr-shadow-radial:focus:before,
    .hvr-shadow-radial:hover:after,
    .hvr-shadow-radial:hover:before {
        opacity: 1
    }

    .hvr-bubble-top {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-bubble-top:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        top: 0;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #e1e1e1 transparent
    }

    .hvr-bubble-top:active:before,
    .hvr-bubble-top:focus:before,
    .hvr-bubble-top:hover:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .hvr-bubble-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-bubble-right:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        right: 0;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e1e1e1
    }

    .hvr-bubble-right:active:before,
    .hvr-bubble-right:focus:before,
    .hvr-bubble-right:hover:before {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .hvr-bubble-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-bubble-bottom:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        left: calc(50% - 10px);
        bottom: 0;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent
    }

    .hvr-bubble-bottom:active:before,
    .hvr-bubble-bottom:focus:before,
    .hvr-bubble-bottom:hover:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .hvr-bubble-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-bubble-left:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        border-style: solid;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        top: calc(50% - 10px);
        left: 0;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e1e1e1 transparent transparent
    }

    .hvr-bubble-left:active:before,
    .hvr-bubble-left:focus:before,
    .hvr-bubble-left:hover:before {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .hvr-bubble-float-top {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-top:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        top: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #e1e1e1 transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-top:active,
    .hvr-bubble-float-top:focus,
    .hvr-bubble-float-top:hover {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .hvr-bubble-float-top:active:before,
    .hvr-bubble-float-top:focus:before,
    .hvr-bubble-float-top:hover:before {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .hvr-bubble-float-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-right:before {
        position: absolute;
        z-index: -1;
        top: calc(50% - 10px);
        right: 0;
        content: '';
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #e1e1e1;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-right:active,
    .hvr-bubble-float-right:focus,
    .hvr-bubble-float-right:hover {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .hvr-bubble-float-right:active:before,
    .hvr-bubble-float-right:focus:before,
    .hvr-bubble-float-right:hover:before {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .hvr-bubble-float-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-bottom:before {
        position: absolute;
        z-index: -1;
        content: '';
        left: calc(50% - 10px);
        bottom: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #e1e1e1 transparent transparent transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-bottom:active,
    .hvr-bubble-float-bottom:focus,
    .hvr-bubble-float-bottom:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .hvr-bubble-float-bottom:active:before,
    .hvr-bubble-float-bottom:focus:before,
    .hvr-bubble-float-bottom:hover:before {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .hvr-bubble-float-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-left:before {
        position: absolute;
        z-index: -1;
        content: '';
        top: calc(50% - 10px);
        left: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #e1e1e1 transparent transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform
    }

    .hvr-bubble-float-left:active,
    .hvr-bubble-float-left:focus,
    .hvr-bubble-float-left:hover {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .hvr-bubble-float-left:active:before,
    .hvr-bubble-float-left:focus:before,
    .hvr-bubble-float-left:hover:before {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .hvr-icon-back {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .1s;
        transition-duration: .1s
    }

    .hvr-icon-back .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-back:active .hvr-icon,
    .hvr-icon-back:focus .hvr-icon,
    .hvr-icon-back:hover .hvr-icon {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }

    .hvr-icon-forward {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .1s;
        transition-duration: .1s
    }

    .hvr-icon-forward .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .1s;
        transition-duration: .1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-forward:active .hvr-icon,
    .hvr-icon-forward:focus .hvr-icon,
    .hvr-icon-forward:hover .hvr-icon {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    @-webkit-keyframes hvr-icon-down {

        0%,
        100%,
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        25%,
        75% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }
    }

    @keyframes hvr-icon-down {

        0%,
        100%,
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        25%,
        75% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }
    }

    .hvr-icon-down {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-down .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-down:active .hvr-icon,
    .hvr-icon-down:focus .hvr-icon,
    .hvr-icon-down:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-down;
        animation-name: hvr-icon-down;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    @-webkit-keyframes hvr-icon-up {

        0%,
        100%,
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        25%,
        75% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }
    }

    @keyframes hvr-icon-up {

        0%,
        100%,
        50% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        25%,
        75% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }
    }

    .hvr-icon-up {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-up .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-up:active .hvr-icon,
    .hvr-icon-up:focus .hvr-icon,
    .hvr-icon-up:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-up;
        animation-name: hvr-icon-up;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    .hvr-icon-spin {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-spin .hvr-icon {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .hvr-icon-spin:active .hvr-icon,
    .hvr-icon-spin:focus .hvr-icon,
    .hvr-icon-spin:hover .hvr-icon {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    @-webkit-keyframes hvr-icon-drop {
        0% {
            opacity: 0
        }

        50% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        100%,
        51% {
            opacity: 1
        }
    }

    @keyframes hvr-icon-drop {
        0% {
            opacity: 0
        }

        50% {
            opacity: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        100%,
        51% {
            opacity: 1
        }
    }

    .hvr-icon-drop {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-drop .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-drop:active .hvr-icon,
    .hvr-icon-drop:focus .hvr-icon,
    .hvr-icon-drop:hover .hvr-icon {
        opacity: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-animation-name: hvr-icon-drop;
        animation-name: hvr-icon-drop;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
        animation-timing-function: cubic-bezier(.52, 1.64, .37, .66)
    }

    .hvr-icon-fade {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-fade .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-property: color;
        transition-property: color
    }

    .hvr-icon-fade:active .hvr-icon,
    .hvr-icon-fade:focus .hvr-icon,
    .hvr-icon-fade:hover .hvr-icon {
        color: #0f9e5e
    }

    @-webkit-keyframes hvr-icon-float-away {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em)
        }
    }

    @keyframes hvr-icon-float-away {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(-1em);
            transform: translateY(-1em)
        }
    }

    .hvr-icon-float-away {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-float-away .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .hvr-icon-float-away:active .hvr-icon,
    .hvr-icon-float-away:focus .hvr-icon,
    .hvr-icon-float-away:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-float-away;
        animation-name: hvr-icon-float-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    @-webkit-keyframes hvr-icon-sink-away {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(1em);
            transform: translateY(1em)
        }
    }

    @keyframes hvr-icon-sink-away {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0;
            -webkit-transform: translateY(1em);
            transform: translateY(1em)
        }
    }

    .hvr-icon-sink-away {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-sink-away .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }

    .hvr-icon-sink-away:active .hvr-icon,
    .hvr-icon-sink-away:focus .hvr-icon,
    .hvr-icon-sink-away:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-sink-away;
        animation-name: hvr-icon-sink-away;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    .hvr-icon-grow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-grow .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-grow:active .hvr-icon,
    .hvr-icon-grow:focus .hvr-icon,
    .hvr-icon-grow:hover .hvr-icon {
        -webkit-transform: scale(1.3) translateZ(0);
        transform: scale(1.3) translateZ(0)
    }

    .hvr-icon-shrink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-shrink .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-shrink:active .hvr-icon,
    .hvr-icon-shrink:focus .hvr-icon,
    .hvr-icon-shrink:hover .hvr-icon {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    @-webkit-keyframes hvr-icon-pulse {
        25% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3)
        }

        75% {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }
    }

    @keyframes hvr-icon-pulse {
        25% {
            -webkit-transform: scale(1.3);
            transform: scale(1.3)
        }

        75% {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }
    }

    .hvr-icon-pulse {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-pulse .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pulse:active .hvr-icon,
    .hvr-icon-pulse:focus .hvr-icon,
    .hvr-icon-pulse:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-pulse;
        animation-name: hvr-icon-pulse;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-icon-pulse-grow {
        to {
            -webkit-transform: scale(1.3);
            transform: scale(1.3)
        }
    }

    @keyframes hvr-icon-pulse-grow {
        to {
            -webkit-transform: scale(1.3);
            transform: scale(1.3)
        }
    }

    .hvr-icon-pulse-grow {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-pulse-grow .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pulse-grow:active .hvr-icon,
    .hvr-icon-pulse-grow:focus .hvr-icon,
    .hvr-icon-pulse-grow:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-pulse-grow;
        animation-name: hvr-icon-pulse-grow;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

    @-webkit-keyframes hvr-icon-pulse-shrink {
        to {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }
    }

    @keyframes hvr-icon-pulse-shrink {
        to {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }
    }

    .hvr-icon-pulse-shrink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent
    }

    .hvr-icon-pulse-shrink .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pulse-shrink:active .hvr-icon,
    .hvr-icon-pulse-shrink:focus .hvr-icon,
    .hvr-icon-pulse-shrink:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-pulse-shrink;
        animation-name: hvr-icon-pulse-shrink;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate
    }

    @-webkit-keyframes hvr-icon-push {
        50% {
            -webkit-transform: scale(.5);
            transform: scale(.5)
        }
    }

    @keyframes hvr-icon-push {
        50% {
            -webkit-transform: scale(.5);
            transform: scale(.5)
        }
    }

    .hvr-icon-push {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-push .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-push:active .hvr-icon,
    .hvr-icon-push:focus .hvr-icon,
    .hvr-icon-push:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-push;
        animation-name: hvr-icon-push;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-icon-pop {
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }
    }

    @keyframes hvr-icon-pop {
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5)
        }
    }

    .hvr-icon-pop {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-pop .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-pop:active .hvr-icon,
    .hvr-icon-pop:focus .hvr-icon,
    .hvr-icon-pop:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-pop;
        animation-name: hvr-icon-pop;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .hvr-icon-bounce {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-bounce .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-bounce:active .hvr-icon,
    .hvr-icon-bounce:focus .hvr-icon,
    .hvr-icon-bounce:hover .hvr-icon {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
        transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
    }

    .hvr-icon-rotate {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-rotate .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-rotate:active .hvr-icon,
    .hvr-icon-rotate:focus .hvr-icon,
    .hvr-icon-rotate:hover .hvr-icon {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    .hvr-icon-grow-rotate {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-grow-rotate .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-grow-rotate:active .hvr-icon,
    .hvr-icon-grow-rotate:focus .hvr-icon,
    .hvr-icon-grow-rotate:hover .hvr-icon {
        -webkit-transform: scale(1.5) rotate(12deg);
        transform: scale(1.5) rotate(12deg)
    }

    .hvr-icon-float {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-float .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-float:active .hvr-icon,
    .hvr-icon-float:focus .hvr-icon,
    .hvr-icon-float:hover .hvr-icon {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    .hvr-icon-sink {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-sink .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out
    }

    .hvr-icon-sink:active .hvr-icon,
    .hvr-icon-sink:focus .hvr-icon,
    .hvr-icon-sink:hover .hvr-icon {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    @-webkit-keyframes hvr-icon-bob {
        0% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }

        50% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        100% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }
    }

    @keyframes hvr-icon-bob {
        0% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }

        50% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        100% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }
    }

    @-webkit-keyframes hvr-icon-bob-float {
        100% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }
    }

    @keyframes hvr-icon-bob-float {
        100% {
            -webkit-transform: translateY(-6px);
            transform: translateY(-6px)
        }
    }

    .hvr-icon-bob {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-bob .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-bob:active .hvr-icon,
    .hvr-icon-bob:focus .hvr-icon,
    .hvr-icon-bob:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
        animation-name: hvr-icon-bob-float, hvr-icon-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate
    }

    @-webkit-keyframes hvr-icon-hang {
        0% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }

        50% {
            -webkit-transform: translateY(2px);
            transform: translateY(2px)
        }

        100% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }
    }

    @keyframes hvr-icon-hang {
        0% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }

        50% {
            -webkit-transform: translateY(2px);
            transform: translateY(2px)
        }

        100% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }
    }

    @-webkit-keyframes hvr-icon-hang-sink {
        100% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }
    }

    @keyframes hvr-icon-hang-sink {
        100% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }
    }

    .hvr-icon-hang {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-hang .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-hang:active .hvr-icon,
    .hvr-icon-hang:focus .hvr-icon,
    .hvr-icon-hang:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        animation-name: hvr-icon-hang-sink, hvr-icon-hang;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate
    }

    @-webkit-keyframes hvr-icon-wobble-horizontal {
        16.65% {
            -webkit-transform: translateX(6px);
            transform: translateX(6px)
        }

        33.3% {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px)
        }

        49.95% {
            -webkit-transform: translateX(4px);
            transform: translateX(4px)
        }

        66.6% {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px)
        }

        83.25% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    @keyframes hvr-icon-wobble-horizontal {
        16.65% {
            -webkit-transform: translateX(6px);
            transform: translateX(6px)
        }

        33.3% {
            -webkit-transform: translateX(-5px);
            transform: translateX(-5px)
        }

        49.95% {
            -webkit-transform: translateX(4px);
            transform: translateX(4px)
        }

        66.6% {
            -webkit-transform: translateX(-2px);
            transform: translateX(-2px)
        }

        83.25% {
            -webkit-transform: translateX(1px);
            transform: translateX(1px)
        }

        100% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }
    }

    .hvr-icon-wobble-horizontal {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-wobble-horizontal .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-wobble-horizontal:active .hvr-icon,
    .hvr-icon-wobble-horizontal:focus .hvr-icon,
    .hvr-icon-wobble-horizontal:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-icon-wobble-vertical {
        16.65% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }

        33.3% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }

        49.95% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px)
        }

        66.6% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        83.25% {
            -webkit-transform: translateY(1px);
            transform: translateY(1px)
        }

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

    @keyframes hvr-icon-wobble-vertical {
        16.65% {
            -webkit-transform: translateY(6px);
            transform: translateY(6px)
        }

        33.3% {
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }

        49.95% {
            -webkit-transform: translateY(4px);
            transform: translateY(4px)
        }

        66.6% {
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px)
        }

        83.25% {
            -webkit-transform: translateY(1px);
            transform: translateY(1px)
        }

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

    .hvr-icon-wobble-vertical {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-wobble-vertical .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-wobble-vertical:active .hvr-icon,
    .hvr-icon-wobble-vertical:focus .hvr-icon,
    .hvr-icon-wobble-vertical:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-wobble-vertical;
        animation-name: hvr-icon-wobble-vertical;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    @-webkit-keyframes hvr-icon-buzz {
        50% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        100% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }
    }

    @keyframes hvr-icon-buzz {
        50% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        100% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }
    }

    .hvr-icon-buzz {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-buzz .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-buzz:active .hvr-icon,
    .hvr-icon-buzz:focus .hvr-icon,
    .hvr-icon-buzz:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-buzz;
        animation-name: hvr-icon-buzz;
        -webkit-animation-duration: .15s;
        animation-duration: .15s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    @-webkit-keyframes hvr-icon-buzz-out {
        10% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        20% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        30% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        40% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        50% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        60% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        70% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        80% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        90% {
            -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0)
        }

        100% {
            -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0)
        }
    }

    @keyframes hvr-icon-buzz-out {
        10% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        20% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        30% {
            -webkit-transform: translateX(3px) rotate(2deg);
            transform: translateX(3px) rotate(2deg)
        }

        40% {
            -webkit-transform: translateX(-3px) rotate(-2deg);
            transform: translateX(-3px) rotate(-2deg)
        }

        50% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        60% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        70% {
            -webkit-transform: translateX(2px) rotate(1deg);
            transform: translateX(2px) rotate(1deg)
        }

        80% {
            -webkit-transform: translateX(-2px) rotate(-1deg);
            transform: translateX(-2px) rotate(-1deg)
        }

        90% {
            -webkit-transform: translateX(1px) rotate(0);
            transform: translateX(1px) rotate(0)
        }

        100% {
            -webkit-transform: translateX(-1px) rotate(0);
            transform: translateX(-1px) rotate(0)
        }
    }

    .hvr-icon-buzz-out {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }

    .hvr-icon-buzz-out .hvr-icon {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    .hvr-icon-buzz-out:active .hvr-icon,
    .hvr-icon-buzz-out:focus .hvr-icon,
    .hvr-icon-buzz-out:hover .hvr-icon {
        -webkit-animation-name: hvr-icon-buzz-out;
        animation-name: hvr-icon-buzz-out;
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .hvr-curl-top-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-curl-top-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        left: 0;
        background: #fff;
        background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
        z-index: 1000;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width, height;
        transition-property: width, height
    }

    .hvr-curl-top-left:active:before,
    .hvr-curl-top-left:focus:before,
    .hvr-curl-top-left:hover:before {
        width: 25px;
        height: 25px
    }

    .hvr-curl-top-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-curl-top-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        top: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
        box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width, height;
        transition-property: width, height
    }

    .hvr-curl-top-right:active:before,
    .hvr-curl-top-right:focus:before,
    .hvr-curl-top-right:hover:before {
        width: 25px;
        height: 25px
    }

    .hvr-curl-bottom-right {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-curl-bottom-right:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
        box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width, height;
        transition-property: width, height
    }

    .hvr-curl-bottom-right:active:before,
    .hvr-curl-bottom-right:focus:before,
    .hvr-curl-bottom-right:hover:before {
        width: 25px;
        height: 25px
    }

    .hvr-curl-bottom-left {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative
    }

    .hvr-curl-bottom-left:before {
        pointer-events: none;
        position: absolute;
        content: '';
        height: 0;
        width: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
        box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-property: width, height;
        transition-property: width, height
    }

    .hvr-curl-bottom-left:active:before,
    .hvr-curl-bottom-left:focus:before,
    .hvr-curl-bottom-left:hover:before {
        width: 25px;
        height: 25px
    }

    .desktop_html.main-srvc-page .sb_sr_top {
        max-width: 600px
    }

    .desktop_html.main-srvc-page .sb_sr_top h5 {
        color: #f9f9f9;
        line-height: 80px;
        letter-spacing: 3.2px;
        font-size: 16px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif
    }

    .main-srvc-page.sales-force .btn_line {
        border: 1px solid #fff !important
    }

    .main-srvc-page .latest-industry-domain .btn_line {
        border: 1px solid #fff !important
    }

    .main-srvc-page .btn_line {
        border: 1px solid transparent !important
    }

    .main-srvc-page .description {
        color: #9c9c9c !important;
        font-weight: 500;
        font-size: 16px;
        line-height: 32px
    }

    .desktop_html.main-srvc-page .sb_sr_top .heading {
        font-size: 40px;
        color: #f9f9f9;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 20px;
        text-align: left
    }

    .desktop_html .sb_sr_top span.blr {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #775dca;
        border-radius: 15px
    }

    .desktop_html .srvc-sec-1 .btn.btn-primary.btn-ylw {
        background-color: #348d4d;
        box-shadow: 0 4px 13px rgba(234, 234, 234, .25);
        padding: 13px 25px
    }

    .desktop_html .srvc-sec-1 .btn.btn-primary.btn-white {
        background-color: transparent;
        color: #fff;
        border: 1px solid
    }

    .desktop_html .srvc-sec-1 .btn.btn-primary.btn-white:focus {
        border: 1px solid transparent !important
    }

    .desktop_html .srvc-sec-1 .btn.btn-primary.btn-white:active {
        border: 1px solid transparent !important
    }

    .desktop_html .btn-primary:focus {
        box-shadow: unset !important
    }

    .desktop_html .btn.btn-primary.btn-white:hover {
        border: 1px solid transparent;
        color: #000;
        background-color: #348d4d
    }

    .srvc-icon-mob {
        display: none
    }

    .srvc-img-dsktp {
        display: block
    }

    .main-srvc-page .block-card-slider .sec-3-right a {
        color: #348d4d;
        float: right;
        padding-right: 20px;
        display: none
    }

    .main-srvc-page .block-card-slider .sec-3-right p a {
        color: #348d4d;
        float: none;
        display: inline !important;
        padding-right: 0 !important
    }

    .main-srvc-page .block-card-slider .slick-current .sec-3-right a {
        display: block
    }

    .main-srvc-page .block_chain {
        background-color: #000
    }

    .our-prcs .our-prcs-ani .our-prcs-heading {
        font-weight: 600;
        font-size: 50px;
        line-height: 76px
    }

    .our-prcs .mobile_project {
        display: none
    }

    .our-prcs {
        margin-top: 60px
    }

    .our-prcs .our-prcs-ani {
        margin-bottom: 60px
    }

    .our-prcs .our-prcs-ani .our-prcs-description {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        padding: 20px 0 30px;
        color: #f9f9f9
    }

    .our-prcs .our-prcs-ani .our-prcs-box {
        border: 3px solid #fff;
        border-radius: 0 50px 50px 0;
        border-left: 0;
        height: 200px;
        width: 100%;
        display: block;
        max-width: 900px;
        margin: auto;
        margin-left: 120px;
        position: relative
    }

    .prcs-top {
        position: absolute;
        width: 105%;
        top: -53%;
        left: -8%
    }

    .our-prcs-box-wrapper {
        padding: 10% 0
    }

    .dm-srvc-sec-4 .domain-sec-5-feature {
        max-height: 450px;
        overflow-y: scroll;
        overflow-x: hidden
    }

    .dm-srvc-sec-4 .domain-sec-5-feature::-webkit-scrollbar {
        border: none;
        background-color: #353535;
        border-radius: 20px
    }

    .dm-srvc-sec-4 .domain-sec-5-feature::-webkit-scrollbar-corner {
        background: 0 0
    }

    .dm-srvc-sec-4 .domain-sec-5-feature::-webkit-scrollbar-thumb {
        background: 0 0;
        background-color: #100f0f;
        width: 5px;
        border-radius: 20px
    }

    .dm-srvc-sec-3 .left-col-dm .heading {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        color: #348d4d;
        margin: 20px 0
    }

    .dm-srvc-sec-3 .left-col-dm .heading span {
        color: #fff
    }

    .dm-srvc-sec-3 .left-col-dm .title {
        font-weight: 400;
        font-size: 25px;
        line-height: 40px;
        color: #fff;
        margin: 20px 0
    }

    .dm-srvc-sec-3 .left-col-dm .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #ababab;
        margin: 20px 0
    }

    .dm-srvc-sec-4.domain-sec-5 .domain-sec-5-content {
        max-width: 450px
    }

    .dm-srvc-sec-5 {
        background-color: #000
    }

    .dm-srvc-sec-5 .dash-border {
        position: relative
    }

    .dm-srvc-sec-5 .dash-border::before {
        position: absolute;
        content: '';
        border-top: 1px dashed #348d4d;
        width: 80%;
        top: 34%;
        margin: auto;
        left: 0;
        right: 0;
        opacity: .2
    }

    .dm-srvc-sec-5 .dm-srvc-content .main-heading {
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        color: #348d4d
    }

    .dm-srvc-sec-5 .dm-srvc-content .title {
        font-weight: 400;
        font-size: 23px;
        line-height: 35px;
        color: #fff;
        padding-top: 32px
    }

    .dm-srvc-sec-5 .dm-srvc-card {
        background: #212121;
        box-shadow: 0 0 23px #353535;
        height: 140px;
        width: 140px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: auto
    }

    .dm-srvc-sec-5 .dm-srvc-card .card-heading {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #348d4d;
        text-align: center
    }

    .dm-srvc-sec-5 .card-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #9c9c9c;
        padding-top: 30px;
        margin-bottom: 0
    }

    .dm-srvc-sec-5 .hover-circle {
        height: 40px;
        width: 40px;
        background-color: #212121;
        box-shadow: 0 0 23px #353535;
        border-radius: 50%;
        opacity: 0;
        position: absolute;
        top: -10%;
        color: #348d4d;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s ease-in-out
    }

    .dm-srvc-sec-5 .dm-srvc-card {
        position: relative
    }

    .dm-srvc-sec-5 .dm-srvc-card-box:hover .hover-circle {
        opacity: 1
    }

    .digital-sub .left-sub-box .box-sec .icon-title {
        color: #fff;
        font-size: 15px;
        padding-top: 15px
    }

    .digital-sub .left-sub-box .box-sec .icon-title:hover {
        color: #348d4d
    }

    @media (max-width:1300px) {
        .our-prcs-box-wrapper {
            padding: 10%
        }
    }

    .prcs-bottom {
        position: absolute;
        width: 105%;
        bottom: -53%;
        left: -8%
    }

    .prcs-bottom .prcs-content,
    .prcs-content {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 150px
    }

    .prcs-content .icon img {
        border: 1px solid #fff;
        border-radius: 8px;
        padding: 10px;
        margin: 10px 0
    }

    .prcs-content .dot {
        height: 10px;
        width: 10px;
        margin: 9px 0;
        border-radius: 50px;
        background: #fff;
        border: 1px solid #348d4d
    }

    .prcs-content .title {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        letter-spacing: 1px;
        min-height: 65px;
        display: flex;
        align-items: center
    }

    .our-prcs .mobile_html .mobile_project {
        overflow: hidden
    }

    .our-prcs .mobile_html .mobile_project .pro_container {
        overflow-x: scroll
    }

    ::-webkit-scrollbar {
        height: 4px;
        width: 4px;
        border: none
    }

    ::-webkit-scrollbar-thumb {
        background: #348d4d;
        border-radius: 5px
    }

    .our-prcs .mobile_html .mobile_project li {
        border: none;
        margin-left: 0;
        margin-right: 0
    }

    .latest-industry-domain .indus-heading {
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        text-align: center;
        letter-spacing: .4px;
        text-transform: uppercase;
        color: #fff
    }

    .latest-industry-domain .indus-description {
        font-weight: 500;
        font-size: 36px;
        line-height: 47px;
        text-align: center;
        max-width: 800px;
        margin: 0 auto
    }

    .latest-industry-domain .carousel .slide_container {
        height: 500px !important;
        transform: rotateX(2deg)
    }

    .latest-industry-domain .carousel .slide_container .top-active {
        top: 65%;
        right: 0;
        left: 0;
        text-align: center !important;
        padding: 0 6% 0 12%
    }

    .latest-industry-domain .cta-more-box.arrow.slide-left {
        top: 72%
    }

    .latest-industry-domain .cta-more-box.arrow.slide-right {
        top: 72%
    }

    .latest-industry-domain .categoryTitle {
        text-align: center !important;
        width: 100%
    }

    .main-srvc-page .sr-cta .heading {
        font-weight: 600;
        font-size: 50px;
        line-height: 76px;
        letter-spacing: .02em;
        color: #f9f9f9;
        margin-bottom: 0
    }

    .main-srvc-page .sr-cta p {
        font-weight: 300;
        font-size: 26px;
        line-height: 48px;
        text-align: center;
        color: #e9e9e9;
        max-width: 950px;
        margin: 0 auto
    }

    .main-srvc-page .sr-ctn-btn-pd {
        padding: 37px 0
    }

    .main-srvc-page .sr-ctn-btn-pd .btn_line {
        background-color: #348d4d;
        border: 1px solid transparent !important
    }

    .main-srvc-page .hd_s.srvc-heading-main-srvc {
        font-weight: 700;
        font-size: 36px;
        line-height: 54px;
        text-transform: uppercase;
        color: #bfbfbf;
        letter-spacing: 10px
    }

    .main-srvc-page .srvc-card-box {
        overflow: hidden;
        border-radius: 30px;
        height: 200px;
        box-shadow: -1px -2px 1px 0 #5f5f60d1
    }

    .main-srvc-page .srvc-card {
        background: #000;
        border-radius: 30px;
        height: 195px;
        padding: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer
    }

    .main-srvc-page .srvc-card .main-srvc-content {
        text-align: center
    }

    .main-srvc-page .srvc-card .main-srvc-content .srvc-head-img {
        min-height: 65px
    }

    .main-srvc-page .srvc-card-box a {
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        line-height: 26px
    }

    .main-srvc-page .srvc-card-box a .srvc-card .main-srvc-content .srvc-name {
        min-height: 65px;
        padding-top: 20px
    }

    @media(max-width:425px) {
        .srvc-list-icon {
            display: none;
        }
    }

    .main-srvc-page .sub-service-services .sr-box:hover {
        max-height: 380px
    }

    .main-srvc-page .sub-service-services.website-development .sr-box:hover {
        max-height: 300px
    }

    .main-srvc-page .sub-service-services.mobile-development .sr-box:hover {
        max-height: 300px
    }

    .main-srvc-page .sub-service-services.digital-marketing .sr-box:hover {
        max-height: 290px
    }

    .main-srvc-page .sub-service-services.software-development .sr-box:hover {
        max-height: 380px
    }

    .testimonial-block {
        background-color: #101214 !important
    }

    .testimonial-block-career {
        background-color: #000 !important
    }

    .testimonial-heading {
        font-weight: 500;
        font-size: 36px;
        line-height: 54px;
        color: #fff
    }

    .testimonial-heading-ylw {
        font-weight: 500;
        font-size: 50px;
        line-height: 72px;
        color: #e9b43f
    }

    .testimonial-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 176.19%;
        color: #c4c4c4;
        padding: 20px 0
    }

    .testimonial-card {
        max-width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        position: relative
    }

    .testimonial-card .test-img-up {
        position: absolute;
        right: 0
    }

    .testimonial-card .test-img-down {
        position: absolute;
        left: 0;
        bottom: 7%
    }

    .testimonial-card-slider {
        height: 500px
    }

    .testimonial-card .testimonial-list .testimonial-wrapper {
        background: #000;
        border: 1px solid #373737;
        border-radius: 20px;
        height: 100%;
        width: unset;
        position: relative
    }

    .testimonial-card ul li {
        cursor: pointer
    }

    .testimonial-card-slider .slick-slide {
        transform: scale(.7);
        transition: all 1s ease
    }

    .testimonial-card-slider .slick-slide.slick-current {
        transform: scale(1);
        transition: all 1s ease
    }

    .testimonial-card-slider .slick-clone-current {
        transition: all 1s ease;
        transform: scale(1) !important
    }

    .testimonial-card-slider .slick-clone-current-next,
    .testimonial-card-slider .slick-clone-current-prev {
        transition: all 1s ease;
        transform: scale(.7) !important
    }

    .testimonial-card-slider .slick-track {
        padding-top: 20px
    }

    .testimonial-card .testimonial-card-slider .slick-list .slick-track .slick-slide {
        display: flex;
        justify-content: center
    }

    .testimonial-card .testimonial-card-slider .slick-list .slick-track .slick-center {
        margin-top: 0
    }

    .testimonial-card .testimonial-card-slider .slide {
        height: 520px;
        display: flex !important;
        align-items: center
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content {
        padding: 20px;
        position: relative;
        margin-top: 90px;
        text-align: center
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .test-client-img {
        overflow: hidden;
        z-index: 1;
        margin-top: -45%
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .test-client-img img {
        margin: auto
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .client-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #f9f9f9
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .client-project-name {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #b4b4b4;
        position: relative;
        padding-bottom: 10px
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .client-project-name::before {
        position: absolute;
        content: '';
        background-color: #348d4d;
        height: 2px;
        width: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .client-project-description {
        font-weight: 500;
        font-size: 16px;
        line-height: 28px;
        color: #f9f9f9;
        text-align: center;
        opacity: 1;
        padding-bottom: 20px
    }

    .testimonial-card .slick-center .testimonial-list .testimonial-wrapper .test-content .client-project-description {
        opacity: 1
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .project-rating {
        font-weight: 500;
        font-size: 16px;
        line-height: 34px;
        padding: 20px 0
    }

    .testimonial-card .testimonial-list .testimonial-wrapper .test-content .project-rating .fa {
        color: #e1574a;
        margin: 0 0 0 3px;
        display: inline-block
    }

    .srvc-faq .faq-circle {
        top: 24%
    }

    .sr_faq.srvc-faq .accordion-faq ul.accordion-list li {
        padding: 20px 12px
    }

    .sales-force .container {
        max-width: 1400px !important
    }

    .sec-ylw-line {
        width: 100%;
        position: absolute;
        height: 3px;
        background-color: #348d4d;
        z-index: -1
    }

    .ylw-heading {
        padding-left: 5px;
        background-color: #000;
        max-width: 90%;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: .02em;
        margin-top: -25px
    }

    .sales-sec-1 .btn_line:hover {
        border: 1px solid transparent !important
    }

    .sales-sec-1 {
        padding: 90px 90px 100px !important;
        background-image: url(../img/salesforce/sales-main.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        min-height: 100vh
    }

    .sales-sec-1 .sb_sr_top {
        max-width: 750px !important
    }

    .sales-sec-1 .sb_sr_top p {
        max-width: 550px
    }

    .desktop_html .sub-services-top .salesforce-banner-img img {
        width: auto;
        position: unset !important;
        right: unset;
        top: 27%;
        margin: unset;
        border-radius: 15px
    }

    .sales-sec-2 {
        padding: 80px 0;
        position: relative;
        z-index: 0
    }

    .sales-sec-2 .ylw-heading {
        background-color: #101214;
        max-width: 90%;
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: .02em;
        margin-top: -25px
    }

    .sales-sec-2 .tab {
        max-height: 600px;
        overflow: scroll;
        overflow-x: hidden
    }

    .sales-sec-2 .tab::-webkit-scrollbar {
        border: none;
        background-color: #000;
        border-radius: 20px
    }

    .sales-sec-2 .tab::-webkit-scrollbar-corner {
        background: 0 0
    }

    .sales-sec-2 .tab::-webkit-scrollbar-thumb {
        background: 0 0;
        background-color: #353535;
        width: 5px;
        border-radius: 20px
    }

    .sales-sec-2 .tab li {
        margin: 5px 0
    }

    .sales-sec-2 .mb-service {
        border: 1px solid transparent;
        padding-left: 0;
        padding: 39px 70px 38px 34px;
        position: relative;
        transition: all .6s ease-in-out;
        z-index: 0;
        width: 80%;
        border-radius: 10px
    }

    .sales-sec-2 .mb-service .srvc-tab-link {
        color: #979797 !important;
        font-weight: 400;
        font-size: 19px;
        line-height: 36px
    }

    .sales-sec-2 .mb-service.active .srvc-tab-link {
        color: #fff !important
    }

    .sales-sec-2 .mb-service.active {
        border: 1px solid transparent;
        border-color: rgba(202, 224, 242, .4) !important;
        transition: all .6s ease-in
    }

    .sales-sec-2 .srvc-tab-link {
        position: relative
    }

    .sales-sec-2 .srvc-tab-link .right-arrow {
        position: absolute;
        content: url(../img/industries/right-arrow.svg);
        display: none;
        left: unset
    }

    .sales-sec-2 button.active .right-arrow {
        display: block;
        right: 5px;
        top: 0;
        bottom: 0;
        height: 100%;
        opacity: 1;
        animation: forwards fadeInLeft 1s ease-in-out
    }

    @keyframes fadeInLeft {
        from {
            opacity: 0;
            right: 5px
        }

        to {
            opacity: 1;
            right: -35px
        }
    }

    .sales-sec-2 .tabcontent {
        text-align: center
    }

    .sales-sec-2 .tabcontent .title {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 2px;
        color: #fff;
        padding-top: 20px
    }

    .sales-sec-2 .tabcontent .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #9c9c9c;
        padding: 20px 0 40px
    }

    .sales-sec-3 {
        background-color: #000;
        padding: 50px 0
    }

    .sales-sec-3 .sec-3-content {
        text-align: center
    }

    .sales-sec-3 .sec-3-content .heading {
        font-weight: 600;
        font-size: 40px;
        line-height: 50px;
        letter-spacing: .02em;
        color: #348d4d
    }

    .sales-sec-3 .sec-3-content .sub-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: #9c9c9c;
        padding-bottom: 62px
    }

    .sales-sec-3 .prcs-section {
        justify-content: space-between
    }

    .sales-sec-3 .prcs-section .sales-process-card {
        text-align: center
    }

    .sales-sec-3 .prcs-section .sales-process-card .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #fff;
        min-height: 80px;
        padding: 10px 0 17px
    }

    .sales-sec-3 .prcs-section .sales-process-card .description {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #9c9c9c
    }

    .sales-sec-4 {
        padding: 80px 0;
        background-image: url(../img/salesforce/sales-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

    .sales-sec-4 .sales-sec-4-content {
        max-width: 500px
    }

    .sales-sec-4 .sales-sec-4-content .title {
        font-weight: 600;
        font-size: 35px;
        line-height: 54px;
        letter-spacing: 2px;
        color: #fff
    }

    .sales-sec-4 .sales-sec-4-card .sec-4-card {
        background: #000;
        border: 1px solid #373737;
        border-radius: 20px;
        text-align: center;
        padding: 20px
    }

    .sales-sec-4 .sales-sec-4-card .sec-4-card:nth-child(2) {
        margin-top: 20px
    }

    .sales-sec-4 .sales-sec-4-card .sec-4-card .title {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        padding: 10px 0
    }

    .sales-sec-4 .sales-sec-4-card .sec-4-card .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c
    }

    .sales-sec-5 {
        padding: 80px 0;
        position: relative;
        z-index: 0
    }

    .sales-sec-5 .sales-padding-card {
        padding: 0 80px
    }

    .sales-sec-5 .sub-heading {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c;
        padding: 20px 0
    }

    .sales-sec-5 .experties-card {
        background: #000;
        border: 1px solid #979797;
        border-radius: 20px;
        height: 121px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px
    }

    .sales-sec-5 .experties-card .sub-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #fff;
        text-align: center
    }

    .sales-dot-img {
        position: absolute;
        bottom: 5%;
        left: 5%
    }

    .sales-sec-6 {
        padding: 80px 0
    }

    .sales-sec-6 .sales-sec-6-content {
        text-align: center;
        padding-bottom: 40px
    }

    .sales-sec-6 .sales-sec-6-content .heading {
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: .02em;
        color: #fff;
        margin-bottom: 0
    }

    .sales-sec-6 .sales-sec-6-content .sub-heading {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c;
        padding-bottom: 34px;
        padding-top: 15px
    }

    .sales-industries {
        border: 1px solid #414141
    }

    .sales-industries:nth-child(1),
    :nth-child(2),
    :nth-child(3),
    :nth-child(4),
    :nth-child(5) {
        border-top: none
    }

    .sales-industries:nth-child(5),
    :nth-child(10),
    :nth-child(15) {
        border-right: none
    }

    .sales-industries:nth-child(1),
    :nth-child(11),
    :nth-child(6) {
        border-left: none
    }

    .sales-industries:nth-child(11),
    :nth-child(12),
    :nth-child(13),
    :nth-child(14),
    :nth-child(15) {
        border-bottom: none
    }

    .sales-industries .sales-indus-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 40px
    }

    .sales-industries .sales-indus-list .indus-list-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        padding-top: 15px;
        min-height: 68px;
        display: flex;
        align-items: center
    }

    .sales-sec-7 {
        background-color: #000;
        padding: 50px 0
    }

    .sales-sec-7 .sales-sec-7-content .heading {
        font-weight: 600;
        font-size: 31px;
        line-height: 54px;
        text-align: center;
        letter-spacing: 2px;
        color: #fff
    }

    .sales-sec-7 .sales-sec-7-content .sub-heading {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c;
        text-align: left;
        padding-left: 10px
    }

    .sales-sec-7 .needs-card-sec {
        display: flex;
        justify-content: center
    }

    .sales-sec-7 .needs-card {
        background: #101214;
        border-radius: 8px;
        padding: 50px;
        text-align: center;
        margin-top: 35px;
        width: 100%
    }

    .sales-sec-7 .needs-card .card-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sales-sub-sec-1 {
        text-align: center;
        background-image: url(../img/salesforce/sales-sub/implementation-main.svg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 200px 0 20px !important;
        min-height: 100vh
    }

    .sales-sub-sec-1 .sales-banner-logos {
        margin-top: 100px;
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .sales-sub-sec-1 .sales-sub-sec-1-content span.blr {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #775dca;
        border-radius: 15px
    }

    .sales-sub-sec-1 .sales-sub-sec-1-content .main-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 80px;
        letter-spacing: .2em;
        text-transform: uppercase;
        color: #f9f9f9
    }

    .sales-sub-sec-1 .sales-sub-sec-1-content .heading {
        font-weight: 600;
        font-size: 50px;
        line-height: 58px;
        margin: 10px 0
    }

    .sales-sub-sec-1 .sales-sub-sec-1-content .description {
        padding: 20px 0 40px
    }

    .sales-sub-sec-2 {
        padding: 100px 0 50px !important;
        position: relative;
        z-index: 0
    }

    .sales-sub-sec-2 .ylw-heading {
        background-color: #101214
    }

    .sales-sub-sec-2 .sub-heading {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c;
        padding-left: 20px;
        padding-top: 20px
    }

    .sales-sub-sec-2 .mb-service {
        text-align: center;
        background: #000;
        border: 1px solid #979797;
        border-radius: 20px;
        padding: 0;
        height: 121px;
        width: 100%;
        margin-top: 40px
    }

    .sales-sub-sec-2 .mb-service.active {
        border: 1px solid #348d4d
    }

    .sales-sub-sec-2 .srvc-tab-link {
        padding: 0 50px
    }

    .sales-sub-sec-2 .gtabs {
        max-width: 1300px;
        margin-top: 75px
    }

    .sales-sub-sec-2 .gtabs .title {
        font-weight: 600;
        font-size: 24px;
        line-height: 36px;
        color: #fff
    }

    .sales-sub-sec-2 .gtabs .description {
        font-weight: 500;
        font-size: 16px;
        line-height: 32px;
        color: #9c9c9c;
        padding-top: 18px
    }

    .sales-sub-sec-2 .gtabs .description ul {
        padding-left: 20px
    }

    .sales-sub-sec-2 .gtabs .description ul li {
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
        color: #9c9c9c;
        list-style: disc
    }

    .sales-sub-sec-3 {
        background-color: #000;
        padding: 80px 25px
    }

    .sales-sub-sec-3 .sales-sub-sec-3-content {
        font-weight: 500;
        font-size: 36px;
        line-height: 50px;
        letter-spacing: .02em;
        color: #fff;
        text-align: center;
        padding-bottom: 60px
    }

    .sales-sub-benefit {
        text-align: center
    }

    .sales-sub-benefit .sales-sub-no {
        font-weight: 600;
        font-size: 60px;
        line-height: 90px;
        color: #fff
    }

    .sales-sub-benefit .sale-sub-no-title {
        font-weight: 600;
        font-size: 21px;
        line-height: 33px;
        color: #82868c
    }

    .sales-sub-sec-4 {
        padding: 80px 0;
        background-image: url(../img/salesforce/sales-bg.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0
    }

    .sales-sec-2.sales-sub-sec-4 .srvc-tab-link .right-arrow {
        content: '' !important;
        display: flex;
        align-items: center
    }

    .sales-sec-2.sales-sub-sec-4 .srvc-tab-link .right-arrow img {
        display: none
    }

    .sales-sec-2.sales-sub-sec-4 .mb-service.active .srvc-tab-link .right-arrow img {
        display: block
    }

    .sales-sub-sec-4 .ylw-heading {
        background-color: #08090b
    }

    .sales-sub-sec-4 .mb-service {
        border: 1px solid transparent;
        border-color: rgba(202, 224, 242, .4) !important;
        transition: all .6s ease-in;
        margin-top: 30px;
        border-radius: 8px
    }

    .sales-sub-sec-4 .mb-service.active {
        background-color: #000
    }

    .sales-sub-sec-4 .tab {
        max-height: unset !important;
        overflow: hidden;
        width: 100%
    }

    .sales-sub-sec-4 .tab .mb-service {
        width: 85%
    }

    .salestab-content {
        background: #000;
        border-radius: 8px
    }

    .sales-sub-sec-4 .app-head {
        display: flex;
        align-items: center;
        height: 100%
    }

    .salestabcontent {
        display: none
    }

    .salestabcontent:nth-child(1) {
        display: block
    }

    .sales-sub-sec-4 .salestab-content {
        text-align: left;
        padding: 40px 60px 40px 30px !important;
        max-width: 650px;
        min-height: 480px
    }

    .sales-sub-sec-4 .salestab-content .description {
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #9c9c9c
    }

    .sales-sub-sec-4 .salestab-content .description a {
        color: #348d4d !important
    }

    .salestab-content .description .salestab-content-list {
        padding-left: 20px
    }

    .salestab-content .description .salestab-content-list li {
        list-style: disc
    }

    .sales-sub-sec-6 {
        padding: 50px 0
    }

    .sales-sub-sec-6 .sales-sub-srvc .title {
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: .02em;
        color: #fff;
        text-align: center
    }

    .sales-sub-sec-6 .sales-sub-srvc .sub-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #9c9c9c;
        text-align: center;
        padding: 10px 0
    }

    .sales-sub-srvc-right {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .sales-sub-srvc-content {
        max-width: 500px
    }

    .sales-sub-sec-6 .sales-sub-srvc-content .sales-sub-srvc-content-list li {
        list-style: disc !important;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #d8d8d8;
        padding: 15px 0
    }

    .sales-sub-sec-7 {
        padding: 80px 0;
        background: #000;
        text-align: center
    }

    .sales-sub-sec-7 .heading {
        font-weight: 600;
        font-size: 36px;
        line-height: 54px;
        letter-spacing: .02em;
        color: #fff
    }

    .sales-sub-sec-7 .solution-card {
        padding: 40px 0
    }

    .sales-sub-sec-7 .solution-card .solution-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        padding-top: 10px
    }

    @media (max-width:1440px) {
        .padding-container-max {
            padding: 0 10%
        }

        .sales-sub-sec-1 {
            padding: 100px 0 80px !important;
            min-height: 100vh
        }

        .sales-sub-sec-1 .sales-sub-sec-1-content .main-title {
            line-height: 40px
        }

        .sales-sub-sec-1 .sales-sub-sec-1-content .heading {
            margin: 10px 0
        }

        .sales-sub-sec-1 .sales-sub-sec-1-content .description {
            padding: 10px 0 20px
        }
    }

    @media (max-width:1050px) {
        .prcs-top {
            left: -9%;
            top: -54%
        }

        .prcs-bottom {
            left: -9%
        }

        .our-prcs .our-prcs-ani .our-prcs-box {
            margin: auto !important
        }

        .prcs-content .dot {
            margin: 11px 0
        }
    }

    @media (max-width:991px) {
        .desktop_html .sub-services-top img {
            opacity: 0
        }
    }

    @media (max-width:768px) {
        .main-srvc-page .sub-service-services.software-development .sr-box:hover {
            max-height: unset !important;
            height: unset !important
        }

        .sub-service-services .sr-box {
            overflow: hidden
        }

        .sub-service-services .sr-box,
        .sub-service-services .sr-box .sr-sub-head {
            margin-top: 0
        }

        .custom-software-development-wrapper .active {
            max-height: max-content !important;
            height: max-content !important;
            transition: all 1s ease-in-out
        }

        .custom-software-development-wrapper .sr-box:hover .sr-description {
            margin: 0;
            overflow: hidden;
            opacity: 0 !important;
            height: 0 !important
        }

        .custom-software-development-wrapper .sr-box.active .sr-description {
            margin: 15px;
            height: max-content !important;
            opacity: 1 !important
        }

        .custom-software-development-wrapper .sr-box.active .description {
            opacity: 1 !important;
            height: max-content !important
        }

        .custom-software-development-wrapper .sr-box.active .heading {
            color: #348d4d
        }

        .domain-sec-5 .domain-sec-5-content .heading {
            font-size: 30px;
            line-height: 45px
        }

        .dm-srvc-sec-5 .dm-srvc-content .main-heading {
            font-size: 26px;
            line-height: 39px
        }

        .dm-srvc-sec-5 .dm-srvc-content .title {
            font-size: 20px;
            line-height: 33px
        }

        .dm-srvc-sec-5 .card-title {
            padding-bottom: 30px
        }

        .dm-srvc-sec-5 .dash-border::before {
            display: none
        }

        .sales-sec-1 {
            padding: 100px 20px 50px !important
        }

        .sales-sec-1 .sb_sr_top h5 {
            margin-bottom: 0
        }

        .sales-sec-2 .tab {
            max-height: 500px;
            margin: auto
        }

        .sales-sec-2 .mb-service {
            padding: 33px 50px 35px 15px;
            width: 95%;
            text-align: left
        }

        .sales-sec-2 .tab-wrapper .tab-content img {
            height: 200px
        }

        .sales-sec-2 .sub-sr-tab-icon {
            height: unset;
            display: none
        }

        .sales-sec-2 .tab-wrapper .tab-content .title {
            display: none !important
        }

        .sales-sec-2 .tab-wrapper .tab-content {
            padding-top: 10px;
            text-align: center !important
        }

        .sales-sec-2 .tab li {
            text-align: center
        }

        .sales-sec-2 .tab-content .description {
            padding: 15px 0;
            font-size: 12px;
            line-height: 22px
        }

        .block_chain.sales-sec-2 .sec-3_mid_text .sec-3-h2 {
            margin-top: -30px
        }

        .sales-sec-2 .mb-service .srvc-tab-link {
            font-size: 15px;
            line-height: 28px
        }

        .sales-sec-3 {
            padding: 50px 0
        }

        .sales-sec-3 .sec-3-content .heading {
            font-size: 24px;
            line-height: 40px;
            margin-bottom: 10px !important
        }

        .sales-sec-3 .sec-3-content .sub-title {
            font-size: 14px;
            line-height: 22px
        }

        .sales-sec-3 .prcs-section .sales-process-card .description {
            font-size: 11px;
            line-height: 16px;
            padding-bottom: 20px
        }

        .sales-sec-3 .prcs-section .sales-process-card .title {
            min-height: 50px
        }

        .sales-sec-4 {
            padding: 50px 0
        }

        .sales-sec-4 .sales-sec-4-content .title {
            font-size: 24px;
            text-align: center;
            line-height: 40px
        }

        .sales-sec-4 .sales-sec-4-content .description {
            font-size: 14px;
            line-height: 22px;
            text-align: center;
            padding: 10px 0 20px
        }

        .sales-sec-4 .sales-sec-4-card .sec-4-card .title {
            font-size: 18px;
            line-height: 25px
        }

        .sales-sec-4 .sales-sec-4-card .sec-4-card.mob-card-3 {
            margin-top: 20px
        }

        .sales-sec-4 .sales-sec-4-card .sec-4-card .description {
            font-size: 12px;
            line-height: 18px
        }

        .sales-sec-5 {
            padding: 50px 0 80px
        }

        .sales-sec-5 .experties-card {
            height: 80px
        }

        .sales-sec-5 .experties-card .sub-title {
            font-size: 16px;
            line-height: 24px
        }

        .sales-sec-5 .sub-heading {
            text-align: center
        }

        .sales-sec-5 .sales-dot-img {
            bottom: 2%
        }

        .sales-sec-6 {
            padding: 50px 0
        }

        .sales-sec-6 .sales-sec-6-content .heading {
            font-size: 24px
        }

        .sales-industries .sales-indus-list .indus-list-title {
            font-size: 16px;
            line-height: 20px
        }

        .sales-industries {
            border: 1px solid #414141
        }

        .sales-industries:nth-child(1),
        :nth-child(2),
        :nth-child(3) {
            border-top: none
        }

        .sales-industries:nth-child(3),
        :nth-child(12),
        :nth-child(15),
        :nth-child(6),
        :nth-child(9) {
            border-right: none
        }

        .sales-industries:nth-child(1),
        :nth-child(10),
        :nth-child(13),
        :nth-child(4),
        :nth-child(7) {
            border-left: none;
            /* width:130px; */
        }

        .sales-industries:nth-child(13),
        :nth-child(14),
        :nth-child(15) {
            border-bottom: none
        }

        .sales-sec-7 {
            padding: 50px 0
        }

        .sales-sec-7 .sales-sec-7-content .heading {
            font-size: 24px;
            text-align: center;
            line-height: 40px;
            margin-bottom: 10px !important
        }

        .sales-sec-7 .sales-sec-7-content .sub-heading {
            font-size: 14px;
            line-height: 22px;
            text-align: center
        }

        .sales-sec-7 .needs-card {
            padding: 20px
        }

        .sales-sec-7 .needs-card .card-title {
            font-size: 16px;
            line-height: 23px
        }

        .sales-sub-sec-1 .sales-sub-sec-1-content .heading {
            font-size: 40px;
            line-height: 45px
        }

        .ylw-heading {
            text-align: center;
            max-width: 100%;
            font-size: 24px !important;
            line-height: 40px !important
        }

        .sales-sub-sec-2 .sub-heading {
            padding-top: 20px
        }

        .sales-sub-sec-2 .tab-content {
            text-align: center
        }

        .sales-sub-sec-2 .tab-content .title {
            display: none
        }

        .sales-sub-sec-2 .tab-content img {
            height: 200px;
            padding: 20px
        }

        .sales-sub-sec-2 .tab-content .description {
            font-size: 12px;
            line-height: 22px;
            padding-top: 10px
        }

        .sales-sub-sec-2 .gtabs {
            display: none
        }

        .sales-sub-sec-3 .sales-sub-sec-3-content {
            font-size: 28px;
            line-height: 40px
        }

        .sales-sub-sec-4 .tab .mb-service {
            width: 100%
        }

        .sales-sub-sec-4 .salestab-content {
            padding: 40px 20px !important
        }

        .sales-sub-benefit .sales-sub-no {
            font-size: 30px;
            line-height: 80px
        }

        .sales-sub-benefit .sale-sub-no-title {
            font-size: 19px;
            line-height: 25px
        }

        .sales-sub-sec-6 .sales-sub-srvc .title {
            font-size: 25px;
            line-height: 35px
        }

        .sales-sub-sec-6 .sales-sub-srvc-content .sales-sub-srvc-content-list {
            padding-left: 25px
        }

        .sales-sub-sec-7 .heading {
            font-size: 25px;
            line-height: 40px
        }
    }

    @media (max-width:450px) {
        .our-prcs .mobile_project {
            display: block
        }

        .srvc-img-dsktp {
            display: none
        }

        .srvc-icon-mob {
            display: block
        }

        .desktop_html .srvc-btn-main .btn.btn-primary {
            letter-spacing: 1.2px;
            padding: 10px 12px !important;
            font-size: 12px
        }

        .desktop_html.main-srvc-page .btn.btn-primary.btn-white {
            margin-left: 10px
        }

        .srvc-icon-mob-top img {
            opacity: 1 !important;
            top: 20% !important;
            right: 0 !important;
            position: absolute
        }

        .srvc-icon-mob-down img {
            opacity: 1 !important;
            bottom: 0 !important;
            right: 0 !important;
            position: absolute;
            top: 80% !important
        }

        .latest-industry-domain .indus-description {
            font-size: 21px;
            line-height: 33px
        }

        .latest-industry-domain .carousel .slide_container {
            height: 400px !important
        }

        .latest-industry-domain .cta-more-box.arrow.slide-left {
            left: 15px;
            bottom: -12%;
            top: unset
        }

        .latest-industry-domain .cta-more-box.arrow.slide-right {
            left: 75%;
            bottom: -12%;
            top: unset
        }

        .testimonial-card .testimonial-card-slider .slide {
            height: 580px
        }

        .testimonial-card ul li {
            margin-top: 70px
        }

        .testimonial-card .slick-current.slick-active.slick-center .testimonial-list .testimonial-wrapper {
            width: calc(100vw - 60px);
            height: 100%
        }

        .testimonial-card .testimonial-list .testimonial-wrapper .test-content .test-client-img {
            margin-top: -60%
        }

        .testimonial-card .testimonial-list .testimonial-wrapper .test-content .client-project-description {
            font-size: 15px;
            line-height: 24px
        }

        .testimonial-card .testimonial-list .testimonial-wrapper {
            margin-top: 70px
        }

        .our-prcs .our-prcs-ani .our-prcs-box {
            display: none
        }

        .our-prcs .our-prcs-ani .our-prcs-heading {
            font-weight: 600;
            font-size: 30px;
            line-height: 48px;
            text-align: left
        }

        .our-prcs .our-prcs-ani .our-prcs-description {
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            color: #f9f9f9;
            opacity: .9;
            text-align: left
        }

        .prcs-content .icon img {
            padding: 20px
        }

        .main-srvc-page .sr-cta .heading {
            font-weight: 600;
            font-size: 30px;
            line-height: 26px;
            letter-spacing: .02em;
            padding: 20px 0
        }

        .main-srvc-page .sr-cta p {
            font-weight: 500;
            font-size: 15px;
            line-height: 20px
        }

        .our-prcs-box-wrapper {
            padding: 0
        }

        .our-prcs .our-prcs-ani {
            margin-bottom: 0
        }

        .main-srvc-page .srvc-card-box {
            margin: 15px 0
        }
    }

    @media (max-width:300px) {
        .latest-industry-domain .indus-description {
            font-size: 18px;
            line-height: 33px
        }
    }

    .technologies-section h2 {
        text-align: center;
    }

    h2.mrg-b {
        margin-bottom: 80px;
    }

    .technologies-section h2 {
        text-align: center
    }

    .technologies-section .technologies-tab .nav {
        justify-content: center
    }

    .technologies-section .technologies-tab .nav-tabs {
        border-bottom: 1px solid #eee
    }

    .technologies-section .technologies-tab .nav-link {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 0 20px 24px 20px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid transparent;
        background-color: transparent
    }

    .technologies-section .technologies-tab .nav-link.active {
        color: #348d4d;
        border-bottom: 2px solid #348d4d;
    }

    .technologies-section .technologies-tab .tab-content {
        margin-top: 46px
    }

    .technologies-section .technologies-tab .tab-content .row {
        justify-content: center
    }

    .technologies-section .technologies-tab .icon-block {
        display: block;
        text-align: center;
        padding: 34px 6px;
        cursor: pointer
    }

    .technologies-section .technologies-tab .icon-block:hover {
        background-color: #348d4d;
    }

    .technologies-section .technologies-tab .icon-block .icon-box {
        height: 50px;
        display: flex;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center
    }

    .technologies-section .technologies-tab .icon-block .icon-box svg,
    .technologies-section .technologies-tab .icon-block .icon-box img {
        width: 48px;
        height: 48px
    }

    .technologies-section .technologies-tab .icon-block h3 {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        color: #ffffff;
        margin-top: 16px
    }

    .tech-icon {
        font-size: 44px;
        color: #252B33 !important
    }

    .tech-icon.icon-ic-database-technology-oracle,
    .tech-icon.icon-ic-database-technology-my-sql {
        font-size: 75px
    }

    .tech-icon.icon-ic-front-end-technology-wpf:before,
    .tech-icon.icon-ic-database-technology-my-sql:before,
    .tech-icon.icon-ic-database-technology-oracle:before,
    .tech-icon.icon-ic-database-technology-redis:before,
    .tech-icon.icon-ic-backend-technology-php:before,
    .tech-icon.icon-ic-backend-technology-dot-net:before,
    .tech-icon.icon-ic-backend-technology-node-js:before,
    .tech-icon.icon-ic-backend-technology-rails:before,
    .tech-icon.icon-ic-backend-technology-phthon:before {
        font-size: inherit
    }

    .p-tb-120 {
        padding: 120px 0px;
    }

    /*===== Discovery Process Start =====*/
    .discovery-process-section .process-box .icon-box {
        margin-bottom: 42px;
        position: relative;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        height: 48px;
        overflow: hidden;
    }

    .discovery-process-section .process-box .icon-box .process-icon {
        z-index: 1;
        margin-right: 42px;
        font-size: 48px;
    }

    .discovery-process-section .process-box .icon-box:after {
        content: "";
        border: 1px dashed #252b33;
        width: 60%;
        transform: translateY(-50%);
    }

    .discovery-process-section .process-block:last-child .process-box .icon-box:after {
        display: none;
    }

    .icon-box span {
        font-size: 60px;
        color: #ffffff;
    }

    .discovery-process-section .process-box h3 {
        margin-bottom: 15px;
    }

    .icon-tensorflow:before {
        content: "\e9a6";
    }

    .icon-theano:before {
        content: "\e9a7";
    }

    .icon-transport:before {
        content: "\e9a8";
    }

    .icon-unity-3d:before {
        content: "\e9a9";
    }

    .icon-vr-headset:before {
        content: "\e9aa";
    }

    .icon-zend:before {
        content: "\e9ab";
    }

    .icon-adobe-xd:before {
        content: "\e9ac";
    }

    .icon-adobe-illustrator:before {
        content: "\e9ad";
    }

    .icon-hr-final-step .path1:before {
        content: "\e9c3";
        color: rgb(144, 222, 169);
    }

    .icon-hr-final-step .path2:before {
        content: "\e9c4";
        margin-left: -1em;
        color: rgb(113, 191, 140);
    }

    .icon-hr-final-step .path3:before {
        content: "\e9c5";
        margin-left: -1em;
        color: rgb(255, 255, 255);
    }

    .icon-aws-tech:before {
        content: "\e96a";
    }

    .icon-laravel-tech:before {
        content: "\e96b";
    }

    .icon-cost-effective:before {
        content: "\e95f";
    }

    .icon-email-sending:before {
        content: "\e960";
    }

    .pt-120 {
        /*padding: 120px 0px;*/
        /* background-color: cornsilk; */
    }

    .icon-expert-user:before {
        content: "\e961";
    }

    .icon-foundational:before {
        content: "\e962";
    }

    .icon-group-discuss:before {
        content: "\e963";
    }

    .icon-like-thumb:before {
        content: "\e964";
    }

    .icon-no-group:before {
        content: "\e965";
    }

    .icon-no-upfront-cost:before {
        content: "\e966";
    }

    .icon-non-free:before {
        content: "\e967";
    }

    .icon-noun-watch:before {
        content: "\e968";
    }

    .icon-quality-badge:before {
        content: "\e969";
    }

    .icon-orange-star:before {
        content: "\e95e";
        color: #f13c31;
    }

    .icon-orange-start-icon:before {
        content: "\e95e";
        color: #f13c31;
    }

    .icon-button-arrow:before {
        content: "\e959";
        color: #fff;
    }

    .icon-check-circle-icon:before {
        content: "\e95a";
    }

    .icon-drop-close-icon:before {
        content: "\e95c";
    }

    .icon-drop-open-icon:before {
        content: "\e95d";
    }

    .icon-video-play .path1:before {
        content: "\e957";
        color: rgb(255, 255, 255);
    }

    .icon-video-play .path2:before {
        content: "\e958";
        margin-left: -1em;
        color: rgb(241, 60, 49);
    }

    .icon-star-img:before {
        content: "\e95b";
        color: #f13c31;
    }

    .icon-medium .path1:before {
        content: "\e942";
        color: rgb(0, 0, 0);
    }

    .icon-medium .path2:before {
        content: "\e947";
        margin-left: -1em;
        color: rgb(255, 255, 255);
    }

    .icon-medium .path3:before {
        content: "\e954";
        margin-left: -1em;
        color: rgb(255, 255, 255);
    }

    .icon-medium .path4:before {
        content: "\e955";
        margin-left: -1em;
        color: rgb(255, 255, 255);
    }

    .icon-blog:before {
        content: "\e956";
    }

    .icon-night-mode-ic:before {
        content: "\e949";
    }

    .icon-youtube:before {
        content: "\e953";
    }

    .icon-ic-day-mode:before {
        content: "\e952";
        color: #fff;
    }

    .icon-call-icon-ftr:before {
        content: "\e94c";
        color: #f13c31;
    }

    .icon-chat-icon-ftr:before {
        content: "\e94d";
        color: #f13c31;
    }

    .icon-email-icon-ftr:before {
        content: "\e94e";
        color: #f13c31;
    }

    .icon-ic-night-mode:before {
        content: "\e94f";
    }

    .icon-ic-send-message-black:before {
        content: "\e950";
    }

    .icon-pen-icon-ftr:before {
        content: "\e951";
        color: #f13c31;
    }

    .icon-icon-marketing-speaker:before {
        content: "\e94a";
        color: #f13c31;
    }

    .icon-ic-our-methodology-project-review:before {
        content: "\e94b";
        color: #f13c31;
    }

    .icon-dribble:before {
        content: "\e943";
    }

    .icon-facebook:before {
        content: "\e944";
    }

    .icon-instagram:before {
        content: "\e945";
    }

    .icon-linkedin:before {
        content: "\e946";
    }

    .icon-twitter:before {
        content: "\e948";
    }

    .icon-career:before {
        content: "\e93e";
    }

    .icon-Contact:before {
        content: "\e93f";
    }

    .icon-How-we-work:before {
        content: "\e940";
    }

    .icon-team:before {
        content: "\e941";
    }

    .icon-ic-backend-technology-dot-net:before {
        content: "\e900";
    }

    .icon-ic-cms-technology-umbraco:before {
        content: "\e901";
    }

    .icon-ic-infra-technology-azure:before {
        content: "\e902";
    }

    .icon-ic-backend-technology-dot-net-nuke:before {
        content: "\e903";
    }

    .icon-ic-backend-technology-java:before {
        content: "\e904";
    }

    .icon-ic-backend-technology-node-js:before {
        content: "\e905";
    }

    .icon-ic-backend-technology-php:before {
        content: "\e906";
    }

    .icon-ic-backend-technology-phthon:before {
        content: "\e907";
    }

    .icon-ic-backend-technology-rails:before {
        content: "\e908";
    }

    .icon-ic-cms-technology-drupal:before {
        content: "\e909";
    }

    .icon-ic-cms-technology-joomla:before {
        content: "\e90a";
    }

    .icon-ic-cms-technology-magento:before {
        content: "\e90b";
    }

    .icon-ic-cms-technology-shopify-plus:before {
        content: "\e90c";
    }

    .icon-ic-cms-technology-wordpress:before {
        content: "\e90d";
    }

    .icon-ic-database-technology-dynamodb:before {
        content: "\e90e";
    }

    .icon-ic-database-technology-firebase:before {
        content: "\e90f";
    }

    .icon-ic-database-technology-mango-db:before {
        content: "\e910";
    }

    .icon-ic-database-technology-ms-sql:before {
        content: "\e911";
    }

    .icon-ic-database-technology-my-sql:before {
        content: "\e912";
    }

    .icon-ic-database-technology-oracle:before {
        content: "\e913";
    }

    .icon-ic-database-technology-postgresql:before {
        content: "\e914";
    }

    .icon-ic-database-technology-realm:before {
        content: "\e915";
    }

    .icon-ic-database-technology-redis:before {
        content: "\e916";
    }

    .icon-ic-front-end-technology-angular-js:before {
        content: "\e917";
    }

    .icon-ic-front-end-technology-html5:before {
        content: "\e918";
    }

    .icon-ic-front-end-technology-react:before {
        content: "\e919";
    }

    .icon-ic-front-end-technology-typescript:before {
        content: "\e91a";
    }

    .icon-ic-front-end-technology-vue:before {
        content: "\e91b";
    }

    .icon-ic-front-end-technology-wpf:before {
        content: "\e91c";
    }

    .icon-ic-infra-technology-appium:before {
        content: "\e91d";
    }

    .icon-ic-infra-technology-aws:before {
        content: "\e91e";
    }

    .icon-ic-infra-technology-google-cloud:before {
        content: "\e91f";
    }

    .icon-ic-infra-technology-gradle:before {
        content: "\e920";
    }

    .icon-ic-infra-technology-jenkins:before {
        content: "\e921";
    }

    .icon-ic-infra-technology-selenium:before {
        content: "\e922";
    }

    .icon-ic-mobile-aiml:before {
        content: "\e923";
        color: #f13c31;
    }

    .icon-ic-mobile-b2b:before {
        content: "\e924";
        color: #f13c31;
    }

    .icon-ic-mobile-b2c:before {
        content: "\e925";
        color: #f13c31;
    }

    .icon-ic-mobile-backend:before {
        content: "\e926";
        color: #f13c31;
    }

    .icon-ic-mobile-cms:before {
        content: "\e927";
        color: #f13c31;
    }

    .icon-ic-mobile-database:before {
        content: "\e928";
        color: #f13c31;
    }

    .icon-ic-mobile-design:before {
        content: "\e929";
        color: #f13c31;
    }

    .icon-ic-mobile-devops:before {
        content: "\e92a";
        color: #f13c31;
    }

    .icon-ic-mobile-discovery:before {
        content: "\e92b";
        color: #f13c31;
    }

    .icon-ic-mobile-enterprise:before {
        content: "\e92c";
        color: #f13c31;
    }

    .icon-ic-mobile-interactive:before {
        content: "\e92d";
        color: #f13c31;
    }

    .icon-ic-mobile-iot:before {
        content: "\e92e";
        color: #f13c31;
    }

    .icon-ic-mobile-mobile:before {
        content: "\e92f";
    }

    .icon-ic-mobile-project:before {
        content: "\e930";
        color: #f13c31;
    }

    .icon-ic-mobile-qa:before {
        content: "\e931";
        color: #f13c31;
    }

    .icon-ic-mobile-technology-android:before {
        content: "\e932";
    }

    .icon-ic-mobile-technology-flutter:before {
        content: "\e933";
    }

    .icon-ic-mobile-technology-ionic:before {
        content: "\e934";
    }

    .icon-ic-mobile-technology-ios:before {
        content: "\e935";
    }

    .icon-ic-mobile-technology-kotlin:before {
        content: "\e936";
    }

    .icon-ic-mobile-technology-objectivec:before {
        content: "\e937";
    }

    .icon-ic-mobile-technology-phone-gap:before {
        content: "\e938";
    }

    .icon-ic-mobile-technology-react-native:before {
        content: "\e939";
    }

    .icon-ic-mobile-technology-swift:before {
        content: "\e93a";
    }

    .icon-ic-mobile-technology-titanium:before {
        content: "\e93b";
    }

    .icon-ic-mobile-technology-xamarin:before {
        content: "\e93c";
    }

    .icon-ic-mobile-web:before {
        content: "\e93d";
    }

    .icon-ic-new-process-deliver:before {
        content: "\e9c2";
        color: #007afe;
    }

    .icon-ic-new-process-build:before {
        content: "\e9c6";
        color: #4bd965;
    }

    .icon-ic-new-process-design:before {
        content: "\e9c7";
        color: #ff9400;
    }

    .icon-ic-new-process-discover:before {
        content: "\e9c8";
        color: #6056de;
    }

    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 0px 20px;
    }

    .slick-slide img {
        width: 100%;
        transition: all 1s ease-in-out;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

    /* .slick-track {
    height: 100vh;
    } */

    .vertical-slider-wrap .slick-slide {
        opacity: 1
    }

    .portfolio-section-1-c {
        transition: all 1s ease-in-out;
    }

    .vertical-slider-wrap .slider-slide-heading-wrap {
        /*margin-left: 4em;*/
        position: relative;
        min-height: 280px;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img {
        border-radius: 50% !important;
        overflow: hidden;
        transition: border-radius 0.8s ease-in-out;
    }

    .vertical-slider-wrap .slick-current+.slick-slide .slide-content .slide-img {
        border-radius: 50% 50% 0 0 !important;
    }

    .vertical-slider-wrap .slick-current+.slick-slide .slide-content {
        align-items: end;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img.circle {
        border-radius: 50% !important;
    }

    .vertical-slider-wrap .slick-slide .slide-content {
        height: 45vh !important;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
    }

    .vertical-slider-wrap .slick-slide .slide-content {
        align-items: center;
    }

    .vertical-slider-wrap .slick-current .slide-content .slide-img {
        border-radius: 20% !important;
        overflow: hidden;
        height: 100%;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img {
        height: 90%;
        background-position: center;
        width: 90%;
    }

    .vertical-slider-wrap .floating-content {
        animation-name: floating;
        animation-duration: 2s;
        animation-iteration-count: forwards;
        animation-timing-function: ease-in-out;
    }

    @keyframes floating {
        0% {
            transform: translate(0, 0px);
        }

        50% {
            transform: translate(0, -15px);
        }

        100% {
            transform: translate(0, 0px);
        }
    }

    .vertical-slider-wrap img {
        width: 100%;
        height: auto;
    }

    .vertical-slider-wrap .slider {
        width: auto;
        height: 100vh;
        max-width: 380px;
        margin: 0 0 0 auto !important;
    }

    .vertical-slider-wrap .slick-list {
        height: 100vh !important;
    }

    .vertical-slider-wrap .slider-head-content {
        position: absolute;
        left: 10%;
        overflow: hidden;
    }

    .vertical-slider-wrap .slider-head-content .slide-title-c {
        /*max-width: 500px;*/
        font-size: 55px;
        font-weight: bold;
        opacity: 0;
        word-break: keep-all;
        white-space: nowrap;
    }

    .vertical-slider-wrap .slider-head-content .button-animation {
        opacity: 0;
        width: max-content;
        margin-top: 0.8em;
        font-size: 20px;
    }

    .vertical-slider-wrap .slider-head-content .button-animation::before {
        background-color: #fff;
        content: '';
        height: 2px;
        width: 45px;
        position: absolute;
        right: -55px;
        top: 49%;
        opacity: 0.4;
    }

    .portfolio-section-1-c {
        position: relative;
        overflow: hidden;
    }

    .vertical-slider-wrap .show-animation .title-animation {
        width: 0;
        overflow: hidden;
        animation: content-left-right 1.2s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation-clear .title-animation {
        overflow: hidden;
        animation: content-fade-out 1.5s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation .button-animation {
        opacity: 0;
        animation: content-left-right-button 0.7s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation-clear .button-animation {
        animation: content-left-right-button-hide 1.5s ease-in-out forwards;
    }

    @keyframes content-left-right {
        from {
            display: block;
            opacity: 0;
            width: 0
        }

        to {
            opacity: 1;
            width: 100%
        }
    }

    @keyframes content-fade-out {
        from {
            opacity: 1;
        }

        to {
            display: none;
            opacity: 0;
        }
    }

    @keyframes content-left-right-button {
        from {
            opacity: 0;
            transform: translateX(-10%);
        }

        to {
            opacity: 1;
            transform: translateX(10px);
        }
    }

    @keyframes content-left-right-button-hide {
        from {
            opacity: 1;
            transform: translateX(40px);
        }

        to {
            opacity: 0;
            transform: translateX(-10%);
        }
    }

    .portfolio-section-1-c .port-circle {
        height: 775px;
        width: 775px;
        position: absolute;
        border: 3px solid #808080;
        border-radius: 50%;
        right: -1%;
        bottom: -30%;
    }

    @media (min-width:900px) {
        .vertical-slider-wrap [data-slick-index="0"] .slide-img {
            transition: border-radius 4.5s ease-in-out !important;
        }
    }

    @media (max-width:1800px) {
        .portfolio-section-1-c .port-circle {
            height: 600px;
            width: 600px;
        }
    }

    @media (max-width:1400px) {
        .portfolio-section-1-c .port-circle {
            height: 540px;
            width: 540px;
            bottom: -40%;
            right: -1%;
        }

        .vertical-slider-wrap .slick-slide .slide-content .slide-img {
            width: 75%;
        }
    }

    @media (max-width:768px) {
        .vertical-slider-wrap .slider-head-content {
            padding-left: 1.5em;
        }

        .slick-track {
            height: unset;
        }

        .vertical-slider-wrap .slider {
            height: 60vh !important;
        }

        .vertical-slider-wrap .slick-list {
            height: 60vh !important;
        }

        .vertical-slider-wrap .floating-content {
            animation: unset !important
        }

        .vertical-slider-wrap .slick-current+.slick-slide .slide-content {
            align-items: center;
        }

        .vertical-slider-wrap .slick-slide .slide-content {
            align-items: center;
        }

        .vertical-slider-wrap .slick-current+.slick-slide .slide-content .slide-img {
            border-radius: 50% 0 0 50% !important;
        }

        .vertical-slider-wrap .slider-head-content .slide-title-c {
            font-size: 24px;
        }

        .vertical-slider-wrap .slider {
            margin: 0 !important;
            max-width: unset;
        }

        .vertical-slider-wrap .slider .slick-slide {
            margin: 0 10px;
        }

        .vertical-slider-wrap .slick-list {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .portfolio-section-1-c .port-circle {
            display: none;
        }

        .vertical-slider-wrap .slick-current .slide-content .slide-img {
            width: 100%;
        }

        .vertical-slider-wrap .slick-slide .slide-content .slide-img {
            width: 100%;
        }
    }

    /* CSS for the Our Clients section */
    .clients-section {
        background-color: #f4f4f4;
        padding: 40px 0;
        text-align: center;
    }

    .client-list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: white;
    }

    .client-item {
        margin: 20px 0;
        flex: 0 0 calc(33.333% - 40px);
        max-width: calc(33.333% - 40px);
    }

    .client-logo {
        max-width: 100%;
        height: auto;
    }

    .main_headclient {
        color: #348d4d;
    }

    .client-review {
        text-align: center;
        padding: 20px;
        color: white;
    }

    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 0px 20px;
    }

    .slick-slide img {
        width: 100%;
        transition: all 1s ease-in-out;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

    /* .slick-track {
    height: 100vh;
    } */

    .vertical-slider-wrap .slick-slide {
        opacity: 1
    }

    .portfolio-section-1-c {
        transition: all 1s ease-in-out;
    }

    .vertical-slider-wrap .slider-slide-heading-wrap {
        /*margin-left: 4em;*/
        position: relative;
        min-height: 280px;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img {
        border-radius: 50% !important;
        overflow: hidden;
        transition: border-radius 0.8s ease-in-out;
    }

    .vertical-slider-wrap .slick-current+.slick-slide .slide-content .slide-img {
        border-radius: 50% 50% 0 0 !important;
    }

    .vertical-slider-wrap .slick-current+.slick-slide .slide-content {
        align-items: end;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img.circle {
        border-radius: 50% !important;
    }

    .vertical-slider-wrap .slick-slide .slide-content {
        height: 45vh !important;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
    }

    .vertical-slider-wrap .slick-slide .slide-content {
        align-items: center;
    }

    .vertical-slider-wrap .slick-current .slide-content .slide-img {
        border-radius: 20% !important;
        overflow: hidden;
        height: 100%;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img {
        height: 90%;
        background-position: center;
        width: 90%;
    }

    .vertical-slider-wrap .floating-content {
        animation-name: floating;
        animation-duration: 2s;
        animation-iteration-count: forwards;
        animation-timing-function: ease-in-out;
    }

    @keyframes floating {
        0% {
            transform: translate(0, 0px);
        }

        50% {
            transform: translate(0, -15px);
        }

        100% {
            transform: translate(0, 0px);
        }
    }

    .vertical-slider-wrap img {
        width: 100%;
        height: auto;
    }

    .vertical-slider-wrap .slider {
        width: auto;
        height: 100vh;
        max-width: 380px;
        margin: 0 0 0 auto !important;
    }

    .vertical-slider-wrap .slick-list {
        height: 100vh !important;
    }

    .vertical-slider-wrap .slider-head-content {
        position: absolute;
        left: 10%;
        overflow: hidden;
    }

    .vertical-slider-wrap .slider-head-content .slide-title-c {
        /*max-width: 500px;*/
        font-size: 55px;
        font-weight: bold;
        opacity: 0;
        word-break: keep-all;
        white-space: nowrap;
    }

    .vertical-slider-wrap .slider-head-content .button-animation {
        opacity: 0;
        width: max-content;
        margin-top: 0.8em;
        font-size: 20px;
    }

    .vertical-slider-wrap .slider-head-content .button-animation::before {
        background-color: #fff;
        content: '';
        height: 2px;
        width: 45px;
        position: absolute;
        right: -55px;
        top: 49%;
        opacity: 0.4;
    }

    .portfolio-section-1-c {
        position: relative;
        overflow: hidden;
    }

    .vertical-slider-wrap .show-animation .title-animation {
        width: 0;
        overflow: hidden;
        animation: content-left-right 1.2s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation-clear .title-animation {
        overflow: hidden;
        animation: content-fade-out 1.5s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation .button-animation {
        opacity: 0;
        animation: content-left-right-button 0.7s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation-clear .button-animation {
        animation: content-left-right-button-hide 1.5s ease-in-out forwards;
    }

    @keyframes content-left-right {
        from {
            display: block;
            opacity: 0;
            width: 0
        }

        to {
            opacity: 1;
            width: 100%
        }
    }

    @keyframes content-fade-out {
        from {
            opacity: 1;
        }

        to {
            display: none;
            opacity: 0;
        }
    }

    @keyframes content-left-right-button {
        from {
            opacity: 0;
            transform: translateX(-10%);
        }

        to {
            opacity: 1;
            transform: translateX(10px);
        }
    }

    @keyframes content-left-right-button-hide {
        from {
            opacity: 1;
            transform: translateX(40px);
        }

        to {
            opacity: 0;
            transform: translateX(-10%);
        }
    }

    .portfolio-section-1-c .port-circle {
        height: 775px;
        width: 775px;
        position: absolute;
        border: 3px solid #808080;
        border-radius: 50%;
        right: -1%;
        bottom: -30%;
    }

    @media (min-width:900px) {
        .vertical-slider-wrap [data-slick-index="0"] .slide-img {
            transition: border-radius 4.5s ease-in-out !important;
        }
    }

    @media (max-width:1800px) {
        .portfolio-section-1-c .port-circle {
            height: 600px;
            width: 600px;
        }
    }

    @media (max-width:1400px) {
        .portfolio-section-1-c .port-circle {
            height: 540px;
            width: 540px;
            bottom: -40%;
            right: -1%;
        }

        .vertical-slider-wrap .slick-slide .slide-content .slide-img {
            width: 75%;
        }
    }

    @media (max-width:768px) {
        .vertical-slider-wrap .slider-head-content {
            padding-left: 1.5em;
        }

        .slick-track {
            height: unset;
        }

        .vertical-slider-wrap .slider {
            height: 60vh !important;
        }

        .vertical-slider-wrap .slick-list {
            height: 60vh !important;
        }

        .vertical-slider-wrap .floating-content {
            animation: unset !important
        }

        .vertical-slider-wrap .slick-current+.slick-slide .slide-content {
            align-items: center;
        }

        .vertical-slider-wrap .slick-slide .slide-content {
            align-items: center;
        }

        .vertical-slider-wrap .slick-current+.slick-slide .slide-content .slide-img {
            border-radius: 50% 0 0 50% !important;
        }

        .vertical-slider-wrap .slider-head-content .slide-title-c {
            font-size: 24px;
        }

        .vertical-slider-wrap .slider {
            margin: 0 !important;
            max-width: unset;
        }

        .vertical-slider-wrap .slider .slick-slide {
            margin: 0 10px;
        }

        .vertical-slider-wrap .slick-list {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .portfolio-section-1-c .port-circle {
            display: none;
        }

        .vertical-slider-wrap .slick-current .slide-content .slide-img {
            width: 100%;
        }

        .vertical-slider-wrap .slick-slide .slide-content .slide-img {
            width: 100%;
        }
    }

    /* CSS for the Our Clients section */
    .clients-section {
        background-color: #f4f4f4;
        padding: 40px 0;
        text-align: center;
    }

    .client-list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: white;
    }

    .client-item {
        margin: 20px 0;
        flex: 0 0 calc(33.333% - 40px);
        max-width: calc(33.333% - 40px);
    }

    .client-logo {
        max-width: 100%;
        height: auto;
    }

    .main_headclient {
        color: #348d4d;
    }

    .client-review {
        text-align: center;
        padding: 20px;
        color: white;
    }

    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
        margin: 0px 20px;
    }

    .banner_logos .img-box-h img {
        width: auto;
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
    }

    /* .slick-track {
    height: 100vh;
    } */

    .vertical-slider-wrap .slick-slide {
        opacity: 1
    }

    .portfolio-section-1-c {
        transition: all 1s ease-in-out;
    }

    .vertical-slider-wrap .slider-slide-heading-wrap {
        /*margin-left: 4em;*/
        position: relative;
        min-height: 280px;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img {
        border-radius: 50% !important;
        overflow: hidden;
        transition: border-radius 0.8s ease-in-out;
    }

    .vertical-slider-wrap .slick-current+.slick-slide .slide-content .slide-img {
        border-radius: 50% 50% 0 0 !important;
    }

    .vertical-slider-wrap .slick-current+.slick-slide .slide-content {
        align-items: end;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img.circle {
        border-radius: 50% !important;
    }

    .vertical-slider-wrap .slick-slide .slide-content {
        height: 45vh !important;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
    }

    .vertical-slider-wrap .slick-slide .slide-content {
        align-items: center;
    }

    .vertical-slider-wrap .slick-current .slide-content .slide-img {
        border-radius: 20% !important;
        overflow: hidden;
        height: 100%;
    }

    .vertical-slider-wrap .slick-slide .slide-content .slide-img {
        height: 90%;
        background-position: center;
        width: 90%;
    }

    .vertical-slider-wrap .floating-content {
        animation-name: floating;
        animation-duration: 2s;
        animation-iteration-count: forwards;
        animation-timing-function: ease-in-out;
    }

    @keyframes floating {
        0% {
            transform: translate(0, 0px);
        }

        50% {
            transform: translate(0, -15px);
        }

        100% {
            transform: translate(0, 0px);
        }
    }

    .vertical-slider-wrap img {
        width: 100%;
        height: auto;
    }

    .vertical-slider-wrap .slider {
        width: auto;
        height: 100vh;
        max-width: 380px;
        margin: 0 0 0 auto !important;
    }

    .vertical-slider-wrap .slick-list {
        height: 100vh !important;
    }

    .vertical-slider-wrap .slider-head-content {
        position: absolute;
        left: 10%;
        overflow: hidden;
    }

    .vertical-slider-wrap .slider-head-content .slide-title-c {
        /*max-width: 500px;*/
        font-size: 55px;
        font-weight: bold;
        opacity: 0;
        word-break: keep-all;
        white-space: nowrap;
    }

    .vertical-slider-wrap .slider-head-content .button-animation {
        opacity: 0;
        width: max-content;
        margin-top: 0.8em;
        font-size: 20px;
    }

    .vertical-slider-wrap .slider-head-content .button-animation::before {
        background-color: #fff;
        content: '';
        height: 2px;
        width: 45px;
        position: absolute;
        right: -55px;
        top: 49%;
        opacity: 0.4;
    }

    .portfolio-section-1-c {
        position: relative;
        overflow: hidden;
    }

    .vertical-slider-wrap .show-animation .title-animation {
        width: 0;
        overflow: hidden;
        animation: content-left-right 1.2s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation-clear .title-animation {
        overflow: hidden;
        animation: content-fade-out 1.5s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation .button-animation {
        opacity: 0;
        animation: content-left-right-button 0.7s ease-in-out forwards;
    }

    .vertical-slider-wrap .show-animation-clear .button-animation {
        animation: content-left-right-button-hide 1.5s ease-in-out forwards;
    }

    @keyframes content-left-right {
        from {
            display: block;
            opacity: 0;
            width: 0
        }

        to {
            opacity: 1;
            width: 100%
        }
    }

    @keyframes content-fade-out {
        from {
            opacity: 1;
        }

        to {
            display: none;
            opacity: 0;
        }
    }

    @keyframes content-left-right-button {
        from {
            opacity: 0;
            transform: translateX(-10%);
        }

        to {
            opacity: 1;
            transform: translateX(10px);
        }
    }

    @keyframes content-left-right-button-hide {
        from {
            opacity: 1;
            transform: translateX(40px);
        }

        to {
            opacity: 0;
            transform: translateX(-10%);
        }
    }

    .portfolio-section-1-c .port-circle {
        height: 775px;
        width: 775px;
        position: absolute;
        border: 3px solid #808080;
        border-radius: 50%;
        right: -1%;
        bottom: -30%;
    }

    @media (min-width:900px) {
        .vertical-slider-wrap [data-slick-index="0"] .slide-img {
            transition: border-radius 4.5s ease-in-out !important;
        }
    }

    @media (max-width:1800px) {
        .portfolio-section-1-c .port-circle {
            height: 600px;
            width: 600px;
        }
    }

    @media (max-width:1400px) {
        .portfolio-section-1-c .port-circle {
            height: 540px;
            width: 540px;
            bottom: -40%;
            right: -1%;
        }

        .vertical-slider-wrap .slick-slide .slide-content .slide-img {
            width: 75%;
        }
    }

    @media (max-width:768px) {
        .vertical-slider-wrap .slider-head-content {
            padding-left: 1.5em;
        }

        .slick-track {
            height: unset;
        }

        .vertical-slider-wrap .slider {
            height: 60vh !important;
        }

        .vertical-slider-wrap .slick-list {
            height: 60vh !important;
        }

        .vertical-slider-wrap .floating-content {
            animation: unset !important
        }

        .vertical-slider-wrap .slick-current+.slick-slide .slide-content {
            align-items: center;
        }

        .vertical-slider-wrap .slick-slide .slide-content {
            align-items: center;
        }

        .vertical-slider-wrap .slick-current+.slick-slide .slide-content .slide-img {
            border-radius: 50% 0 0 50% !important;
        }

        .vertical-slider-wrap .slider-head-content .slide-title-c {
            font-size: 24px;
        }

        .vertical-slider-wrap .slider {
            margin: 0 !important;
            max-width: unset;
        }

        .vertical-slider-wrap .slider .slick-slide {
            margin: 0 10px;
        }

        .vertical-slider-wrap .slick-list {
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .portfolio-section-1-c .port-circle {
            display: none;
        }

        .vertical-slider-wrap .slick-current .slide-content .slide-img {
            width: 100%;
        }

        .vertical-slider-wrap .slick-slide .slide-content .slide-img {
            width: 100%;
        }
    }

    /* CSS for the Our Clients section */
    .clients-section {
        background-color: #f4f4f4;
        padding: 40px 0;
        text-align: center;
    }

    .client-list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        color: white;
    }

    .client-item {
        margin: 20px 0;
        flex: 0 0 calc(33.333% - 40px);
        max-width: calc(33.333% - 40px);
    }

    .client-logo {
        max-width: 100%;
        height: auto;
    }

    .main_headclient {
        color: #348d4d;
    }

    .client-review {
        text-align: center;
        padding: 20px;
        color: white;
    }

    /*# sourceMappingURL=layout-new-landing-1.0.2.css.map */



    .value-icon img {
        width: 15%;
    }


    .imageslidemain {
        padding: 0px;
    }

    .imagebannerSlider img {
        border-radius: 20px 0px 0px 20px;
    }

    span.topbannerapps {
        padding: 0 0px 10px 0;
        display: inline-block;
    }

    .banner_logos {
        background: #272727;
        margin: 52px 0 35px 0;
    }


    .about-main .about-sec-1-dsktp .header-content {
        max-width: 702px;
        background: #000;
        padding: 44px;
        opacity: 0.9;
        border-radius: 18px;
    }

    section.about-main {
        margin-top: 8px;
        display: inline-block;
        padding: 0px;
    }

    p.description {
        line-height: 180%;
    }

    .imagebannerSlider {
        margin: 90px 0 0 0;
    }

    .hm-content {
        margin-top: 90px;
    }

    .technologies-section {
        background-color: #0f1214;
        padding: 60px 0;
    }


    .file-input__input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

    .file-input__label {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        font-size: 14px;
        padding: 10px 12px;
        background-color: #348d4d;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    }

    .file-input__label svg {
        height: 16px;
        margin-right: 4px;
    }

    .sms-section{
        background: #000;
        padding: 40px 0;
    }

    .ln_btn {
        display: inline-flex;
        padding: 0 0 5px;
        font-size: 1.125rem;
        margin: 20px 0 0;
        color: #348d4d;
        position: relative;
    }

    .service-item i{
        font-size: 45px;
        margin-bottom: 15px;
    }

    .service-item{
        box-shadow:10px 10px 10px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #272727;
    }