/* Minification failed. Returning unminified contents.
(6420,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6421,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6422,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6423,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6424,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6425,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6426,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6427,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6428,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6429,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6430,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6431,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6432,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6433,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6434,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6435,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6436,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6437,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6438,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6439,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6440,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6441,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6442,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6443,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6444,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6445,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6446,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6447,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15921,35): run-time error CSS1030: Expected identifier, found '@font-face'
(15921,35): run-time error CSS1031: Expected selector, found '@font-face'
(15921,35): run-time error CSS1025: Expected comma or open brace, found '@font-face'
(23964,21): run-time error CSS1039: Token not allowed after unary operator: '-red'
(23972,21): run-time error CSS1039: Token not allowed after unary operator: '-red'
(23997,21): run-time error CSS1039: Token not allowed after unary operator: '-red'
(24007,39): run-time error CSS1039: Token not allowed after unary operator: '-red'
(24032,17): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */
@charset "UTF-8";

@font-face {
    font-family: FontAwesome;
    font-display: auto;
    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 {
    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
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li {
    text-align: center
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.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 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -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;
    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: iconfont;
    font-display: auto;
    src: url(../fonts/icofonts/iconfont8b65.ttf?2p4rfb) format("truetype"), url(../fonts/icofonts/iconfont8b65.woff?2p4rfb) format("woff"), url(../fonts/icofonts/iconfont8b65.svg?2p4rfb#iconfont) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-deal:before {
    content: "\e924"
}

.icon-left-arrow2:before {
    content: "\e931"
}

.icon-quote2:before {
    content: "\e937"
}

.icon-right-arrow2:before {
    content: "\e938"
}

.icon-coins-2:before {
    content: "\e902"
}

.icon-commerce-2:before {
    content: "\e903"
}

.icon-monitor:before {
    content: "\e904"
}

.icon-graphic-3:before {
    content: "\e905"
}

.icon-business:before {
    content: "\e906"
}

.icon-graphic-2:before {
    content: "\e907"
}

.icon-commerce-1:before {
    content: "\e908"
}

.icon-hammer:before {
    content: "\e909"
}

.icon-graphic-1:before {
    content: "\e90a"
}

.icon-graphic:before {
    content: "\e90b"
}

.icon-justice-1:before {
    content: "\e90c"
}

.icon-line:before {
    content: "\e90d"
}

.icon-money-3:before {
    content: "\e90e"
}

.icon-chart:before {
    content: "\e90f"
}

.icon-commerce:before {
    content: "\e910"
}

.icon-agenda:before {
    content: "\e911"
}

.icon-money-2:before {
    content: "\e912"
}

.icon-justice:before {
    content: "\e913"
}

.icon-money-1:before {
    content: "\e914"
}

.icon-money:before {
    content: "\e915"
}

.icon-technology:before {
    content: "\e916"
}

.icon-coins-1:before {
    content: "\e917"
}

.icon-coins:before {
    content: "\e918"
}

.icon-left-arrow:before {
    content: "\e919"
}

.icon-bank:before {
    content: "\e91a"
}

.icon-calculator:before {
    content: "\e91b"
}

.icon-chart2:before {
    content: "\e91c"
}

.icon-chart22:before {
    content: "\e91d"
}

.icon-checked:before {
    content: "\e91e"
}

.icon-clock3:before {
    content: "\e91f"
}

.icon-comment:before {
    content: "\e920"
}

.icon-comments:before {
    content: "\e921"
}

.icon-consult:before {
    content: "\e922"
}

.icon-consut2:before {
    content: "\e923"
}

.icon-download:before {
    content: "\e925"
}

.icon-envelope:before {
    content: "\e926"
}

.icon-euro:before {
    content: "\e927"
}

.icon-folder:before {
    content: "\e928"
}

.icon-invest:before {
    content: "\e929"
}

.icon-loan:before {
    content: "\e92a"
}

.icon-map-marker2:before {
    content: "\e92b"
}

.icon-mutual-fund:before {
    content: "\e92c"
}

.icon-percent:before {
    content: "\e92d"
}

.icon-phone3:before {
    content: "\e92e"
}

.icon-pie-chart2:before {
    content: "\e92f"
}

.icon-play:before {
    content: "\e930"
}

.icon-savings:before {
    content: "\e932"
}

.icon-search:before {
    content: "\e933"
}

.icon-tag:before {
    content: "\e934"
}

.icon-tags:before {
    content: "\e935"
}

.icon-tax:before {
    content: "\e936"
}

.icon-vplay:before {
    content: "\e900"
}

.icon-newsletter:before {
    content: "\e901"
}

.icon-mobile2:before {
    content: "\e000"
}

.icon-laptop2:before {
    content: "\e001"
}

.icon-desktop2:before {
    content: "\e002"
}

.icon-tablet2:before {
    content: "\e003"
}

.icon-phone2:before {
    content: "\e004"
}

.icon-document:before {
    content: "\e005"
}

.icon-documents:before {
    content: "\e006"
}

.icon-search2:before {
    content: "\e007"
}

.icon-clipboard2:before {
    content: "\e008"
}

.icon-newspaper:before {
    content: "\e009"
}

.icon-notebook:before {
    content: "\e00a"
}

.icon-book-open:before {
    content: "\e00b"
}

.icon-browser:before {
    content: "\e00c"
}

.icon-calendar2:before {
    content: "\e00d"
}

.icon-presentation:before {
    content: "\e00e"
}

.icon-picture:before {
    content: "\e00f"
}

.icon-pictures:before {
    content: "\e010"
}

.icon-video:before {
    content: "\e011"
}

.icon-camera2:before {
    content: "\e012"
}

.icon-printer:before {
    content: "\e013"
}

.icon-toolbox:before {
    content: "\e014"
}

.icon-briefcase2:before {
    content: "\e015"
}

.icon-wallet:before {
    content: "\e016"
}

.icon-gift2:before {
    content: "\e017"
}

.icon-bargraph:before {
    content: "\e018"
}

.icon-grid:before {
    content: "\e019"
}

.icon-expand2:before {
    content: "\e01a"
}

.icon-focus:before {
    content: "\e01b"
}

.icon-edit2:before {
    content: "\e01c"
}

.icon-adjustments:before {
    content: "\e01d"
}

.icon-ribbon:before {
    content: "\e01e"
}

.icon-hourglass2:before {
    content: "\e01f"
}

.icon-lock2:before {
    content: "\e020"
}

.icon-megaphone:before {
    content: "\e021"
}

.icon-shield2:before {
    content: "\e022"
}

.icon-trophy2:before {
    content: "\e023"
}

.icon-flag2:before {
    content: "\e024"
}

.icon-map2:before {
    content: "\e025"
}

.icon-puzzle:before {
    content: "\e026"
}

.icon-basket:before {
    content: "\e027"
}

.icon-envelope2:before {
    content: "\e028"
}

.icon-streetsign:before {
    content: "\e029"
}

.icon-telescope:before {
    content: "\e02a"
}

.icon-gears2:before {
    content: "\e02b"
}

.icon-key2:before {
    content: "\e02c"
}

.icon-paperclip2:before {
    content: "\e02d"
}

.icon-attachment:before {
    content: "\e02e"
}

.icon-pricetags:before {
    content: "\e02f"
}

.icon-lightbulb:before {
    content: "\e030"
}

.icon-layers:before {
    content: "\e031"
}

.icon-pencil2:before {
    content: "\e032"
}

.icon-tools:before {
    content: "\e033"
}

.icon-tools-2:before {
    content: "\e034"
}

.icon-scissors2:before {
    content: "\e035"
}

.icon-paintbrush:before {
    content: "\e036"
}

.icon-magnifying-glass:before {
    content: "\e037"
}

.icon-circle-compass:before {
    content: "\e038"
}

.icon-linegraph:before {
    content: "\e039"
}

.icon-mic:before {
    content: "\e03a"
}

.icon-strategy:before {
    content: "\e03b"
}

.icon-beaker:before {
    content: "\e03c"
}

.icon-caution:before {
    content: "\e03d"
}

.icon-recycle2:before {
    content: "\e03e"
}

.icon-anchor2:before {
    content: "\e03f"
}

.icon-profile-male:before {
    content: "\e040"
}

.icon-profile-female:before {
    content: "\e041"
}

.icon-bike:before {
    content: "\e042"
}

.icon-wine:before {
    content: "\e043"
}

.icon-hotairballoon:before {
    content: "\e044"
}

.icon-globe2:before {
    content: "\e045"
}

.icon-genius:before {
    content: "\e046"
}

.icon-map-pin2:before {
    content: "\e047"
}

.icon-dial:before {
    content: "\e048"
}

.icon-chat:before {
    content: "\e049"
}

.icon-heart2:before {
    content: "\e04a"
}

.icon-cloud2:before {
    content: "\e04b"
}

.icon-upload2:before {
    content: "\e04c"
}

.icon-download2:before {
    content: "\e04d"
}

.icon-target:before {
    content: "\e04e"
}

.icon-hazardous:before {
    content: "\e04f"
}

.icon-piechart:before {
    content: "\e050"
}

.icon-speedometer:before {
    content: "\e051"
}

.icon-global:before {
    content: "\e052"
}

.icon-compass2:before {
    content: "\e053"
}

.icon-lifesaver:before {
    content: "\e054"
}

.icon-clock:before {
    content: "\e055"
}

.icon-aperture:before {
    content: "\e056"
}

.icon-quote:before {
    content: "\e057"
}

.icon-scope:before {
    content: "\e058"
}

.icon-alarmclock:before {
    content: "\e059"
}

.icon-refresh2:before {
    content: "\e05a"
}

.icon-happy:before {
    content: "\e05b"
}

.icon-sad:before {
    content: "\e05c"
}

.icon-facebook2:before {
    content: "\e05d"
}

.icon-twitter2:before {
    content: "\e05e"
}

.icon-googleplus:before {
    content: "\e05f"
}

.icon-rss2:before {
    content: "\e060"
}

.icon-tumblr2:before {
    content: "\e061"
}

.icon-linkedin2:before {
    content: "\e062"
}

.icon-dribbble2:before {
    content: "\e063"
}

.icon-home:before {
    content: "\e800"
}

.icon-apartment:before {
    content: "\e801"
}

.icon-pencil:before {
    content: "\e802"
}

.icon-magic-wand:before {
    content: "\e803"
}

.icon-drop:before {
    content: "\e804"
}

.icon-lighter:before {
    content: "\e805"
}

.icon-poop:before {
    content: "\e806"
}

.icon-sun:before {
    content: "\e807"
}

.icon-moon:before {
    content: "\e808"
}

.icon-cloud:before {
    content: "\e809"
}

.icon-cloud-upload:before {
    content: "\e80a"
}

.icon-cloud-download:before {
    content: "\e80b"
}

.icon-cloud-sync:before {
    content: "\e80c"
}

.icon-cloud-check:before {
    content: "\e80d"
}

.icon-database:before {
    content: "\e80e"
}

.icon-lock3:before {
    content: "\e80f"
}

.icon-cog2:before {
    content: "\e810"
}

.icon-trash2:before {
    content: "\e811"
}

.icon-dice:before {
    content: "\e812"
}

.icon-heart3:before {
    content: "\e813"
}

.icon-star2:before {
    content: "\e814"
}

.icon-star-half2:before {
    content: "\e815"
}

.icon-star-empty:before {
    content: "\e816"
}

.icon-flag3:before {
    content: "\e817"
}

.icon-envelope3:before {
    content: "\e818"
}

.icon-paperclip:before {
    content: "\e819"
}

.icon-inbox:before {
    content: "\e81a"
}

.icon-eye:before {
    content: "\e81b"
}

.icon-printer2:before {
    content: "\e81c"
}

.icon-file-empty:before {
    content: "\e81d"
}

.icon-file-add:before {
    content: "\e81e"
}

.icon-enter:before {
    content: "\e81f"
}

.icon-exit:before {
    content: "\e820"
}

.icon-graduation-hat:before {
    content: "\e821"
}

.icon-license:before {
    content: "\e822"
}

.icon-music-note:before {
    content: "\e823"
}

.icon-film-play:before {
    content: "\e824"
}

.icon-camera-video:before {
    content: "\e825"
}

.icon-camera:before {
    content: "\e826"
}

.icon-picture2:before {
    content: "\e827"
}

.icon-book:before {
    content: "\e828"
}

.icon-bookmark:before {
    content: "\e829"
}

.icon-user2:before {
    content: "\e82a"
}

.icon-users:before {
    content: "\e82b"
}

.icon-shirt:before {
    content: "\e82c"
}

.icon-store:before {
    content: "\e82d"
}

.icon-cart:before {
    content: "\e82e"
}

.icon-tag2:before {
    content: "\e82f"
}

.icon-phone-handset:before {
    content: "\e830"
}

.icon-phone:before {
    content: "\e831"
}

.icon-pushpin:before {
    content: "\e832"
}

.icon-map-marker:before {
    content: "\e833"
}

.icon-map:before {
    content: "\e834"
}

.icon-location:before {
    content: "\e835"
}

.icon-calendar-full:before {
    content: "\e836"
}

.icon-keyboard:before {
    content: "\e837"
}

.icon-spell-check:before {
    content: "\e838"
}

.icon-screen:before {
    content: "\e839"
}

.icon-smartphone:before {
    content: "\e83a"
}

.icon-tablet:before {
    content: "\e83b"
}

.icon-laptop:before {
    content: "\e83c"
}

.icon-laptop-phone:before {
    content: "\e83d"
}

.icon-power-switch:before {
    content: "\e83e"
}

.icon-bubble:before {
    content: "\e83f"
}

.icon-heart-pulse:before {
    content: "\e840"
}

.icon-construction:before {
    content: "\e841"
}

.icon-pie-chart:before {
    content: "\e842"
}

.icon-chart-bars:before {
    content: "\e843"
}

.icon-gift:before {
    content: "\e844"
}

.icon-diamond2:before {
    content: "\e845"
}

.icon-dinner:before {
    content: "\e847"
}

.icon-coffee-cup:before {
    content: "\e848"
}

.icon-leaf:before {
    content: "\e849"
}

.icon-paw:before {
    content: "\e84a"
}

.icon-rocket:before {
    content: "\e84b"
}

.icon-briefcase:before {
    content: "\e84c"
}

.icon-bus2:before {
    content: "\e84d"
}

.icon-car2:before {
    content: "\e84e"
}

.icon-train:before {
    content: "\e84f"
}

.icon-bicycle2:before {
    content: "\e850"
}

.icon-wheelchair:before {
    content: "\e851"
}

.icon-select:before {
    content: "\e852"
}

.icon-earth:before {
    content: "\e853"
}

.icon-smile:before {
    content: "\e854"
}

.icon-sad2:before {
    content: "\e855"
}

.icon-neutral:before {
    content: "\e856"
}

.icon-mustache:before {
    content: "\e857"
}

.icon-alarm:before {
    content: "\e858"
}

.icon-bullhorn:before {
    content: "\e859"
}

.icon-volume-high:before {
    content: "\e85a"
}

.icon-volume-medium:before {
    content: "\e85b"
}

.icon-volume-low:before {
    content: "\e85c"
}

.icon-volume:before {
    content: "\e85d"
}

.icon-mic2:before {
    content: "\e85e"
}

.icon-hourglass:before {
    content: "\e85f"
}

.icon-undo:before {
    content: "\e860"
}

.icon-redo:before {
    content: "\e861"
}

.icon-sync:before {
    content: "\e862"
}

.icon-history:before {
    content: "\e863"
}

.icon-clock2:before {
    content: "\e864"
}

.icon-download3:before {
    content: "\e865"
}

.icon-upload:before {
    content: "\e866"
}

.icon-enter-down:before {
    content: "\e867"
}

.icon-exit-up:before {
    content: "\e868"
}

.icon-bug:before {
    content: "\e869"
}

.icon-code2:before {
    content: "\e86a"
}

.icon-link:before {
    content: "\e86b"
}

.icon-unlink:before {
    content: "\e86c"
}

.icon-thumbs-up:before {
    content: "\e86d"
}

.icon-thumbs-down:before {
    content: "\e86e"
}

.icon-magnifier:before {
    content: "\e86f"
}

.icon-cross:before {
    content: "\e870"
}

.icon-menu:before {
    content: "\e871"
}

.icon-list:before {
    content: "\e872"
}

.icon-chevron-up:before {
    content: "\e873"
}

.icon-chevron-down:before {
    content: "\e874"
}

.icon-chevron-left:before {
    content: "\e875"
}

.icon-chevron-right:before {
    content: "\e876"
}

.icon-arrow-up:before {
    content: "\e877"
}

.icon-arrow-down:before {
    content: "\e878"
}

.icon-arrow-left:before {
    content: "\e879"
}

.icon-arrow-right:before {
    content: "\e87a"
}

.icon-move:before {
    content: "\e87b"
}

.icon-warning:before {
    content: "\e87c"
}

.icon-question-circle:before {
    content: "\e87d"
}

.icon-menu-circle:before {
    content: "\e87e"
}

.icon-checkmark-circle:before {
    content: "\e87f"
}

.icon-cross-circle:before {
    content: "\e880"
}

.icon-plus-circle:before {
    content: "\e881"
}

.icon-circle-minus:before {
    content: "\e882"
}

.icon-arrow-up-circle:before {
    content: "\e883"
}

.icon-arrow-down-circle:before {
    content: "\e884"
}

.icon-arrow-left-circle:before {
    content: "\e885"
}

.icon-arrow-right-circle:before {
    content: "\e886"
}

.icon-chevron-up-circle:before {
    content: "\e887"
}

.icon-chevron-down-circle:before {
    content: "\e888"
}

.icon-chevron-left-circle:before {
    content: "\e889"
}

.icon-chevron-right-circle:before {
    content: "\e88a"
}

.icon-crop:before {
    content: "\e88b"
}

.icon-frame-expand:before {
    content: "\e88c"
}

.icon-frame-contract:before {
    content: "\e88d"
}

.icon-layers2:before {
    content: "\e88e"
}

.icon-funnel:before {
    content: "\e88f"
}

.icon-text-format:before {
    content: "\e890"
}

.icon-text-size:before {
    content: "\e892"
}

.icon-bold:before {
    content: "\e893"
}

.icon-italic:before {
    content: "\e894"
}

.icon-underline:before {
    content: "\e895"
}

.icon-strikethrough:before {
    content: "\e896"
}

.icon-highlight:before {
    content: "\e897"
}

.icon-text-align-left:before {
    content: "\e898"
}

.icon-text-align-center:before {
    content: "\e899"
}

.icon-text-align-right:before {
    content: "\e89a"
}

.icon-text-align-justify:before {
    content: "\e89b"
}

.icon-line-spacing:before {
    content: "\e89c"
}

.icon-indent-increase:before {
    content: "\e89d"
}

.icon-indent-decrease:before {
    content: "\e89e"
}

.icon-page-break:before {
    content: "\e8a2"
}

.icon-hand:before {
    content: "\e8a5"
}

.icon-pointer-up:before {
    content: "\e8a6"
}

.icon-pointer-right:before {
    content: "\e8a7"
}

.icon-pointer-down:before {
    content: "\e8a8"
}

.icon-pointer-left:before {
    content: "\e8a9"
}

.animated1 {
    animation: fadeInDown .3s both
}

.animated2 {
    animation: fadeInLeft .3s both
}

.animated3 {
    animation: fadeInRight .3s both
}

.animated4 {
    animation: fadeInUp .3s both
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: .75s
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: bounceOut
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: bounceOutRight
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in
    }

    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX
}

.flipInY,
.flipOutX {
    -webkit-backface-visibility: visible !important
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px)
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY
}

@keyframes flipOutX {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@keyframes flipOutY {
    from {
        transform: perspective(400px)
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: hinge
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom
    }

    50% {
        transform: rotate(-10deg)
    }

    70% {
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.jackInTheBox {
    animation-name: jackInTheBox
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    animation-name: rollOut
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: zoomOutRight
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: zoomOutUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    animation-name: slideOutDown
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

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
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.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: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e9ecef
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm.table-bordered {
        border: 0
    }
}

@media (max-width:767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md.table-bordered {
        border: 0
    }
}

@media (max-width:991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg.table-bordered {
        border: 0
    }
}

@media (max-width:1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

/*select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}*/

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.col-form-legend {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not([disabled]):not(.disabled).active,
.btn-info:not([disabled]):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not([disabled]):not(.disabled).active,
.btn-warning:not([disabled]):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not([disabled]):not(.disabled).active,
.btn-danger:not([disabled]):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
    color: #111;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, .5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 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
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    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
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:first-child>.btn+.btn {
    margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    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 #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    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: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:767px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:991px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.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, .5)
}

.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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.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, .5)
}

.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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    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: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: .25rem
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    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
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.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;
    line-height: 1.5
}

.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: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff
}

.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: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    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: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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 .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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 .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow::before {
    content: "";
    border-width: .8rem
}

.popover .arrow::after {
    content: "";
    border-width: .8rem
}

.popover.bs-popover-auto[x-placement^=top],
.popover.bs-popover-top {
    margin-bottom: .8rem
}

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
    bottom: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
    border-bottom-width: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
    bottom: -.8rem;
    margin-left: -.8rem;
    border-top-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -.8rem;
    border-top-color: #fff
}

.popover.bs-popover-auto[x-placement^=right],
.popover.bs-popover-right {
    margin-left: .8rem
}

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
    margin-top: -.8rem;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
    left: -.8rem;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
    margin-top: .8rem
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
    top: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
    margin-left: -.8rem;
    border-top-width: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
    top: -.8rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-auto[x-placement^=left],
.popover.bs-popover-left {
    margin-right: .8rem
}

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
    margin-top: -.8rem;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
    right: -.8rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
    right: calc((.8rem - 1px) * -1);
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.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: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #868e96 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    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-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: 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
}

