
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome/fontawesome-webfont5b62.eot?v=4.6.3");
    src: url("../fonts/fontawesome/fontawesome-webfontd41d.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont5b62.woff2?v=4.6.3") format("woff2"),
        url("../fonts/fontawesome/fontawesome-webfont5b62.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome/fontawesome-webfont5b62.ttf?v=4.6.3") format("truetype"),
        url("../fonts/fontawesome/fontawesome-webfont5b62.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.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.2857142857em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.8571428571em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "";
}
.fa-music:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-envelope-o:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-star:before {
    content: "";
}
.fa-star-o:before {
    content: "";
}
.fa-user:before {
    content: "";
}
.fa-film:before {
    content: "";
}
.fa-th-large:before {
    content: "";
}
.fa-th:before {
    content: "";
}
.fa-th-list:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}
.fa-search-plus:before {
    content: "";
}
.fa-search-minus:before {
    content: "";
}
.fa-power-off:before {
    content: "";
}
.fa-signal:before {
    content: "";
}
.fa-gear:before,
.fa-cog:before {
    content: "";
}
.fa-trash-o:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-file-o:before {
    content: "";
}
.fa-clock-o:before {
    content: "";
}
.fa-road:before {
    content: "";
}
.fa-download:before {
    content: "";
}
.fa-arrow-circle-o-down:before {
    content: "";
}
.fa-arrow-circle-o-up:before {
    content: "";
}
.fa-inbox:before {
    content: "";
}
.fa-play-circle-o:before {
    content: "";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}
.fa-refresh:before {
    content: "";
}
.fa-list-alt:before {
    content: "";
}
.fa-lock:before {
    content: "";
}
.fa-flag:before {
    content: "";
}
.fa-headphones:before {
    content: "";
}
.fa-volume-off:before {
    content: "";
}
.fa-volume-down:before {
    content: "";
}
.fa-volume-up:before {
    content: "";
}
.fa-qrcode:before {
    content: "";
}
.fa-barcode:before {
    content: "";
}
.fa-tag:before {
    content: "";
}
.fa-tags:before {
    content: "";
}
.fa-book:before {
    content: "";
}
.fa-bookmark:before {
    content: "";
}
.fa-print:before {
    content: "";
}
.fa-camera:before {
    content: "";
}
.fa-font:before {
    content: "";
}
.fa-bold:before {
    content: "";
}
.fa-italic:before {
    content: "";
}
.fa-text-height:before {
    content: "";
}
.fa-text-width:before {
    content: "";
}
.fa-align-left:before {
    content: "";
}
.fa-align-center:before {
    content: "";
}
.fa-align-right:before {
    content: "";
}
.fa-align-justify:before {
    content: "";
}
.fa-list:before {
    content: "";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "";
}
.fa-indent:before {
    content: "";
}
.fa-video-camera:before {
    content: "";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}
.fa-pencil:before {
    content: "";
}
.fa-map-marker:before {
    content: "";
}
.fa-adjust:before {
    content: "";
}
.fa-tint:before {
    content: "";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}
.fa-share-square-o:before {
    content: "";
}
.fa-check-square-o:before {
    content: "";
}
.fa-arrows:before {
    content: "";
}
.fa-step-backward:before {
    content: "";
}
.fa-fast-backward:before {
    content: "";
}
.fa-backward:before {
    content: "";
}
.fa-play:before {
    content: "";
}
.fa-pause:before {
    content: "";
}
.fa-stop:before {
    content: "";
}
.fa-forward:before {
    content: "";
}
.fa-fast-forward:before {
    content: "";
}
.fa-step-forward:before {
    content: "";
}
.fa-eject:before {
    content: "";
}
.fa-chevron-left:before {
    content: "";
}
.fa-chevron-right:before {
    content: "";
}
.fa-plus-circle:before {
    content: "";
}
.fa-minus-circle:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.fa-check-circle:before {
    content: "";
}
.fa-question-circle:before {
    content: "";
}
.fa-info-circle:before {
    content: "";
}
.fa-crosshairs:before {
    content: "";
}
.fa-times-circle-o:before {
    content: "";
}
.fa-check-circle-o:before {
    content: "";
}
.fa-ban:before {
    content: "";
}
.fa-arrow-left:before {
    content: "";
}
.fa-arrow-right:before {
    content: "";
}
.fa-arrow-up:before {
    content: "";
}
.fa-arrow-down:before {
    content: "";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "";
}
.fa-expand:before {
    content: "";
}
.fa-compress:before {
    content: "";
}
.fa-plus:before {
    content: "";
}
.fa-minus:before {
    content: "";
}
.fa-asterisk:before {
    content: "";
}
.fa-exclamation-circle:before {
    content: "";
}
.fa-gift:before {
    content: "";
}
.fa-leaf:before {
    content: "";
}
.fa-fire:before {
    content: "";
}
.fa-eye:before {
    content: "";
}
.fa-eye-slash:before {
    content: "";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}
.fa-plane:before {
    content: "";
}
.fa-calendar:before {
    content: "";
}
.fa-random:before {
    content: "";
}
.fa-comment:before {
    content: "";
}
.fa-magnet:before {
    content: "";
}
.fa-chevron-up:before {
    content: "";
}
.fa-chevron-down:before {
    content: "";
}
.fa-retweet:before {
    content: "";
}
.fa-shopping-cart:before {
    content: "";
}
.fa-folder:before {
    content: "";
}
.fa-folder-open:before {
    content: "";
}
.fa-arrows-v:before {
    content: "";
}
.fa-arrows-h:before {
    content: "";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}
.fa-twitter-square:before {
    content: "";
}
.fa-facebook-square:before {
    content: "";
}
.fa-camera-retro:before {
    content: "";
}
.fa-key:before {
    content: "";
}
.fa-gears:before,
.fa-cogs:before {
    content: "";
}
.fa-comments:before {
    content: "";
}
.fa-thumbs-o-up:before {
    content: "";
}
.fa-thumbs-o-down:before {
    content: "";
}
.fa-star-half:before {
    content: "";
}
.fa-heart-o:before {
    content: "";
}
.fa-sign-out:before {
    content: "";
}
.fa-linkedin-square:before {
    content: "";
}
.fa-thumb-tack:before {
    content: "";
}
.fa-external-link:before {
    content: "";
}
.fa-sign-in:before {
    content: "";
}
.fa-trophy:before {
    content: "";
}
.fa-github-square:before {
    content: "";
}
.fa-upload:before {
    content: "";
}
.fa-lemon-o:before {
    content: "";
}
.fa-phone:before {
    content: "";
}
.fa-square-o:before {
    content: "";
}
.fa-bookmark-o:before {
    content: "";
}
.fa-phone-square:before {
    content: "";
}
.fa-twitter:before {
    content: "";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}
.fa-github:before {
    content: "";
}
.fa-unlock:before {
    content: "";
}
.fa-credit-card:before {
    content: "";
}
.fa-feed:before,
.fa-rss:before {
    content: "";
}
.fa-hdd-o:before {
    content: "";
}
.fa-bullhorn:before {
    content: "";
}
.fa-bell:before {
    content: "";
}
.fa-certificate:before {
    content: "";
}
.fa-hand-o-right:before {
    content: "";
}
.fa-hand-o-left:before {
    content: "";
}
.fa-hand-o-up:before {
    content: "";
}
.fa-hand-o-down:before {
    content: "";
}
.fa-arrow-circle-left:before {
    content: "";
}
.fa-arrow-circle-right:before {
    content: "";
}
.fa-arrow-circle-up:before {
    content: "";
}
.fa-arrow-circle-down:before {
    content: "";
}
.fa-globe:before {
    content: "";
}
.fa-wrench:before {
    content: "";
}
.fa-tasks:before {
    content: "";
}
.fa-filter:before {
    content: "";
}
.fa-briefcase:before {
    content: "";
}
.fa-arrows-alt:before {
    content: "";
}
.fa-group:before,
.fa-users:before {
    content: "";
}
.fa-chain:before,
.fa-link:before {
    content: "";
}
.fa-cloud:before {
    content: "";
}
.fa-flask:before {
    content: "";
}
.fa-cut:before,
.fa-scissors:before {
    content: "";
}
.fa-copy:before,
.fa-files-o:before {
    content: "";
}
.fa-paperclip:before {
    content: "";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "";
}
.fa-square:before {
    content: "";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}
.fa-list-ul:before {
    content: "";
}
.fa-list-ol:before {
    content: "";
}
.fa-strikethrough:before {
    content: "";
}
.fa-underline:before {
    content: "";
}
.fa-table:before {
    content: "";
}
.fa-magic:before {
    content: "";
}
.fa-truck:before {
    content: "";
}
.fa-pinterest:before {
    content: "";
}
.fa-pinterest-square:before {
    content: "";
}
.fa-google-plus-square:before {
    content: "";
}
.fa-google-plus:before {
    content: "";
}
.fa-money:before {
    content: "";
}
.fa-caret-down:before {
    content: "";
}
.fa-caret-up:before {
    content: "";
}
.fa-caret-left:before {
    content: "";
}
.fa-caret-right:before {
    content: "";
}
.fa-columns:before {
    content: "";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}
.fa-envelope:before {
    content: "";
}
.fa-linkedin:before {
    content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}
.fa-legal:before,
.fa-gavel:before {
    content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}
.fa-comment-o:before {
    content: "";
}
.fa-comments-o:before {
    content: "";
}
.fa-flash:before,
.fa-bolt:before {
    content: "";
}
.fa-sitemap:before {
    content: "";
}
.fa-umbrella:before {
    content: "";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "";
}
.fa-lightbulb-o:before {
    content: "";
}
.fa-exchange:before {
    content: "";
}
.fa-cloud-download:before {
    content: "";
}
.fa-cloud-upload:before {
    content: "";
}
.fa-user-md:before {
    content: "";
}
.fa-stethoscope:before {
    content: "";
}
.fa-suitcase:before {
    content: "";
}
.fa-bell-o:before {
    content: "";
}
.fa-coffee:before {
    content: "";
}
.fa-cutlery:before {
    content: "";
}
.fa-file-text-o:before {
    content: "";
}
.fa-building-o:before {
    content: "";
}
.fa-hospital-o:before {
    content: "";
}
.fa-ambulance:before {
    content: "";
}
.fa-medkit:before {
    content: "";
}
.fa-fighter-jet:before {
    content: "";
}
.fa-beer:before {
    content: "";
}
.fa-h-square:before {
    content: "";
}
.fa-plus-square:before {
    content: "";
}
.fa-angle-double-left:before {
    content: "";
}
.fa-angle-double-right:before {
    content: "";
}
.fa-angle-double-up:before {
    content: "";
}
.fa-angle-double-down:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}
.fa-angle-right:before {
    content: "";
}
.fa-angle-up:before {
    content: "";
}
.fa-angle-down:before {
    content: "";
}
.fa-desktop:before {
    content: "";
}
.fa-laptop:before {
    content: "";
}
.fa-tablet:before {
    content: "";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}
