@charset "UTF-8";
.background-1 {
    background-color: #282828; }

.background-2 {
    background-color: #393939; }

.sec-2-background-3 {
    background-image: linear-gradient(to right, #085078, #85d8ce); }

.sec-5-background-3 {
    background-image: linear-gradient(to right, #085078, #85d8ce); }

.footer-logo-background-3 {
    background-color: #393939;
}

.secback {
    background-color: #000;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("font-icon/fontawesome-webfont.eot?v=4.6.3");
    src: url("font-icon/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("font-icon/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("font-icon/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("font-icon/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("font-icon/fontawesome-webfont.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; }

/* makes the font 33% larger relative to the icon container */
.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: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em; }

.fa-pull-left {
    float: left; }

.fa-pull-right {
    float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right; }

.pull-left {
    float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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; }

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
   
.grain {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/ubiquify-film-grain.gif);
    opacity: .175;
    z-index: 9; }

.section {
    margin-top: -3px;
    position: relative;
    z-index: 1; }

#clients {
    z-index: 0; }

.text-center {
    text-align: center; }

.space30 {
    height: 30px;
    display: block;
    width: 100%; }

.skew {
    transform: skewX(-4deg); }
.skew > div {
    transform: skewX(4deg); }

.logo {
    max-width: 259px;
    width: 100%; }

.clear {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.mobile-trigger {
    margin-top: 80px;
    text-align: right;
    display: none;
    position: relative;
    z-index: 10; }
.mobile-trigger img {
    width: 35px;
    cursor: pointer; }

/*Mobile Navigation*/
.mobile-nav {
    background: #1d1d1d;
    width: 300px;
    position: fixed;
    z-index: 999;
    height: 100%;
    min-height: 100%;
    top: 0px;
    right: -300px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.mobile-nav .close-mobile-nav {
    text-align: right;
    padding: 30px; }
.mobile-nav .close-mobile-nav img {
    width: 25px; }
.mobile-nav .close-mobile-nav img:hover {
    opacity: .8; }
.mobile-nav .scroll-nav {
    margin-bottom: 80px; }
.mobile-nav .scroll-nav li a {
    padding: 7.5px 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px; }
.mobile-nav .scroll-nav li a:hover, .mobile-nav .scroll-nav li a.active {
    color: #85d8ce; }
.mobile-nav .mobile-social {
    display: flex;
    background: #0a5178;
    display: none; }
.mobile-nav .mobile-social li {
    flex-grow: 1; }
.mobile-nav .mobile-social li a {
    display: block;
    text-align: center;
    padding: 7.5px; }
.mobile-nav .mobile-social li a i {
    color: #fff; }
.mobile-nav .mobile-social li a:hover {
    background: #fff; }
.mobile-nav .mobile-social li a:hover i {
    color: #0a5178; }
.mobile-nav .mobile-logo {
    position: absolute;
    right: 60px;
    top: 250px;
    width: 50px; }
.mobile-nav.active {
    right: 0px !important; }

/*Sticky navigation*/
.sticky {
    padding: 10px 0px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 2;
    background: #fff; }
.sticky.nav-up {
    top: -84px; }
.sticky img {
    float: left;
    max-width: 165px; }
.sticky ul {
    float: right;
    margin-top: 20px; }
.sticky ul li {
    display: inline-block;
    margin-right: 20px; }
.sticky ul li a {
    color: #282828;
    font-weight: 700;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    text-decoration: none; }
.sticky ul li a:hover, .sticky ul li a.active {
    color: #85d8ce; }
.sticky ul li:last-child {
    margin-right: 0px; }

/*Section 1*/
.section-1-top {
    background-color: black;
    background-image: url(../img/cover-photo-ubiquify@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative; }
.section-1-top .container,
.section-1-top .row {
    height: 100%; }

.section-1-bottom {
    background-color: #000;
    padding: 80px 0px; }
.section-1-bottom .content {
    max-width: 625px;
    width: 100%;
    margin: 0 auto; }
.section-1-bottom .content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
.section-1-bottom img {
    float: left;
    margin-right: 80px; }
.section-1-bottom h2 {
    color: #fff;
    font-weight: 700;
    font-size: 28px; }
.section-1-bottom span {
    color: #85d8ce; }

.desktop-nav {
    position: absolute;
    top: 50%;
    margin-top: -145.5px;
    z-index: 10; }
@media only screen and (max-width: 575px) {
    .desktop-nav {
        margin-left: 20px; }

    .mobile-nav-fixed img {
        width: 30%;
        height: auto;
    }

    .hamburger-icon {
        width: 8% !important;
        height: auto !important;
    }

}
.desktop-nav ul {
    padding: 0px;
    list-style-type: none;
    margin: 35px 0px 0px 0px; }
.desktop-nav ul a {
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    font-weight: 700;
    font-size: 18px; }
.desktop-nav ul a:hover, .desktop-nav ul a.active {
    color: #85d8ce; }

.top-social {
    margin-top: 80px;
    display: none;
    position: relative;
    z-index: 10; }
.top-social ul {
    text-align: right; }
.top-social ul li {
    display: inline-block;
    margin-right: 5px; }
.top-social ul li a {
    background-color: #cccccc;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out; }
.top-social ul li a i {
    color: #4f4f4f;
    vertical-align: middle;
    font-size: 14px; }
.top-social ul li a:hover {
    background-color: #fff; }
.top-social ul li:last-child {
    margin-right: 0px; }

.next-section {
    width: 130px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -65px;
    cursor: pointer;
    z-index: 10; }
.next-section > div {
    width: 44px;
    height: 44px;
    background-image: linear-gradient(to bottom, #085078, #85d8ce);
    text-align: center;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 100;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out; }
.next-section > div img {
    vertical-align: middle;
    margin-top: 12px; }
.next-section > div:before {
    background-image: linear-gradient(to bottom, #85d8ce, #085078);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -100;
    transition: all 0.45s ease-in-out;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out; }
.next-section h5,
.next-section h6 {
    color: #fff;
    font-weight: 700;
    margin: 0px;
    position: relative;
    top: 8px; }
.next-section h5 {
    font-size: 10px; }
.next-section h6 {
    font-size: 14px; }
.next-section:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
.next-section:hover > div:before {
    opacity: 1; }

.section-2 h2,
.section-3 h2,
.section-5 h2,
.section-6 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 30px; }
.section-2 h2 span,
.section-3 h2 span,
.section-5 h2 span,
.section-6 h2 span {
    display: block;
    font-weight: 300; }

.section-4 h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    color: #000;
    margin-bottom: 30px;
    padding: 15px 0px 0px 30px;
}

.section-4 h2 span {
    display: block;
    font-weight: 300;
}
/*section 2*/
.clip-path {
    -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%); }
@media only screen and (max-width: 991px) {
    .clip-path {
        -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%); } }

.section-2 {
    overflow: hidden;
    /*    .section-2-left div {
          padding: 0;
      }
    */ }
.section-2 .container {
    max-width: 100%;
    padding: 0px; }
.section-2 .container .row > div {
    padding: 0px; }
.section-2 p {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 26px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
@media only screen and (max-width: 575px) {
    .section-2 p {
        font-size: 16px;
        line-height: 22px; } }
.section-2 p:nth-of-type(3) {
    margin-bottom: 0px; }
.section-2 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #84d7cd;
    margin-bottom: 5px; }
.section-2 h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    margin: 0px; }
.section-2 ul {
    display: inline-block;
    float: left;
    /*width: 48%;*/ }
.section-2 ul li {
    border: 1px solid #084f77;
    padding: 15px;
    margin-bottom: 15px; }
.section-2 ul li:last-child {
    margin-bottom: 0px; }
.section-2 .section-2-content {
    height: 100%;
    padding: 80px 0px; }
.section-2 .section-2-content > div {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0px 40px; }
.section-2 .section-2-content > div ul:nth-of-type(1) {
    margin-right: 3%; }
.section-2 .section-2-content > div ul:nth-of-type(2) {
    margin-top: 15px;
    /*position: relative;
                right: -15px;  */ }
.section-2 .section-2-content > div:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
.section-2 .section-2-right {
    position: relative;
    padding-left: 40px; }
.section-2 .section-2-right:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 0px;
    width: 50px;
    height: 100%;
    z-index: -1;
    background-color: #393939; }

/*Section 3*/
.section-3 {
    padding: 80px 0px; }
.section-3 h3 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin: 0px;
    align-self: center;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.section-3 h3 span {
    font-size: 12px;
    color: #999999 !important;
    display: block;
    font-weight: 700; }
.section-3 .each-value {
    border: 1px solid #3a3a3a;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.section-3 .each-value a > div {
    float: left; }
.section-3 .each-value a > div:first-child {
    background: #3a3a3a;
    padding: 10px 0px;
    width: 55px;
    text-align: center;
    margin-right: 10px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.section-3 .each-value a > div:first-child p {
    margin: 0px;
    font-size: 40px;
    font-weight: 700; }
.section-3 .each-value a > div:last-child {
    height: 80px;
    width: calc(100% - 65px);
    display: flex; }
.section-3 .each-value:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
.section-3 .each-value:hover {
    border: 1px solid #084f77; }
.section-3 .each-value:hover div:first-child {
    background: #084f77; }
.section-3 .each-value:hover h3 {
    color: #85d8ce; }

/*Section 4*/
.section-4 {
    overflow: hidden; }
.section-4 .desktop-clients > div {
    float: left;
    width: 20%;
    border-right: 1px solid #f0f0f0; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
}
.section-4 .client-logo{
    max-width: 250px;
}
.section-4 .desktop-clients > div img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.section-4 .desktop-clients > div img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
.section-4 .desktop-clients > div:nth-child(5n) {
    border-right: none; }
.section-4 .desktop-clients > div:nth-child(-n + 5) {
    border-bottom: 1px solid #f0f0f0; }
.section-4 .desktop-clients:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.slick-slider {
    display: none !important; }
.slick-slider .slick-slide {
    width: 100%; }
.slick-slider .slick-slide > div {
    float: left;
    width: 50%;
    border-right: 1px solid #f0f0f0; }
.slick-slider .slick-slide > div img {
    display: block;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.slick-slider .slick-slide > div img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }
.slick-slider .slick-slide > div:nth-child(5n) {
    border-right: none; }
.slick-slider .slick-slide > div:nth-child(-n + 5) {
    border-bottom: 1px solid #f0f0f0; }

/*Section 5*/
.section-5 {
    padding: 80px 0px; }
.section-5 img {
    display: block;
    margin: 0 auto;
    height: 150px; }
.section-5 .content {
    max-width: 600px; }

/*Section 6*/
.section-6 {
    padding: 80px 0px; }
.section-6 p {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px; }
.section-6 form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto; }
.section-6 form label {
    color: #b2b2b2;
    font-size: 12px;
    margin-top: 15px; }
.section-6 form input,
.section-6 form textarea {
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    width: 100%;
    background: #3a3a3a !important;
    font-size: 14px;
    color: #fff !important; }
.section-6 form input ::-webkit-input-placeholder,
.section-6 form textarea ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b2b2b2; }
.section-6 form input :-moz-placeholder,
.section-6 form textarea :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b2b2b2; }
.section-6 form input ::-moz-placeholder,
.section-6 form textarea ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b2b2b2; }
.section-6 form input :-ms-input-placeholder,
.section-6 form textarea :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b2b2b2; }
.section-6 form textarea {
    padding: 10px; }
.section-6 form .btn {
    margin-top: 15px;
    float: right;
    background: #085078;
    border: 1px solid #085078; }
.section-6 form .btn:hover {
    background: #fff;
    color: #085078; }

/*footer*/
.footer {
    padding: 0px 0px;
    overflow: hidden; }
.footer .background-1 {
    height: 150px; }
.footer .footer-logo {
    background-image: linear-gradient(to bottom, #085078, #85d8ce);
    width: 100%;
    max-width: 330px;
    text-align: center;
    padding: 60px 30px;
    display: inline-block;
    margin-top: -41px; }
.footer .footer-logo img {
    max-width: 259px;
    width: 100%; }
.footer .nav-rights {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 20px; }
.footer .nav-rights ul li {
    display: inline-block; }
.footer .nav-rights ul li a {
    color: #fff;
    font-size: 14px; }
.footer .nav-rights ul li:first-child a {
    position: relative;
    margin-right: 15px; }
.footer .nav-rights ul li:first-child a:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 3px;
    width: 1px;
    height: 14px;
    background: #fff; }
.footer .nav-rights p {
    color: #fff;
    margin: 0px;
    font-size: 14px; }

#submit {
    padding: 0px;
    display: block; }
#submit span {
    display: block;
    padding: 5px 10px;
    background-image: linear-gradient(to bottom, #085078, #85d8ce);
    color: white;
    border-radius: 2px;
    transition: all 1s ease-out;
}
#submit span:hover {
    transition: all 1s ease-in;
    background-image: linear-gradient(to top, #085078, #85d8ce);
}

#submit span.loading {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
#submit span.loading:after {
    content: 'Sending ...';
    display: block; }
#submit span.done {
    background: #27ae60; }
#submit span.done:after {
    content: 'Done';
    display: block; }

@-moz-keyframes blinker {
    0% {
        opacity: 1.0; }
    50% {
        opacity: 0.0; }
    100% {
        opacity: 1.0; } }

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0; }
    50% {
        opacity: 0.0; }
    100% {
        opacity: 1.0; } }

@keyframes blinker {
    0% {
        opacity: 1.0; }
    50% {
        opacity: 0.0; }
    100% {
        opacity: 1.0; } }

.footer-social {
    display: none; }
.footer-social > div {
    width: 120px;
    float: right;
    margin-top: 50px; }
.footer-social h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700; }
.footer-social .social-item {
    width: 30px;
    height: 30px;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out; }
.footer-social .social-item.facebook {
    background: #43619c;
    border: 2px solid #43619c; }
.footer-social .social-item.twitter {
    background: #24a9e6;
    border: 2px solid #24a9e6; }
.footer-social .social-item.linkedin {
    background: #187fb8;
    border: 2px solid #187fb8; }
.footer-social .social-item:hover {
    background: #fff !important; }
.footer-social .social-item:hover.facebook {
    color: #43619c;
    border: 2px solid #43619c; }
.footer-social .social-item:hover.twitter {
    color: #24a9e6;
    border: 2px solid #24a9e6; }
.footer-social .social-item:hover.linkedin {
    color: #187fb8;
    border: 2px solid #187fb8; }
.footer-social .social-item:nth-child(n+3) {
    margin-left: 10px; }

@media only screen and (min-width: 992px) {
    .section-2-right ul li {
        margin-top: 50px; } }

@media only screen and (max-width: 991px) {
    .skew {
        transform: skewX(0deg);
        transform: skewY(-3deg); }
    .skew > div {
        transform: skewX(0deg);
        transform: skewY(3deg); }
    .section-2 .row {
        margin: 0px; }
    .section-2 .section-2-content {
        padding: 60px 0 30px 0; }
    .section-2 .section-2-content > div {
        padding: 0px 15px; }
    .section-2 .section-2-right {
        padding-top: 90px; }
    .section-2 .section-2-right:after {
        right: 0px;
        top: initial;
        bottom: -30px;
        width: 100%;
        height: 50px; }
    .section-4 .desktop-clients {
        display: none; }
    .section-4 .slick-slider {
        display: block !important; }
    .footer-social {
        display: none; }
    .footer {
        position: relative;
        padding-bottom: 100px; }
    .footer .nav-rights {
        position: absolute;
        bottom: -60px;
        top: initial;
        width: 100%;
        text-align: center;
        left: 0px; }
    .footer .footer-logo {
        margin: -41px auto 0px;
        display: block; } }

@media only screen and (max-width: 960px) {
    .next-section {
        display: none; }
    .mobile-trigger {
        display: block; }
    .sticky {
        display: none; }
    .section-1 {
        background: url(../img/cover-photo-ubiquify@2x.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative; }
    .section-1-top {
        background: none;
        height: 450px;
        position: initial; }
    .section-1-top .row > div {
        position: initial; }
    .section-1-bottom {
        background-color: #000;
        /*background-image: linear-gradient(to bottom, rgba(5, 5, 5, 0), #0a0a0a, #0a0a0a);*/
        padding: 40px 15px 40px; }
    .section-1-bottom .content {
        max-width: 540px; }
    .section-1-bottom img {
        display: none; }
    .section-1-bottom h2 {
        text-align: center;
        font-size: 24px; }
    .desktop-nav ul,
    .top-social {
        display: none; } }

@media only screen and (max-width: 767px) {
    .section-3 h3 {
        font-size: 16px; }
    .section-3 h3 span {
        font-size: 10px; }
    .show-phone {
        display: block; }
    .show-desktop {
        display: none; } }

@media only screen and (min-width: 768px) {
    .show-desktop {
        display: block; }
    .show-phone {
        display: none; } }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
textarea,
label,
li,
span,
button {
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif; }

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; }
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
    left: -25px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "←"; }
[dir="rtl"] .slick-prev:before {
    content: "→"; }

.slick-next {
    right: -25px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "→"; }
[dir="rtl"] .slick-next:before {
    content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px; }

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
    display: none; }

.right-holder {
    width: 55px;
    position: fixed;
    margin-top: -100px;
    margin-left: -75px; }
.right-holder > div {
    position: relative; }
.right-holder > div > div {
    background: #b2b2b2;
    padding: 30px 0px 10px;
    width: 55px;
    text-align: center; }
.right-holder > div > div > span {
    color: #fff;
    display: block;
    margin: 0px;
    font-size: 40px;
    font-weight: 700; }
.right-holder h3 {
    font-weight: 300;
    font-size: 32px;
    color: #b2b2b2;
    transform: rotateX(30deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    position: absolute;
    top: 404px;
    left: -3px;
    text-align: right;
    width: 300px;
    line-height: 0.9; }
.right-holder h3 span {
    font-weight: 700;
    display: block; }

#modal-1 .right-holder h3 {
    top: 300px; }

#modal-2 .right-holder h3 {
    top: 380px; }

#modal-3 .right-holder h3,
#modal-4 .right-holder h3,
#modal-6 .right-holder h3 {
    top: 250px; }

#modal-5 .right-holder h3 {
    top: 365px; }

#modal-7 .right-holder h3 {
    top: 375px; }

#modal-8 .right-holder h3 {
    top: 345px; }

.getintouch {
    background-color: #333;
    border-radius: 10px;
    line-height: 3;
    padding-top: 20px; }
@media only screen and (max-width: 991px) {
    .getintouch {
        line-height: 1;
        padding-bottom: 20px;
        margin-top: 30px; } }
.getintouch h3 {
    font-size: 26px;
    font-weight: 700;
    display: inline-block;
    color: white;
    margin: 0px;
    margin-right: 30px;
    position: relative;
    top: 5px;
    background-image: none !important; }
@media only screen and (max-width: 395px) {
    .getintouch h3 {
        margin-bottom: 20px; } }
.getintouch a {
    border: 1px solid #83d5cb;
    color: #83d5cb;
    border-radius: 3px; }
.getintouch a:hover {
    color: #fff;
    background: #0b5077; }

/* Modal Window */
.cd-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 20; }
.cd-modal img {
    width: 100%; }
.cd-modal p {
    color: #666666;
    font-size: 19px;
    font-weight: 300; }
.cd-modal p.strong {
    font-weight: 100; }
.cd-modal .container {
    position: relative; }
.cd-modal .banner-section {
    position: relative;
    padding: 40px 0px; }
.cd-modal .banner-section > div {
    position: relative;
    z-index: 2; }
.cd-modal .banner-section h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 36px;
    color: #83d5cb;
    margin-bottom: 30px; }
.cd-modal .banner-section h2 span {
    font-weight: 300;
    margin-right: 5px;
    font-size: 38px; }
.cd-modal .banner-section h3 {
    font-weight: 100;
    font-size: 20px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiBjbGFzcz0iIj48Zz48Zz4KCTxnPgoJCTxwYXRoIGQ9Ik0yNTYsMEMxMTQuODM3LDAsMCwxMTQuODM3LDAsMjU2czExNC44MzcsMjU2LDI1NiwyNTZzMjU2LTExNC44MzcsMjU2LTI1NlMzOTcuMTYzLDAsMjU2LDB6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjODNkNWNiIiBmaWxsPSIjODNkNWNiIi8+Cgk8L2c+CjwvZz48L2c+IDwvc3ZnPgo=");
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 26px;
    background-size: 6px;
    background-position: 0px 10px; }

.cd-modal .modal-content {
    height: 100%;
    overflow-y: auto;
    /*padding: 3em 5%;*/
    display: block; }
.cd-modal .modal-content p {
    margin-top: 1rem; }

/*.cd-modal h1, .cd-modal h2 {
  text-align: center;
}
.cd-modal p {
  line-height: 1.6;
  margin: 2em auto;
  max-width: 800px;
}*/
.cd-modal .modal-close {
    /* 'X' icon */
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 5%;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    color: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: visibility 0s .3s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: visibility 0s .3s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: transform .3s 0s, visibility 0s .3s, opacity .3s 0s;
    transition: transform .3s 0s, visibility 0s .3s, opacity .3s 0s, -webkit-transform .3s 0s;
    z-index: 11; }

.cd-modal .modal-close::before,
.cd-modal .modal-close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 20px;
    top: calc(50% - 1px);
    left: calc(50% - 10px); }

.cd-modal .modal-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.cd-modal .modal-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.cd-modal.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .7s, visibility 0s;
    transition: opacity .7s, visibility 0s; }

.cd-modal.visible .modal-content {
    /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
    -webkit-overflow-scrolling: touch; }

.cd-modal.visible .modal-close {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s 0s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: visibility 0s 0s, opacity .3s 0s, -webkit-transform .3s 0s;
    transition: transform .3s 0s, visibility 0s 0s, opacity .3s 0s;
    transition: transform .3s 0s, visibility 0s 0s, opacity .3s 0s, -webkit-transform .3s 0s;
    -webkit-transform: scale(1);
    transform: scale(1); }

@media only screen and (min-width: 1100px) {
    .cd-modal .modal-content {
        padding: 6em 0 0 0; }
    .cd-modal .modal-close {
        height: 60px;
        width: 60px; }
    .cd-modal .modal-close::before,
    .cd-modal .modal-close::after {
        height: 2px;
        width: 26px;
        top: calc(50% - 1px);
        left: calc(50% - 13px); } }


/* Transition Layer */
.cd-transition-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden; }

.cd-transition-layer .bg-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-2%);
    transform: translateY(-50%) translateX(-2%);
    /* its dimentions will be overwritten using jQuery to proportionally fit the viewport */
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0; }

.cd-transition-layer.visible {
    opacity: 1;
    visibility: visible; }

.cd-transition-layer.visible .bg-layer {
    -webkit-transform: translateY(-50%) translateX(-98%);
    transform: translateY(-50%) translateX(-98%); }

.cd-transition-layer.opening .bg-layer,
.cd-transition-layer.closing .bg-layer {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

.no-cssanimations .cd-transition-layer {
    display: none; }


/* -------------------------------- 

Scrub Effect

-------------------------------- */
.scrub-transition {
    font-family: "PT Sans", sans-serif;
    color: #2c1a32;
  }
  /* .scrub-transition h1, .scrub-transition h2 {
    font-family: "Sigmar One", serif;
    margin-bottom: .4em;
    font-size: 4rem;
  } */
  .scrub-transition .cd-btn {
    background: #b24160;
    color: #ffffff;
    border-radius: 50em;
  }
  .scrub-transition .cd-main-content {
    background: #ffbc59;
  }
  .scrub-transition .cd-modal {
    background: #633b63;
  }
  .scrub-transition .cd-modal .modal-content {
    color: #ffffff;
  }
  .scrub-transition .cd-modal .modal-close::before,
  .scrub-transition .cd-modal .modal-close::after {
    background: #ffffff;
  }
  .scrub-transition .cd-modal .modal-close {
    background: #b2b2b2;
  }
  .scrub-transition .cd-modal .modal-close:hover {
    background: #b2b2b280;
  }
  .scrub-transition .cd-transition-layer .bg-layer {
    /* sprite composed of 25 frames */
    width: 2500%;
    background-image: url(../img/scrub-2.png);
  }
  .scrub-transition .cd-transition-layer.opening .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards;
            animation: cd-sequence 0.8s steps(24) forwards;
  }
  .scrub-transition .cd-transition-layer.closing .bg-layer {
    -webkit-animation: cd-sequence 0.8s steps(24) forwards reverse;
            animation: cd-sequence 0.8s steps(24) forwards reverse;
  }

.card-strong {
    background: #f0f0f0;
    color: #999999 !important;
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 32px;
    padding: 60px 30px; }
.card-strong span {
    color: #0b5077; }

@media only screen and (max-width: 630px) {
    .right-holder > div div {
        display: none !important; } }

@media only screen and (max-width: 1330px) {
    .right-holder {
        width: 100%;
        position: fixed;
        margin-top: 0px;
        margin-left: 0px;
        left: 0px;
        top: 0px;
        background: #fff;
        padding-bottom: 15px;
        z-index: 10; }
    .right-holder > div div,
    .right-holder > div h3 {
        display: inline-block; }
    .right-holder > div h3 {
        text-align: left; height: 70px; }
    .right-holder h3 {
        color: #666666;
        font-size: 28px;
        transform: rotateX(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        position: relative;
        top: 21px !important;
        right: 0px;
        left: 0px;
        margin: 0px 0px 0px 15px; }
    .cd-modal .modal-content {
        padding-top: 115px !important;
        padding-bottom: 30px !important; } }

/* -------------------------------- 

Animations

-------------------------------- */
@-webkit-keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%); }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%); } }

@keyframes cd-sequence {
    0% {
        /* translateX(-2%) is used to horizontally center the first frame inside the viewport */
        -webkit-transform: translateY(-50%) translateX(-2%);
        transform: translateY(-50%) translateX(-2%); }
    100% {
        /* translateX(-98%) (2% + 96) is used to horizontally center the last frame inside the viewport  */
        -webkit-transform: translateY(-50%) translateX(-98%);
        transform: translateY(-50%) translateX(-98%); } }

@-webkit-keyframes cd-sequence-2 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-1.3158%);
        transform: translateY(-50%) translateX(-1.3158%); }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98.6842%);
        transform: translateY(-50%) translateX(-98.6842%); } }

@keyframes cd-sequence-2 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-1.3158%);
        transform: translateY(-50%) translateX(-1.3158%); }
    100% {
        -webkit-transform: translateY(-50%) translateX(-98.6842%);
        transform: translateY(-50%) translateX(-98.6842%); } }