.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
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    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 {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -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
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -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-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: none;
    touch-action: none;
    -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
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@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 img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -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 .@font-face {
    font-family: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 200;
    src: url(../fonts/Nunito/nunito1.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 200;
    src: local('Nunito ExtraLight Italic'), local(Nunito-ExtraLightItalic), url(../fonts/Nunito/nunito3.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: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 300;
    src: local('Nunito Light Italic'), local(Nunito-LightItalic), url(../fonts/Nunito/nunito6.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: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    src: local('Nunito Italic'), local(Nunito-Italic), url(../fonts/Nunito/nunito9.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: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 600;
    src: local('Nunito SemiBold Italic'), local(Nunito-SemiBoldItalic), url(../fonts/Nunito/nunito12.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: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 700;
    src: local('Nunito Bold Italic'), local(Nunito-BoldItalic), url(../fonts/Nunito/nunito15.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: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 800;
    src: local('Nunito ExtraBold Italic'), local(Nunito-ExtraBoldItalic), url(../fonts/Nunito/nunito18.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: 'Nunito';
    font-display: auto;
    font-style: italic;
    font-weight: 900;
    src: local('Nunito Black Italic'), local(Nunito-BlackItalic), url(../fonts/Nunito/nunito21.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 200;
    src: local('Nunito ExtraLight'), local(Nunito-ExtraLight), url(../fonts/Nunito/nunito24.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    src: local('Nunito Light'), local(Nunito-Light), url(../fonts/Nunito/nunito27.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local(Nunito-Regular), url(../fonts/Nunito/nunito30.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 600;
    src: local('Nunito SemiBold'), local(Nunito-SemiBold), url(../fonts/Nunito/nunito33.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Bold'), local(Nunito-Bold), url(../fonts/Nunito/nunito36.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 800;
    src: local('Nunito ExtraBold'), local(Nunito-ExtraBold), url(../fonts/Nunito/nunito39.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: 'Nunito';
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    src: local('Nunito Black'), local(Nunito-Black), url(../fonts/Nunito/nunito42.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
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #FA6742
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}

.animate-border.border-white:after {
    border-color: #fff
}

.animate-border.border-yellow:after {
    border-color: #F5B02E
}

.animate-border.border-orange:after {
    border-right-color: #fa6742;
    border-left-color: #fa6742
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8
}

@keyframes primary-short {
    0% {
        width: 15%
    }

    50% {
        width: 90%
    }

    100% {
        width: 10%
    }
}

@keyframes primary-long {
    0% {
        width: 80%
    }

    50% {
        width: 0
    }

    100% {
        width: 80%
    }
}

body {
    background: #fff;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    line-height: 28px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f2c2c
}

h1,
h2 {
    font-weight: 800
}

h3,
h4,
h5,
h6 {
    font-weight: 700
}

h1 {
    font-size: 60px
}

h4 {
    font-size: 18px
}

html {
    overflow-x: hidden !important
}

a {
    text-decoration: none;
    outline: 0 solid
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    outline: 0 solid
}

a:hover {
    color: #FA6742
}

button:focus,
.btn:focus {
    outline: 0 solid;
    -webkit-box-shadow: none;
    box-shadow: none
}

button:hover {
    cursor: pointer
}

.tw-readmore {
    color: #dc3105;
    font-weight: 800;
    display: inline-block;
    cursor: pointer
}

.tw-readmore:hover {
    color: #fa6742
}

.tw-readmore i {
    padding-left: 5px
}

.tw-mt-140 {
    margin-top: 140px !important
}

.tw-mt-80 {
    margin-top: 80px !important
}

.tw-mt-70 {
    margin-top: 70px !important
}

.tw-mt-65 {
    margin-top: 65px !important
}

.tw-mt-60 {
    margin-top: 60px !important
}

.tw-mt-40 {
    margin-top: 40px !important
}

.tw-mt-30 {
    margin-top: 30px !important
}

.tw-mt-20 {
    margin-top: 20px !important
}

.tw-mt-15 {
    margin-top: 15px !important
}

.tw-mb-165 {
    margin-bottom: 165px
}

.tw-mb-105 {
    margin-bottom: 105px
}

.tw-mb-80 {
    margin-bottom: 80px
}

.tw-mb-70 {
    margin-bottom: 70px
}

.tw-mb-65 {
    margin-bottom: 65px
}

.tw-mb-60 {
    margin-bottom: 60px
}

.tw-mb-40 {
    margin-bottom: 40px
}

.tw-mb-35 {
    margin-bottom: 35px
}

.tw-mb-30 {
    margin-bottom: 30px
}

.bg-white {
    background: #fff !important
}

.bg-green {
    background: #32CC73 !important
}

.bg-orange {
    background: #FA6742 !important
}

.bg-blue {
    background: #478FFF !important
}

.bg-yellow {
    background: #FFB72F !important
}

.bg-ash {
    background: #EEF0EF !important
}

.bg-offwhite {
    background: #F7F9F8 !important
}

.bg-shrock {
    background: #2BC2A7 !important
}

.bg-darkBlue {
    background: #2f57c9 !important
}

.bg-pink {
    background: #f6576e !important
}

.bg-violet {
    background: #BA01FF !important
}

.bg-overlay {
    position: relative
}

.bg-overlay .container {
    position: relative;
    z-index: 1
}

.bg-overlay:after {
    background-color: rgba(32, 32, 32, .8);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder {
    color: #b2b2b2;
    font-size: 15px
}

section {
    padding: 100px 0;
    position: relative
}

.section-heading {
    margin-bottom: 80px
}

.section-heading h2 {
    color: #2f2c2c;
    font-size: 44px
}

.section-heading h2 small {
    color: #b4b4b4;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    margin-bottom: 14px
}

.section-heading h2 span {
    color: #fa6742
}

.section-title {
    color: #2f2c2c;
    font-size: 44px
}

.column-title {
    font-size: 31px;
    display: block
}

.column-title small {
    font-size: 14px;
    text-transform: uppercase;
    color: #b4b4b4;
    margin-bottom: 20px;
    display: block
}

.column-title span {
    color: #FA6742
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #FA6742
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 5%;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff
}

.animate-border.border-white:after {
    border-color: #fff
}

.animate-border.border-yellow:after {
    border-color: #F5B02E
}

.animate-border.border-orange:after {
    border-right-color: #fa6742;
    border-left-color: #fa6742
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8
}

.animate-border.border-black:after {
    border-right-color: #151414;
    border-left-color: #151414
}

.animate-border.border-green:after {
    border-right-color: #28BBA1;
    border-left-color: #28BBA1
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px)
    }
}

@-webkit-keyframes primary-short {
    0% {
        width: 15%
    }

    50% {
        width: 90%
    }

    100% {
        width: 10%
    }
}

@keyframes primary-short {
    0% {
        width: 15%
    }

    50% {
        width: 90%
    }

    100% {
        width: 10%
    }
}

@-webkit-keyframes primary-long {
    0% {
        width: 80%
    }

    50% {
        width: 0
    }

    100% {
        width: 80%
    }
}

@keyframes primary-long {
    0% {
        width: 80%
    }

    50% {
        width: 0
    }

    100% {
        width: 80%
    }
}

.bottom-border {
    width: 50px;
    height: 3px;
    display: block;
    position: relative
}

.bottom-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    content: "";
    background-color: #FA6742
}

.bottom-border:after {
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
    background-color: #FA6742
}

.bottom-border.bottom-border-green:before,
.bottom-border.bottom-border-green:after {
    background-color: #32CC73
}

.bottom-border.bottom-border-yellow:before,
.bottom-border.bottom-border-yellow:after {
    background-color: #FFB72F
}

.text-orange {
    color: #fa6742 !important
}

.text-shamrock {
    color: #2BC2A7 !important
}

.text-yellow {
    color: #FFB72F !important
}

.text-black {
    color: #2f2c2c !important
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.no-padding {
    padding: 0
}

.btn {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 50px;
    -webkit-transition: all .3s linear 0;
    transition: all .3s linear 0;
    position: relative;
    z-index: 99
}

.btn-lg {
    padding: 16px 45px
}

.btn-primary {
    border: 1px solid #FA6742;
    background: #FA6742
}

.btn-primary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d
}

.btn-secondary {
    background-color: #FFB72F;
    border-color: #FFB72F
}

.btn-secondary:hover {
    background: #2e2c2d;
    border-color: #2e2c2d
}

.btn-dark {
    background: #2E2C2D;
    border-color: #2E2C2D
}

.btn-dark:hover {
    background: #FFB72F;
    border-color: #FFB72F
}

.btn-white {
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    background-color: #fff;
    border-color: #fff
}

.owl-carousel {
    z-index: auto
}

.owl-carousel img {
    width: auto !important
}

.carousel-black-dots .owl-dots button.owl-dot {
    background: #92908E !important
}

.carousel-black-dots .owl-dots button.owl-dot.active {
    background: #362F2D !important
}

.no-border {
    border: none !important
}

.testimonial-bg {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 72px;
    height: 65px;
    border-radius: 8px;
    display: table
}

.testimonial-bg-orange {
    background-color: #FA6742
}

.testimonial-bg-orange:after {
    border-color: #FA6742 transparent transparent #FA6742
}

.testimonial-bg-green {
    background-color: #32CC73
}

.testimonial-bg-green:after {
    border-color: #32CC73 transparent transparent #32CC73
}

.testimonial-bg-yellow {
    background-color: #FFB72F
}

.testimonial-bg-yellow:after {
    border-color: #FFB72F transparent transparent #FFB72F
}

.testimonial-icon {
    display: table-cell;
    vertical-align: middle
}

.testimonial-icon img {
    display: block;
    margin: 0 auto
}

.tw-header {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 2
}

.tw-head {
    background: #fff;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .06);
    position: relative;
    z-index: 2
}

.navbar {
    padding: 0
}

ul.navbar-nav li.nav-item>a {
    padding: 35px 0
}

nav.navbar {
    position: relative;
    z-index: 1;
    padding: 0
}

.tw-nav-brand {
    position: relative;
    z-index: 2
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.navbar-light .navbar-toggler {
    border-color: #fa6742;
    background-color: #fa6742
}

.navbar-light .navbar-toggler:hover {
    cursor: pointer
}

ul.navbar-nav li {
    margin: 0
}

ul.navbar-nav a {
    display: block;
    position: relative;
    border-radius: 50px
}

ul.navbar-nav>li.nav-item.active>a {
    color: #FA6742 !important
}

ul.navbar-nav>li.nav-item.active>a:after {
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #FA6742;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    visibility: visible
}

ul.navbar-nav>li.nav-item.active:hover>a {
    color: #FA6742
}

ul.navbar-nav>li.nav-item:hover>a:after {
    width: 100%;
    opacity: 1;
    visibility: visible
}

ul.navbar-nav>li.nav-item>a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 3px;
    content: "";
    background: #FA6742;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden
}

ul.navbar-nav>li.nav-item>a.nav-link {
    position: relative;
    z-index: 2
}

.navbar-light .navbar-nav .nav-link {
    color: #2e2c2d;
    font-weight: 600;
    font-size: 17px;
    margin-right: 12px
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fa6742
}

span.tw-indicator:after {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tw-social-links {
    position: relative
}

.tw-social-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.tw-social-links li {
    display: inline-block;
    padding-left: 20px
}

.tw-social-links a {
    display: block;
    font-size: 14px;
    color: #2f2c2c
}

.tw-social-links a:hover {
    color: #fa6742
}

li.dropdown:hover ul.tw-dropdown-menu {
    display: block;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .08)
}

ul.tw-dropdown-menu {
    width: 285px;
    padding: 16px 30px 33px;
    margin: 0;
    border: none;
    border-radius: 0;
    z-index: -1
}

ul.tw-dropdown-menu li {
    display: block;
    padding: 7px 0
}

ul.tw-dropdown-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #757575
}

ul.tw-dropdown-menu li a:hover {
    color: #fa6742
}

ul.tw-dropdown-menu li.active a {
    color: #FA6742
}

.tw-megamenu-wrapper {
    position: static;
    z-index: 1
}

.tw-mega-menu {
    position: absolute;
    border: none;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
    z-index: -1;
    padding: 37px 18px 27px 40px;
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .03), 0 15px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .03), 0 15px 20px 0 rgba(0, 0, 0, .08);
    border-radius: 0
}

.tw-mega-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tw-mega-menu a {
    color: #757575;
    font-weight: 600
}

.tw-mega-menu a:hover {
    color: #fa6742
}

.tw-mega-menu p {
    color: #757575
}

.tw-mega-menu:after {
    position: absolute;
    right: -50px;
    content: "";
    bottom: -220px;
    height: 100%;
    width: 100%;
    background: url(../images/mega_menu/mega_menu.png);
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1
}

.tw-megamenu-title h3 {
    font-size: 20px;
    color: #2e2c2d;
    font-weight: 700;
    padding-bottom: 3px
}

.tw-mega-menu ul li {
    padding-bottom: 19px
}

li.dropdown:hover .tw-mega-menu {
    display: block
}

.search-bar-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25%;
    width: 100%
}

.search-bar-fixed input[type="text"] {
    padding: 15px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff4d;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    width: 50%;
    color: #fff
}

.search-bar-fixed input[type="text"]::-webkit-input-placeholder,
.search-bar-fixed input[type="text"]::-moz-placeholder,
.search-bar-fixed input[type="text"]:-ms-input-placeholder,
.search-bar-fixed input[type="text"]::-ms-input-placeholder,
.search-bar-fixed input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

.search-bar-fixed input[type="text"]::-webkit-input-placeholder,
.search-bar-fixed input[type="text"]::-moz-placeholder,
.search-bar-fixed input[type="text"]:-ms-input-placeholder,
.search-bar-fixed input[type="text"]::-ms-input-placeholder,
.search-bar-fixed input[type="text"]::placeholder {
    color: #fff
}

.search-bar-fixed input:focus {
    outline: none
}

.search-bar-fixed button[type="submit"] {
    background: transparent;
    border: none;
    color: #fff;
    position: relative;
    right: 30px
}

.search-bar-fixed button[type="submit"]:hover {
    cursor: pointer
}

.search-bar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 101;
    background: #000;
    content: "";
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    opacity: .9;
    visibility: hidden
}

.search-bar.active {
    left: 0;
    visibility: visible
}

.search-bar i.fa-close {
    color: #fff;
    position: absolute;
    right: 50px;
    top: 40px
}

.search-bar i.fa-close:hover {
    cursor: pointer
}

.offcanvas-menu {
    position: relative;
    z-index: 101
}

.offcanvas-menu:hover:before {
    cursor: pointer
}

.offcanvas-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: "";
    -webkit-transition: all .7s;
    transition: all .7s;
    visibility: hidden
}

.offcanvas-menu-overlay.menu-show {
    background: rgba(0, 0, 0, .9);
    visibility: visible
}

.offcanvas-menu-overlay.menu-show:hover {
    cursor: pointer
}

.offcanvas-wrapper {
    position: fixed;
    width: 400px;
    right: -100%;
    z-index: 3;
    background: #fff;
    padding: 20px 25px 10px;
    height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.offcanvas-wrapper .menu-close-btn {
    position: absolute;
    top: 5px;
    left: 20px;
    background: none;
    border: none
}

.offcanvas-wrapper .menu-close-btn:hover {
    cursor: pointer
}

.offcanvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    right: 0
}

.offcanvas-inner>p {
    margin-bottom: 10px
}

.offcanvas-inner .contact-us {
    margin-top: 0
}

.offcanvas-inner .contact-us .contact-icon i {
    top: 20px
}

.offcanvas-inner .logo {
    display: inline-block;
    margin-bottom: 25px;
    text-align: center;
    width: 100%
}

.offcanvas-inner .contact-info {
    margin-top: 35px;
    color: #000
}

.offcanvas-inner .contact-info h3 {
    color: #000
}

.offcanvas-inner .contact-info p {
    margin: 0
}

.offcanvas-inner .footer-social-link {
    margin-top: 60px;
    margin-bottom: 65px
}

.offcanvas-inner .footer-social-link ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.offcanvas-inner .footer-social-link li {
    display: inline-block
}

.offcanvas-inner .footer-social-link li a {
    display: block;
    margin-right: 10px
}

.offcanvas-inner .footer-social-link li a i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid inherit;
    border-radius: 50%;
    background: #000;
    color: #fff
}

.offcanvas-inner .footer-social-link li a i.fa-facebook {
    background-color: #3B5998
}

.offcanvas-inner .footer-social-link li a i.fa-twitter {
    background-color: #55ACEE
}

.offcanvas-inner .footer-social-link li a i.fa-google-plus {
    background-color: #DD4B39
}

.offcanvas-inner .footer-social-link li a i.fa-linkedin {
    background-color: #0976B4
}

.offcanvas-inner .footer-social-link li a i.fa-pinterest {
    background-color: #B7242A
}

.menu-subscribe h3 .noanimate-border {
    top: 15px;
    position: relative;
    display: block;
    width: 55px;
    height: 3px;
    background: #FA6742;
    border-color: #f7f9f8
}

.menu-subscribe h3 .noanimate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 10px;
    bottom: 0;
    border-left: 5px solid #fff;
    border-color: #f7f9f8
}

.menu-subscribe form {
    margin-top: 45px
}

.tw-off-search {
    background: #2e2c2d;
    width: 125px;
    height: 50px;
    color: #fff;
    border-radius: 25px;
    position: relative;
    z-index: 3;
    right: 0;
    top: 0
}

.tw-search i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px
}

.tw-search i:hover {
    cursor: pointer
}

.tw-search:after {
    position: absolute;
    top: 25%;
    left: 48%;
    width: 1px;
    height: 50%;
    background: #4D4B4C;
    content: "";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.tw-menu-bar {
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center
}

.tw-menu-bar span {
    display: block;
    background: #fff;
    height: 2px;
    width: 20px;
    margin: 0 auto
}

.tw-menu-bar span:nth-child(2) {
    margin: 5px 0;
    width: 30px
}

.tw-menu-bar:hover {
    cursor: pointer
}

.tw-hero-area {
    text-align: center;
    padding: 100px 0 0;
    position: relative;
    z-index: -1;
    background: #F7F9F8
}

.tw-hero-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    margin-top: -45px;
    z-index: -2
}

.tw-slider-bg-1 {
    background-size: 100%
}

.tw-slider-bg-1:after {
    background-image: url(../images/slider/slider_bg_1.jpg)
}

.tw-slider-subtitle {
    color: #757575;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 2px
}

.tw-slider-title {
    color: #2f2c2c;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 36px
}

.tw-slider-title span {
    color: #fa6742
}

.tw-hero-slider .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%
}

.tw-hero-slider .owl-nav button {
    position: absolute;
    left: 30px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tw-hero-slider .owl-nav button:hover {
    left: 35px
}

.tw-hero-slider .owl-nav button.owl-next {
    left: auto;
    right: 30px
}

.tw-hero-slider .owl-nav button.owl-next:hover {
    right: 35px
}

.tw-hero-slider .owl-nav button:focus {
    outline: none
}

.tw-hero-slider .owl-nav button i {
    font-size: 50px;
    color: #000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tw-hero-slider .owl-item .tw-slider-1 img {
    margin-top: 88px;
    margin-left: auto;
    margin-right: auto
}

.tw-hero-slider .active h1,
.tw-hero-slider .active h4,
.tw-hero-slider .active a {
    -webkit-animation: fadeInDown 300ms both;
    animation: fadeInDown 300ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.tw-hero-slider .active img {
    -webkit-animation: fadeInUp 300ms both;
    animation: fadeInUp 300ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s
}

.tw-hero-slider .slider-arrow img {
    width: auto
}

.slider-arrow img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    background-position: center;
    content: ""
}

.slider-arrow img:nth-child(1) {
    left: 30px
}

.slider-arrow img:nth-child(2) {
    top: auto;
    bottom: 0
}

.slider-arrow img:nth-child(3) {
    left: auto;
    right: 0;
    bottom: 0;
    top: auto
}

.slider-1 {
    background: url(../images/slider/slider_bg_1.jpg);
    background-size: cover;
    background-position: center;
    background-color: #2BC2A7;
    position: relative
}

.slider-1 .slider-content {
    padding-left: 40px;
    margin-top: 0
}

.slider-1 .slider-content h1,
.slider-1 .slider-content h2,
.slider-1 .slider-content h2 {
    color: #2f2c2c
}

.slider-1 .slider-content h1 span,
.slider-1 .slider-content h2 span,
.slider-1 .slider-content h2 span {
    color: #FA6742
}

.slider-1 .slider-content p {
    color: #757575
}

.slider-2 {
    background-color: #F37758;
    position: relative
}

.slider-2 .slider-content {
    padding-right: 43px
}

.slider-3 {
    background-color: #2BC2A7;
    position: relative
}

.slider-3 .slider-content {
    padding-left: 40px
}

.slider-wrapper {
    width: 100%;
    height: 750px
}

.slider-inner {
    vertical-align: middle
}

.slider-content {
    margin-top: 50px
}

.slider-content h1,
.slider-content h2 {
    color: #2f2c2d;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 26px
}

.slider-content h1 span,
.slider-content h2 span {
    color: #2e2c2d
}

.slider-content p {
    margin-bottom: 40px;
    color: #000;
    font-size: 20px;
    line-height: 32px
}

.slider-img {
    width: 100%
}

.tw-features-area {
    z-index: 1
}

.tw-features-area .column-title {
    margin-right: -32px;
    margin-top: -4px
}

.tw-features-area:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    background-image: url(../images/features/wave.png);
    z-index: -1
}

.features-text {
    position: relative
}

.features-text:after {
    position: absolute;
    left: -48px;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #FA6742
}

.features-box {
    text-align: center;
    background: #fff;
    padding: 32px 44px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .03);
    box-shadow: 0 0 25px rgba(0, 0, 0, .03);
    min-height: 315px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.features-box .features-icon {
    margin-bottom: 26px;
    width: 100%;
    height: 50px
}

.features-box .features-icon-inner {
    vertical-align: middle
}

.features-box h3 {
    font-size: 24px;
    color: #2f2c2c;
    margin-bottom: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.features-box p {
    margin-bottom: 5px
}

.features-box a {
    margin-top: 10px
}

.features-box:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

input.round-btn {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #FA6742;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    -webkit-transition: all .3s linear 0;
    transition: all .3s linear 0
}

.tw-analysis-area {
    background-color: #fa6742;
    z-index: 1;
    overflow: hidden;
    position: relative
}

.tw-analysis-area .column-title {
    margin-top: -7px
}

.tw-analysis-area:before {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, .541);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0;
    visibility: hidden
}

.tw-analysis-area:after {
    position: absolute;
    top: 50%;
    left: -50%;
    width: 150%;
    height: 100px;
    content: "";
    background: rgba(255, 255, 255, .541);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: -50%
}

.tw-analysis-area:hover:before {
    left: 100%;
    visibility: visible;
    opacity: 1
}

.tw-analysis-area:hover:after {
    right: 100%;
    visibility: visible;
    opacity: 1
}

.analysis-bg-pattern img {
    position: absolute;
    top: 0;
    left: 0
}

.analysis-bg-pattern img:nth-child(1) {
    top: 15px;
    left: 10px
}

.analysis-bg-pattern img:nth-child(2) {
    left: auto;
    top: 80px;
    right: 5px
}

.analysis-bg-pattern img:nth-child(3) {
    top: auto;
    bottom: -55px;
    left: 0
}

.analysis-bg-pattern img:nth-child(4) {
    top: auto;
    left: auto;
    bottom: -35px;
    right: 206px
}

.analysis-form {
    margin-top: 37px;
    margin-bottom: -15px
}

.analysis-form input[type=url],
.analysis-form input[type=name],
.analysis-form input[type=text],
.analysis-form input[type=email] {
    border-radius: 50px;
    padding: 15px 30px;
    border: none
}

.analysis-form input[type=url]:focus {
    outline: solid 0
}

.analysis-form input[type=email] {
    position: relative
}

.analysis-form input[type=email]:focus {
    outline: solid 0
}

.analysis-form input[type=submit] {
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    background: #2f2c2c;
    color: #fff;
    padding: 13px 37px;
    border-radius: 50px;
    -webkit-transition: all .3s linear 0;
    transition: all .3s linear 0;
    border: none;
    position: relative;
    z-index: 2
}

.analysis-form input[type=submit]:focus {
    outline: 0
}

.analysis-form input[type=submit]:hover {
    cursor: pointer
}

.analysis-form:focus {
    outline: solid 0
}

.tw-form-round-shape {
    position: relative;
    z-index: 1;
    margin: 0 -45px 0 0;
    right: -29px
}

.tw-form-round-shape:after {
    position: absolute;
    top: -2px;
    right: -5px;
    width: 58px;
    height: 58px;
    background: #FA6742;
    display: block;
    content: "";
    border-radius: 100%
}

.tw-intro-area {
    background-color: #fff;
    color: #757575
}

.tw-intro-area h2 {
    margin-bottom: 25px
}

.tw-intro-area p {
    line-height: 28px;
    margin-bottom: 30px
}

.tw-intro-area .btn {
    margin-top: 36px;
    margin-right: 20px
}

.tw-intro-area img {
    margin-top: 20px
}

.tw-ellipse-pattern img {
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 545px;
    height: 255px
}

.intro-list {
    margin-bottom: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.intro-list li {
    display: block;
    margin-bottom: 12px
}

.intro-list li:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #FA704D;
    margin-right: 20px
}

.intro-list li:last-child {
    margin-bottom: 0
}

.tw-facts {
    background-color: #f7f9f8;
    z-index: 2;
    padding: 80px 0
}

.facts-bg-pattern img {
    position: absolute;
    left: 17px;
    bottom: 47px;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1
}

.facts-bg-pattern img:nth-child(2) {
    left: auto;
    right: 0;
    bottom: 36px
}

.facts-title {
    margin: 25px 0
}

.facts-content {
    color: #fa6742
}

.facts-content span {
    font-size: 48px;
    font-weight: 700
}

.facts-content sup {
    top: -17px;
    left: -4px;
    font-size: 30px;
    font-weight: 600
}

.service-icon-bg-1 {
    background: url(../images/services/service_bg1.png)
}

.service-icon-bg-2 {
    background: url(../images/services/service_bg2.png)
}

.service-icon-bg-3 {
    background: url(../images/services/service_bg3.png)
}

.service-icon-bg-4 {
    background: url(../images/services/service_bg4.png)
}

.service-icon-bg-5 {
    background: url(../images/services/service_bg5.png)
}

.service-icon-bg-6 {
    background: url(../images/services/service_bg6.png)
}

.service-icon {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 126px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center
}

.service-icon-inner {
    vertical-align: middle
}

.tw-service-box:hover .service-content h3 {
    color: #FA6742
}

.service-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.service-content p {
    max-width: 250px;
    margin: 0 auto 10px
}

.tw-case {
    background: #f7f9f8
}

.tw-case .btn-lg {
    padding: 16px 55px
}

.study-bg-1 {
    background: #fa6742
}

.study-bg-2 {
    background: #2bc2a7
}

.study-bg-3 {
    background: #ffb72f
}

.tw-case-study-box:hover .casestudy-content {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .06)
}

.tw-case-study-box:hover .casestudy-content h4 {
    color: #fa6742
}

.casestudy-content {
    background: #fff;
    padding: 21px 49px 6px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.casestudy-content h4 {
    font-size: 20px;
    margin-bottom: 3px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.casestudy-content p {
    color: #b4b4b4
}

.work-process {
    z-index: 2
}

.work-process [class*="col"]:nth-child(even) .process-wrapper {
    margin-top: 65px
}

.work-bg-pattern {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: -1;
    margin-top: -50px;
    background-position: left center
}

.tw-work-process {
    text-align: center
}

.tw-work-process p {
    font-weight: 700;
    color: #2f2c2c;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 23px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.process-wrapper {
    width: 225px;
    background-color: #32cc73;
    height: 225px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.process-wrapper:hover {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .12)
}

.process-inner {
    vertical-align: middle;
    text-align: center
}

.tw-testimonial {
    background: url(../images/testimonial/testimonialbg1.svg);
    background-size: cover;
    background-position: center
}

.testimonial-bg-pattern {
    background: url(../images/testimonial/testimonial_white.jpg)
}

.testimonial-default-bg {
    background: url(../images/testimonial/testimonial.jpg) !important;
    background-size: cover;
    background-position: center
}

.tw-testimonial-content h2 {
    font-weight: 700;
    color: #fff
}

.tw-testimonial-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 27px;
    max-width: 435px
}

.tw-testimonial-carousel .owl-stage-outer {
    padding: 50px 0
}

.tw-testimonial-carousel .owl-item img {
    width: auto
}

.tw-testimonial-carousel .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -30px
}

.tw-testimonial-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #362F2D;
    margin: 4px;
    border-radius: 50%
}

.tw-testimonial-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #fff
}