.fa-circle-o:before {
    content: "";
}
.fa-quote-left:before {
    content: "";
}
.fa-quote-right:before {
    content: "";
}
.fa-spinner:before {
    content: "";
}
.fa-circle:before {
    content: "";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}
.fa-github-alt:before {
    content: "";
}
.fa-folder-o:before {
    content: "";
}
.fa-folder-open-o:before {
    content: "";
}
.fa-smile-o:before {
    content: "";
}
.fa-frown-o:before {
    content: "";
}
.fa-meh-o:before {
    content: "";
}
.fa-gamepad:before {
    content: "";
}
.fa-keyboard-o:before {
    content: "";
}
.fa-flag-o:before {
    content: "";
}
.fa-flag-checkered:before {
    content: "";
}
.fa-terminal:before {
    content: "";
}
.fa-code:before {
    content: "";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}
.fa-location-arrow:before {
    content: "";
}
.fa-crop:before {
    content: "";
}
.fa-code-fork:before {
    content: "";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}
.fa-question:before {
    content: "";
}
.fa-info:before {
    content: "";
}
.fa-exclamation:before {
    content: "";
}
.fa-superscript:before {
    content: "";
}
.fa-subscript:before {
    content: "";
}
.fa-eraser:before {
    content: "";
}
.fa-puzzle-piece:before {
    content: "";
}
.fa-microphone:before {
    content: "";
}
.fa-microphone-slash:before {
    content: "";
}
.fa-shield:before {
    content: "";
}
.fa-calendar-o:before {
    content: "";
}
.fa-fire-extinguisher:before {
    content: "";
}
.fa-rocket:before {
    content: "";
}
.fa-maxcdn:before {
    content: "";
}
.fa-chevron-circle-left:before {
    content: "";
}
.fa-chevron-circle-right:before {
    content: "";
}
.fa-chevron-circle-up:before {
    content: "";
}
.fa-chevron-circle-down:before {
    content: "";
}
.fa-html5:before {
    content: "";
}
.fa-css3:before {
    content: "";
}
.fa-anchor:before {
    content: "";
}
.fa-unlock-alt:before {
    content: "";
}
.fa-bullseye:before {
    content: "";
}
.fa-ellipsis-h:before {
    content: "";
}
.fa-ellipsis-v:before {
    content: "";
}
.fa-rss-square:before {
    content: "";
}
.fa-play-circle:before {
    content: "";
}
.fa-ticket:before {
    content: "";
}
.fa-minus-square:before {
    content: "";
}
.fa-minus-square-o:before {
    content: "";
}
.fa-level-up:before {
    content: "";
}
.fa-level-down:before {
    content: "";
}
.fa-check-square:before {
    content: "";
}
.fa-pencil-square:before {
    content: "";
}
.fa-external-link-square:before {
    content: "";
}
.fa-share-square:before {
    content: "";
}
.fa-compass:before {
    content: "";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}
.fa-euro:before,
.fa-eur:before {
    content: "";
}
.fa-gbp:before {
    content: "";
}
.fa-dollar:before,
.fa-usd:before {
    content: "";
}
.fa-rupee:before,
.fa-inr:before {
    content: "";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}
.fa-won:before,
.fa-krw:before {
    content: "";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}
.fa-file:before {
    content: "";
}
.fa-file-text:before {
    content: "";
}
.fa-sort-alpha-asc:before {
    content: "";
}
.fa-sort-alpha-desc:before {
    content: "";
}
.fa-sort-amount-asc:before {
    content: "";
}
.fa-sort-amount-desc:before {
    content: "";
}
.fa-sort-numeric-asc:before {
    content: "";
}
.fa-sort-numeric-desc:before {
    content: "";
}
.fa-thumbs-up:before {
    content: "";
}
.fa-thumbs-down:before {
    content: "";
}
.fa-youtube-square:before {
    content: "";
}
.fa-youtube:before {
    content: "";
}
.fa-xing:before {
    content: "";
}
.fa-xing-square:before {
    content: "";
}
.fa-youtube-play:before {
    content: "";
}
.fa-dropbox:before {
    content: "";
}
.fa-stack-overflow:before {
    content: "";
}
.fa-instagram:before {
    content: "";
}
.fa-flickr:before {
    content: "";
}
.fa-adn:before {
    content: "";
}
.fa-bitbucket:before {
    content: "";
}
.fa-bitbucket-square:before {
    content: "";
}
.fa-tumblr:before {
    content: "";
}
.fa-tumblr-square:before {
    content: "";
}
.fa-long-arrow-down:before {
    content: "";
}
.fa-long-arrow-up:before {
    content: "";
}
.fa-long-arrow-left:before {
    content: "";
}
.fa-long-arrow-right:before {
    content: "";
}
.fa-apple:before {
    content: "";
}
.fa-windows:before {
    content: "";
}
.fa-android:before {
    content: "";
}
.fa-linux:before {
    content: "";
}
.fa-dribbble:before {
    content: "";
}
.fa-skype:before {
    content: "";
}
.fa-foursquare:before {
    content: "";
}
.fa-trello:before {
    content: "";
}
.fa-female:before {
    content: "";
}
.fa-male:before {
    content: "";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}
.fa-sun-o:before {
    content: "";
}
.fa-moon-o:before {
    content: "";
}
.fa-archive:before {
    content: "";
}
.fa-bug:before {
    content: "";
}
.fa-vk:before {
    content: "";
}
.fa-weibo:before {
    content: "";
}
.fa-renren:before {
    content: "";
}
.fa-pagelines:before {
    content: "";
}
.fa-stack-exchange:before {
    content: "";
}
.fa-arrow-circle-o-right:before {
    content: "";
}
.fa-arrow-circle-o-left:before {
    content: "";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}
.fa-dot-circle-o:before {
    content: "";
}
.fa-wheelchair:before {
    content: "";
}
.fa-vimeo-square:before {
    content: "";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}
.fa-plus-square-o:before {
    content: "";
}
.fa-space-shuttle:before {
    content: "";
}
.fa-slack:before {
    content: "";
}
.fa-envelope-square:before {
    content: "";
}
.fa-wordpress:before {
    content: "";
}
.fa-openid:before {
    content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}
.fa-yahoo:before {
    content: "";
}
.fa-google:before {
    content: "";
}
.fa-reddit:before {
    content: "";
}
.fa-reddit-square:before {
    content: "";
}
.fa-stumbleupon-circle:before {
    content: "";
}
.fa-stumbleupon:before {
    content: "";
}
.fa-delicious:before {
    content: "";
}
.fa-digg:before {
    content: "";
}
.fa-pied-piper-pp:before {
    content: "";
}
.fa-pied-piper-alt:before {
    content: "";
}
.fa-drupal:before {
    content: "";
}
.fa-joomla:before {
    content: "";
}
.fa-language:before {
    content: "";
}
.fa-fax:before {
    content: "";
}
.fa-building:before {
    content: "";
}
.fa-child:before {
    content: "";
}
.fa-paw:before {
    content: "";
}
.fa-spoon:before {
    content: "";
}
.fa-cube:before {
    content: "";
}
.fa-cubes:before {
    content: "";
}
.fa-behance:before {
    content: "";
}
.fa-behance-square:before {
    content: "";
}
.fa-steam:before {
    content: "";
}
.fa-steam-square:before {
    content: "";
}
.fa-recycle:before {
    content: "";
}
.fa-automobile:before,
.fa-car:before {
    content: "";
}
.fa-cab:before,
.fa-taxi:before {
    content: "";
}
.fa-tree:before {
    content: "";
}
.fa-spotify:before {
    content: "";
}
.fa-deviantart:before {
    content: "";
}
.fa-soundcloud:before {
    content: "";
}
.fa-database:before {
    content: "";
}
.fa-file-pdf-o:before {
    content: "";
}
.fa-file-word-o:before {
    content: "";
}
.fa-file-excel-o:before {
    content: "";
}
.fa-file-powerpoint-o:before {
    content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}
.fa-file-code-o:before {
    content: "";
}
.fa-vine:before {
    content: "";
}
.fa-codepen:before {
    content: "";
}
.fa-jsfiddle:before {
    content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}
.fa-circle-o-notch:before {
    content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}
.fa-ge:before,
.fa-empire:before {
    content: "";
}
.fa-git-square:before {
    content: "";
}
.fa-git:before {
    content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}
.fa-tencent-weibo:before {
    content: "";
}
.fa-qq:before {
    content: "";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}
.fa-history:before {
    content: "";
}
.fa-circle-thin:before {
    content: "";
}
.fa-header:before {
    content: "";
}
.fa-paragraph:before {
    content: "";
}
.fa-sliders:before {
    content: "";
}
.fa-share-alt:before {
    content: "";
}
.fa-share-alt-square:before {
    content: "";
}
.fa-bomb:before {
    content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}
.fa-tty:before {
    content: "";
}
.fa-binoculars:before {
    content: "";
}
.fa-plug:before {
    content: "";
}
.fa-slideshare:before {
    content: "";
}
.fa-twitch:before {
    content: "";
}
.fa-yelp:before {
    content: "";
}
.fa-newspaper-o:before {
    content: "";
}
.fa-wifi:before {
    content: "";
}
.fa-calculator:before {
    content: "";
}
.fa-paypal:before {
    content: "";
}
.fa-google-wallet:before {
    content: "";
}
.fa-cc-visa:before {
    content: "";
}
.fa-cc-mastercard:before {
    content: "";
}
.fa-cc-discover:before {
    content: "";
}
.fa-cc-amex:before {
    content: "";
}
.fa-cc-paypal:before {
    content: "";
}
.fa-cc-stripe:before {
    content: "";
}
.fa-bell-slash:before {
    content: "";
}
.fa-bell-slash-o:before {
    content: "";
}
.fa-trash:before {
    content: "";
}
.fa-copyright:before {
    content: "";
}
.fa-at:before {
    content: "";
}
.fa-eyedropper:before {
    content: "";
}
.fa-paint-brush:before {
    content: "";
}
.fa-birthday-cake:before {
    content: "";
}
.fa-area-chart:before {
    content: "";
}
.fa-pie-chart:before {
    content: "";
}
.fa-line-chart:before {
    content: "";
}
.fa-lastfm:before {
    content: "";
}
.fa-lastfm-square:before {
    content: "";
}
.fa-toggle-off:before {
    content: "";
}
.fa-toggle-on:before {
    content: "";
}
.fa-bicycle:before {
    content: "";
}
.fa-bus:before {
    content: "";
}
.fa-ioxhost:before {
    content: "";
}
.fa-angellist:before {
    content: "";
}
.fa-cc:before {
    content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}