@-webkit-keyframes cd-sequence-3 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2.5%);
        transform: translateY(-50%) translateX(-2.5%); }
    100% {
        -webkit-transform: translateY(-50%) translateX(-97.5%);
        transform: translateY(-50%) translateX(-97.5%); } }

@keyframes cd-sequence-3 {
    0% {
        -webkit-transform: translateY(-50%) translateX(-2.5%);
        transform: translateY(-50%) translateX(-2.5%); }
    100% {
        -webkit-transform: translateY(-50%) translateX(-97.5%);
        transform: translateY(-50%) translateX(-97.5%); } }



/*My Custom Classes*/
/*.background-img{
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);
}*/
.background-img{
    width:100%;
    height:100%;
    color:white;
}

.background-img-austin{
    width:100%;
    height:100%;
    color:white;
}

.background-img::after{
    content: attr(data-after);
    width:inherit;
    height:inherit;
    background-image: url(../img/bg.jpeg);
    background-size: cover;
    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);
    position:absolute;
    top:0;
    z-index:-1;
}

.background-img-austin::after{
    content: attr(data-after);
    width:inherit;
    height:inherit;
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    -webkit-filter: grayscale(100%);  
    filter: grayscale(100%);
    position:absolute;
    top:0;
    z-index:-1;
}


.tab-container{
    padding: 20px;
}

.tab-container button{
    color: black;
    padding: 5px;
    border: none;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    background-color: #fff;
    width: 48%;
    font-size: 16px;
    font-weight: 700;
    opacity: 0.75;
}

.tab-container button:hover{
    cursor: pointer;
    opacity: 0.9;
    background-color: #86d8ce;
}

.city{
    padding: 20px;
}

.city h3{
    color: white;
    font-weight: 500;
}

.city p{
    font-size: 16px;
}

.mobile-nav-fixed{
    background-color: #000;
    z-index: 20;
    position: fixed;
    padding: 20px;
    display: none;
}

.mobile-nav-fixed img{
    width: 50%;
    height: auto;
}

.hamburger-icon{
    width: 16% !important;
    height: auto !important;
}

@media only screen and (max-width: 575px) {
    .mobile-nav-fixed img {
        width: 30%;
        height: auto;
    }

    .hamburger-icon {
        width: 8% !important;
        height: auto !important;
    }

    .mobile-nav-fixed .mobile-trigger{
        margin-top: -40px !important;
    }
    
    .map{
        display: none;
    }
}