.tw-testimonial-carousel:before {
    position: absolute;
    top: 130px;
    left: 23px;
    width: 98%;
    height: 52%;
    content: "";
    background: #f46540;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg)
}

.tw-testimonial-carousel .testimonial-meta {
    margin-left: 90px
}

.tw-testimonial-wrapper {
    background-color: #362f2d;
    z-index: 2;
    padding: 55px 60px 40px
}

.testimonial-text p {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    padding: 10px 0
}

.testimonial-meta {
    position: relative;
    z-index: 2;
    margin-top: 30px
}

.testimonial-meta h4 {
    color: #ffb72f;
    font-weight: 600;
    font-size: 20px
}

.testimonial-meta h4 small {
    display: block;
    font-size: 14px;
    color: #C3C1C0;
    font-weight: 400;
    margin-top: 5px
}

.testimonial-meta i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #663d32;
    font-size: 50px
}

.tw-pricing ul.nav {
    max-width: 485px;
    min-width: 300px;
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-radius: 50px
}

.tw-pricing ul.nav .nav-item {
    width: 33%;
    text-align: center;
    border-radius: 50%
}

.tw-pricing ul.nav .nav-item a {
    padding: 12px 0;
    display: block;
    color: #2f2c2c;
    font-weight: 700;
    border-radius: 50px
}