.fa-meanpath:before {
    content: "";
}
.fa-buysellads:before {
    content: "";
}
.fa-connectdevelop:before {
    content: "";
}
.fa-dashcube:before {
    content: "";
}
.fa-forumbee:before {
    content: "";
}
.fa-leanpub:before {
    content: "";
}
.fa-sellsy:before {
    content: "";
}
.fa-shirtsinbulk:before {
    content: "";
}
.fa-simplybuilt:before {
    content: "";
}
.fa-skyatlas:before {
    content: "";
}
.fa-cart-plus:before {
    content: "";
}
.fa-cart-arrow-down:before {
    content: "";
}
.fa-diamond:before {
    content: "";
}
.fa-ship:before {
    content: "";
}
.fa-user-secret:before {
    content: "";
}
.fa-motorcycle:before {
    content: "";
}
.fa-street-view:before {
    content: "";
}
.fa-heartbeat:before {
    content: "";
}
.fa-venus:before {
    content: "";
}
.fa-mars:before {
    content: "";
}
.fa-mercury:before {
    content: "";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "";
}
.fa-transgender-alt:before {
    content: "";
}
.fa-venus-double:before {
    content: "";
}
.fa-mars-double:before {
    content: "";
}
.fa-venus-mars:before {
    content: "";
}
.fa-mars-stroke:before {
    content: "";
}
.fa-mars-stroke-v:before {
    content: "";
}
.fa-mars-stroke-h:before {
    content: "";
}
.fa-neuter:before {
    content: "";
}
.fa-genderless:before {
    content: "";
}
.fa-facebook-official:before {
    content: "";
}
.fa-pinterest-p:before {
    content: "";
}
.fa-whatsapp:before {
    content: "";
}
.fa-server:before {
    content: "";
}
.fa-user-plus:before {
    content: "";
}
.fa-user-times:before {
    content: "";
}
.fa-hotel:before,
.fa-bed:before {
    content: "";
}
.fa-viacoin:before {
    content: "";
}
.fa-train:before {
    content: "";
}
.fa-subway:before {
    content: "";
}
.fa-medium:before {
    content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}
.fa-optin-monster:before {
    content: "";
}
.fa-opencart:before {
    content: "";
}
.fa-expeditedssl:before {
    content: "";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}
.fa-mouse-pointer:before {
    content: "";
}
.fa-i-cursor:before {
    content: "";
}
.fa-object-group:before {
    content: "";
}
.fa-object-ungroup:before {
    content: "";
}
.fa-sticky-note:before {
    content: "";
}
.fa-sticky-note-o:before {
    content: "";
}
.fa-cc-jcb:before {
    content: "";
}
.fa-cc-diners-club:before {
    content: "";
}
.fa-clone:before {
    content: "";
}
.fa-balance-scale:before {
    content: "";
}
.fa-hourglass-o:before {
    content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}
.fa-hourglass:before {
    content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}
.fa-hand-scissors-o:before {
    content: "";
}
.fa-hand-lizard-o:before {
    content: "";
}
.fa-hand-spock-o:before {
    content: "";
}
.fa-hand-pointer-o:before {
    content: "";
}
.fa-hand-peace-o:before {
    content: "";
}
.fa-trademark:before {
    content: "";
}
.fa-registered:before {
    content: "";
}
.fa-creative-commons:before {
    content: "";
}
.fa-gg:before {
    content: "";
}
.fa-gg-circle:before {
    content: "";
}
.fa-tripadvisor:before {
    content: "";
}
.fa-odnoklassniki:before {
    content: "";
}
.fa-odnoklassniki-square:before {
    content: "";
}
.fa-get-pocket:before {
    content: "";
}
.fa-wikipedia-w:before {
    content: "";
}
.fa-safari:before {
    content: "";
}
.fa-chrome:before {
    content: "";
}
.fa-firefox:before {
    content: "";
}
.fa-opera:before {
    content: "";
}
.fa-internet-explorer:before {
    content: "";
}
.fa-tv:before,
.fa-television:before {
    content: "";
}
.fa-contao:before {
    content: "";
}
.fa-500px:before {
    content: "";
}
.fa-amazon:before {
    content: "";
}
.fa-calendar-plus-o:before {
    content: "";
}
.fa-calendar-minus-o:before {
    content: "";
}
.fa-calendar-times-o:before {
    content: "";
}
.fa-calendar-check-o:before {
    content: "";
}
.fa-industry:before {
    content: "";
}
.fa-map-pin:before {
    content: "";
}
.fa-map-signs:before {
    content: "";
}
.fa-map-o:before {
    content: "";
}
.fa-map:before {
    content: "";
}
.fa-commenting:before {
    content: "";
}
.fa-commenting-o:before {
    content: "";
}
.fa-houzz:before {
    content: "";
}
.fa-vimeo:before {
    content: "";
}
.fa-black-tie:before {
    content: "";
}
.fa-fonticons:before {
    content: "";
}
.fa-reddit-alien:before {
    content: "";
}
.fa-edge:before {
    content: "";
}
.fa-credit-card-alt:before {
    content: "";
}
.fa-codiepie:before {
    content: "";
}
.fa-modx:before {
    content: "";
}
.fa-fort-awesome:before {
    content: "";
}
.fa-usb:before {
    content: "";
}
.fa-product-hunt:before {
    content: "";
}
.fa-mixcloud:before {
    content: "";
}
.fa-scribd:before {
    content: "";
}
.fa-pause-circle:before {
    content: "";
}
.fa-pause-circle-o:before {
    content: "";
}
.fa-stop-circle:before {
    content: "";
}
.fa-stop-circle-o:before {
    content: "";
}
.fa-shopping-bag:before {
    content: "";
}
.fa-shopping-basket:before {
    content: "";
}
.fa-hashtag:before {
    content: "";
}
.fa-bluetooth:before {
    content: "";
}
.fa-bluetooth-b:before {
    content: "";
}
.fa-percent:before {
    content: "";
}
.fa-gitlab:before {
    content: "";
}
.fa-wpbeginner:before {
    content: "";
}
.fa-wpforms:before {
    content: "";
}
.fa-envira:before {
    content: "";
}
.fa-universal-access:before {
    content: "";
}
.fa-wheelchair-alt:before {
    content: "";
}
.fa-question-circle-o:before {
    content: "";
}
.fa-blind:before {
    content: "";
}
.fa-audio-description:before {
    content: "";
}
.fa-volume-control-phone:before {
    content: "";
}
.fa-braille:before {
    content: "";
}
.fa-assistive-listening-systems:before {
    content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}
.fa-glide:before {
    content: "";
}
.fa-glide-g:before {
    content: "";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "";
}
.fa-low-vision:before {
    content: "";
}
.fa-viadeo:before {
    content: "";
}
.fa-viadeo-square:before {
    content: "";
}
.fa-snapchat:before {
    content: "";
}
.fa-snapchat-ghost:before {
    content: "";
}
.fa-snapchat-square:before {
    content: "";
}
.fa-pied-piper:before {
    content: "";
}
.fa-first-order:before {
    content: "";
}
.fa-yoast:before {
    content: "";
}
.fa-themeisle:before {
    content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}