.tw-pricing ul.nav .nav-item a.active {
    background: #FA6742;
    border-radius: 50px;
    color: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1)
}

.tw-pricing .pricing-featured {
    margin: 0 -30px;
    padding: 0;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-top: 40px;
    position: relative;
    z-index: 2;
    border-radius: 10px
}

.tw-pricing .pricing-featured .pricing-price,
.tw-pricing .pricing-featured .pricing-feaures {
    margin-top: 35px
}

.tw-pricing .pricing-featured .btn {
    margin-top: 12px
}

.pricing-tab ul.nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tw-tab-content {
    margin-top: 90px
}

.tw-pricing-box {
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .06);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    padding-top: 28px;
    margin-top: 35px;
    text-align: center
}

.tw-pricing-box .btn {
    margin-bottom: 36px
}

.tw-pricing-box:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.tw-pricing-box:hover .pricing-feaures h3 {
    color: #FA6742
}

.tw-pricing-box:hover .pricing-price sup,
.tw-pricing-box:hover .pricing-price strong {
    color: #FA6742
}

.tw-pricing-box:hover .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FA6742;
    border-color: #FA6742
}

.border-left-radius {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

.border-right-radius {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.price-icon-bg {
    height: 227px;
    display: table;
    width: 100%;
    background: url(../images/pricing/pricing_icon_bg.png);
    background-position: center;
    background-repeat: no-repeat
}

.price-icon-bg .price-icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.pricing-feaures {
    text-align: center;
    margin-top: 15px
}

.pricing-feaures h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 22px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.pricing-feaures ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.pricing-feaures ul li {
    display: block;
    margin-bottom: 5px
}

.pricing-price {
    margin: 30px 0 25px;
    text-align: center
}

.pricing-price sup {
    color: #2f2c2c;
    top: -21px;
    left: 1px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.pricing-price strong {
    font-size: 38px;
    color: #2f2c2c;
    font-weight: 700;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tw-blog {
    background-color: #F7F9F8
}

.tw-latest-post {
    background: #fff;
    padding-bottom: 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tw-latest-post:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.tw-latest-post:hover .tw-latest-post .post-title a,
.tw-latest-post:hover .post-info .post-title a {
    color: #FA6742
}

.latest-post-media {
    margin-bottom: 20px
}

.post-body {
    position: relative;
    z-index: 2;
    padding-left: 20px
}

.post-item-date {
    position: absolute;
    height: 100%
}

.post-item-date:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    background: #DCDCDC;
    width: 1px;
    height: 100%
}

.post-item-date:after {
    position: absolute;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: "";
    background: #F76641;
    left: 50%;
    margin-left: -7px;
    border-radius: 50%;
    border: 2px solid #DCDCDC
}

.post-date {
    width: 60px;
    height: 60px;
    background: #DC350A;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 20px;
    padding-top: 10px
}

.post-date .month {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin-top: -10px
}

.post-info {
    margin-left: 80px
}

.post-info .post-title {
    padding-bottom: 7px;
    font-size: 20px
}

.post-info .post-title a {
    color: #2f2c2c;
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-info .entry-content p {
    font-size: 15px;
    padding-right: 10px
}

.post-meta {
    padding-top: 20px;
    padding-bottom: 7px
}

.post-meta a {
    color: #2f2c2c
}

.tw-client {
    padding-bottom: 190px
}

.clients-carousel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.clients-carousel .owl-item img {
    width: auto;
    margin: 0 auto
}

.clients-carousel .owl-dots {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 110px
}

.clients-carousel .owl-dots button.owl-dot {
    display: inline-block;
    background: #CDCBCA;
    width: 7px;
    height: 7px;
    margin: 4px;
    border-radius: 50%;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.clients-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D
}

.client-logo-wrapper {
    width: 100%
}

.client-logo {
    text-align: center;
    vertical-align: middle
}

.tw-footer {
    padding: 75px 0 0;
    background-color: #151414;
    position: relative;
    z-index: 2
}

.tw-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px
}

.tw-footer .contact-us .contact-info {
    margin-left: 50px
}

.tw-footer .contact-us.contact-us-last {
    margin-left: -80px
}

.tw-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #FA6742
}

.tw-footer-info-box {
    top: -122px;
    background: #202020;
    padding: 40px;
    z-index: 2;
    text-align: center
}

.tw-footer-info-box .footer-social-link h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 25px
}

.tw-footer-info-box .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.tw-footer-info-box .footer-social-link li {
    display: inline-block
}

.tw-footer-info-box .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff
}

.tw-footer-info-box .footer-social-link a i.fa-facebook {
    background-color: #3B5998
}

.tw-footer-info-box .footer-social-link a i.fa-twitter {
    background-color: #55ACEE
}

.tw-footer-info-box .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39
}

.tw-footer-info-box .footer-social-link a i.fa-linkedin {
    background-color: #0976B4
}

.tw-footer-info-box .footer-social-link a i.fa-pinterest {
    background-color: #B7242A
}

.footer-awarad {
    margin-top: 285px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-awarad p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px
}

.footer-info-text {
    margin: 8px 0 0
}

.footer-left-widget {
    padding-left: 80px
}

.footer-widget .section-heading {
    margin-bottom: 35px
}

.footer-widget h3 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget li {
    margin-bottom: 18px
}

.footer-widget p {
    margin-bottom: 27px;
    color: #A1A1A1
}

.footer-widget a {
    color: #A1A1A1;
    -webkit-transition: all .3s;
    transition: all .3s
}

.footer-widget a:hover {
    color: #FA6742
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both
}

.tw-footer-form {
    position: relative
}

.tw-footer-form input[type=email] {
    padding: 14px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E
}

.tw-footer-form input::-webkit-input-placeholder,
.tw-footer-form input::-moz-placeholder,
.tw-footer-form input:-ms-input-placeholder,
.tw-footer-form input::-ms-input-placeholder,
.tw-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px
}

.tw-footer-form input::-webkit-input-placeholder,
.tw-footer-form input::-moz-placeholder,
.tw-footer-form input:-ms-input-placeholder,
.tw-footer-form input::-ms-input-placeholder,
.tw-footer-form input::placeholder {
    color: #878787;
    font-size: 14px
}

.tw-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 12px 17px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #FA6742;
    background: #FA6742;
    color: #fff
}

.tw-footer-form button:hover {
    cursor: pointer
}

.contact-us {
    position: relative;
    z-index: 2;
    margin-top: 65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-icon {
    position: absolute
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #FA6742
}

.contact-info {
    margin-left: 75px;
    color: #fff
}

.contact-info h3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0
}

.copyright {
    padding: 28px 0;
    margin-top: 55px;
    background-color: #202020
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.copyright a:hover {
    color: #FA6742
}

.copyright-menu ul {
    text-align: right;
    margin: 0
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px
}

.back-to-top {
    position: relative;
    z-index: 2
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 55px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742
}

.banner-area {
    position: relative;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.banner-area .container {
    position: relative
}

.banner-title {
    color: #FA6742;
    font-size: 60px;
    font-weight: 800
}

.banner-heading {
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 175px;
    padding-top: 23px
}

.breadcrumb {
    background: transparent
}

.breadcrumb li a {
    color: #fff;
    font-weight: 600;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.breadcrumb li a:hover {
    color: #FFB72F
}

.breadcrumb li:last-child:before {
    color: #fff;
    content: "/\00a0";
    padding: 0 5px
}

.tw-news-post {
    background: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 50px
}

.tw-news-post .entry-content {
    margin-left: 80px;
    margin-bottom: 25px
}

.entry-header {
    margin-left: 80px
}

.entry-header .entry-title {
    font-size: 30px;
    font-weight: 600;
    margin: 25px 0
}

.entry-header .entry-title a {
    color: #2f2c2c
}

.entry-header .post-meta span {
    color: #b4b4b4;
    -webkit-transition: all .3s;
    transition: all .3s
}

.entry-header .post-meta a {
    color: #b4b4b4;
    -webkit-transition: all .3s;
    transition: all .3s
}

.entry-header .post-meta a:hover {
    color: #FA6742
}

.post-media {
    margin-bottom: 20px
}

.post-meta span {
    margin-right: 40px
}

.post-meta span i {
    padding-right: 10px;
    color: #b4b4b4
}

.post-footer {
    margin-left: 80px
}

.post-footer .btn {
    font-size: 14px;
    padding: 11px 30px
}

.post-footer .btn i {
    padding-left: 10px;
    font-weight: 700
}

.post-media.post-video {
    position: relative;
    z-index: 2
}

.post-media.post-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #202020;
    content: "";
    opacity: .8
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px
}

.video-icon i {
    font-size: 70px;
    color: #FA6742
}

.pagination li a {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #F7F7F7;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    color: #757575;
    font-weight: 700;
    position: relative;
    z-index: 2
}

.pagination li a i {
    font-weight: 700
}

.pagination li a:hover {
    background-color: #FA6742;
    color: #fff
}

.pagination li.active a {
    background-color: #FA6742;
    color: #fff
}

.widget .widget-title {
    font-weight: 700;
    color: #2f2c2c;
    position: relative;
    z-index: 2;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.widget .noanimate-border {
    top: 15px;
    position: relative;
    display: block;
    width: 55px;
    height: 3px;
    background: #FA6742;
    border-color: #f7f9f8
}

.widget .noanimate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 10px;
    bottom: 0;
    border-left: 5px solid #fff;
    border-color: #f7f9f8
}

.sidebar-right .widget {
    padding: 40px;
    margin-bottom: 30px
}

.sidebar-right .widget.widget-search {
    padding: 0
}

.sidebar-right .widget.widget-search .input-group input {
    background-color: #f7f9f8;
    border-radius: 50px;
    padding: 16px 25px;
    position: relative;
    z-index: 2;
    border: none
}

.sidebar-right .widget.widget-search .input-group input:focus {
    border-color: transparent
}

.sidebar-right .widget.widget-search .input-group input::-webkit-input-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-right .widget.widget-search .input-group input::-moz-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-right .widget.widget-search .input-group input:-ms-input-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-right .widget.widget-search .input-group input::-ms-input-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-right .widget.widget-search .input-group input::placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-right .widget.widget-search .input-group span i {
    position: absolute;
    right: 25px;
    font-size: 20px;
    z-index: 3;
    top: 50%;
    margin-top: -10px
}

.sidebar-right .widget-adds {
    padding: 0
}

.sidebar-right .widget-adds img {
    width: 100%
}

.sidebar-left .widget {
    padding: 40px;
    margin-bottom: 30px
}

.sidebar-left .widget.widget-search {
    padding: 0
}

.sidebar-left .widget.widget-search .input-group input {
    background-color: #f7f9f8;
    border-radius: 50px;
    padding: 16px 25px;
    position: relative;
    z-index: 2;
    border: none
}

.sidebar-left .widget.widget-search .input-group input:focus {
    border-color: transparent
}

.sidebar-left .widget.widget-search .input-group input::-webkit-input-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-left .widget.widget-search .input-group input::-moz-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-left .widget.widget-search .input-group input:-ms-input-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-left .widget.widget-search .input-group input::-ms-input-placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-left .widget.widget-search .input-group input::placeholder {
    color: #757575;
    font-weight: 600;
    font-size: 16px
}

.sidebar-left .widget.widget-search .input-group span i {
    position: absolute;
    right: 25px;
    font-size: 20px;
    z-index: 3;
    top: 50%;
    margin-top: -10px
}

.sidebar-left .widget-adds {
    padding: 0
}

.sidebar-left .widget-adds img {
    width: 100%
}

.sidebar-right .widget-adds,
.sidebar-left .widget-adds {
    padding: 0
}

.sidebar-right .widget-adds img,
.sidebar-left .widget-adds img {
    width: 100%
}

.widget {
    background-color: #f7f9f8
}

.widget ul.widget-list {
    margin: 35px 0 0;
    padding: 0;
    list-style: none
}

.widget ul.widget-list li {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding: 16px 0;
    position: relative
}

.widget ul.widget-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget ul.widget-list li a {
    color: #757575;
    -webkit-transition: all .3s;
    transition: all .3s
}

.widget ul.widget-list li span {
    position: absolute;
    top: 16px;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.widget ul.widget-list li:hover a,
.widget ul.widget-list li:hover span {
    color: #FA6742
}

.widget.recent-posts .unstyled {
    margin: 35px 0 0 -40px;
    padding-top: 20px
}

.widget.recent-posts .unstyled .media {
    margin-bottom: 15px;
    border-bottom: 1px dashed #DADADA;
    padding-bottom: 15px
}

.widget.recent-posts .unstyled .media:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.widget.recent-posts .media-left img {
    width: 75px;
    height: 60px;
    border-radius: 3px
}

.widget.recent-posts .entry-title {
    padding-left: 20px;
    margin-bottom: 0;
    line-height: normal
}

.widget.recent-posts .entry-title a {
    font-size: 16px;
    color: #757575;
    font-weight: 400;
    line-height: 1.6;
    -webkit-transition: all .3s;
    transition: all .3s
}

.widget.recent-posts .entry-title a:hover {
    color: #FA6742
}

.widget.recent-posts .media-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.sidebar .widget-tags {
    margin-top: 40px
}

.sidebar .widget-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px
}

.sidebar .widget-tags ul>li {
    float: left;
    margin: 3px
}

.sidebar .widget-tags ul>li a {
    border: 1px solid #E2E2E2;
    color: #757575;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
    margin: 0 3px 3px 0;
    border-radius: 25px;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0
}

.sidebar .widget-tags ul>li a:hover {
    background: #FA6742;
    color: #fff;
    border: 1px solid transparent
}

.post-single .entry-header {
    margin-left: 0
}

.post-single .entry-header .post-meta span {
    margin-right: 20px
}

.post-single .entry-header .post-meta span .day {
    margin: 0
}

.post-single .entry-header .post-meta span i {
    padding-right: 5px
}

.post-single .entry-header .post-meta .post-author a {
    color: #2f2c2c;
    -webkit-transition: all .3s;
    transition: all .3s
}

.post-single .post-body {
    padding-left: 0
}

.post-single .entry-content blockquote {
    background: #f5f5f5;
    padding: 80px 30px 30px 45px;
    position: relative;
    z-index: 2;
    margin-top: 40px
}

.post-single .entry-content blockquote p {
    font-size: 18px;
    color: #2f2c2c;
    line-height: 1.6;
    padding-top: 8px;
    padding-bottom: 20px
}

.post-single .entry-content blockquote cite {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-style: normal;
    color: #FA6742;
    font-weight: 700;
    font-size: 16px
}

.post-single .entry-content blockquote:after {
    position: absolute;
    top: 30px;
    left: 40px;
    content: "\e937";
    font-family: iconfont;
    font-size: 60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.post-single .entry-content h3 {
    font-size: 24px;
    padding: 20px 0
}

.post-single .entry-content ul.list-round {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    border-bottom: 1px solid #F1F1F1
}

.post-single .entry-content ul.list-round li {
    padding-bottom: 15px
}

.post-single .entry-content ul.list-round li:before {
    font-family: fontAwesome;
    content: "\f111";
    font-size: 8px;
    color: #222;
    vertical-align: middle;
    margin-right: 15px
}

.post-single .post-footer {
    margin-left: 0;
    padding: 30px 0
}

.post-single .post-footer strong {
    color: #2f2c2c;
    font-weight: 700;
    margin-right: 10px
}

.post-single .post-footer .post-tags a {
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #F1F1F1;
    border-radius: 50px;
    color: #757575;
    font-size: 14px;
    margin-right: 10px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.post-single .post-footer .post-tags a:hover {
    background: #FA6742;
    color: #fff
}

.post-single .post-footer .post-social-icons {
    list-style: none;
    margin: 0;
    padding: 0
}

.post-single .post-footer .post-social-icons li {
    display: inline-block
}

.post-single .post-footer .post-social-icons a i {
    margin-right: 8px;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background: #000;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px
}

.post-single .post-footer .post-social-icons a i.fa-facebook {
    background-color: #3B5998
}

.post-single .post-footer .post-social-icons a i.fa-twitter {
    background-color: #55ACEE
}

.post-single .post-footer .post-social-icons a i.fa-google-plus {
    background-color: #DD4B39
}

.post-single .post-footer .post-social-icons a i.fa-linkedin {
    background-color: #0976B4
}

.post-single .post-footer .post-social-icons a i.fa-instagram {
    background-color: #B7242A
}

.author-box {
    border: 1px solid #F1F1F1;
    padding: 40px
}

.author-box .author-img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

.author-box .author-info {
    margin-left: 100px
}

.author-box .author-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.author-box .author-info .author-url {
    margin-bottom: 0
}

.author-box .author-info .author-url a {
    color: #cacaca;
    font-size: 14px
}

.post-navigation {
    border-bottom: 1px solid #F1F1F1;
    padding: 35px 0
}

.post-navigation .post-previous,
.post-navigation .post-next {
    padding: 0 40px;
    width: 50%;
    border-left: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    display: table-cell;
    position: relative;
    vertical-align: middle
}

.post-navigation .post-previous {
    text-align: left;
    float: left;
    border-left: 0 none;
    border-right: 0 none;
    padding: 0 40px 0 0
}

.post-navigation .post-next {
    text-align: right;
    float: left;
    border-right: 0 none;
    padding: 0 0 0 40px
}

.post-navigation i {
    margin: 0 5px
}

.post-navigation span {
    font-size: 14px;
    margin-bottom: 10px;
    color: #757575;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    margin-top: 5px
}

.post-navigation span:hover {
    color: #FA6742
}

.post-navigation h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 8px 0 0
}

.comments-list {
    list-style: none
}

.comments-list .comments-reply {
    list-style: none
}

.comment {
    overflow: hidden;
    margin-bottom: 30px
}

.comment .comment-avatar {
    float: left
}

.comment .meta-data span {
    display: block
}

.comment:not(:first-child) {
    border-top: 1px solid #F1F1F1;
    padding-top: 30px
}

h3.comments-heading {
    font-size: 24px;
    padding: 35px 0
}

.comment-body {
    margin-left: 100px
}

.meta-data {
    margin-bottom: 10px
}

.meta-data span {
    display: block
}

.meta-data .comment-author {
    color: #2f2c2c;
    font-weight: 700
}

.meta-data .comment-date {
    font-size: 14px;
    color: #757575;
    margin-top: 5px
}

.meta-data a.comment-reply {
    font-size: 14px;
    color: #757575
}

ul {
    margin-bottom: 20px
}

ul.comments-reply .comment-body {
    background: #f7f9f8;
    padding: 30px 30px 20px
}

.comment-border {
    border-top: 1px solid #F1F1F1
}

.title-normal {
    padding: 40px 0 35px;
    font-size: 24px
}

.comments-form input {
    padding: 16px 30px;
    border-radius: 50px
}

.comments-form textarea {
    border-radius: 25px;
    resize: none;
    padding: 30px;
    border: 1px solid #F1F1F1
}

.comments-form input {
    border: 1px solid #F1F1F1
}

.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder,
.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder,
.comments-form textarea::-ms-input-placeholder,
.comments-form input::-ms-input-placeholder,
.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder {
    color: #6d6d6d
}

.comments-form textarea::-webkit-input-placeholder,
.comments-form input::-webkit-input-placeholder,
.comments-form textarea::-moz-placeholder,
.comments-form input::-moz-placeholder,
.comments-form textarea:-ms-input-placeholder,
.comments-form input:-ms-input-placeholder,
.comments-form textarea::-ms-input-placeholder,
.comments-form input::-ms-input-placeholder,
.comments-form textarea::placeholder,
.comments-form input::placeholder {
    color: #6d6d6d
}

.comments-form textarea:focus,
.comments-form input:focus {
    outline: 0;
    border-color: #F1F1F1
}

.comments-form button {
    margin-top: 20px
}

.comments-form button:hover {
    cursor: pointer
}

.tw-timeline-tab {
    padding-top: 0
}

.timeline-tab .tw-tab-content {
    margin-top: 70px
}

.timeline-tab ul {
    border-bottom: 1px dashed #F1F1F1;
    position: relative;
    z-index: 2;
    padding-bottom: 25px
}

.timeline-tab ul li {
    float: left;
    width: 25%;
    text-align: center
}

.timeline-tab ul li a {
    position: relative;
    padding-bottom: 27px;
    color: #b4b4b4;
    font-weight: 700;
    font-size: 22px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline-tab ul li a:after {
    position: absolute;
    content: "";
    background: #CBCBCB;
    width: 15px;
    height: 15px;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline-tab ul li a.active {
    color: #2f2c2c
}

.timeline-tab ul li a.active:after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border: 8px solid #FA6742;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(247, 102, 65, .4);
    box-shadow: 0 10px 20px 0 rgba(247, 102, 65, .4)
}

.timeline-tab ul:after {
    content: "";
    display: block;
    clear: both
}

.timeline-tab .tab-content h2 {
    font-size: 30px;
    margin-bottom: 30px
}

.timeline-tab .tab-content p {
    line-height: 1.75
}

.mission-carousel .row {
    margin-bottom: 60px
}

.mission-carousel .owl-dots {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mission-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #FCB3A0;
    margin: 0 3px;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.mission-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #fff
}

.mission-body {
    padding-left: 20px
}

.mission-body p {
    font-size: 20px;
    line-height: 1.6;
    max-width: 470px
}

.tw-mission {
    background: #FA6742;
    color: #fff
}

.mission-title h2 {
    color: #fff;
    font-size: 32px
}

.tw-team-box:hover .team-name {
    color: #FA6742
}

.team-img {
    text-align: center
}

.team-img img {
    width: 225px;
    height: 225px;
    border-radius: 50%
}

.team-info {
    text-align: center;
    margin-top: 25px
}

.team-info .team-name {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.team-info .team-designation {
    color: #b4b4b4;
    margin-bottom: 16px
}

.team-info .team-social-links a i {
    display: inline-block;
    margin: 0 10px;
    font-size: 20px
}

.team-info .team-social-links a i.fa-facebook {
    color: #3B5998
}

.team-info .team-social-links a i.fa-twitter {
    color: #55ACEE
}

.team-info .team-social-links a i.fa-instagram {
    color: #B7242A
}

.team-info .team-social-links a i.fa-linkedin {
    color: #0976B4
}

.about-testimonial-content p {
    color: #757575
}

.about-testimonial .owl-dots button.owl-dot {
    background: #92908E
}

.about-testimonial .owl-dots button.owl-dot.active {
    background: #362F2D
}

.tw-about-award {
    padding-top: 0
}

.tw-award-box {
    text-align: center;
    max-width: 215px;
    margin: 0 auto
}

.tw-award-box .award-icon {
    text-align: center
}

.tw-award-box h3 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.3;
    -webkit-transition: all .3s;
    transition: all .3s
}

.tw-award-box:hover h3 {
    color: #FA6742
}

.timeline-item {
    margin-bottom: 30px
}

.left-part .timeline-badge {
    left: 100%
}

.left-part .timeline-panel {
    float: right;
    text-align: right;
    margin-right: 45px
}

.left-part .timeline-panel:before {
    left: inherit;
    right: -27px;
    top: 15px;
    border-color: #ddd transparent transparent #ddd;
    border-right-width: 25px;
    border-top-width: 15px;
    border-bottom-width: 2px
}

.left-part .timeline-panel:after {
    top: 16px;
    left: auto;
    right: -23px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-right-width: 26px;
    border-bottom-width: 1px;
    border-top-width: 16px
}

.left-part .timeline-date.left-part {
    text-align: left
}

.timeline-badge {
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    content: "";
    background: #CBCBCB;
    margin-left: -8px;
    border-radius: 50%;
    z-index: 2;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline-badge.active {
    width: 28px;
    height: 28px;
    margin-left: -13px;
    border: 8px solid #FA6742;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(247, 102, 65, .4);
    box-shadow: 0 10px 20px 0 rgba(247, 102, 65, .4)
}

.timeline-wrapper {
    position: relative;
    z-index: 2
}

.timeline-wrapper .details {
    font-size: 16px;
    color: #757575;
    line-height: 1.75;
    border: 1px solid #E5E5E5;
    padding: 30px
}

.timeline-wrapper:after {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 95%;
    content: "";
    border: 1px dashed #CBCBCB
}

.timeline-panel {
    max-width: 420px;
    position: relative;
    z-index: 2;
    background: #fff;
    margin-left: 45px
}

.timeline-panel:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -27px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #ddd #ddd transparent transparent;
    border-style: solid;
    transition: all .3s;
    border-right-width: 25px;
    border-bottom-width: 15px
}

.timeline-panel:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -24px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    transition: all .3s;
    border-right-width: 25px;
    border-top-width: 3px;
    border-bottom-width: 15px
}

.timeline-date {
    text-align: right;
    padding-right: 20px
}

.timeline-date .title,
.timeline-date .tagline {
    padding-left: 40px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.timeline-date .title {
    font-size: 22px;
    color: #2f2c2c;
    margin-bottom: 0;
    font-weight: 700
}

.timeline-date .tagline {
    color: #757575;
    font-size: 22px
}

.timeline-date.left-part {
    text-align: left
}

.timeline-date.active .title,
.timeline-date.active .tagline {
    color: #FA6742
}

.tw-price-box {
    padding: 30px 0 50px;
    color: #fff;
    text-align: center
}

.tw-price-box .pricing-price strong {
    color: #fff
}

.tw-price-box .pricing-price sup {
    color: #fff;
    font-weight: 800;
    font-size: 30px
}

.tw-price-box .pricing-price small {
    font-size: 20px
}

.tw-price-box .pricing-icon-wrapper {
    width: 100%;
    height: 120px
}

.tw-price-box .price-icon {
    vertical-align: middle
}

.tw-contact-us {
    padding-bottom: 50px
}

.tw-contact-box {
    background-color: #F7F9F8;
    border-radius: 3px;
    padding: 30px 40px 40px 50px
}

.tw-contact-box .contact-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.tw-contact-box .contact-heading h3 {
    margin-bottom: 0;
    font-size: 23px;
    margin-left: 15px;
    margin-bottom: -10px
}

.contact-info-box-content:after {
    content: "";
    display: block;
    clear: both
}

.contact-info-box-content i {
    float: left;
    margin-top: 2px
}

.contact-info-box-content p {
    margin-left: 35px;
    color: #2f2c2c
}

.map {
    height: 450px;
    margin-top: 50px
}

.alert-success.fade.in {
    opacity: 1
}

.contact-us-form select,
.contact-us-form input[type=text],
.contact-us-form input[type=phone],
.contact-us-form input[type=email] {
    padding: 16px 30px;
    border-radius: 50px;
    border: 1px solid #F1F1F1
}

.contact-us-form textarea {
    padding: 16px 30px;
    border-radius: 25px;
    border: 1px solid #F1F1F1;
    resize: none
}

.contact-us-form textarea:focus,
.contact-us-form textarea:active {
    border: 1px solid #F1F1F1
}

.tw-contact-us-testimonial {
    padding-bottom: 135px
}

.testimonial-slider .testimonial-meta {
    margin-bottom: 30px;
    margin-top: 0
}

.testimonial-slider .testimonial-meta h4 {
    color: #FA6742
}

.testimonial-slider .testimonial-meta i {
    font-size: 60px;
    color: #FCCCC0
}

.testimonial-slider .testimonial-text p {
    color: #757575
}

.testimonial-slider .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -30px
}

.testimonial-slider .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #CDCBCA;
    margin: 4px;
    border-radius: 50%
}

.testimonial-slider .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D
}

.tw-testimonial-no-bg {
    background: #fff
}

.testimonial-slider .owl-item img {
    width: auto
}

.testimonial-image {
    margin-bottom: 20px
}

.testimonial-image img {
    margin: 0 auto;
    border-radius: 100%;
    height: 80px
}

.testimonial-box-carousel .owl-dots {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    bottom: -75px
}

.testimonial-box-carousel .owl-dots button.owl-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #C3C3C1;
    margin: 4px;
    border-radius: 50%
}

.testimonial-box-carousel .owl-dots button.owl-dot.active {
    width: 11px;
    height: 11px;
    background: #362F2D
}

.tw-testimonial-bg {
    background: #F3F5F4;
    padding-bottom: 100px
}

.tw-testimonial-box {
    position: relative;
    background: #fff;
    padding: 30px;
    border: 10px solid #f3f5f4
}

.tw-testimonial-box .testimonial-meta {
    margin-top: 10px;
    margin-left: 100px
}

.tw-testimonial-box .testimonial-bg {
    left: 30px;
    right: auto;
    top: 30px
}

.tw-testimonial-box .testimonial-text {
    margin-top: 40px
}

.tw-testimonial-box .testimonial-text p {
    color: #757575;
    font-size: 16px;
    font-weight: 400
}

.tw-testimonial-box .testimonial-text i {
    font-size: 25px;
    float: right;
    margin-top: -35px
}

[class*="col"]:nth-child(1) .tw-testimonial-box .testimonial-meta h4 {
    color: #FA6742
}

[class*="col"]:nth-child(1) .tw-testimonial-box .testimonial-text i {
    color: #FBB2A0
}

[class*="col"]:nth-child(2) .tw-testimonial-box .testimonial-meta h4,
[class*="col"]:nth-child(2) .tw-testimonial-box .testimonial-text i {
    color: #32CC73
}

.testimonial-carousel-gray .owl-stage-outer {
    padding-top: 50px
}

.testimonial-carousel-gray .tw-testimonial-wrapper {
    background: #F3F5F4
}

.testimonial-carousel-gray .testimonial-bg {
    border-radius: 100%
}

.testimonial-carousel-gray .testimonial-bg:after {
    left: 10px;
    bottom: -13px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.testimonial-gray .testimonial-text p {
    color: #757575;
    font-size: 20px
}

.testimonial-gray .testimonial-meta {
    padding-left: 100px
}

.testimonial-gray .testimonial-meta h4,
.testimonial-gray .testimonial-meta i {
    color: #FA6742
}

.tw-web-analytics [class*="row"]:last-child .analytics-img,
.tw-web-analytics [class*="row"]:last-child .tw-web-analytics-content {
    margin-bottom: 0
}

.tw-web-analytics-content h3 {
    font-size: 30px;
    font-weight: 800
}

.tw-web-analytics-content p {
    line-height: 1.75
}

.analytics-img {
    margin-bottom: 75px
}

.tw-web-analytics-content {
    margin-bottom: 165px;
    position: relative;
    z-index: 2
}

.tw-web-analytics-content i {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 100px;
    z-index: -1;
    color: #F4F4F4
}

[class*="col"]:nth-child(3) .percent-area>p {
    color: #32CC73
}

[class*="col"]:nth-child(4) .percent-area>p {
    color: #FFB72F
}

.percent-area {
    text-align: center
}

.percent-area>p {
    margin-top: 30px;
    font-weight: 700;
    color: #FA6742;
    font-size: 20px
}

.percent-area .chart {
    position: relative;
    width: 195px;
    height: 195px;
    padding: 69px 0;
    margin: 0 auto
}

.percent-area .chart p {
    color: #000;
    font-size: 36px;
    margin-bottom: -5px
}

.percent-area .chart small {
    font-style: italic;
    color: #b4b4b4;
    display: block
}

.percent-area .chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.tw-service-case-study:hover .casestudy-content {
    -webkit-box-shadow: none;
    box-shadow: none
}

.tw-service-case-study .casestudy-content {
    background-color: #f7f9f8
}

.tw-call-to-action .btn-lg {
    padding: 16px 60px
}

.call-action-bg-pattern {
    position: relative
}

.call-action-bg-pattern img {
    position: absolute;
    left: 0;
    z-index: -1
}

.call-action-bg-pattern img:nth-child(1) {
    top: -50px;
    left: -200px
}

.call-action-bg-pattern img:nth-child(2) {
    left: auto;
    right: -235px;
    top: -65px
}

.service-list-carousel .owl-nav {
    position: absolute;
    left: -34.5%;
    bottom: 0
}

.service-list-carousel .owl-nav button.owl-next,
.service-list-carousel .owl-nav button.owl-prev {
    display: inline-block;
    background-color: #F7F9F8;
    width: 45px;
    height: 45px;
    color: #FA6742
}

.service-list-carousel .owl-nav button i {
    font-size: 20px;
    font-weight: 700;
    line-height: 45px
}

.service-list-carousel .owl-nav button:hover {
    background: #FA6742;
    color: #fff
}

.tw-service-box-list {
    border: 1px solid #EDEDED;
    border-radius: 3px;
    padding: 40px 25px 10px
}

.tw-service-box-list h3 {
    font-size: 20px;
    margin: 35px 0 20px
}

.tw-service-box-list p {
    font-size: 14px
}

.service-list-bg-1 {
    background: url(../images/services/service_bg1.png)
}

.service-list-bg-2 {
    background: url(../images/services/service_bg2.png)
}

.service-list-bg-3 {
    background: url(../images/services/service_bg3.png)
}

.service-list-bg {
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 126px
}

.service-list-icon {
    vertical-align: middle
}

.service-list-icon img {
    margin: 0 auto
}

[class*="col"]:last-child .tw-service-features-box:after {
    display: none
}

.tw-service-features-box {
    position: relative;
    padding: 0 30px
}

.tw-service-features-box h3 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 18px
}

.tw-service-features-box p {
    margin-bottom: 22px
}