.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: "biotifbold";
    src: url("../fonts/biotif-bold-webfont.woff2") format("woff2"), url("../fonts/biotif-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "biotifregular";
    src: url("../fonts/biotif-regular-webfont.woff2") format("woff2"), url("../fonts/biotif-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@-webkit-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100);
        -moz-transform: translateY(-100);
        -ms-transform: translateY(-100);
        -o-transform: translateY(-100);
        transform: translateY(-100);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-moz-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100);
        -moz-transform: translateY(-100);
        -ms-transform: translateY(-100);
        -o-transform: translateY(-100);
        transform: translateY(-100);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-ms-keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100);
        -moz-transform: translateY(-100);
        -ms-transform: translateY(-100);
        -o-transform: translateY(-100);
        transform: translateY(-100);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes flyIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100);
        -moz-transform: translateY(-100);
        -ms-transform: translateY(-100);
        -o-transform: translateY(-100);
        transform: translateY(-100);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounce {
    80% {
        margin-top: 15px;
    }
    85% {
        margin-top: -50px;
    }
    90% {
        margin-top: 15px;
    }
    95% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@-moz-keyframes bounce {
    80% {
        margin-top: 15px;
    }
    85% {
        margin-top: -50px;
    }
    90% {
        margin-top: 15px;
    }
    95% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@-ms-keyframes bounce {
    80% {
        margin-top: 15px;
    }
    85% {
        margin-top: -50px;
    }
    90% {
        margin-top: 15px;
    }
    95% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
@keyframes bounce {
    80% {
        margin-top: 15px;
    }
    85% {
        margin-top: -50px;
    }
    90% {
        margin-top: 15px;
    }
    95% {
        margin-top: 5px;
    }
    100% {
        margin-top: 15px;
    }
}
* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
    margin: 0;
}
body {
    margin: 0;
    font-family: "biotifregular", sans-serif;
    color: #fff;
    font-weight: normal;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body .modal-open {
    margin-right: 0;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -50px;
}
.wrapper h1 {
    font-size: 43px;
    line-height: 60px;
    margin-bottom: 15px;
    font-weight: normal;
}
.wrapper h2 {
    font-size: 38px;
    line-height: 55px;
    margin-bottom: 13px;
    font-weight: normal;
}
.wrapper h3 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 12px;
    font-weight: normal;
}
.wrapper h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 11px;
    font-weight: normal;
}
.wrapper h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}
.wrapper h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: normal;
}
.wrapper input,
.wrapper textarea,
.wrapper select {
    font-family: "biotifregular", sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wrapper select {
    cursor: pointer;
    padding: 9px 6px 9px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    height: 36px;
    -moz-appearance: none;
    background: none;
    text-indent: 0.01px;
    color: #fff;
    font-family: "biotifregular", sans-serif;
    text-overflow: "";
}
p {
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
}

p a {
    text-decoration: underline;
}
p a:focus,
p a:active {
    outline: none;
    border: none;
    background: transparent !important;
}
a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
a:focus,
a:active {
    outline: none;
    border: none;
    text-decoration: none;
    color: #fff;
}
ul {
    padding-left: 0;
}
ul li {
    line-height: 26px;
}
a:hover {
    text-decoration: underline;
}
img {
    border: none 0;
}
input[type="submit"] {
    cursor: pointer;
}
input:focus,
textarea:focus {
    outline: transparent none;
}
select:focus {
    outline: none;
}
section {
    display: block;
}
.errors,
.success {
    background: transparent !important;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
}
.errors {
    color: #f04f71;
}
.success {
    color: #51bf9b;
}
::selection {
    background: #999;
    color: #000;
}
::-moz-selection {
    background: #999;
    color: #000;
}
.win-os ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar {
        width: 4px;
    }
}
.win-os ::-webkit-scrollbar-track {
    background-color: #ccc;
}
.win-os ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #ececec;
}
@media screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar-thumb {
        width: 4px;
    }
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}
input[type="submit"] {
    -webkit-appearance: none;
}
.ios-device * {
    background-attachment: scroll;
}
.wow {
    visibility: hidden;
}
@media screen and (max-width: 1060px) {
    .wow {
        visibility: visible;
    }
}
.site-loader {
    display: none;
    background: #000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: width 0.6s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
.site-loader.anim {
    width: 25%;
}
.logo-middle {
    display: none;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: calc(50% - 100px);
    width: 123px;
}
.logo-middle img {
    max-width: 100%;
    height: auto;
    display: block;
}
.formidable .formidable_message.error,
.formidable .formidable_message.success {
    padding: 10px 20px;
}
.formidable .formidable_message.error {
    background: #ff0000;
}
.formidable .formidable_message.success {
    background: green;
}
.formidable .formidable_message div {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}
.formidable .element {
    margin-bottom: 20px;
    position: relative;
}
.formidable .element label {
    position: absolute;
    top: 12px;
    left: 0;
    pointer-events: none;
    padding: 0;
    color: #2b2b2b;
    color: rgba(43, 43, 43, 0.5);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    -webkit-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: font-size 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96), top 0.3s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
@media screen and (max-width: 640px) {
    .formidable .element label {
        font-size: 13px;
        line-height: 22px;
    }
}
.formidable .element label.focus {
    top: -7px;
    font-size: 13px;
    line-height: 22px;
}
@media screen and (max-width: 640px) {
    .formidable .element label.focus {
        font-size: 10px;
    }
}
.formidable .element label .required {
    color: #ff0000;
}
.formidable .element input,
.formidable .element textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #7d7c7c;
    color: #2b2b2b;
    color: rgba(43, 43, 43, 0.5);
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.formidable .element textarea {
    min-height: 120px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
}
.formidable .element .buttons {
    padding-top: 15px;
}
.formidable .element .buttons input {
    width: auto;
    background: none;
    border: 1px solid #232d39;
    border-radius: 25px;
    padding: 10px 20px;
    color: #232d39;
    text-transform: uppercase;
    opacity: 1;
    font-size: 10px;
    font-family: "robotoBlack";
    width: 50%;
    text-align: center;
    letter-spacing: 2px;
}
.formidable .element .buttons input:hover {
    background: #232d39;
    color: #fff;
}
.push {
    height: 50px;
}
.developed-by {
    width: 120px;
    display: inline-block;
    position: relative;
    top: 2px;
}
#gotoTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    -webkit-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -moz-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -ms-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    -o-transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
    transition: all 0.4s cubic-bezier(0.6, 0.04, 0.12, 0.96);
}
@media screen and (max-width: 720px) {
    #gotoTop {
        display: none;
    }
}
#gotoTop.active {
    opacity: 1;
    visibility: visible;
}
#gotoTop.switch .icon-arrow-down:hover::before {
    color: #fff;
}
#gotoTop.switch .icon-arrow-down::before {
    color: #fff;
}
#gotoTop .icon-arrow-down:hover::before {
    color: #fff;
}
#gotoTop .icon-arrow-down::before {
    color: #000;
}
.landscape-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 20% 10% 0;
    overflow: hidden;
}
.landscape-alert p {
    font-size: 16px;
    line-height: 26px;
    color: #131c4e;
}
.landscape-alert p span {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px;
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}
@media (max-device-width: 1366px) and (min-device-width: 768px) {
    .col-sm-3 {
        width: 24.5%;
    }
}
.work-video .video-wrap {
    position: relative;
    height: 900px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .work-video .video-wrap {
        height: auto;
        padding-top: 20px;
    }
}
.work-video .video-wrap iframe {
    height: 100% !important;
    width: 100% !important;
    left: 0px !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 40px 0;
    width: 100%;
    z-index: 999;
    transition: top 900ms ease-in-out;
    pointer-events: none;
}
header.header-up {
    top: -100%;
}
header.header-down {
    top: 0;
}
@media (max-width: 767px) {
    header {
        padding: 20px 0;
        position: relative;
    }
}
header .logo {
    margin: 25px;
}
@media (max-width: 767px) {
    header .brand-logo {
        width: 90px;
    }
}
header .rogue-logo img {
    width: 123px;
}
@media (max-width: 767px) {
    header .rogue-logo img {
        width: 90px;
    }
}
header .navbar {
    pointer-events: visible;
    
}
header .navbar .nav {
    float: left;
    margin: 0;
}
@media (max-width: 767px) {
    header .navbar .nav {
        width: 100%;
    }
}
header .navbar .nav li {
    margin: 22px 0 0;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
}
@media (max-width: 992px) {
    header .navbar .nav li {
        padding-left: 15px;
        padding-right: 15px;
    }
}
header .navbar .nav li a {
    font-size: 1em;
    position: relative;
    line-height: 100%;
    padding: 0;
    font-family: "biotifbold";
    padding-bottom: 5px;
    background: transparent !important;
    color: #fff !important;
}
@media (min-width: 768px) {
    header .navbar .nav li a:hover,
    header .navbar .nav li a.nav-selected {
        background: transparent;
        color: #fff;
        border-bottom: 1px solid #fff;
        opacity: 1;
    }
    header .navbar .nav li a:hover::before,
    header .navbar .nav li a.nav-selected::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        position: absolute;
        left: -17px;
        top: 3px;
        pointer-events: none;
        display: none;
    }
}
header .navbar .rogue-logo {
    margin-left: 70px;
    position: relative;
    top: 15px;
    float: right;
}
.logged-in .main-wrapper {
    margin-top: 48px;
    height: calc(100vh - 48px);
}
.logged-in header {
    margin-top: 48px;
}
.main-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
}
@media (max-width: 767px) {
    .main-wrapper {
        height: auto;
    }
}
.container > .navbar-header {
    margin-left: 0;
    margin-right: 0;
}
.navbar-toggle {
    position: fixed;
    float: right;
    right: 15px;
    padding: 0;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    width: 40px;
    height: 2px;
    background: #fff;
    margin-bottom: 6px;
    transition: all 200ms linear;
}
.navbar-toggle .icon-bar:last-child {
    width: 32px;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 40% 50%;
}
.navbar-toggle .middle-bar {
    transform-origin: 30% 50%;
    transform: rotate(-45deg);
}
.navbar-toggle .bottom-bar {
    opacity: 0;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .bottom-bar {
    opacity: 1;
}
.navbar-header {
    position: relative;
    z-index: 1;
}
@media (max-width: 767px) {
    #navbar {
        position: fixed;
        width: 100%;
        height: 100% !important;
        top: 0;
        right: -100%;
        background: #000;
        transition: all 400ms linear;
        margin: 0;
    }
}
@media (max-width: 767px) {
    #navbar.in {
        right: 0;
    }
}
@media (max-width: 767px) {
    #navbar .nav {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    #navbar .nav li {
        display: block;
        padding: 0;
        margin-bottom: 10px !important;
        margin-bottom: 10px !important;
        width: 100%;
    }
    #navbar .nav li:nth-child(2n) {
        text-align: right;
    }
}
@media (max-width: 767px) {
    #navbar .nav li a {
        font-size: 3em;
        display: inline-block;
    }
    #navbar .nav li a.nav-selected {
        background: transparent;
        color: #fff;
        border-bottom: 5px solid #fff;
        opacity: 1;
    }
    #navbar .nav li a.nav-selected::before {
        content: "";
    }
}
@media (max-width: 767px) {
    #navbar .rogue-logo {
        margin-left: -15px;
        position: relative;
        top: 40px;
        float: left;
        left: 15px;
    }
}
@media (max-width: 767px) {
    #navbar .rogue-logo img {
        width: 140px;
    }
}
.gridlines {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.border-1 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    z-index: 1000;
    pointer-events: none;
}
.border-2 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 50%;
    pointer-events: none;
    z-index: 1000;
}
.border-3 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 75%;
    display: none;
    z-index: 10;
    pointer-events: none;
}
@media (max-width: 1423px) and (max-height: 800px) {
    .border-3 {
        margin-top: -170px;
    }
}
.border-4 {
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    pointer-events: none;
    z-index: 1000;
}
@media (min-width: 1424px) {
    .border-4 {
        bottom: 150px;
    }
}
.border-h1 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 25%;
    z-index: 1000;
    pointer-events: none;
}
@media (max-width: 767px) {
    .border-h1 {
        display: none;
    }
}
.border-h2 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 1000;
    pointer-events: none;
}
.border-h3 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: fixed;
    top: 0;
    left: 75%;
    z-index: 1000;
    pointer-events: none;
}
@media (max-width: 767px) {
    .border-h3 {
        display: none;
    }
}
.circle-hero {
    width: 50%;
    height: 0;
    border: 1px solid #fff;
    opacity: 0.1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    padding-bottom: 50%;
    border-radius: 50%;
    pointer-events: none;
}
.home-page .circle-hero {
    z-index: 1000;
    pointer-events: none;
}
.home-page .circle-hero.not-page {
    display: none;
}
.main-wrapper {
    transition: all 500ms linear;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.home-page .wrapper {
    position: relative;
    min-width: 100%;
    height: 100vh;
    margin: 0 auto;
}
.home-page .wrapper .container {
    max-width: auto;
}
.main {
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
.main .hero {
    width: 66.7%;
    overflow: hidden;
    transition: all 200ms linear;
}
.main .hero img {
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
    transition: all 200ms linear;
}
.main .logged-in .hero {
    margin-top: 48px;
}
.main .owl-carousel .item img {
    height: 100vh;
}
.home-page header {
    top: -100%;
    transition: all 1500ms ease;
}
span.flying-text {
    position: fixed;
    font-size: 1.5em;
    font-weight: bold;
    z-index: 100;
    transition: all 1400ms ease;
}
span.flying-text.txt-1 {
    bottom: -22%;
    left: 10%;
}
span.flying-text.txt-2 {
    top: -22%;
    left: 20%;
}
span.flying-text.txt-3 {
    bottom: -18%;
    left: 40%;
}
span.flying-text.txt-4 {
    top: -18%;
    left: 60%;
}
span.flying-text.txt-5 {
    bottom: 17%!important;
    right: 40%!important;
}

span.flying-text.txt-6 {
    top: 57%!important;
    right: 24%!important;
}
span.flying-text.txt-7 {
    top: -22%;
    right: 60%;
}

@keyframes imgslideleft {
    from {
        margin-left: -150px;
    }
    to {
        margin-left: 0%;
    }
}
@keyframes imgslideleft2 {
    from {
        margin-left: -300px;
    }
    to {
        margin-left: 0%;
    }
}
@keyframes slideleft {
    from {
        transform: scale(0.3, 1);
    }
    to {
        transform: scale(0, 1);
    }
}
@keyframes slideleft2 {
    from {
        transform: scale(0.6, 1);
    }
    to {
        transform: scale(0, 1);
    }
}
@keyframes rightIn {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -150%;
    }
    100% {
        letter-spacing: -6px;
        opacity: 1;
        right: 0;
    }
}
@keyframes rightIn2 {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -500%;
    }
    100% {
        letter-spacing: -6px;
        opacity: 1;
        right: 0;
    }
}
.heading-animated-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 275px;
    z-index: 100;
    opacity: 0;
    margin-left: 100px;
    transition: all 200ms linear;
}
@media (max-width: 1430px) {
    .heading-animated-text {
        height: 190px;
    }
}
@media (max-width: 767px) {
    .heading-animated-text {
        margin-left: 20px;
        height: 140px;
    }
}
.heading-animated-text span {
    font-size: 6.125em;
    font-family: "biotifbold";
    color: #fff;
    line-height: 110px;
    margin: 0;
    position: absolute;
    cursor: pointer;
    transition: all 200ms linear;
}
@media (max-width: 1400px) {
    .heading-animated-text span {
        font-size: 6.525em;
    }
}
@media (max-width: 992px) {
    .heading-animated-text span {
        font-size: 5em;
        line-height: 80px;
    }
}
@media (max-width: 767px) {
    .heading-animated-text span {
        font-size: 4em;
        line-height: 60px;
    }
}
.heading-animated-text span:hover {
    opacity: 0.8;
}
.heading-animated-text span:hover + a {
    opacity: 0.8;
}
.heading-animated-text span {
    position: relative;
}
#section-1 .heading-animated-text {
    margin-left:15%;
}
@media (max-device-width: 1366px) {
    #section-1 .heading-animated-text {
        margin-left: 15%;
    }
}
@media (max-width: 767px) {
    #section-1 .heading-animated-text {
        margin-left: 20px;
        top: 24%;
    }
}
#section-1 .heading-animated-text span {
    position: relative;
    cursor: default;
}
#section-1 .heading-animated-text span:hover {
    opacity: 1 !important;
}
@keyframes rightIn2 {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -500%;
    }
    100% {
        letter-spacing: -6px;
        opacity: 1;
        right: 0;
    }
}
@keyframes rightIn2-res {
    0% {
        letter-spacing: 600px;
        opacity: 0.5;
        right: -500%;
    }
    100% {
        letter-spacing: -2px;
        opacity: 1;
        right: 0;
    }
}
#main .section {
    position: relative;
}
#main .section img {
    transform: scale(1.01);
}
#main .section .rotate-txt {
    font-size: 1em;
    font-family: "biotifbold";
    transform: rotate(90deg);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: -200px;
    opacity: 0;
    margin: auto;
    z-index: 11;
    transform-origin: 50% 50%;
    width: 113px;
    height: 20px;
    transition: all 2200ms ease;
}
@media (max-width: 767px) {
    #main .section .rotate-txt {
        transform: rotate(0);
        top: 300px;
        left: 30px;
    }
}
#main .section .slice {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
}
#main .section .slice img {
    min-width: 100%;
    width: auto;
    height: 100vh !important;
    transition: all 600ms ease;
}
#main .section .slice.slide-top img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
#main .section .slice.slide-top .left {
    background: #0e0e0e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    transition: all 800ms linear;
    transform: scale(0.4, 1);
    transform-origin: 0% 100%;
}
@media (max-device-width: 1366px) {
    #main .section .slice.slide-top .left {
        display: none;
    }
}
#main .section .slice.slide-top .right {
    background: #0e0e0e;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    transition: all 1000ms linear;
    transform: scale(0.4, 1);
    transform-origin: 100% 0%;
}
@media (max-device-width: 1366px) {
    #main .section .slice.slide-top .right {
        display: none;
    }
}
#main .section .slice.slide-bottom img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#main .section .slice.slide-bottom .left {
    background: #0e0e0e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    transition: all 1200ms linear;
    transform: scale(0.6, 1);
    transform-origin: 0% 100%;
}
@media (max-device-width: 1366px) {
    #main .section .slice.slide-bottom .left {
        display: none;
    }
}
#main .section .slice.slide-bottom .right {
    background: #0e0e0e;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    transition: all 1000ms linear;
    transform: scale(0.4, 1);
    transform-origin: 100% 0%;
}
@media (max-device-width: 1366px) {
    #main .section .slice.slide-bottom .right {
        display: none;
    }
}
.section:not(#section-1) {
    overflow: hidden;
}
.section .heading-animated-text span {
    line-height: 100%;
}
.section .heading-animated-text.rightin {
    opacity: 1;
}
.section .heading-animated-text.rightin span.text-top {
    animation-duration: 1200ms;
    animation-name: rightIn;
    animation-fill-mode: forwards;
    letter-spacing: -6px;
    display: block;
}
@media (max-device-width: 1366px) {
    .section .heading-animated-text.rightin span.text-top {
        animation-name: rightIn2-res;
    }
}
.section .heading-animated-text.rightin span.text-bottom {
    animation-duration: 1800ms;
    animation-name: rightIn2;
    animation-fill-mode: forwards;
    letter-spacing: -6px;
    display: block;
}
@media (max-device-width: 1366px) {
    .section .heading-animated-text.rightin span.text-bottom {
        animation-name: rightIn2-res;
    }
}
.section .heading-animated-text span {
    right: 0;
    transition: all 500ms ease;
}
@media (max-device-width: 1366px) {
    .section .heading-animated-text span {
        right: 0;
    }
}
.section .heading-animated-text a.link {
    display: block;
    font-weight: bold;
    position: relative;
    margin-top: 50px;
    left: -100%;
    transition: all 500ms linear;
}
@media (max-width: 1430px) {
    .section .heading-animated-text a.link {
        margin-top: 24px;
    }
}
.section .heading-animated-text a.link::before {
    content: "";
    width: 250px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px;
}
.section .heading-animated-text a.link::after {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -20px;
}
.section {
    float: left;
    height: 100vh;
    width: 75vw;
}
@media (max-width: 767px) {
    .section {
        width: 100vw;
        height: 75vh;
    }
}
.section .hero {
    height: 100vh;
    width: 66.7%;
}
@media (max-width: 767px) {
    .section .hero {
        width: 100%;
        height: auto;
    }
}
.section .hero img {
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
    transition: all 500ms ease;
}
@media (max-width: 767px) {
    .section .hero img {
        height: 75vh;
        min-height: auto;
    }
}
.section img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
@media (min-width: 1366px) {
    .section img {
        transition: all 1500ms ease;
    }
}
@media (min-width: 1280px) {
    .section img {
        transition: all 500ms ease;
    }
}
.sections {
    white-space: nowrap;
    min-width: 100vw;
    height: 100vh;
}
.section__title,
.section__heading {
    width: 100%;
}
.section__heading p {
    text-transform: uppercase;
    font-size: 11px;
    max-width: 160px;
    margin: 0 auto;
    display: inline-block;
    white-space: normal;
}
#section-1 .heading-animated-text {
    top: 28px;
}
@media (max-width: 992px) and (min-width: 768px) {
    #section-1 {
        top: -20px;
    }
}
@media (max-width: 767px) {
    #section-1 {
        transform: none !important;
    }
}
.mac-os .section .heading-animated-text {
    top: 28px;
}
@media (min-width: 1200px) {
    #section-5 {
        width: calc(75vw + 1px);
        z-index: 102;
    }
}
.get-touch {
    width: 25vw;
    margin-left: -1px;
    float: right;
    z-index: 101;
    background: #0e0e0e;
}
@media (min-width: 1200px) {
    .get-touch {
        width: calc(25vw - 5px);
    }
}
@media (max-width: 767px) {
    .get-touch {
        width: 100%;
        height: auto;
        padding: 30px 0 50px;
    }
}
.get-touch a {
    display: block;
    font-size: 7.125em;
    font-family: "biotifbold";
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    bottom: -58%;
    position: relative;
    text-decoration: underline;
}
@media (max-width: 1400px) {
    .get-touch a {
        font-size: 5.125em;
    }
}
@media (max-height: 700px) {
    .get-touch a {
        font-size: 5em;
    }
}
@media (max-height: 600px) {
    .get-touch a {
        font-size: 4em;
    }
}
@media (max-width: 767px) {
    .get-touch a {
        font-size: 100%;
        transform: rotate(0);
        font-size: 4em;
        bottom: 0;
        text-align: center;
    }
}
.get-touch a:hover {
    opacity: 1;
}
.drag-to-explore {
    position: absolute;
    font-size: 1em;
    color: #fff;
    font-family: "biotifbold";
    bottom: 50px;
    right: 100px;
    z-index: 100;
}
.drag-to-explore img {
    margin-left: 10px;
}
.play-btn {
    display: block;
    width: 115px;
    height: 115px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    opacity: 1;
    transition: all 1300ms ease;
    overflow: hidden;
    z-index: 100;
}
@media (max-width: 1430px) {
    .play-btn {
        bottom: 12%;
    }
}
@media (max-width: 767px) {
    .play-btn {
        top: 22%;
        left: 20px;
        width: 50px;
        height: 50px;
    }
}
.play-btn:hover {
    opacity: 1;
    color: #000;
    transform: scale(1.15) !important;
}
.play-btn span {
    left: -100px;
    opacity: 0;
    position: relative;
    transition: all 1300ms ease;
}
.play-btn .fa-play {
    font-size: 0.9em;
    display: inline-block;
}
.play-btn .play-txt {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .play-btn .play-txt {
        display: none;
    }
}
#video {
    width: 100%;
    height: 100%;
}
#video div {
    width: 100%;
    height: 100%;
}
#video div video {
    width: 100% !important;
    height: 100vh !important;
}
.hero-video {
    position: relative;
    height: 100vh;
    z-index: 0;
}
.main-wrapper.scrollContent {
    cursor: default !important;
}
.home-page #section-2 img,
.home-page #section-3 img,
.home-page #section-4 img,
.home-page #section-5 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
}
.home-page #section-2.active img,
.home-page #section-3.active img,
.home-page #section-4.active img,
.home-page #section-5.active img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.home-page #section-1 .hero img {
    opacity: 1;
}
.scroll-down {
    font-family: "biotifbold";
    transform: rotate(90deg);
    font-size: 1em;
    display: inline-block;
    position: absolute;
    top: 113%;
    z-index: 10;
    cursor: pointer;
}
.scroll-down::after {
    content: "";
    background: url(../images/arrow-next.png) no-repeat;
    width: 7px;
    height: 13px;
    position: absolute;
    right: -15px;
    background-size: 100%;
    top: 4px;
}
.page {
    width: 100%;
}
.page .section-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}
.page .section-bg img {
    width: 100%;
}
.page .section-bg .bID-126 {
    display: none !important;
}
.page .section-text {
    position: relative;
}
.page .section-text .page-heading {
    width: 100%;
    height: 90vh;
    position: relative;
}
.page .section-text h1 {
    font-size: 5.0em;
    color: #fff;
    font-family: "biotifbold";
    transform: rotate(90deg);
    position: absolute;
    top: 100px;
    left: 0;
    transform-origin: 0 100%;
    margin: 0;
    line-height: 56px;
}
@media (max-width: 767px) {
    .page .section-text h1 {
        line-height: 100%;
        left: 90px;
    }
}
.page .section-text .content {
    padding-right: 50px;
}
@media (max-width: 767px) {
    .page .section-text .content {
        padding-right: 0;
    }
}
.page .section-text .content p {
    font-size: 1.5em;
    line-height: 36px;
    opacity: 0.9;
    margin-bottom: 10px;
}
.line {
    height: 38%;
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 57%;
    left: 0;
    display: none;
}
@media (max-width: 767px) {
    .line {
        height: 20%;
        top: 74%;
        left: 9px;
    }
}
.fixed {
    position: fixed !important;
}
.top-stopper {
    width: 100%;
}
@media (max-width: 767px) {
    .top-stopper {
        margin-top: 0;
    }
}
.clients {
    padding-top: 0;
}
@media (max-width: 767px) {
    .clients {
        padding-top: 40px;
    }
}
.clients .section-title h4 {
    line-height: 135%;
}
.clients .client-logo {
    margin-top: -200px;
}
.clients .client-logo .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.clients .client-logo .item {
    margin-bottom: 60px;
    text-align: center;
}
@media (max-width: 767px) {
    .clients .client-logo .item {
        text-align: center;
    }
}
.clients .client-logo .item img {
    height: auto;
    max-width: 180px;
}
.awards .number {
    font-size: 6.875em;
    display: block;
    font-family: "biotifbold";
    line-height: 100%;
    position: relative;
}
.awards .text-right .number {
    right: -5px;
}
.awards .text-left .number {
    left: -5px;
}
.awards .text {
    font-size: 1.5em;
    display: block;
    font-family: "biotifbold";
    white-space: nowrap;
}
.awards .award-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -200px;
}
@media (max-width: 767px) {
    .awards .award-list {
        margin: 0;
    }
}
.awards .award-list .col-md-3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 150px;
}
@media (max-width: 767px) {
    .awards .award-list .col-md-3 {
        margin-bottom: 70px;
        text-align: center !important;
    }
}
section.get-in-touch {
    padding: 200px 0 100px;
    position: relative;
    text-align: center;
}
@media (max-width: 767px) {
    section.get-in-touch {
        padding: 100px 0 70px;
    }
}
section.get-in-touch .bg-title {
    z-index: 0;
}
section.get-in-touch .get-text {
    text-align: center;
    position: relative;
    top: -300px;
}
@media (max-width: 767px) {
    section.get-in-touch .get-text {
        top: -200px;
    }
}
section.get-in-touch a {
    font-size: 8.668em;
    color: #fff;
    text-decoration: none;
    font-family: "biotifbold";
    border-bottom: 6px solid #fff;
    white-space: nowrap;
}
@media (max-width: 992px) {
    section.get-in-touch a {
        font-size: 5.668em;
    }
}
@media (max-width: 767px) {
    section.get-in-touch a {
        font-size: 2em;
        font-size: 3.668em;
    }
}
section.get-in-touch a:hover {
    border-bottom: none;
}
section.get-in-touch .section-title h2 {
    font-size: 16em;
    letter-spacing: -18px;
}
section.get-in-touch p {
    text-align: center;
}
section .section-title {
    text-align: center;
}
section .section-title h2,
section .section-title .heading {
    margin: 0;
    font-size: 13.25em;
    font-family: "biotifbold";
    white-space: nowrap;
    overflow: hidden;
    line-height: 100%;
    color: #ffffff;
    letter-spacing: -7px;
}
@media (max-width: 767px) {
    section .section-title h2,
    section .section-title .heading {
        font-size: 11.25em;
        letter-spacing: -10px;
        padding-bottom: 150px;
    }
}
.about-one {
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .about-one {
        margin-top: -120px;
    }
}
@media (max-width: 992px) {
    .about-one #section-img img {
        width: 100%;
        object-fit: cover;
        height: 80vh;
        top: 0;
        position: absolute;
    }
}
@media (max-width: 767px) {
    .about-one #section-img img {
        width: 100%;
        object-fit: cover;
        height: 60vh;
        top: 99px;
        position: absolute;
        left: -120px;
        transform: scale(1.5);
    }
}
@media (max-width: 767px) {
    .about-one .page-heading h1 {
        left: 0;
    }
}
.about-one .page-heading h1::after {
    content: "";
    border-bottom: 1px solid #fff;
    width: 90%;
    height: 1px;
    left: 100%;
    position: absolute;
    bottom: 0;
}
@media (max-width: 690px) {
    .about-one .page-heading h1::after {
        bottom: 8px;
        display: none;
    }
}
@media (max-height: 992px) {
    .about-one .page-heading h1::after {
        width: 50%;
    }
}
@media (max-height: 800px) {
    .about-one .page-heading h1::after {
        width: 30%;
    }
}
@media (max-height: 1423px) and (max-height: 800px) {
    .about-one .page-heading h1::after {
        width: 40%;
    }
}
.mac-os .section-text .page-heading h1 {
    line-height: 86%;
}
@media (max-width: 1366px) and (min-width: 768px) {
    .award-list {
        align-items: center;
        justify-content: center;
    }
    .award-list .clearfix,
    .award-list .col-sm-3.hidden-sm {
        display: none !important;
    }
    .award-list .col-md-3 {
        width: 31% !important;
    }
}
.lp-sections {
    position: relative;
    white-space: nowrap;
    min-width: 100vw;
    height: 100vh;
}
.lp-section {
    position: relative;
    width: 50vw;
}
.lp-section.section .heading-animated-text {
    height: auto;
    bottom: auto;
    right: auto;
    margin: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: 75%;
}
.lp-section .heading-animated-text span.case {
    left: 0;
    right: auto;
    display: block;
}
.lp-section .heading-animated-text a.link {
    margin-top: 50px;
    left: -50vw;
}
.lp-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.64);
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.lp-section-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}
.lp-section-mask {
    background: #0e0e0e;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    position: absolute;
    z-index: 100;
}
.lp-section-mask.top,
.lp-section-mask.bottom {
    width: 100%;
    height: 150px;
    left: 0;
}
.lp-section-mask.top {
    top: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.lp-section-mask.bottom {
    bottom: 0;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.lp-section-mask.left,
.lp-section-mask.right {
    width: 26.38888888888889%;
    height: 100%;
    top: 0;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.lp-section-mask.left {
    left: 0;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.lp-section-mask.right {
    right: 0;
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.lp-section.active .heading-animated-text,
.lp-section:hover .heading-animated-text {
    font-size: 100%;
}
.lp-section.active .heading-animated-text a.link,
.lp-section:hover .heading-animated-text a.link {
    left: 0;
}
.lp-section.active .lp-section-mask.top,
.lp-section.active .lp-section-mask.bottom,
.lp-section:hover .lp-section-mask.top,
.lp-section:hover .lp-section-mask.bottom {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.lp-section.active .lp-section-mask.right,
.lp-section.active .lp-section-mask.left,
.lp-section:hover .lp-section-mask.right,
.lp-section:hover .lp-section-mask.left {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.lp-section.active .lp-section-overlay,
.lp-section:hover .lp-section-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.list-page {
    margin-top: 150px;
    padding-bottom: 200px;
}
@media (max-width: 767px) {
    .list-page {
        margin-top: 0;
    }
}
.list-page .container-fluid.full {
    width: 1920px;
    max-width: 100%;
}
.list-page .page-title {
    position: absolute;
}
@media (max-width: 767px) {
    .list-page .page-title {
        left: 0;
    }
}
.list-page .page-title h1 {
    font-size: 6.875em;
    transform: rotate(90deg);
    margin: 0;
    transform-origin: 0 100%;
    position: relative;
    left: 50px;
    top: -60px;
}
@media (max-width: 992px) {
    .list-page .page-title h1 {
        font-size: 5.875em;
    }
}
@media (max-width: 767px) {
    .list-page .page-title h1 {
        font-size: 5.875em;
        top: 100px;
        right: 0;
        left: 85%;
        transform-origin: 50% 50%;
    }
}
.list-page .work-listing .col-sm-6,
.list-page .work-listing .col-sm-3,
.list-page .work-listing .col-sm-12 {
    padding: 0;
}
.list-page .list {
    position: relative;
    clear: both;
}
.list-page .list h2 {
    font-size: 4em;
    font-family: "biotifbold";
    position: absolute;
    margin: 0;
    bottom: 60px;
    line-height: 100%;
    text-shadow: 0 0 1px #000;
}
.list-page .list h2 span.sub-heading {
    display: block;
    font-size: 0.8em;
}
@media (max-width: 992px) {
    .list-page .list h2 {
        font-size: 3em;
    }
}
@media (max-width: 767px) {
    .list-page .list h2 {
        font-size: 2.2em;
        line-height: 100%;
        bottom: 10px;
    }
}
.list-page .list img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 716px;
    min-height: 190px;
    object-fit: cover;
    min-width: 50%;
}
.list-page .list.position-three img {
    height: 366px;
}
.list-page .list.odd {
    text-align: right;
}
.list-page .list.odd img {
    float: right;
}
@media (max-width: 992px) {
    .list-page .list.odd h2 {
        left: 0;
    }
}
.list-page .list.even {
    float: right;
    text-align: left;
}
.list-page .list.even img {
    float: left;
}
@media (max-width: 992px) {
    .list-page .list.even h2 {
        right: 0;
        left: auto !important;
    }
}
.list-page .project-listing {
    position: relative;
}
.list-page .filter {
    padding: 0;
    margin-top: 90px;
    text-align: right;
    position: absolute;
    left: 50%;
    width: 25%;
}
.list-page .filter li {
    display: block;
    line-height: 40px;
}
.list-page .filter li a {
    color: #fff;
    display: inline-block;
    line-height: 35px;
}
.list-page .filter li a.active,
.list-page .filter li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;
    opacity: 1;
}
.list-page .dropdown {
    padding: 15px 15px 50px;
}
.list-page .dropdown button {
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background: transparent !important;
    border: none;
}
.list-page .dropdown .dropdown-menu {
    top: 50px;
    min-width: 220px;
    background: #000;
}
.list-page .dropdown .dropdown-menu li a {
    font-size: 1.2em;
    color: #fff;
}
.list-page .dropdown .dropdown-menu li:hover a {
    color: #000;
}
.project-listing.work-listing .list:nth-of-type(6n + 1) h2 {
    right: 0;
    left: 35%;
    text-align: left;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 1) h2 {
        left: 100%;
        text-align: left;
        width: 100%;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 1) img {
    width: 50%;
    min-height: 726px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 1) img {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 2) h2 {
    right: 0%;
    left: 32px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 2) h2 {
        right: 100%;
        left: 0;
        text-align: right;
        width: 100%;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 2) img {
    width: 100%;
    max-height: 400px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 2) img {
        width: 100%;
        height: auto;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 2) .date {
        text-align: right;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 3) h2 {
    left: 35%;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 3) h2 {
        left: 100%;
        right: 0;
        text-align: left;
        width: 100%;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 3) img {
    width: 50%;
    height: 366px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 3) img {
        width: 100%;
        height: auto;
        height: 200px;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 4) h2 {
    left: 35%;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 4) h2 {
        right: 100%;
        left: 0;
        text-align: right;
        width: 100%;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 4) img {
    width: 50%;
    min-height: 726px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 4) img {
        width: 100%;
        height: auto;
        min-height: 400px;
    }
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 4) .date {
        text-align: right;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 5) h2 {
    left: 10%;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 5) h2 {
        left: 100%;
        text-align: left;
        width: 100%;
    }
}
.project-listing.work-listing .list:nth-of-type(6n + 5) img {
    width: 100%;
    max-height: 400px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n + 5) img {
        width: 100%;
        height: auto;
        height: 200px;
    }
}
.project-listing.work-listing .list:nth-of-type(6n) h2 {
    left: 35%;
    right: auto;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n) h2 {
        right: 100%;
        left: 0;
        text-align: right;
        width: 100%;
    }
}
.project-listing.work-listing .list:nth-of-type(6n) img {
    width: 50%;
    height: 366px;
}
@media (max-width: 767px) {
    .project-listing.work-listing .list:nth-of-type(6n) img {
        width: 100%;
        height: auto;
        height: 200px;
    }
}
.load-more {
    margin-top: 200px;
    width: 55%;
    margin-left: 45%;
}
.load-more .load-line {
    display: block;
    border-top: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
}
.load-more .load-line::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.news-page .page-title {
    left: 69%;
}
@media (max-width: 767px) {
    .news-page .page-title {
        left: 45%;
    }
}
@media (max-width: 767px) {
    .news-page .page-title h1 {
        left: 0;
    }
}
.news-list .title-meta {
    position: absolute;
    margin: 0;
    top: 60%;
    bottom: auto;
    width: 55%;
    margin-left: 70px;
    z-index: 1;
}
@media (max-width: 992px) {
    .news-list .title-meta {
        width: 80%;
        margin-left: 40px;
    }
}
@media (max-width: 767px) {
    .news-list .title-meta {
        position: relative;
        margin-top: -80px;
        float: left;
    }
}
.news-list .title-meta .hover-line {
    display: block;
    border-top: 1px solid #fff;
    transition: all 0.6s linear;
    position: relative;
    margin-bottom: 10px;
    font-size: 1em !important;
    text-align: left;
    margin-top: 30px;
    line-height: 50px;
    opacity: 0;
    width: 10px;
    transition: all 500ms ease;
}
.news-list .title-meta .hover-line::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.news-list h3 {
    font-size: 3em;
    font-family: "biotifbold";
    text-align: left;
    margin-top: 30px;
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .news-list h3 {
        font-size: 2em;
        line-height: 110%;
        margin-top: 10px;
    }
}
.news-list:hover .hover-line {
    opacity: 1;
    width: 100%;
}
.news-list h2 {
    text-align: left;
}
.news-list h2 .date {
    display: block;
    text-align: left;
    font-size: 0.3em !important;
}
.news-list .list:nth-of-type(6n + 3) h2 {
    left: 35%;
}
@media (max-width: 767px) {
    .page.contact {
        position: relative;
        margin-top: -120px;
    }
}
.page.contact .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.page.contact .container-fluid .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
.page.contact .page-title h1 {
    font-size: 6.875em;
    transform: rotate(90deg);
    margin: 0;
    transform-origin: 0 0%;
    position: absolute;
    left: 25%;
    z-index: 1;
    top: 25%;
    margin-left: 76px;
}
@media (max-width: 767px) {
    .page.contact .page-title h1 {
        left: 60%;
        top: 110px;
    }
}
.page.contact .map {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .page.contact .map {
        width: 100%;
        position: relative;
        height: 100vh;
    }
}
.page.contact .map img {
    height: 100vh;
    min-width: 100%;
    object-fit: cover;
}
.page.contact .map .map-address {
    width: 300px;
	
    position: absolute;
    height: 120px;
    top: auto;
    bottom: 100px;
    margin: auto;
    left: 14%;
}
.page.contact .map .map-address a {
    color: #fff;
    text-decoration: none !important;
}
@media (max-width: 767px) {
    .page.contact .map .map-address a:hover,
    .page.contact .map .map-address a:focus {
        color: #fff;
        opacity: 1;
    }
}
@media (max-width: 992px) {
    .page.contact .map .map-address {
        left: 40px;
    }
    .page.contact .map .map-address p {
        font-size: 1.3em;
    }
}
.page.contact .map .map-address span.pointer {
    width: 50px;
    height: 50px;
    background-size: 100%;
    margin-bottom: 30px;
    display: block;
}
.page.contact .map .get-direction {
    display: block;
    margin-left: 70px;
    position: absolute;
    bottom: 50px;
    z-index: 2;
    width: 50%;
}
@media (max-width: 992px) {
    .page.contact .map .get-direction {
        margin-left: 40px;
    }
}
.page.contact .map .get-direction .direction-line {
    display: block;
    border-top: 1px solid #fff;
    position: relative;
    margin-bottom: 10px;
}
.page.contact .map .get-direction .direction-line::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.form-content {
    margin-top: 250px;
    max-width: 600px;
}
@media (max-width: 992px) {
    .form-content {
        margin-top: 100px;
    }
}
.form-content .contact-form {
    padding-left: 70px;
}
@media (max-width: 992px) {
    .form-content .contact-form {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.form-content .contact-form .element {
    margin-bottom: 50px;
}
.form-content .contact-form .element label {
    font-size: 1.5em;
    color: #fff;
}
.form-content .contact-form .element label.focus {
    font-size: 1em;
    top: -20px;
}
.form-content .contact-form .element .form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #fff;
    font-size: 1.5em;
    color: #fff;
    height: auto;
}
.form-content .contact-form .element textarea.form-control {
    min-height: 60px;
}
.form-content .contact-form .element .buttons {
    margin: 0;
    padding: 0;
}
.form-content .contact-form .element.contact-number-2,
.form-content .contact-form .element.email-3 {
    max-width: 100%;
}
.form-content .contact-form .submit.btn {
    border-radius: 1px;
    background-color: #fff;
    text-transform: none;
    font-size: 1em;
    margin-top: 0;
    padding: 30px 49px;
    font-family: "biotifbold";
}
@media (max-width: 992px) {
    .form-content .contact-form .submit.btn {
        padding: 20px 10px;
    }
}
.form-content .contact-info {
    padding-left: 70px;
    margin-top: 120px;
    float: left;
}
@media (max-width: 992px) {
    .form-content .contact-info {
        padding-left: 40px;
    }
}
.form-content .contact-info ul {
    padding: 0;
}
.form-content .contact-info ul li {
    display: flex;
    margin-bottom: 40px;
    font-size: 1.5em;
}
.form-content .contact-info ul li span {
    opacity: 0.5;
    width: 250px;
    display: inline-block;
}
@media (max-width: 767px) {
    .form-content .contact-info ul li span {
        display: block;
    }
}
.form-content .contact-info ul li a {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}
.form-content .iso-img {
    padding-left: 70px;
    margin-top: 30px;
    margin-bottom: 80px;
    float: left;
}
@media (max-width: 767px) {
    .form-content .iso-img {
        padding-left: 30px;
    }
}
.form-content .iso-img img {
    width: 150px;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#map_canvas {
    width: 100%;
    height: 100%;
    visibility: hidden;
}
@media (max-width: 767px) {
    #map_canvas {
        pointer-events: none;
    }
}
.container-fluid {
    max-width: 1920px;
}
.container-fluid.full {
    width: 100%;
    max-width: 100%;
}
.single-page {
    margin-top: 140px;
    padding-bottom: 200px;
    position: relative;
}
@media (max-width: 767px) {
    .single-page {
        margin-top: 0;
        padding-bottom: 100px;
    }
}
.single-page .back-to-history {
    display: inline-block;
    transform: rotate(90deg);
    position: absolute;
    left: 30px;
    top: 60px;
}
@media (max-width: 1024px) {
    .single-page .back-to-history {
        display: none;
    }
}
.single-page .page-title h1 {
    font-size: 6.875em;
    position: relative;
    line-height: 120%;
}
@media (max-width: 992px) {
    .single-page .page-title h1 {
        font-size: 4em;
        line-height: 110%;
    }
}
.single-page .page-title.detail-title {
    padding: 100px 0;
    position: relative;
}
@media (max-width: 767px) {
    .single-page .page-title.detail-title {
        padding: 50px 0;
    }
}
.single-page .page-title.detail-title h1 {
    font-size: 4em;
    line-height: 70px;
    margin: 0;
    max-width: 75%;
}
.single-page .page-title.detail-title h1 span.sub-heading {
    font-size: 0.8em;
    display: block;
}
@media (max-width: 992px) {
    .single-page .page-title.detail-title h1 {
        line-height: 110%;
    }
}
@media (max-width: 767px) {
    .single-page .page-title.detail-title h1 {
        font-size: 3.5em;
        line-height: 110%;
        max-width: 100%;
    }
}
.single-page .page-title.detail-title span.date {
    left: 75%;
    position: absolute;
    font-weight: bold;
    margin-top: -20px;
    margin-left: 96px;
}
@media (max-width: 767px) {
    .single-page .page-title.detail-title span.date {
        position: relative;
        margin-left: 0;
    }
}
.single-page .case-info {
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}
.single-page .case-info span {
    font-size: 1em;
}
@media (max-width: 767px) {
    .single-page .case-info {
        margin-top: 50px;
    }
}
.single-page .banner img {
    object-fit: cover;
    min-width: 100%;

}
.single-page .case-description {
    margin: 180px 70px;
}
@media (max-width: 767px) {
    .single-page .case-description {
        margin: 90px 0;
        text-align: left;
    }
}
@media (max-width: 767px) {
    .single-page .case-description .row {
        margin-left: 0;
        margin-right: 0;
    }
}
.single-page .case-description p {
    font-size: 1.5em;
    line-height: 35px;
}
.single-page .case-description .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .single-page .case-description .col-sm-6 {
        text-align: left;
        margin-bottom: 30px;
    }
}
.single-page .case-description ul {
    padding: 0;
    margin-top: 20px;
}
.single-page .case-description ul li {
    display: flex;
    line-height: 30px;
    margin-bottom: 15px;
}
.single-page .case-description ul li span.txt {
    opacity: 0.5;
    min-width: 250px;
    display: inline-block;
}
.single-page .case-description ul li span.txt + span {
    display: inline-block;
    width: calc(100% - 100px);
}
.detail-gallery-container {
    position: relative;
}
.detail-gallery-container .item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.detail-gallery-container .slider-controls {
    width: 500px;
    max-width: 100%;
    height: 100px;
    background-color: #0e0e0e;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .detail-gallery-container .slider-controls {
        position: relative;
        width: 100%;
    }
}
.detail-gallery-container .slider-controls .owl-nav {
    margin-left: 40px;
    margin-right: 40px;
}
.detail-gallery-container .slider-controls .owl-nav div {
    width: 12px;
    height: 25px;
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
}
.detail-gallery-container .slider-controls .owl-nav .owl-prev {
    background: url(../images/prev-arrow.png) no-repeat;
    background-size: 100%;
}
.detail-gallery-container .slider-controls .owl-nav .owl-next {
    background: url(../images/arrow-next.png) no-repeat;
    background-size: 100%;
    margin-left: 35px;
}
.detail-gallery-container .slider-controls .slide-num {
    font-size: 4em;
    font-family: "biotifbold";
    line-height: 100%;
    position: relative;
    top: -3px;
}
.detail-gallery-container .slider-controls .slide-progress-container {
    width: 50%;
    height: 3px;
    position: absolute;
    right: 0;
    background-color: #313131;
}
.detail-gallery-container .slider-controls .slide-progress {
    position: absolute;
    width: 0;
    max-width: 100%;
    height: 3px;
    background: #fff;
}
.additional-description {
    margin: 200px 0;
}
@media (max-width: 767px) {
    .additional-description {
        margin: 100px 0;
    }
}
.additional-description .col {
    padding-left: 0;
    padding-right: 0;
}
.additional-description .col img {
    max-width: 100%;
}
.additional-description .col.col-1 {
    margin-bottom: -76px;
    z-index: 10;
}
.additional-description .col.col-1 p {
    font-size: 1.5em;
    line-height: 36px;
}
.testimonial blockquote {
    position: relative;
    padding: 100px 0 60px;
    border: 0;
    width: 75%;
    margin: auto;
}
@media (max-width: 992px) {
    .testimonial blockquote {
        padding: 90px 0 0;
    }
}
.testimonial blockquote::before {
    content: "";
    background: url(../images/quote.svg) no-repeat;
    width: 62px;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial blockquote::after {
    content: "";
    background: url(../images/quote.svg) no-repeat;
    width: 62px;
    height: 65px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}
@media (max-width: 992px) {
    .testimonial blockquote::after {
        bottom: -70px;
    }
}
.testimonial blockquote p {
    font-size: 1.5em;
    line-height: 36px;
    margin-bottom: 20px;
}
.testimonial blockquote .author {
    display: inline-block;
    float: right;
    position: relative;
    text-align: right;
    right: 100px;
    top: 75px;
}
.testimonial blockquote .author::before {
    content: "";
    margin-right: 20px;
    width: 50%;
    position: absolute;
    height: 1px;
    background: #fff;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-right: 15px;
}
.next-nav {
    margin-top: 100px;
    position: relative;
}
.next-nav a {
    position: absolute;
    font-size: 2.25em;
    text-decoration: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 54px;
    width: 118px;
}
.news-description {
    padding: 120px 0;
}
@media screen and (max-width: 767px) {
    .news-description {
        padding: 30px 0;
    }
}
.news-description .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}
.news-description p {
    font-size: 1.5em;
    line-height: 36px;
    margin-bottom: 25px;
}
.news-description img {
    max-width: 100%;
    height: auto;
}
.additional-image .image-block {
    padding-left: 0;
    padding-right: 0;
}
.more-news {
    position: relative;
}
.more-news .heading {
    line-height: 75%;
}
.more-news .container-fluid {
    margin-top: -140px;
}
.more-news .title-meta {
    position: absolute;
    width: 72%;
    top: 73%;
    z-index: 1;
    margin-left: 50px;
    font-family: "biotifbold";
}
.more-news .title-meta h4 {
    font-family: "biotifbold";
    font-size: 3em;
    line-height: 48px;
    letter-spacing: -2px;
}
.more-news .title-meta h4 span.sub-heading {
    display: block;
    font-size: 0.8em;
}
@media (max-width: 992px) {
    .more-news .title-meta h4 {
        font-size: 2em;
        line-height: 110%;
    }
}
.more-news .more-news-list {
    position: relative;
}
.more-news .more-news-list .list {
    padding-left: 0;
    padding-right: 0;
}
.more-news .more-news-list img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
@media (max-width: 992px) {
    .more-news .more-news-list img {
        min-height: auto;
    }
}
.more-news .section-title {
    width: 100%;
    overflow: hidden;
}
.additional-image.aos-init {
    position: relative;
}
.additional-image.aos-init .image-block::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 1500ms linear;
    position: absolute;
    z-index: 100;
    transform: scale(1, 1);
    transform-origin: 50% 0%;
}
.additional-image.aos-init.aos-animate .image-block::before {
    content: "";
    transform: scale(1, 0);
}
.gallery.aos-init {
    position: relative;
}
.gallery.aos-init::before {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 1500ms linear;
    position: absolute;
    z-index: 100;
    transform: scale(1, 1);
    transform-origin: 50% 0%;
}
.gallery.aos-init.aos-animate::before {
    content: "";
    transform: scale(1, 0);
}
.award-winner {
    font-size: 0.16em;
    line-height: 100%;
    display: block;
    margin-left: 8px;
}
.owl-next.disabled {
    opacity: 0.3;
    cursor: default !important;
}
.owl-prev.disabled {
    cursor: default !important;
    opacity: 0.3;
}
.top-mask {
    background: #0e0e0e;
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transform-origin: 100% 0%;
    transition: all 200ms linear;
}
@media (max-device-width: 1366px) {
    .top-mask {
        display: none;
    }
}
.bottom-mask {
    background: #0e0e0e;
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    transform-origin: 100% 0%;
    transition: all 200ms linear;
}
@media (max-device-width: 1366px) {
    .bottom-mask {
        display: none;
    }
}
body.custom-mouse .dot-cursor {
    display: block;
}
.dot-cursor {
    top: -20px;
    left: -20px;
    pointer-events: none;
    width: 0.55556em;
    height: 0.55556em;
    display: none;
    position: fixed;
    border-radius: 50%;
    z-index: 99999;
    background-color: #0072a0;
    will-change: left, top;
}
.dot-cursor:before {
    top: -2.5em;
    left: -2.5em;
    content: "";
    width: 5.55556em;
    height: 5.55556em;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    background-color: #0072a0;
    -webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
}
.dot-cursor__active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@keyframes cursor {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1.2);
    }
}
.no-support {
    background-color: #ff0000;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
    height: auto;
    padding: 10px;
}
.no-support a {
    color: #ffffff;
    text-decoration: underline;
}
body {
    background: #0e0e0e;
    font-size: 16px;
    font-family: "biotifregular";
    color: #fff;
}
@media (max-width: 1024px) and (min-width: 600px) {
    body {
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    body {
        font-size: 13px;
    }
}
body.about-page {
    background: #000;
}
.mobile-menu {
    cursor: pointer;
    float: right;
    height: 32px;
    width: 32px;
    -webkit-transition: left 0.6s ease;
    -moz-transition: left 0.6s ease;
    -ms-transition: left 0.6s ease;
    -o-transition: left 0.6s ease;
    transition: left 0.6s ease;
}
.mobile-menu:hover .nav-icon,
.mobile-menu:hover .nav-icon::before,
.mobile-menu:hover .nav-icon::after {
    background: #5d5d5d;
}
.mobile-menu.active:hover .nav-icon::before,
.mobile-menu.active:hover .nav-icon::after {
    background: #5d5d5d;
}
.mobile-menu.active .nav-icon {
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -ms-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    background: transparent;
}
.mobile-menu.active .nav-icon::before,
.mobile-menu.active .nav-icon::after {
    top: 0;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.mobile-menu.active .nav-icon::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
.mobile-menu.active .nav-icon::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
    transition: all 500ms ease;
}
.nav-icon,
.nav-icon::before,
.nav-icon::after {
    background: #b9814d;
    display: inline-block;
    width: 100%;
    height: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-icon {
    position: relative;
}
.nav-icon::before,
.nav-icon::after {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
}
.nav-icon::before {
    top: 10px;
}
.nav-icon::after {
    top: -10px;
}
h1 {
    font-size: 130px;
    font-family: "biotifbold";
    font-weight: normal;
    color: #fff;
}
h1 span {
    display: block;
}
p {
    text-align: justify;
}
.not-found {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 150px);
}
.not-found .page-title {
    text-align: center;
}
.not-found .page-title h1 {
    font-size: 8.875em;
    line-height: 100%;
}
.not-found p {
    font-size: 2em;
    text-align: center !important;
}
/*# sourceMappingURL=style.css.map */