.tw-service-features-box:after {
    position: absolute;
    width: 1px;
    height: 50%;
    background: #EEE;
    content: "";
    top: 50%;
    left: 100%;
    margin-top: -25%;
    margin-left: 14px
}

.service-bg-icon-1 {
    background: url(../images/services/service_bg1.png) no-repeat top center;
    height: 127px
}

.service-feature-icon-bg {
    width: 100%
}

.service-feature-icon img {
    padding-top: 15px
}

.tw-features-contact .section-heading {
    margin-bottom: 0
}

.tw-features-contact-info>p {
    font-weight: 600;
    line-height: 1.75;
    padding-right: 75px
}

.tw-features-contact-info .contact-us {
    margin-top: 25px
}

.tw-features-contact-info .contact-info h3 {
    color: #2f2c2c;
    font-size: 18px
}

.tw-features-contact-info .contact-info p {
    font-size: 14px;
    color: #2f2c2c
}

.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder,
.service-contact-form input::-moz-placeholder,
.service-contact-form textarea::-moz-placeholder,
.service-contact-form input:-ms-input-placeholder,
.service-contact-form textarea:-ms-input-placeholder,
.service-contact-form input::-ms-input-placeholder,
.service-contact-form textarea::-ms-input-placeholder,
.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder {
    color: #6d6d6d;
    font-weight: 600
}

.service-contact-form input::-webkit-input-placeholder,
.service-contact-form textarea::-webkit-input-placeholder,
.service-contact-form input::-moz-placeholder,
.service-contact-form textarea::-moz-placeholder,
.service-contact-form input:-ms-input-placeholder,
.service-contact-form textarea:-ms-input-placeholder,
.service-contact-form input::-ms-input-placeholder,
.service-contact-form textarea::-ms-input-placeholder,
.service-contact-form input::placeholder,
.service-contact-form textarea::placeholder {
    color: #6d6d6d;
    font-weight: 600
}

.service-contact-form .form-group {
    margin-bottom: 30px
}

.case-bg-overlay:after {
    background-color: rgba(32, 32, 32, 0)
}

.banner-heading.case-banner-heading {
    min-height: 175px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.banner-heading .banner-case-title {
    color: #fff;
    font-weight: 700;
    padding-top: 0
}

.banner-heading .banner-case-title span {
    color: #FA6742;
    font-weight: 800
}

.tw-case-challange .section-heading p {
    padding: 0 80px
}

.tw-challange-content {
    max-width: 420px;
    text-align: center
}

.tw-challange-content h3 {
    font-size: 24px;
    margin-top: 40px
}

.tw-challange-content.challange-left-content {
    margin-left: auto
}

.challange-bg-pattern {
    position: relative;
    z-index: 2
}

.challange-bg-pattern:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50%;
    background: url(../images/cases/single_case_arrow.png) no-repeat top center
}

.tw-case-working-box h3 {
    font-size: 18px;
    color: #2f2c2c;
    margin-top: 25px
}

.working-icon-wrapper {
    width: 225px;
    height: 225px;
    border-radius: 100%;
    border: 1.8px dashed #B1B1B1;
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 10px
}

.working-icon {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 50%;
    background: #fff;
    background: radial-gradient(ellipse at center, #fff 0%, #eff3f1 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eff3f1', GradientType=1)
}

.case-process-number {
    position: absolute;
    right: 5px;
    top: -5px;
    background: #FA6742;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    font-weight: 700
}

.tw-final-result .section-heading {
    margin-bottom: 0
}

.results-trafiic .traffic-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.results-trafiic span {
    font-size: 18px;
    font-weight: 700;
    color: #2f2c2c;
    padding-top: 5px;
    padding-left: 20px
}

.result-bg {
    position: relative
}

.result-bg img {
    position: absolute;
    left: -105%;
    z-index: -1
}

.traffic-bg-1 {
    background: url(../images/cases/result_bg1.png) no-repeat top center
}

.traffic-bg-2 {
    background: url(../images/cases/result_bg2.png) no-repeat top center
}

.traffic-bg-3 {
    background: url(../images/cases/result_bg3.png) no-repeat top center
}

.traffic-bg-4 {
    background: url(../images/cases/result_bg4.png) no-repeat top center
}

.traffic-icon-bg {
    height: 126px
}

.traffic-icon-bg img {
    padding-top: 25px
}

.tw-traffic-counter {
    margin-top: 110px
}

.tw-traffic-counter h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 12px
}

.tw-traffic-counter p {
    color: #FA6742;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 0
}

.tw-cases {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cases-img {
    background: #FA6742;
    -webkit-flex-basis: 23.1%;
    -ms-flex-preferred-size: 23.1%;
    flex-basis: 31.1%;
    margin: 10px;
    border-radius: 5px;
    padding: 25px
}

.cases-img h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0
}

.cases-img span {
    font-size: 14px;
    color: #fff
}

.cases-img:nth-of-type(even) {
    position: relative;
    top: 90px
}

.cases-img img {
    padding-bottom: 20px
}

.tw-case-complete .btn {
    margin-top: 155px
}

.tw-clients {
    padding-bottom: 120px
}

.tw-top-bar {
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2
}

.tw-top-bar .text-left .top-contact-info span {
    padding-left: 0;
    padding-right: 40px
}

.tw-top-bar-angle {
    padding: 5px 0;
    border-bottom: 1px solid #F2F2F2;
    position: relative;
    z-index: 2
}

.tw-top-bar-angle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: #2f2c2c
}

.tw-top-bar-angle:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    border-right: 30px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 38px solid #2f2c2c
}

.top-bar-angle-info i {
    color: #fff;
    font-size: 14px;
    margin-right: 5px
}

.top-bar-angle-info span {
    color: #fff;
    font-size: 14px;
    padding-right: 20px
}

.top-social-links a {
    padding-left: 20px
}

.top-social-links a i {
    display: inline-block;
    font-size: 14px;
    color: #2f2c2c;
    -webkit-transition: all .3s;
    transition: all .3s
}

.top-social-links a i:hover {
    color: #FA6742
}

.top-social-links span {
    color: #2f2c2c
}

.top-contact-info span {
    font-size: 14px;
    color: #2f2c2c;
    padding-left: 60px
}

.top-contact-info span i {
    padding-right: 10px
}

.tw-top-bar-angle .top-contact-info span {
    color: #fff;
    padding-left: 0;
    padding-right: 40px
}

.inline-menu {
    position: relative;
    top: 0
}

.inline-menu span {
    background: #000;
    width: 10px
}

.tw-offcanvas-menu i {
    padding-right: 25px;
    border-right: 1px solid #E0E0E0;
    margin-right: 30px;
    color: #2f2c2c
}

.tw-offcanvas-menu i:hover {
    cursor: pointer
}

.inline-menu span:nth-child(2) {
    width: 20px;
    margin: 3px auto
}

.header-absolute {
    position: relative;
    margin-bottom: -35px
}

.header-absolute .tw-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tw-header.tw-dark-head {
    -webkit-box-shadow: none;
    box-shadow: none
}

.dark-nav {
    background: #2f2c2c;
    border-radius: 4px
}

.dark-nav .tw-nav-brand {
    padding-left: 30px;
    margin-right: 0
}

.dark-nav>.nav-link {
    padding: 31px 0
}

.dark-nav .navbar-nav .nav-link {
    color: #fff
}

.dark-nav button.navbar-toggler {
    right: 15px
}

.dark-nav .tw-nav-brand {
    position: relative
}

.dark-nav .navbar-nav {
    padding: 0
}

.dark-nav .navbar-nav .active>.nav-link {
    color: #fff
}

.dark-nav .navbar-nav li {
    margin: 0 10px
}

.dark-nav .navbar-nav li.nav-item>a {
    padding: 25px 0
}

.dark-nav .tw-dropdown-menu {
    background: #2f2c2c
}

.dark-nav .tw-dropdown-menu li a {
    color: #fff
}

.dark-nav .tw-mega-menu {
    background: #2f2c2c
}

.dark-nav .tw-mega-menu li a {
    color: #fff
}

.dark-nav .tw-mega-menu li a:hover {
    color: #FA6742
}

.dark-nav .tw-mega-menu .tw-megamenu-title h3,
.dark-nav .tw-mega-menu p {
    color: #fff
}

.offcanvas-dark-menu {
    right: -10px
}

.offcanvas-dark-menu i {
    color: #fff;
    border-right-color: #4E4B4B
}

.offcanvas-dark-menu .inline-menu span {
    background: #fff
}

.header-absolute.header-lite {
    margin-bottom: -30px
}

.logo-area .top-contact-info.top-contact span {
    padding-left: 0
}

.logo-area .top-info {
    margin-bottom: 20px;
    padding-top: 10px
}

.top-info {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.top-info li {
    display: inline-block
}

.top-info li .info-wrapper p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal;
    color: #2e2c2d
}

.top-info .info-icon {
    font-size: 24px;
    display: inline-block;
    top: -8px;
    position: relative;
    margin-right: 0
}

.top-info .info-wrapper {
    display: inline-block;
    margin-right: 30px;
    position: relative
}

.top-info .info-wrapper p.info-subtitle {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #2e2c2d;
    margin-bottom: 3px
}

.top-contact-info.top-contact span {
    padding-left: 0
}

.nav-lite ul.navbar-nav {
    width: 100%
}

.nav-lite ul.navbar-nav li {
    margin-left: 17px;
    padding-right: 17px
}

.nav-lite ul.navbar-nav li.nav-item>a {
    padding: 20px 0
}

.nav-lite .navbar-nav .nav-link {
    margin-right: 0
}

.nav-thin ul.navbar-nav {
    width: 100%
}

.nav-thin ul.navbar-nav li {
    margin-left: 17px;
    padding-right: 17px
}

.nav-thin ul.navbar-nav li.nav-item>a {
    padding: 20px 0
}

.nav-thin .navbar-nav .nav-link {
    margin-right: 0
}

.tw-offcanvas-menu.offcanvas-menu-lite i {
    color: #fff;
    border-right-color: #4E4B4B
}

.tw-offcanvas-menu.offcanvas-menu-lite .inline-menu span {
    background: #fff
}

.header-lite .tw-nav-brand {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo-area .tw-nav-brand {
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav-transparent .megamenu-dark .tw-mega-menu {
    top: 63px
}

.nav-transparent .tw-nav-brand {
    top: 5px
}

.nav-transparent .navbar-nav li.nav-item>a {
    padding: 13px 0
}

.navbar-fixed.header-dark {
    background-color: #363435
}

.top-bar-lite .top-social-links {
    color: #2f2c2c
}

.top-bar-lite .top-social-links i {
    color: #2f2c2c
}

.top-bar-lite .top-contact-info {
    text-align: right
}

.top-bar-lite .top-contact-info span {
    padding-left: 5px;
    color: #2f2c2c
}

.top-bar-lite .top-contact-info i {
    font-size: 12px;
    margin-left: 5px;
    color: #2f2c2c
}

.header-transparent.header-absolute {
    position: absolute;
    width: 100%
}

.nav-transparent {
    background: transparent
}

.slider-3.tw-slider-bg-dark,
.slider-2.tw-slider-bg-dark {
    background: none
}

.tw-slider-bg-dark {
    position: relative;
    z-index: 2
}

.tw-slider-bg-dark .slider-wrapper {
    height: 814px
}

.tw-slider-bg-dark:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../images/slider/slider-banner-2.jpg);
    background-size: cover;
    background-position: right center
}

.slider-bg-dark,
.slider-dark {
    z-index: auto
}

.slider-bg-dark.tw-hero-slider .owl-nav button i,
.slider-dark.tw-hero-slider .owl-nav button i {
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.slider-bg-dark.tw-hero-slider .owl-nav button i:hover {
    color: #FA6742
}

.slider-dark.tw-hero-slider .owl-nav button i:hover {
    color: #FA6742
}

.slider-dark .tw-slider-bg-dark:after {
    background: url(../images/slider/slider-banner-1.jpg)
}

.slider-content-dark h1 span {
    color: #FA6742
}

.offcanvas-menu-dark i {
    color: #fff
}

.offcanvas-menu-dark span {
    background: #fff
}

.top-bar-dark {
    background: #1b1b21
}

.top-bar-dark .top-social-links {
    color: #FA6742
}

.top-bar-dark .top-social-links i {
    color: #fff
}

.top-bar-dark .top-contact-info span {
    color: #fff
}

.top-bar-dark .top-contact-info i {
    color: #fff
}

.top-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.top-menu ul li {
    display: inline-block
}

.top-menu ul li a {
    display: block;
    padding-right: 30px;
    color: inherit
}

.logo-area.top-contact span {
    padding-right: 0;
    padding-left: 50px
}

.logo-area.top-contact i {
    margin-left: 10px;
    color: #FA6742
}

.full-width-nav {
    background: #2f2c2c
}

.nav-full-width ul.navbar-nav li {
    padding-left: 0;
    padding-right: 30px
}

.nav-full-width .navbar-nav li {
    padding-left: 0
}

.nav-full-width .navbar-nav .active>.nav-link,
.nav-full-width .navbar-nav .nav-link {
    color: #fff
}

.nav-full-width .tw-mega-menu {
    background: #2f2c2c
}

.nav-full-width .tw-mega-menu h3,
.nav-full-width .tw-mega-menu p,
.nav-full-width .tw-mega-menu li a {
    color: #fff
}

.nav-full-width .tw-dropdown-menu {
    background: #2f2c2c
}

.nav-full-width .tw-dropdown-menu li a {
    color: #fff
}

.full-width-offcanvas-menu {
    width: 100%;
    position: relative;
    text-align: left;
    padding-bottom: 0;
    padding: 15px 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.full-width-offcanvas-menu i {
    color: #fff;
    border-color: #4D4B4C
}

.full-width-offcanvas-menu span {
    background: #fff
}

.main-header {
    position: absolute;
    width: 100%;
    z-index: 3
}

.offcanvas-menu-lite.bg-orange {
    height: 68px;
    line-height: 68px;
    padding: 0 15px;
    border-left: 8px solid #F7F9F8;
    width: 165px;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.offcanvas-menu-lite.bg-orange .inline-menu {
    right: -10px
}

.offcanvas-menu-lite.bg-orange i {
    padding-right: 25px;
    margin-right: 5px;
    color: #fff;
    border-right-color: rgba(255, 255, 255, .5)
}

.slider-abosulte .slider-content h1,
.slider-abosulte .slider-content h2,
.slider-abosulte .slider-content h2 {
    color: #2f2c2c
}

.slider-abosulte .slider-content h1 span,
.slider-abosulte .slider-content h2 span,
.slider-abosulte .slider-content h2 span {
    color: #FA6742
}

.slider-abosulte .slider-content p {
    color: #757575
}

.faq-right .widget-adds {
    margin-top: -40px
}

.faq-right .tw-testimonial-box {
    background: #f7f9f8
}

.card-header {
    background: none;
    border: none;
    padding: 0
}

.card-header h4 {
    margin: 0;
    padding-left: 0
}

.card-header h4 a {
    color: #2f2c2c;
    font-size: 16px
}

.card-header h4 a i {
    color: #FA6742;
    -webkit-transition: all .3s;
    transition: all .3s
}

.card-header:hover {
    cursor: pointer
}

.faq-indicator {
    float: right
}

.card {
    margin-bottom: 15px;
    padding: 15px 30px;
    border-radius: 0
}

.card-block {
    padding-top: 20px
}

.tw-expert {
    padding-top: 100px
}

.tw-expert.solid-bg {
    background: #f7f7f7
}

.expert-team img {
    border-radius: 0
}

.navbar-fixed {
    z-index: 100;
    position: fixed;
    opacity: 1;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-animation: fadeInDown 800ms;
    animation: fadeInDown 800ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas,
.tw-head,
.tw-header {
    -webkit-transition: all 800ms;
    transition: all 800ms
}

.off-canvas~.tw-hero-slider {
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.tw-hero-slider {
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.error-page .error-code {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1)
}

.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700
}

.web-application {
    margin-left: -19px;
    margin-right: 19px
}

.ezyicon {
    width: 80px
}

@media (min-width:1200px) {
    .tw-hero-slider .owl-nav button {
        left: 40px
    }

    .tw-hero-slider .owl-nav button.owl-next {
        right: 40px
    }

    .service-list-carousel .owl-stage-outer {
        padding-left: 1px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .tw-top-bar-angle .top-contact-info span {
        padding-right: 10px
    }

    .top-links {
        padding-top: 25px
    }

    .top-contact li {
        padding-left: 10px
    }

    .top-info .info-wrapper {
        margin-right: 0
    }

    .top-social-links a {
        padding-left: 10px
    }

    ul.navbar-nav li {
        padding: 0
    }

    ul.tw-dropdown-menu li,
    .tw-mega-menu ul li {
        padding: 7px 2px
    }

    .tw-social-links li {
        padding-right: 18px;
        padding-left: 0
    }

    .tw-off-search {
        right: 10px
    }

    .slider-wrapper {
        height: 725px
    }

    .tw-hero-slider .owl-nav button i {
        font-size: 35px
    }

    .tw-hero-slider .owl-item .tw-slider-1 img {
        margin-top: 78px
    }

    .features-text:after {
        left: -50px
    }

    .features-box {
        min-height: 325px;
        margin-bottom: 30px
    }

    .analysis-bg-pattern img:nth-child(3) {
        width: 25%
    }

    .analysis-bg-pattern img:nth-child(4) {
        right: 110px
    }

    .analysis-form input[type=url],
    .analysis-form input[type=email] {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    .analysis-form input[type=email] {
        margin-left: 0
    }

    .analysis-form input[type=submit] {
        margin-left: 0;
        right: -20px
    }

    .casestudy-content {
        padding-left: 15px;
        padding-right: 15px
    }

    .tw-service-box-list {
        max-width: 100%
    }

    .tw-service-list .section-heading p {
        margin-top: -15px
    }

    .tw-service-list .section-heading .animate-border {
        margin-top: 15px !important
    }

    .cases-img {
        flex-basis: 22.8%
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        margin-right: 5px
    }

    .dark-nav.nav-lite ul.navbar-nav li {
        padding-left: 0;
        padding-right: 0
    }

    .contact-inline span,
    .top-contact span {
        padding-right: 15px
    }

    .top-links-inline a {
        padding-left: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-fixed {
        position: relative;
        animation: none
    }

    .top-contact {
        margin-bottom: 30px
    }

    .top-contact li {
        padding-left: 0
    }

    .top-bar-angle-info span {
        font-size: 10px
    }

    .tw-top-bar-angle:after {
        border-top: 0
    }

    .tw-top-bar-angle:before {
        width: 55%
    }

    .offcanvas-menu-lite.bg-orange {
        visibility: hidden
    }

    ul.navbar-nav>li.nav-item>a.nav-link:after {
        background: none
    }

    .tw-head {
        width: 100%
    }

    ul.navbar-nav li {
        padding: 0
    }

    ul.navbar-nav li.nav-item>a {
        padding: 15px 0
    }

    .tw-dropdown-menu {
        padding-top: 0
    }

    ul.tw-dropdown-menu:after {
        display: none
    }

    ul.tw-dropdown-menu {
        padding-bottom: 0
    }

    .tw-mega-menu {
        padding-top: 15px
    }

    .tw-mega-menu ul li:not(:first-child) {
        padding-left: 15px
    }

    li.dropdown:hover ul.tw-dropdown-menu,
    li.dropdown:hover .tw-mega-menu {
        display: none
    }

    ul.navbar-nav>li.nav-item>a.nav-link.active:before,
    ul.navbar-nav>li.nav-item>a.nav-link.active:after,
    ul.navbar-nav>li.nav-item>a.nav-link:before,
    ul.navbar-nav>li.nav-item>a.nav-link:after {
        opacity: 0;
        -webkit-animation: none;
        animation: none
    }

    ul.navbar-nav>li.nav-item>a.nav-link:after {
        background: none
    }

    li.dropdown:hover ul.tw-dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    ul.tw-dropdown-menu li {
        padding: 7px 0
    }

    ul.tw-dropdown-menu {
        padding-top: 0
    }

    .tw-mega-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .tw-mega-menu:after {
        display: none
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 15px
    }

    span.tw-indicator {
        float: right;
        width: 40px;
        height: 30px;
        text-align: center;
        border: 1px solid #FB6743;
        line-height: 30px;
        position: relative;
        top: -3px
    }

    .tw-social-links {
        width: 100%;
        padding: 12px 0
    }

    .tw-off-search {
        top: 23px
    }

    .tw-social-links li {
        padding-left: 0;
        padding-right: 20px
    }

    .tw-off-search {
        display: none
    }

    .tw-slider-subtitle {
        font-size: 15px
    }

    .tw-slider-title {
        font-size: 35px
    }

    .slider-wrapper {
        padding-top: 50px;
        height: 593px;
        padding-bottom: 50px
    }

    .slider-1 .slider-wrapper {
        min-height: 590px
    }

    .slider-content h1,
    .slider-content h2,
    .slider-content h2 {
        font-size: 35px;
        margin-bottom: 25px
    }

    .features-text:after {
        left: -45px
    }

    .features-box {
        margin-bottom: 30px;
        min-height: auto
    }

    .analysis-bg-pattern img:nth-child(1) {
        width: 30%
    }

    .analysis-bg-pattern img:nth-child(2) {
        width: 18%
    }

    .analysis-bg-pattern img:nth-child(3) {
        left: 20px;
        bottom: -45px
    }

    .analysis-bg-pattern img:nth-child(4) {
        right: 40px;
        width: 9%
    }

    .analysis-form input {
        margin-bottom: 30px
    }

    .tw-form-round-shape:after {
        display: none
    }

    .tw-form-round-shape {
        right: 0;
        margin: 0
    }

    .tw-intro-area img {
        margin-top: 60px
    }

    .tw-work-process p {
        font-size: 16px
    }

    .process-wrapper {
        width: 140px;
        height: 140px
    }

    .tw-testimonial-carousel:before {
        -webkit-transform: rotate(-8deg);
        transform: rotate(-8deg);
        height: 62%
    }

    .tw-latest-post {
        margin-bottom: 30px
    }

    .footer-left-widget {
        padding-left: 0
    }

    .contact-info h3 {
        font-size: 18px
    }

    .contact-info p {
        font-size: 14px
    }

    .copyright a {
        font-size: 13px
    }

    .copyright span {
        font-size: 13px
    }

    .tw-footer .contact-us {
        margin-top: 50px;
        margin-bottom: 30px;
        padding-left: 0
    }

    .comments-form button {
        margin-bottom: 40px
    }

    .team-img img {
        width: 155px;
        height: 155px
    }

    .team-info .team-name {
        font-size: 19px
    }

    .team-info .team-designation {
        margin-bottom: 10px
    }

    .team-info .team-social-links a i {
        margin: 0 3px;
        font-size: 15px
    }

    .tw-price-box {
        margin-bottom: 30px
    }

    .percent-area {
        margin-top: 30px
    }

    .service-list-carousel .owl-nav {
        left: 0;
        bottom: -65px;
        width: 100%;
        text-align: center
    }

    .tw-service-box-list {
        max-width: 100%
    }

    .challange-bg-pattern:after {
        display: none
    }

    .working-icon-wrapper {
        width: 150px;
        height: 150px
    }

    .case-process-number {
        right: -6px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }

    .tw-case-working-box h3 {
        font-size: 15px
    }

    .result-bg img {
        width: 220%;
        top: 75px
    }

    .cases-img {
        flex-basis: 47.1%
    }

    .tw-offcanvas-menu {
        width: 100%;
        text-align: right;
        padding: 15px 0;
        position: relative;
        right: -25px
    }

    .top-social-links a {
        padding-left: 15px
    }

    .top-contact-info span {
        padding-left: 10px
    }

    .transparent-header.absolute-header {
        margin-bottom: -65px
    }

    .dark-bg .tw-nav-brand {
        top: 25px;
        margin-bottom: 15px
    }

    .offcanvas-dark-menu {
        right: -10px
    }

    .nav-lite ul.navbar-nav {
        margin-top: 55px
    }

    .tw-offcanvas-menu.offcanvas-menu-lite {
        text-align: left;
        max-width: fit-content;
        padding: 20px 0 20px 25px
    }

    .tw-offcanvas-menu.offcanvas-menu-lite i {
        color: #fff;
        border-right-color: #4E4B4B
    }

    .tw-offcanvas-menu.offcanvas-menu-lite .inline-menu span {
        background: #fff
    }

    .top-contact span {
        padding-left: 35px
    }

    .top-links {
        text-align: center
    }

    .top-bar-lite .top-contact-info {
        text-align: center
    }

    .header-absolute .tw-header {
        background: #2E2C2D
    }

    .nav-transparent .tw-nav-brand {
        padding-left: 0
    }

    .tw-offcanvas-menu {
        right: -15px
    }

    .nav-full-width .navbar-toggler {
        top: 9px
    }

    .tw-offcanvas-menu.offcanvas-menu-lite {
        padding: 15px
    }

    .solid-bg {
        background: none;
        border-left: 8px solid transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .dark-nav.nav-lite .navbar-toggler {
        top: 14px
    }

    .dark-nav.nav-lite .toogle-lite {
        top: 9px
    }
}

@media (max-width:767px) {
    .navbar-fixed {
        position: relative;
        animation: none
    }

    .top-menu ul li a {
        padding-right: 10px
    }

    .top-menu ul li a:last-child {
        padding-right: 0
    }

    .top-contact ul {
        text-align: left
    }

    .top-info {
        float: none
    }

    .top-info li {
        margin-bottom: 15px
    }

    .top-contact li {
        display: block;
        padding-left: 0
    }

    .top-contact li p {
        margin-bottom: 10px
    }

    .offcanvas-menu-lite.bg-orange {
        visibility: hidden
    }

    .tw-top-bar-angle:before,
    .tw-top-bar-angle:after {
        display: none
    }

    .top-bar-angle-info span,
    .top-bar-angle-info i {
        color: #2e2c2d
    }

    .tw-top-bar-angle .top-contact-info span {
        color: #2e2c2d;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .tw-top-bar-angle .top-bar-angle-info {
        text-align: center
    }

    .tw-head {
        width: 100%
    }

    ul.navbar-nav li.nav-item>a {
        padding: 15px 0
    }

    ul.tw-dropdown-menu {
        padding-top: 0
    }

    .tw-mega-menu {
        padding-top: 15px;
        width: 100%
    }

    ul.tw-dropdown-menu:after {
        display: none
    }

    ul.tw-dropdown-menu {
        padding-bottom: 0;
        width: 100%
    }

    .tw-mega-menu ul li:not(:first-child) {
        padding-left: 15px
    }

    li.dropdown:hover ul.tw-dropdown-menu,
    li.dropdown:hover .tw-mega-menu {
        display: none
    }

    ul.navbar-nav>li.nav-item>a.nav-link.active:before,
    ul.navbar-nav>li.nav-item>a.nav-link.active:after,
    ul.navbar-nav>li.nav-item>a.nav-link:before,
    ul.navbar-nav>li.nav-item>a.nav-link:after {
        opacity: 0;
        -webkit-animation: none;
        animation: none
    }

    li.dropdown:hover ul.tw-dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .tw-mega-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    ul.navbar-nav>li.nav-item>a.nav-link:after {
        display: none
    }

    ul.navbar-nav a {
        padding: 0
    }

    .navbar-toggler {
        position: absolute;
        right: 0;
        top: 15px
    }

    span.tw-indicator {
        float: right;
        width: 40px;
        height: 30px;
        text-align: center;
        border: 1px solid #FB6743;
        line-height: 30px;
        position: relative;
        top: -3px
    }

    .tw-social-links {
        width: 100%;
        padding: 12px 0
    }

    .tw-off-search {
        top: 23px
    }

    .tw-social-links li {
        padding-left: 0;
        padding-right: 20px
    }

    .tw-off-search {
        display: none
    }

    .tw-slider-subtitle {
        font-size: 15px
    }

    .tw-slider-title {
        font-size: 35px
    }

    .slider-wrapper {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .slider-wrapper,
    .tw-slider-1,
    .slider-1 .slider-wrapper {
        min-height: 1000px
    }

    .slider-1 .slider-content {
        margin-top: 50px
    }

    .slider-wrapper .slider-content {
        padding-right: 0;
        text-align: center
    }

    .slider-content h1,
    .slider-content h2 {
        font-size: 35px;
        margin-bottom: 25px
    }

    .tw-features-area .column-title {
        text-align: center
    }

    .features-text {
        padding-left: 10px
    }

    .features-text:after {
        left: -10px
    }

    .analysis-bg-pattern img:nth-child(3) {
        width: 35%;
        left: 10px;
        bottom: -50px
    }

    .analysis-bg-pattern img:nth-child(4) {
        width: 12%;
        right: 50px
    }

    .tw-form-round-shape:after {
        display: none
    }

    .tw-form-round-shape {
        margin: 0;
        padding: 0 15px;
        right: 0
    }

    .analysis-form input[type=url],
    .analysis-form input[type=email] {
        margin-bottom: 30px
    }

    .facts-content {
        margin-bottom: 30px
    }

    .tw-service-box {
        margin-bottom: 30px
    }

    .features-box {
        margin-bottom: 30px
    }

    .tw-case-study-box {
        margin-bottom: 30px
    }

    .work-process [class*="col"]:nth-child(even) .process-wrapper {
        margin-top: 0
    }

    .work-process [class*="col"]:nth-child(4) .tw-work-process {
        margin-bottom: 0
    }

    .tw-work-process {
        margin-bottom: 30px
    }

    .tw-testimonial-carousel {
        margin-bottom: 40px
    }

    .tw-pricing .pricing-featured {
        padding-top: 28px;
        margin: 35px 0 0;
        padding-bottom: 0
    }

    .tw-latest-post {
        margin-bottom: 30px
    }

    .tw-footer-info-box {
        position: relative;
        top: 0
    }

    .footer-left-widget {
        padding-left: 0;
        margin-top: 30px
    }

    .contact-us {
        margin-top: 40px
    }

    .contact-info h3 {
        font-size: 18px
    }

    .contact-info p {
        font-size: 14px
    }

    .copyright a {
        font-size: 13px
    }

    .copyright span {
        font-size: 13px
    }

    .copyright {
        text-align: center
    }

    .copyright-menu li {
        padding: 10px
    }

    .copyright-menu ul {
        text-align: center;
        padding-left: 0
    }

    .footer-awarad {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .tw-footer .contact-us.contact-us-last {
        margin-left: 0;
        margin-bottom: 0
    }

    .tw-footer .contact-us {
        padding-left: 0
    }

    .post-meta span {
        margin-right: 5px
    }

    .post-tags {
        float: none;
        margin-bottom: 30px
    }

    .share-items {
        float: none
    }

    .post-footer {
        text-align: center
    }

    .comments-form button {
        margin-bottom: 40px
    }

    .tw-about-bin {
        margin-top: 30px
    }

    .mission-body {
        margin-top: 30px
    }

    .tw-team-box {
        margin-bottom: 30px
    }

    .timeline2-wrapper:after {
        left: 0
    }

    .left-part .timeline-badge {
        left: 0;
        margin-left: 0
    }

    .timeline-badge,
    .left-part .timeline-badge {
        margin-left: 7px
    }

    .left-part .timeline-panel:before {
        right: inherit;
        left: -15px;
        transform: rotate(135deg) translateY(-50%);
        top: 0
    }

    .timeline-date {
        text-align: left
    }

    .left-part .timeline-panel {
        text-align: left;
        margin-right: 0
    }

    .tw-price-box {
        margin-bottom: 30px
    }

    .analytics-img,
    .tw-web-analytics-content {
        margin-bottom: 60px
    }

    .tw-web-analytics [class*="row"]:last-child .analytics-img {
        margin-bottom: 60px
    }

    .percent-area {
        margin-top: 30px
    }

    .service-list-carousel .owl-nav {
        left: 0;
        bottom: -65px;
        width: 100%;
        text-align: center
    }

    .tw-service-box-list {
        max-width: 100%
    }

    .tw-service-features-box {
        margin-bottom: 30px
    }

    .tw-service-features-box:after {
        display: none
    }

    .tw-features-contact-info>p {
        padding-right: 0
    }

    .service-contact-form {
        margin-top: 30px
    }

    .tw-challange-content {
        max-width: initial;
        margin-bottom: 70px
    }

    .challange-bg-pattern:after {
        display: none
    }

    .tw-case-working-box {
        margin-top: 22px
    }

    .result-bg img {
        position: relative
    }

    .tw-traffic-counter {
        margin-top: 30px
    }

    .cases-img {
        flex-basis: 100%
    }

    .cases-img img {
        display: block;
        margin: 0 auto
    }

    .cases-img:nth-of-type(even) {
        top: initial
    }

    .tw-offcanvas-menu {
        width: 100%;
        text-align: right;
        padding-bottom: 15px;
        position: relative;
        right: -25px
    }

    .top-social-links {
        text-align: center;
        padding-bottom: 20px;
        padding-top: 10px
    }

    .top-contact-info span {
        padding-left: 5px;
        margin-right: 5px;
        display: block
    }

    .top-contact-info {
        text-align: center
    }

    .transparent-header.absolute-header {
        margin-bottom: -65px
    }

    .dark-bg .tw-nav-brand {
        top: 25px;
        margin-bottom: 15px
    }

    .offcanvas-dark-menu {
        right: -10px
    }

    .nav-lite ul.navbar-nav {
        margin-top: 55px
    }

    .tw-offcanvas-menu.offcanvas-menu-lite {
        text-align: left;
        max-width: fit-content;
        padding: 20px 0 20px 25px
    }

    .tw-offcanvas-menu.offcanvas-menu-lite i {
        color: #fff;
        border-right-color: #4E4B4B
    }

    .tw-offcanvas-menu.offcanvas-menu-lite .inline-menu span {
        background: #fff
    }

    .top-contact span {
        padding-left: 35px;
        padding-right: 0
    }

    .top-links {
        text-align: left
    }

    .top-bar-lite .top-contact-info {
        text-align: center
    }

    .header-absolute .tw-header {
        background: #2E2C2D
    }

    .nav-transparent .tw-nav-brand {
        padding-left: 0
    }

    .tw-offcanvas-menu {
        right: -15px;
        padding: 35px 0
    }

    .tw-slider-bg-dark .slider-content {
        margin-top: 100px
    }

    .tw-slider-bg-dark .slider-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .top-menu {
        text-align: center
    }

    .middle-bar .top-contact span {
        padding-left: 38px;
        display: block;
        margin-bottom: 15px
    }

    .middle-bar .top-contact i {
        position: relative;
        float: left;
        top: 5px;
        margin-right: 10px
    }

    .tw-offcanvas-menu.offcanvas-menu-lite {
        padding: 15px;
        visibility: hidden
    }

    .solid-bg {
        background: none;
        border-left: 8px solid transparent;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .dark-nav.nav-lite .navbar-toggler {
        top: 14px
    }

    .dark-nav.nav-lite .toogle-lite {
        top: 9px
    }

    .tw-analysis-area:before,
    .tw-analysis-area:after {
        display: none
    }
}

@media (max-width:479px) {
    .top-contact li i {
        top: 30px
    }

    .slider-3 .slider-content {
        padding-left: 0
    }

    .tw-features-area .column-title {
        margin-right: 0
    }

    .post-info {
        margin-left: 0;
        text-align: center
    }

    .tw-off-search {
        right: -10px
    }

    .tw-social-links li {
        padding-right: 10px
    }

    .post-body {
        padding-left: 0
    }

    .post-item-date {
        position: relative
    }

    .post-date {
        margin: 0 auto
    }

    .post-item-date:before,
    .post-item-date:after {
        display: none
    }

    .entry-header,
    .tw-news-post .entry-content,
    .post-footer {
        margin-left: 0
    }

    .pagination li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 5px
    }

    .author-box .author-img {
        float: none;
        margin: 0 auto 20px
    }

    .author-box .author-info {
        margin-left: 0;
        text-align: center
    }

    .author-box .author-img {
        float: none;
        margin: 0 auto 20px
    }

    .author-box .author-info {
        margin-left: 0;
        text-align: center
    }

    .comment .comment-avatar {
        float: none;
        margin: 0 auto 15px;
        display: block
    }

    .comments-list {
        margin: 0;
        padding: 0
    }

    .comment-body {
        margin-left: 0
    }

    img.comment-avatar {
        float: none !important
    }

    .timeline-tab ul li a {
        font-size: 16px
    }

    .result-bg img {
        display: none
    }

    .top-contact span {
        display: block;
        max-width: 100%;
        margin-bottom: 25px
    }

    .top-contact i {
        position: relative;
        float: left;
        vertical-align: top;
        top: 5px
    }

    .top-links {
        padding-top: 0;
        text-align: left
    }
}

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%
}

.justify-content {
    justify-content: center;
}

.captchaBox {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 0px;
    flex-direction: inherit;
}

.captchaBox br {
    display: none;
}

.captchaBox #CaptchaImage {
    width: 120px;
}

.captchaBox #CaptchaInputText {
    background-color: #ffffff;
    border-color: #e7e8ec;
    border-radius: 3px;
    box-shadow: none;
    color: #c7c7c7;
    font-size: 88%;
    height: 46px;
    padding: 10px 20px;
    font-weight: 300;
    text-transform: uppercase;
    border-style: solid;
}

ul.abc {
    list-style-type: lower-alpha;
}
ul.ABC {
    list-style-type:upper-alpha;
}
.capcode,
.italic {
    font-style: italic
}

h3.footer-info-text {
    color: #fff
}

.top-social-links .fa-whatsapp {
    font-weight: 700
}

.tw-footer-info-box p {
    color: #A8A8A8
}

.androstore {
    width: 45px
}

.pl_0 {
    padding-left: 0
}

.istore {
    width: 50px
}

.map iframe {
    width: 100%;
    border: 0;
    height: inherit
}

.carousel-control-next .owl-prev i,
.carousel-control-prev .owl-prev i {
    font-size: 50px;
    color: #000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.carousel-control-next .owl-prev,
.carousel-control-prev .owl-prev {
    background-color: transparent;
    border: none
}

.carousel-inner .carousel-item a,
.carousel-inner .carousel-item h1,
.carousel-inner .carousel-item h2 {
    visibility: hidden
}

.carousel-inner .carousel-item.active a,
.carousel-inner .carousel-item.active h1,
.carousel-inner .carousel-item.active h2 {
    visibility: visible;
    animation: fadeInDown .3s both;
    animation-duration: 1.3s
}

.carousel-inner .carousel-item img {
    visibility: visible;
    animation: fadeInUp .3s both;
    animation-duration: 1.3s
}

.carousel-inner .carousel-item.active .slider-img {
    width: 100%
}

li a.store-icons {
    display: inline-block
}

.slider-content li {
    list-style-type: none
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 8%;
    color: #fff;
    text-align: center;
    opacity: .5
}

    .carousel-control-next i,
    .carousel-control-prev i {
        font-size: 50px
    }

@media screen and (max-width:767px) {

    .carousel-control-next,
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 16%;
        color: #fff;
        text-align: center;
        opacity: .5
    }

    .back-to-top .btn-dark {
        bottom: 100px;
        right: 10px
    }
}

.laptop-frame,
.mobile-frame {
    position: absolute;
    z-index: 1
}

.portfolio-slides .carousel-inner .carousel-item img {
    visibility: visible;
    animation: slideInright .3s both;
    animation-duration: 1.3s
}

.project-details-popup .close {
    position: absolute;
    right: 12px;
    top: 8px;
    background-color: #1c1e32;
    padding: 0 6px 4px;
    color: #fff
}

.project-details-popup .prof-icon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    background-color: #fff;
    border: 2px solid #c2c2c2
}

.project-details-popup .modal-header {
    background: url(../images/slider/slider_bg_1.jpg) center no-repeat;
    background-size: 100% 100%;
    margin: 0;
    padding: 0
}

    .project-details-popup .modal-header .header-img {
        width: 100%;
        max-width: 100%;
        padding: 64px 85px 0
    }

    .project-details-popup .modal-header button {
        margin: 10px 0 20px;
        background-color: #f77d0a
    }

.modal-dialog {
    margin: 30px auto;
    vertical-align: middle
}

.project-details-popup .modal-header button:hover {
    margin: 10px 0 20px;
    background-color: #1c1e32
}

.project-details-popup h4 {
    font-size: 28px;
    font-weight: 700;
    font-family: Lato, sans-serif;
    text-align: center
}

.text-center {
    text-align: center
}

@media screen and (max-width:767px) {
    .modal-dialog {
        margin: 27% 10px
    }

    .portfolio-slides {
        margin: 3% 11% 3% 10%
    }

    .laptop-slides {
        width: 100%;
        height: auto
    }

    .laptop-frame img {
        width: 100%
    }

    .banner-title {
        color: #FA6742;
        font-size: 35px;
        font-weight: 800
    }

    .section-heading h2 {
        color: #2f2c2c;
        font-size: 24px
    }

    .tw-web-analytics-content h3 {
        font-size: 20px;
        font-weight: 800
    }

    .section-title {
        color: #2f2c2c;
        font-size: 28px
    }

    .column-title {
        font-size: 24px;
        display: block
    }

    .responsive-logo {
        height: 60px
    }
}

.mobile-slides {
    width: 102%
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.footer-social-link .fa-skype {
    background: #01aef3
}

.footer-social-link.sharelinks ul li {
    display: inline-block;
    list-style-type: none;
    color: #000;
    width: 35px;
    height: 35px;
    padding: 3px;
    border: 1px solid #000;
    border-radius: 2px
}

    .footer-social-link.sharelinks ul li a {
        color: #000
    }

.project-details-popup .text-center {
    text-align: center;
    width: 100%
}

.project-details-popup .popup-heading h2 {
    padding-top: 52px;
    padding-bottom: 20px
}

.project-details-popup .btn-dark:hover {
    background: #fa6742;
    border-color: #FFB72F
}

.project-details-popup .btn-dark {
    margin-bottom: 20px;
    margin-top: 10px
}

.space {
    height: 20px
}

.share-test .carousel-indicators .active {
    background-color: #2e2c2d
}

.share-test .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fa6742
}

.share-test .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -19px;
    left: 55px;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.footer-social-link.sharelinks2 ul li {
    display: inline-block;
    list-style-type: none;
    color: #000;
    width: 35px;
    height: 35px;
    padding: 3px 8px 2px 9px;
    border: 1px solid #000;
    border-radius: 2px
}

.tw-testimonial-box .testimonial-text .footer-social-link.sharelinks2 i {
    font-size: 16px;
    float: none;
    margin-top: 0
}

.tw-testimonial-box .testimonial-text .footer-social-link.sharelinks2 a {
    color: #000
}

.testimonial-meta .footer-social-link.sharelinks i {
    position: static;
    color: #000;
    font-size: 16px
}

.testimonial-meta .footer-social-link.sharelinks a {
    color: #000
}

.testimonial-meta .footer-social-link.sharelinks ul li {
    padding: 3px 8px
}

.testimonial-meta .footer-social-link.sharelinks ul {
    margin-left: -40px
}

.testimonial-bg2 {
    position: absolute;
    bottom: 85px;
    left: 60px;
    width: 72px;
    height: 65px;
    border-radius: 8px;
    display: table
}

.footer-social-link.sharelinks3 ul li {
    display: inline-block;
    list-style-type: none;
    color: #000;
    width: 35px;
    height: 35px;
    padding: 3px 7px 2px 9px;
    border: 1px solid #000;
    border-radius: 2px
}

    .footer-social-link.sharelinks3 ul li i {
        position: static;
        font-size: 16px;
        z-index: 0;
        color: #000
    }

.footer-social-link.sharelinks3 ul {
    padding-left: 0
}

.top-contact-info a {
    color: #000
}

    .top-contact-info a:hover {
        color: #fa6742
    }

@media screen and (max-width:767px) {
    .m-padding {
        padding-bottom: 15px !important
    }

    .button1 {
        width: 30% !important
    }

    .button2 {
        width: 27% !important
    }

    .button3 {
        width: 42% !important
    }
}

.btn-primary,
.btn-secondary {
    padding: 16px 30px !important
}

.btn-secondary {
    margin-right: 0 !important
}

.laptop-frame2,
.laptop-frame2 img {
    width: 100%
}

.portfolio-slides {
    margin-top: -574px;
    width: 66%;
    margin-left: 17%
}

.laptop-slides {
    width: 100%;
    height: auto
}

@media screen and (max-width:1200px) {
    .portfolio-slides {
        margin-top: -481px;
        width: 66%;
        margin-left: 17%
    }
}

@media screen and (max-width:991px) {
    .portfolio-slides {
        margin-top: -357px;
        width: 66%;
        margin-left: 17%
    }
}

@media screen and (max-width:767px) {
    .portfolio-slides {
        margin-top: -266px;
        width: 66%;
        margin-left: 17%
    }

    h1 {
        font-size: 40px
    }
}

@media screen and (max-width:549px) {
    .portfolio-slides {
        margin-top: -252px;
        width: 66%;
        margin-left: 17%
    }
}

@media screen and (max-width:500px) {
    .portfolio-slides {
        margin-top: -233px;
        width: 66%;
        margin-left: 17%
    }
}

@media screen and (max-width:480px) {
    .portfolio-slides {
        margin-top: -225px;
        width: 66%;
        margin-left: 17%
    }
}

@media screen and (max-width:460px) {
    .portfolio-slides {
        margin-top: -214px;
        width: 65%;
        margin-left: 17%
    }
}

@media screen and (max-width:440px) {
    .portfolio-slides {
        margin-top: -2193px;
        width: 65%;
        margin-left: 17%
    }
}

@media screen and (max-width:420px) {
    .portfolio-slides {
        margin-top: -187px;
        width: 65%;
        margin-left: 17%
    }
}

@media screen and (max-width:400px) {
    .portfolio-slides {
        margin-top: -176px;
        width: 65%;
        margin-left: 17%
    }
}

@media screen and (max-width:380px) {
    .portfolio-slides {
        margin-top: -166px;
        width: 65%;
        margin-left: 17%
    }
}

@media screen and (max-width:360px) {
    .portfolio-slides {
        margin-top: -171px;
        width: 65%;
        margin-left: 17.5%
    }
}

@media screen and (max-width:340px) {
    .portfolio-slides {
        margin-top: -152px;
        width: 65%;
        margin-left: 17%
    }
}

@media screen and (max-width:325px) {
    .portfolio-slides {
        margin-top: -143px;
        width: 65%;
        margin-left: 17%
    }
}

.carousel-indicators.custom-indicators .active {
    background-color: #fa6742
}

.carousel-indicators.custom-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #2e2c2d
}

.carousel-indicators.custom-indicators {
    position: absolute;
    right: 0;
    bottom: -125px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators.custom-indicators2 .active {
    background-color: #fa6742
}

.carousel-indicators.custom-indicators2 li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #2e2c2d
}

.carousel-indicators.custom-indicators2 {
    position: absolute;
    right: 0;
    bottom: -48px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.CaptchaWrap,
section {
    position: relative
}

section {
    padding: 60px 0
}

.mobile-slides {
    margin-top: 7px
}

.slider-wrapper {
    width: 100%;
    height: 590px
}

.text-left {
    text-align: left
}

.btn-primary.tw-mt-140 {
    padding: 0 !important;
    border: 0 solid #FA6742;
    background: #FA6742
}

ul.details_list {
    list-style-type: none
}

.contact-redirect {
    color: #b50c00
}

    .contact-redirect:hover {
        color: #00f
    }

.footer.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box
}

.ReloadBtn,
.btnSubmit {
    border: 0;
    cursor: pointer
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: 0;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    width: 343px
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0;
    width: 300px;
    overflow: hidden
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100
}

.ReloadBtn {
    background: url(https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png) left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 30px;
    left: 310px;
    outline: 0
}

.btnSubmit {
    margin-top: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #1285c4;
    color: #fff
}

.error {
    color: red;
    font-size: 12px;
    display: none
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none
}

.footer-social-link li a i.fa-whatsapp {
    background-color: #12a012
}

.tw-footer-info-box .footer-social-link a i {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    background: #000;
    margin-right: 5px;
    color: #fff
}

.theme-btn.btn-style-one {
    position: absolute;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    background-color: #f58334
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff
}

.ezyicon {
    width: 80px
}

.service-icon {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 126px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center
}

.Email:before {
    content: attr(data-website) "\0040"attr(data-user);
    unicode-bidi: bidi-override;
    direction: rtl
}

.tw-ellipse-pattern img {
    width: 616px;
    height: 308px
}

.search-bar-fixed button[type=submit] {
    right: 100px;
    width: 100px;
    height: 50px
}

.section-heading h2 small {
    color: #525252
}

.section-heading h2 span {
    color: inherit
}

.btn {
    color: #000
}

.btn-dark {
    color: #fff
}

.case-process-number {
    color: #000
}

.contentBlock,
.contentBlock ol li a {
    color: #2aa0fe
}

.banner5 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.Ezybook-manual img {
    width: 100%;
    border: 1px solid #444;
    margin-bottom: 50px
}

.Ezybook-manual {
    text-align: left
}

.contentBlock {
    background: #2e2c2d;
    padding: 10px
}

    .contentBlock ol {
        margin: 0;
        padding-left: 21px
    }

        .contentBlock ol li a:hover,
        .contentBlock ol li a:hover .contentBlock {
            color: #FA6742
        }

.qbContent pre {
    border: 1px dashed #c3c3c3 !important;
    padding: 3px 3px 3px 6px !important;
    font-family: monospace, serif !important;
    margin-bottom: 19px !important;
    color: #000;
    background-color: #f9f9f9;
    white-space: pre-wrap
}

    .qbContent pre .green {
        color: #090
    }

    .qbContent pre .BoldBlack {
        color: #000;
        font-weight: 700
    }

    .qbContent pre .NavyBlue {
        color: #006
    }

    .qbContent pre .red {
        color: red
    }

    .qbContent pre .CornflowerBlue {
        color: grey;
        font-style: italic
    }

.google-auto-placed {
    display: none;
}

.tw-mega-menu ul li {
    padding-bottom: 5px;
}

.Ezybook-manual img {
    width: 100%;
    border: 1px solid #444;
    margin-bottom: 50px;
}

.Ezybook-manual {
    text-align: left;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}


/* Cookie Dialog */

#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #ededed;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 999;
}

    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p,
    #gdpr-cookie-message ul {
        color: #2e2c2d;
        font-size: 15px;
        line-height: 1.5em;
    }

        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
            text-align: right;
        }

    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: var(--red);
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message a:hover {
            color: white;
            border-bottom-color: var(--red);
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button {
        border: none;
        background: #2f2c2c;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            color: #da6f26;
            border-bottom-color: #f58334;
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.footer-widget p {
    margin-bottom: 0px;
}

.subscribeCheck {
    margin-bottom: 0px;
    user-select: none;
    color: #aeaeae;
}

.newTestimonial .tw-testimonial-box .testimonial-bg {
    bottom: auto;
}

div[data-app="eapps-google-reviews"] {
    background: white;
    padding: 20px;
    border-radius: 20px;
}

