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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  -webkit-filter: none;
  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: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: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup: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; }

html,
body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

a {
  cursor: pointer; }
  a:focus {
    text-decoration: none; }

blockquote{
    font-style: italic;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

blockquote:before{
    content: "";
    height: 100%;
    width: 8px;
    left: -26px;
    position: absolute;
    background-color: rgba(231,85,70,.4);
    display: block;
}

.linx:hover {
  color: #e75546;
  text-decoration: none; }

.linx i {
  padding-left: 0 !important;
  padding-right: 10px; }

.bg011 {
  background: url(../images/cover/services-2-bg.jpg) center/cover no-repeat; }

.bg012 {
  background: url(../images/cover/services-2-bg-012.jpg) center/cover no-repeat; }

.bg013 {
  background: url(../images/cover/services-2-bg-013.jpg) center/cover no-repeat; }

.bg014 {
  background: url(../images/cover/services-2-bg-014.jpg) center/cover no-repeat; }

.bg10 {
  background-color: #f6f7f9; }

.bg11 {
  background: url(../images/cover/bg11.jpg) center no-repeat; }

.bg12 {
  background: url(../images/cover/bg12.jpg) center no-repeat; }

.bg13 {
  background: url(../images/cover/bg13.jpg) center no-repeat; }

.bg14 {
  background: url(../images/cover/bg14.jpg) center no-repeat; }

.bg70 {
  background: url(../images/cover/blog-intro-bg.jpg) center/cover no-repeat; }
.bg77 {  background: url(../images/cover/bg77.jpg) center/cover no-repeat; }
.bg79 {  background: url(../images/cover/bg79.jpg) center/cover no-repeat; }
.bg81 {  background: url(../images/cover/bg81.jpg) center/cover no-repeat; }
.bg83 {  background: url(../images/cover/bg83.jpg) center/cover no-repeat; }
.bg0120 {  background: url(../images/cover/bg120.jpg) center/cover no-repeat; }
.bg143 {background: url(../images/cover/blog-intro-bg.jpg) center/cover no-repeat; }

.a-no-dec {
  color: #000; }
  .a-no-dec:hover {
    color: #e75546;
    text-decoration: none; }

.see {
  display: block !important; }

.btnz {
  background: #e75546;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e75546;
  display: block;
  padding: 20px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  transition: 0.2ms;
  -webkit-transition: 0.2ms;
  -moz-transition: 0.2ms; }
  .btnz:hover {
    transition: 0.2ms;
    -webkit-transition: 0.2ms;
    -moz-transition: 0.2ms;
    background: #fff;
    text-decoration: none;
    color: #e75546; }

.nofill {
  background: transparent;
  color: #e75546; }
  .nofill:hover {
    background: #e75546;
    color: #fff; }

.split {
  box-sizing: border-box;
  padding: 55px 0; }

.title-main {
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0 0 55px 0; 
    font-size: 2em;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.where-popup {
  display: none; }

.hidde-it {
  opacity: 0; }

.show-it {
  opacity: 1; }

.scroll-block {
  overflow: hidden; }

.seselect {
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }

.buh-side {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }

.main-header {
  position: relative;
  background: #fff;
  z-index: 2;
  top: 0;
  box-sizing: border-box;
  padding: 0; }
  .main-header .mob-nav {
    display: none; }
  .main-header .top {
    box-sizing: border-box;
    padding: 7px 0; }
    .main-header .top .logo {
      margin-top: 15px; }
      
.main-header .top .head-contactz {
    text-align: right; 
}

.main-header .top .head-contactz .uncall{
    border: none; 
    display: block;
}

.main-header .top .head-contactz .uncall:hover{
    color: #9aa2a5;
    cursor: default;
}

.main-header .top .head-contactz .callme{
    margin-top: -5px;
    display: block;
}

  .main-header .bottom,
  .main-header .bottom-sticky {
    background: #e75546; }
    .main-header .bottom .main-nav,
    .main-header .bottom-sticky .main-nav {
      margin: 0;
      text-align: left; }
      .main-header .bottom .main-nav ul,
      .main-header .bottom-sticky .main-nav ul {
        list-style: none;
        padding-left: 0; }
        .main-header .bottom .main-nav ul li,
        .main-header .bottom-sticky .main-nav ul li {
          display: inline;
          margin-right: 10px; }
          .main-header .bottom .main-nav ul li:hover .sub-nav,
          .main-header .bottom-sticky .main-nav ul li:hover .sub-nav {
            display: block; }
          .main-header .bottom .main-nav ul li:hover .fa,
          .main-header .bottom-sticky .main-nav ul li:hover .fa {
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
          .main-header .bottom .main-nav ul li a,
          .main-header .bottom-sticky .main-nav ul li a {
            padding: 10px;
            color: #fff;
            text-transform: none;
            font-size: 1.143em; }
            .main-header .bottom .main-nav ul li a:hover,
            .main-header .bottom-sticky .main-nav ul li a:hover {
              color: #fff;
              text-decoration: none;
              background: rgba(255, 255, 255, 0.2); }
            .main-header .bottom .main-nav ul li a i,
            .main-header .bottom-sticky .main-nav ul li a i {
              color: #fff;
              font-weight: 300;
              padding-left: 5px; }
          .main-header .bottom .main-nav ul li:last-child,
          .main-header .bottom-sticky .main-nav ul li:last-child {
            margin-right: 0; }
          .main-header .bottom .main-nav ul li .sub-nav,
          .main-header .bottom-sticky .main-nav ul li .sub-nav {
            display: none;
            background: rgba(255, 255, 255, 0.9);
            position: absolute;
            top: 135px;
            width: 300px;
            padding: 10px 0;
            line-height: 2.6em;
            border: 1px solid rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1); }
            .main-header .bottom .main-nav ul li .sub-nav span,
            .main-header .bottom-sticky .main-nav ul li .sub-nav span {
              display: none !important; }
            .main-header .bottom .main-nav ul li .sub-nav .linx,
            .main-header .bottom-sticky .main-nav ul li .sub-nav .linx {
              width: 280px; }
              .main-header .bottom .main-nav ul li .sub-nav .linx .sub-nav,
              .main-header .bottom-sticky .main-nav ul li .sub-nav .linx .sub-nav {
                top: -10px;
                left: 107%;
                margin-top: 0; }
                .main-header .bottom .main-nav ul li .sub-nav .linx .sub-nav .linx,
                .main-header .bottom-sticky .main-nav ul li .sub-nav .linx .sub-nav .linx {
                  width: 100%;
                  font-size: 1.2rem;
                  line-height: 1.7rem; }
                  .main-header .bottom .main-nav ul li .sub-nav .linx .sub-nav .linx li,
                  .main-header .bottom-sticky .main-nav ul li .sub-nav .linx .sub-nav .linx li {
                    padding: 0; }
                    .main-header .bottom .main-nav ul li .sub-nav .linx .sub-nav .linx li a,
                    .main-header .bottom-sticky .main-nav ul li .sub-nav .linx .sub-nav .linx li a {
                      color: #000; }
                      .main-header .bottom .main-nav ul li .sub-nav .linx .sub-nav .linx li a:hover,
                      .main-header .bottom-sticky .main-nav ul li .sub-nav .linx .sub-nav .linx li a:hover {
                        color: #e75546; }
              .main-header .bottom .main-nav ul li .sub-nav .linx li .hidden-form,
              .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form {
                box-sizing: border-box;
                padding: 0 6px; }
                .main-header .bottom .main-nav ul li .sub-nav .linx li .hidden-form .fa,
                .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form .fa {
                  -webkit-transform: rotate(0deg);
                  -ms-transform: rotate(0deg);
                  transform: rotate(0deg); }
                .main-header .bottom .main-nav ul li .sub-nav .linx li .hidden-form input,
                .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form input {
                  color: #000; }
                .main-header .bottom .main-nav ul li .sub-nav .linx li .hidden-form i,
                .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form i {
                  color: rgba(0, 0, 0, 0.2); }
                .main-header .bottom .main-nav ul li .sub-nav .linx li .hidden-form .contr-search,
                .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form .contr-search {
                  width: 89%; }
            .main-header .bottom .main-nav ul li .sub-nav li,
            .main-header .bottom-sticky .main-nav ul li .sub-nav li {
              display: block;
              text-align: left;
              position: relative;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .main-header .bottom .main-nav ul li .sub-nav li:hover,
              .main-header .bottom-sticky .main-nav ul li .sub-nav li:hover {
                border-bottom: 1px solid #e75546; }
                .main-header .bottom .main-nav ul li .sub-nav li:hover a,
                .main-header .bottom-sticky .main-nav ul li .sub-nav li:hover a {
                  color: #e75546; }
              .main-header .bottom .main-nav ul li .sub-nav li:last-child:hover:after,
              .main-header .bottom-sticky .main-nav ul li .sub-nav li:last-child:hover:after {
                content: " "; }
              .main-header .bottom .main-nav ul li .sub-nav li:hover > ul,
              .main-header .bottom-sticky .main-nav ul li .sub-nav li:hover > ul {
                visibility: visible;
                opacity: 1;
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s; }
              .main-header .bottom .main-nav ul li .sub-nav li a,
              .main-header .bottom-sticky .main-nav ul li .sub-nav li a {
                color: #000; }
              .main-header .bottom .main-nav ul li .sub-nav li i,
              .main-header .bottom-sticky .main-nav ul li .sub-nav li i {
                color: #fff; }
              .main-header .bottom .main-nav ul li .sub-nav li ul,
              .main-header .bottom-sticky .main-nav ul li .sub-nav li ul {
                box-sizing: border-box;
                padding: 10px 10px;
                background: #fff;
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                position: absolute;
                left: 0;
                margin-top: 25px;
                opacity: 0;
                visibility: hidden;
                border-bottom: 3px solid #e75546;
                min-width: 310px;
                width: auto; }
                .main-header .bottom .main-nav ul li .sub-nav li ul .linx,
                .main-header .bottom-sticky .main-nav ul li .sub-nav li ul .linx {
                  overflow-y: auto;
                  max-height: 400px; }
                .main-header .bottom .main-nav ul li .sub-nav li ul li,
                .main-header .bottom-sticky .main-nav ul li .sub-nav li ul li {
                  display: block;
                  float: none;
                  padding: 10px 0; }
                  .main-header .bottom .main-nav ul li .sub-nav li ul li a,
                  .main-header .bottom-sticky .main-nav ul li .sub-nav li ul li a {
                    color: #000;
                    text-transform: none;
                    display: block; }
                    .main-header .bottom .main-nav ul li .sub-nav li ul li a:hover,
                    .main-header .bottom-sticky .main-nav ul li .sub-nav li ul li a:hover {
                      color: #e75546; }
            .main-header .bottom .main-nav ul li .sub-nav ul,
            .main-header .bottom-sticky .main-nav ul li .sub-nav ul {
              margin-top: 0; }
              .main-header .bottom .main-nav ul li .sub-nav ul .container,
              .main-header .bottom-sticky .main-nav ul li .sub-nav ul .container {
                width: 100%; }
                .main-header .bottom .main-nav ul li .sub-nav ul .container .linx,
                .main-header .bottom-sticky .main-nav ul li .sub-nav ul .container .linx {
                  margin-left: 0; }
                  .main-header .bottom .main-nav ul li .sub-nav ul .container .linx li form,
                  .main-header .bottom-sticky .main-nav ul li .sub-nav ul .container .linx li form {
                    display: none; }
            .main-header .bottom .main-nav ul li .sub-nav:after,
            .main-header .bottom-sticky .main-nav ul li .sub-nav:after {
              content: "";
              position: absolute;
              display: block;
              border-top: 17px solid transparent;
              width: 100%;
              height: 0;
              top: -12px; }
  .main-header .bottom-sticky {
    position: fixed;
    width: 100%;
    top: -55px;
    background: #fff;
    border-bottom: 2px solid #f6f7f9; }
    .main-header .bottom-sticky .logo-mini {
      position: relative;
      top: 11px;
      width: 60%;
      opacity: .7; }
      .main-header .bottom-sticky .logo-mini:hover {
        opacity: 1; }
    .main-header .bottom-sticky .main-nav {
      display: inline-block; }
      .main-header .bottom-sticky .main-nav ul li {
        margin-right: 10px; }
        .main-header .bottom-sticky .main-nav ul li span.fa {
          color: #e75546; }
        .main-header .bottom-sticky .main-nav ul li a {
          color: #000;
          font-weight: 300;
          border-bottom: 2px solid transparent;
          padding-bottom: 14px; }
          .main-header .bottom-sticky .main-nav ul li a:hover {
            color: #e75546;
            border-bottom: 2px solid rgba(231, 85, 70, 0.4); }
        .main-header .bottom-sticky .main-nav ul li .sub-nav {
          top: 60px;
          width: 300px;
          position: absolute; }
          .main-header .bottom-sticky .main-nav ul li .sub-nav .linx {
            width: 280px; }
            .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .sub-nav .linx li:after {
              display: none; }
            .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form {
              box-sizing: border-box;
              padding: 0 6px; }
              .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form input {
                color: #000; }
              .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form i {
                color: rgba(0, 0, 0, 0.2);
                -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
              .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li .hidden-form .contr-search {
                width: 89%; }
            .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li:after {
              content: "";
              display: inline-block;
              position: absolute;
              width: 0;
              right: 0;
              top: 17px;
              height: 0;
              border-top: 3px solid transparent;
              border-left: 6px solid rgba(0, 0, 0, 0.2);
              border-bottom: 3px solid transparent; }
            .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li:hover:after {
              display: none; }
            .main-header .bottom-sticky .main-nav ul li .sub-nav .linx li:last-child:after {
              display: none; }
          .main-header .bottom-sticky .main-nav ul li .sub-nav li a {
            border-bottom: none; }
            .main-header .bottom-sticky .main-nav ul li .sub-nav li a:hover {
              border-bottom: none;
              color: #e75546; }
          .main-header .bottom-sticky .main-nav ul li .sub-nav li:hover {
            border-color: #e75546; }
          .main-header .bottom-sticky .main-nav ul li .sub-nav:after {
            content: "";
            display: block;
            width: 100%;
            height: 20px;
            position: absolute;
            top: -9px;
            right: 0;
            background: transparent;
            z-index: 1; }
        .main-header .bottom-sticky .main-nav ul li:hover .sub-nav {
          display: block; }
        .main-header .bottom-sticky .main-nav ul li:after {
          display: none; }
    .main-header .bottom-sticky .tools {
      list-style: none;
      display: inline-block;
      float: right;
      margin: 9px 0;
      position: relative; }
      .main-header .bottom-sticky .tools li {
        display: inline-block;
        padding: 6px 10px;
        margin: 0 5px;
        background: rgba(0, 0, 0, 0.02);
        position: relative;
        z-index: 3; }
        .main-header .bottom-sticky .tools li:hover {
          background: rgba(0, 0, 0, 0.04);
          color: #e75546;
          cursor: pointer; }
          .main-header .bottom-sticky .tools li:hover:after {
            content: "";
            display: block;
            width: 800%;
            height: 20px;
            position: absolute;
            top: 30px;
            right: 0;
            background: transparent;
            cursor: default;
            z-index: 1; }
          .main-header .bottom-sticky .tools li:hover .call-popup {
            display: block; }
    .main-header .bottom-sticky .call-popup {
      display: none;
      position: absolute;
      background: #fff;
      box-sizing: border-box;
      padding: 10px;
      right: 0;
      width: 800%;
      top: 50px;
      text-align: center;
      border: 1px solid rgba(0, 0, 0, 0.1);
      color: #000;
      cursor: default;
      -webkit-box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1); }
      .main-header .bottom-sticky .call-popup .popup-phone {
        font-size: 1.6em;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.06);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        background: rgba(0, 0, 0, 0.03);
        padding: 10px 0; }
      .main-header .bottom-sticky .call-popup:before {
        content: url(../images/icons/triangle.png);
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: -40px;
        right: 10px;
        padding-top: 30px; }
  .main-header .bottom-sticky *,
  .main-header .bottom * {
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s; }
  .main-header .movedown {
    top: 0;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s; }
  .main-header .contr-search-submit {
    background: transparent;
    border: none;
    width: 10px;
    height: 10px;
    margin-left: -5px; }
  .main-header .contr-search {
    background-color: transparent;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    width: 180px;
    padding: 0 5px; }
    .main-header .contr-search::-webkit-input-placeholder {
      color: #000; }
    .main-header .contr-search::-moz-placeholder {
      color: #000; }
    .main-header .contr-search:-moz-placeholder {
      color: #000; }
    .main-header .contr-search:-ms-input-placeholder {
      color: #000; }
    .main-header .contr-search:focus::-webkit-input-placeholder {
      color: transparent; }
    .main-header .contr-search:focus::-moz-placeholder {
      color: transparent; }
    .main-header .contr-search:focus:-moz-placeholder {
      color: transparent; }
    .main-header .contr-search:focus:-ms-input-placeholder {
      color: transparent; }
    .main-header .contr-search:focus .contr-search-submit {
      background: #000 !important; }
  .main-header .active a {
    color: #e75546; }
  .main-header .phone {
    font-size: 1.142em;
    font-weight: 600;
    margin-bottom: 10px; }
    .main-header .phone i {
      color: #e75546; }
  .main-header .callme {
    color: #9aa2a5;
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 3px;
    margin-top: -10px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s; }
    .main-header .callme:hover {
      color: #e75546;
      cursor: pointer;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s; }
      .main-header .callme:hover span {
        border-bottom: 1px dashed #e75546;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s; }
    .main-header .callme span {
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s; }
  .main-header .mob-menu {
    box-sizing: border-box;
    padding: 55px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    z-index: 2;
    top: 0;
    display: none; }
    .main-header .mob-menu ul {
      list-style: none;
      padding: 0;
      text-align: left;
      font-size: 1em; }
      .main-header .mob-menu ul li {
        padding: 15px 0; }
        .main-header .mob-menu ul li a {
          color: #000; }
          .main-header .mob-menu ul li a:hover {
            color: #e75546;
            text-decoration: none; }

#hamburger-icon {
  width: 10px;
  height: 5px;
  position: relative; }
  #hamburger-icon .line {
    display: block;
    background: #fff;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0;
      margin-top: 17px;
      margin-left: 67px; }
    #hamburger-icon .line.line-2 {
      top: 50%;
      margin-left: 67px;
      margin-top: 0px; }
    #hamburger-icon .line.line-3 {
      top: 120%;
      margin-left: 67px;
      margin-top: -26px; }
  #hamburger-icon:hover .line-1, #hamburger-icon:focus .line-1 {
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px); }
  #hamburger-icon:hover .line-3, #hamburger-icon:focus .line-3 {
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px); }
  #hamburger-icon.active .line-1 {
    -ms-transform: translateY(4.16667px) translateX(0) rotate(45deg);
    transform: translateY(4.16667px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(4.16667px) translateX(0) rotate(45deg);
    -moz-transform: translateY(4.16667px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    opacity: 0; }
  #hamburger-icon.active .line-3 {
    -ms-transform: translateY(-4.16667px) translateX(0) rotate(-45deg);
    transform: translateY(-4.16667px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(-4.16667px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-4.16667px) translateX(0) rotate(-45deg); }

.mob-service-nav {
  display: none; }

.phone-mob {
  display: none; }

.slider {
  box-sizing: border-box;
  padding: 200px 0;
  background: url(../images/cover/bg0.jpg) center 0 no-repeat; }
  .slider .visible {
    font-weight: 600;
    overflow: hidden;
    height: 55px;
    padding: 0 40px;
    position: relative;
    left: -25px; }
  .slider .supa-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    width: 64%;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 50px; }
    .slider .supa-title ul {
      margin-top: 0;
      text-align: center;
      list-style: none;
      -webkit-animation-name: change;
      -webkit-animation-duration: 30s;
      -webkit-animation-iteration-count: infinite;
      animation-name: change;
      animation-duration: 30s;
      animation-iteration-count: infinite; }
      .slider .supa-title ul li {
        line-height: 47px;
        margin: 0 0 10px 0; }
        .slider .supa-title ul li span {
          font-weight: 300; }
    .slider .supa-title span {
      background: rgba(255, 255, 255, 0.7);
      padding: 0 10px; }
      .slider .supa-title span strong {
        font-weight: 400; }
  .slider .btnz {
    margin: 0 auto;
    width: 390px; }

.partners .box {
  box-sizing: border-box;
  padding: 20px 62px;
  min-height: 333px;
  border-bottom: 3px solid #e75546;
  background: #f6f7f9; }
  .partners .box .head {
    text-transform: uppercase;
    font-weight: 300;
    color: #747474;
    font-size: 24px;
    text-align: center;
    min-height: 85px; }

.servicez {
  box-sizing: border-box;
  padding: 50px 0; }
  .servicez .title {
    font-size: 24px;
    font-weight: 300; 
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
      
  }
  .servicez .profi {
    position: relative;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px; }
    .servicez .profi .title {
      color: #747474; }
  .servicez .servicez-block {
    min-height: 160px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s; }
    .servicez .servicez-block .title {
      color: #e75546;
      margin-top: 0; }
    .servicez .servicez-block:hover {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
      cursor: pointer;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s; }
      .servicez .servicez-block:hover p {
        color: #e75546;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s; }
      .servicez .servicez-block:hover .title {
        color: #000;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        -moz-transition: 0.2s; }
        
        
/* Кейсы */
.casess{
    background-color: #eaeaea!important;
    margin-top: -55px;
}

.blog-post h1{
    padding-bottom: 30px;
}

.blog-post ul{
    list-style: none;
}

.blog-post ul li:before{
    content: "• ";
    color: #e75545;
    font-size: 1.5rem;
}

.blog-post h2{
    color: #e75545;
    padding: 30px 0 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    margin-bottom: 10px;
    
}

.blog-post table{
    width: 100%;
}

.blog-post table tr td{
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    padding: 5px 10px;
}

.blog-post .casez_icon{
    padding: 20px 0!important;
}

.blog-post .case-img{
    float: left;
    padding: 15px 25px 15px 0;
}

.blog-post .resume{
    background-color: rgba(0,0,0,.1);
    box-sizing: border-box;
    padding: 25px 20px;
    margin: 30px 0;
}

.cases-sidebar{
    background-color: rgba(0,0,0,.03);
    display: block;
    box-sizing: border-box;
    padding: 20px 25px;
    margin-bottom: 20px;
}

.cases-sidebar h3{
    padding: 0 0 15px 0;
}

.cases-sidebar .cases-sidebar_case-preview h4{
    font-weight: normal;
}

.cases-sidebar_case-preview img{
    transition: .2s;
    position: relative;
}

.cases-sidebar_case-preview:hover img{
    transition: .2s;
    transform: translateX(-10px);
    filter: brightness(.6);
}

.post-preview .cases-head{
    font-size: 17px;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px 20px;
    margin-top: -10px;
    transition: .2s;
}

.post-preview .cases-head a{
    font-size: 17px;
    color: #000;
    min-height: 71px;
    display: block;
    transition: .2s;
}

.case-preview{
    transition: .2s;
    background-color: #fff;
}

.case-preview:hover{
    transition: .2s;
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 27px 45px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 27px 45px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 27px 45px 0px rgba(0,0,0,0.2);
}

.case-preview:hover .cases-head{
    transition: .2s;
    transform: translateY(-20px);
}

.case-preview:hover a{
    transition: .2s;
    min-height: 81px;
}

.case-preview:hover img{
    transition: .2s;
}

.case-preview:hover img{
    filter: brightness(.5);
    transition: .2s;
}

.how2econ{
    border: 2px solid #e75546;
    box-sizing: border-box;
    padding: 40px 40px;
    background-color: rgba(0,0,0,.01);
}

.how2econ h2{
    padding-bottom: 20px;
    margin: 0;
    text-align: center;
}

.how2econ h2:after{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background-color: #e75546;
    margin: 20px auto;
    
}

.how2econ label{
    display: block;
}

.how2econ input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.how2econ p{
    text-align: center;
    padding-bottom: 20px;
}

.how2econ p span{
    cursor: pointer;
    border-bottom: 1px dotted rgba(0,0,0,.5);
    transition: .2s;
}

.how2econ p span:hover{
    cursor: pointer;
    border-bottom: 1px dotted #e75546;
    color: #e75546;
    transition: .2s;
}

.servicez-list {
  box-sizing: border-box;
  padding: 55px 0; }
  .servicez-list ul {
    list-style: none;
    padding-left: 0; }
    .servicez-list ul li {
      width: 25%;
      display: block;
      float: left;
      padding: 20px 15px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      min-height: 81px; }
      .servicez-list ul li:nth-child(4n+1), .servicez-list ul li:nth-child(4n+3) {
        background: rgba(0, 0, 0, 0.02); }
      .servicez-list ul li a:hover {
        color: #e75546;
        text-decoration: none; }

.services-main {
  box-sizing: border-box;
  padding: 55px 0; }
  .services-main .title-medium {
    padding-bottom: 20px;
    color: #e75546; }
  .services-main ul {
    list-style: none;
    padding-left: 0; }
    .services-main ul:before {
      content: " ";
      display: table; }
    .services-main ul:after {
      clear: both; }
    .services-main ul li {
      padding: 5px 0 5px 10px;
      display: block;
      float: left;
      border: 1px solid rgba(0, 0, 0, 0.03);
      width: 25%;
      min-height: 52px; }

.introservice {
  box-sizing: border-box;
  padding: 170px 0;
  margin-top: -56px; }
  .introservice .supa-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.5em;
    text-align: center;
    width: 64%;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 50px; }
    .introservice .supa-title span {
      background: rgba(255, 255, 255, 0.7);
      padding: 0 10px; }
      .introservice .supa-title span strong {
        font-weight: 400; }
  .introservice .btnz {
    margin: 0 auto;
    width: 390px; }

.certificatez {
  box-sizing: border-box;
  padding: 50px 0;
  background: #f6f7f9; }
  .certificatez .title-main {
    color: #747474; }
  .certificatez ul {
    list-style: none;
    margin-left: 0; }
    .certificatez ul li {
      display: inline;
      margin-right: 10%; }
      .certificatez ul li:last-child {
        margin-right: 0; }

.certz-img {
  -webkit-box-shadow: 10px 10px 0px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 10px 10px 0px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 10px 10px 0px -3px rgba(0, 0, 0, 0.12); }

.owl-prev, .owl-next {
  display: block;
  position: absolute;
  width: 28px;
  height: 50px;
  top: -115px; }

.owl-prev {
  left: 65%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }
  .owl-prev:before {
    content: "";
    display: block;
    height: 13px;
    width: 2px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -2px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.5); }
  .owl-prev:after {
    content: "";
    display: block;
    height: 13px;
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 20px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: rgba(0, 0, 0, 0.5); }
  .owl-prev:hover:before, .owl-prev:hover:after {
    background-color: #e75546;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.owl-next {
  right: 31%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s; }
  .owl-next:before {
    content: "";
    display: block;
    height: 13px;
    width: 2px;
    position: absolute;
    top: 11px;
    left: 50%;
    margin-left: -2px;
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    background-color: rgba(0, 0, 0, 0.5); }
  .owl-next:after {
    content: "";
    display: block;
    height: 13px;
    width: 2px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 21px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.5); }
  .owl-next:hover:before, .owl-next:hover:after {
    background-color: #e75546;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s; }

.lightbox {
  display: none; }

.why-we {
  box-sizing: border-box;
  padding: 50px 0;
  background: url(../images/cover/bg3.jpg) center 0 no-repeat;
  color: #fff; }
  .why-we .title-main {
    color: #fff;
    text-align: left;
    padding-bottom: 10px; }
  .why-we .title {
    font-weight: 300;
    font-size: 1.5em; 
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }
    .why-we .title .reason {
      font-size: 0.7em;
      border-radius: 50%;
      border: 1px solid #fff;
      padding: 5px 11px;
      margin-right: 20px; }

.resultz {
  box-sizing: border-box;
  padding: 50px 0;
  background: url(../images/cover/bg9.jpg) center no-repeat; }
  .resultz .title-main {
    font-weight: 400;
    color: #9aa2a5; }
  .resultz .numz {
    text-align: center;
    font-size: 3.9em;
    font-weight: 600;
    color: #e75546;
    margin: 15px 0; }
    .resultz .numz:before {
      content: "{";
      color: rgba(0, 0, 0, 0.08);
      font-size: 1.2em;
      padding-right: 15px;
      font-weight: 700; }
    .resultz .numz:after {
      content: "}";
      color: rgba(0, 0, 0, 0.08);
      font-size: 1.2em;
      padding-left: 15px;
      font-weight: 700; }
  .resultz .description {
    text-align: center;
    font-size: 1.143em;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 20px;
    font-weight: 400;
    color: #000; }

.clientz {
  box-sizing: border-box;
  padding: 50px 0;
  text-align: center; }
  .clientz ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 50px; }
    .clientz ul li {
      display: inline;
      margin-right: 20px; }
      .clientz ul li:last-child {
        margin-right: 0; }
  .clientz .title-main {
    color: #9aa2a5; }

.have-a-question {
  box-sizing: border-box;
  padding: 50px 0;
  background: #f6f7f9; }
  .have-a-question .title-main {
    color: #9aa2a5;
    padding-bottom: 10px; }
  .have-a-question p {
    text-align: center;
    width: 40%;
    display: block;
    margin: 0 auto;
    padding-bottom: 40px; }
  .have-a-question .btnz {
    width: 170px;
    padding: 10px;
    margin: 0 auto; }

footer .footer-top {
  box-sizing: border-box;
  padding: 10px 0;
  background: #657074; }
  footer .footer-top i {
    padding-right: 10px; }
  footer .footer-top ul {
    list-style: none;
    padding-left: 0; }
    
footer .footer-top ul li {
    color: #d0d3d4;
    font-size: .9em;
    font-weight: 300; 
    padding: 4px 0;
}
    
      footer .footer-top ul li a {
        color: #d0d3d4; }
        footer .footer-top ul li a:hover {
          color: #fff;
          text-decoration: none; }
  footer .footer-top h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0 0 15px 0;
    font-weight: 300; }

footer .footer-bottom {
  background: #3f484b;
  color: #d0d3d4; }

.inner-page {
  margin-top: 55px; }
  .inner-page .title-main {
    color: #e75546;
    font-weight: 300;
    font-size: 1.714em; }

.title-big {
  color: #e75546;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.714em;
  text-align: center; 
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.title-medium {
  font-size: 1.4em;
  font-weight: 300; }

.contact-block {
  box-sizing: border-box;
  padding: 80px 0;
  background: #f6f7f9;
  text-align: center;
  margin-top: 55px; }
  .contact-block ul {
    list-style: none;
    padding-left: 0; }

.map-section {
  padding-top: 80px; }
  .map-section .map {
    margin-top: 55px; }

.dept-body {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 55px 0 80px 0; }

.team {
  box-sizing: border-box;
  padding: 55px 0; }
  .team .title-big {
    padding-bottom: 55px; }
  .team .teammate {
    background: #fff;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.09);
    padding: 0 !important;
    min-height: 620px;
    margin-bottom: 30px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
    .team .teammate img {
      max-width: 100%; }
    .team .teammate .name {
      font-size: 1.142em;
      font-weight: 400;
      color: #000;
      padding: 0 20px 10px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-block;
      width: 100%;
      min-height: 55px; }
      .team .teammate .name:before {
        content: url(../images/icons/name-pic.png);
        display: inline-block;
        position: relative;
        padding-right: 10px;
        top: -2px; }
    .team .teammate .what {
      font-size: 1.142em;
      font-weight: 300;
      color: #000;
      padding: 0 20px; }
      .team .teammate .what:before {
        content: url(../images/icons/what-pic.png);
        display: inline-block;
        position: relative;
        padding-right: 10px;
        top: -2px; }
    .team .teammate .exp {
      font-size: 1.142em;
      font-weight: 300;
      color: #000;
      padding: 0 20px; }
      .team .teammate .exp:before {
        content: url(../images/icons/case-pic.png);
        display: inline-block;
        position: relative;
        padding-right: 10px;
        top: -2px; }

.clients-section {
  padding-bottom: 55px; }

.clients-section-bottom {
  box-sizing: border-box;
  padding: 55px 0;
  padding-bottom: 55px; }
  .clients-section-bottom h1 {
    padding-bottom: 55px; }

.logo-block {
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 205px !important; }
  .logo-block:hover {
    cursor: pointer; }
  .logo-block:hover .client-logo {
    -webkit-filter: grayscale(0%);
    /* Chrome, Safari, Opera */
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.2s;
    -webkit-transition: 0.2s; }

.client-logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 50%;
  min-width: 102px; }

.testimonials {
  box-sizing: border-box;
  padding: 55px 0;
  background: url(../images/cover/bg15.jpg) center/cover no-repeat; }
  .testimonials h1 {
    color: #fff;
    margin-bottom: 55px; }
  .testimonials .body {
    box-sizing: border-box;
    padding: 30px 30px;
    background: #fff url(../images/quote.jpg) 95% 95% no-repeat;
    position: relative;
    min-height: 360px; }
    .testimonials .body:after {
      content: "";
      border: 10px solid transparent;
      border-top: 10px solid #fff;
      position: absolute;
      bottom: -20px;
      left: 40px; }
  .testimonials img {
    float: left;
    margin: 20px 20px 20px 0; }
  .testimonials .description {
    color: #fff; }
    .testimonials .description strong {
      text-transform: uppercase;
      font-size: 2rem;
      display: block;
      padding-top: 40px; }

.isservice {
  background: #f6f7f9; }
  .isservice .title-big {
    text-align: left;
    padding-bottom: 20px; }
    .isservice .title-big:after {
      content: "";
      background: #e75546;
      display: block;
      width: 107px;
      height: 3px;
      margin-top: 30px; }
  .isservice h2 {
    color: #e75546;
    font-size: 1.428em;
    padding-bottom: 20px;
    font-weight: 300; }
  .isservice p {
    line-height: 1.785em;
    padding-bottom: 1.5em; }
  .isservice ul {
    list-style: none;
    padding-left: 0; }
    .isservice ul li {
      line-height: 1.785em; }
      .isservice ul li:before {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        content: "";
        display: inline-block;
        background: #e75546;
        width: 5px;
        height: 5px;
        margin: 1px 10px; }
  .isservice .in-box {
    box-sizing: border-box;
    padding: 10px 120px;
    background: #fff;
    margin: -20px 0 40px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09), 0 1px 2px rgba(0, 0, 0, 0.12);
    position: relative;
    float: left;
    width: 100%;
    z-index: 1; }
    .isservice .in-box .title-big {
      word-wrap: break-word; }
    .isservice .in-box a {
      border-bottom: 1px dotted #000; }
      .isservice .in-box a:hover {
        color: #e75546;
        text-decoration: none;
        border-bottom: 1px dotted #e75546; }
  .isservice .order-box {
    box-sizing: border-box;
    padding: 20px 0; }
    .isservice .order-box .btn {
      margin-bottom: 20px; }
      
    .isservice .tools-box{
        width: 100%;
        margin: 20px 0;
    }
    
    .isservice .tools-box .btn{
        float: none;
        margin: 0 auto;
    }

    .isservice .why-we p{line-height: 1.4; padding-bottom: 0;}

  .isservice .btn {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #e75546;
    color: #fff;
    padding: 15px 10px;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin-right: 20px;
    border: 1px solid #e75546 !important; }
    .isservice .btn:hover {
      background: #fff;
      border: 1px solid #e75546; }
  .isservice .request-a-spec {
    border-bottom: 1px dashed #6e6e6e;
    color: #6e6e6e;
    margin-left: 20px;
    margin-top: 15px;
    float: left; }
    .isservice .request-a-spec:hover {
      color: #e75546;
      text-decoration: none;
      border-bottom: 1px dashed #e75546; }

.inner-aside {
  margin-top: 141px; }

.service-nav ul li a {
  font-size: 1em;
  padding-bottom: 20px; }
  .service-nav ul li a:hover {
    color: #e75546;
    text-decoration: none; }
    .service-nav ul li a:hover:after {
      content: "";
      display: block;
      border-bottom: 1px dashed #e75546;
      padding: 5px 0;
      margin-bottom: 10px; }
  .service-nav ul li a:after {
    content: "";
    display: block;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    padding: 5px 0;
    margin-bottom: 10px; }

.service-nav ul li:before {
  content: "";
  display: none; }

.service-nav ul li.active a {
  color: #e75546; }
  .service-nav ul li.active a:after {
    content: "";
    display: block;
    border-bottom: 1px dashed #e75546;
    padding: 5px 0;
    margin-bottom: 10px; }

.breadcrumbz {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .breadcrumbz ul {
    list-style: none; }
    .breadcrumbz ul li {
      display: inline;
      font-size: .95em;
      position: relative;
      margin-right: 20px; }
      .breadcrumbz ul li:before {
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        content: "";
        display: block;
        height: 1px;
        width: 6px;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 100%;
        top: 7px;
        margin-left: 7px; }
      .breadcrumbz ul li:after {
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        content: "";
        display: block;
        height: 1px;
        width: 6px;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 100%;
        top: 11px;
        margin-left: 7px; }
      .breadcrumbz ul li:last-child:before, .breadcrumbz ul li:last-child:after {
        content: "";
        display: none; }
      .breadcrumbz ul li a {
        color: #747474;
        border: none !important; }

.share-btnz {
  position: relative;
  top: -20px;
  left: 34px; }
  .share-btnz ul li {
    margin-right: 10px !important; }
    .share-btnz ul li:before {
      content: "";
      display: none; }

.services-cat-2-intro {
  margin-top: -55px; }
  .services-cat-2-intro .info {
    box-sizing: border-box;
    padding: 85px 0 55px 0;
    margin-left: -25px;
    z-index: 2; }
    .services-cat-2-intro .info h1 {
      color: #fff;
      background: #e75546;
      position: relative;
      width: 90%;
      display: block;
      text-transform: uppercase;
      font-size: 2.969em;
      padding: 10px 30px;
      line-height: 1.2;
      margin: 0 0 100px 20px; }
      .services-cat-2-intro .info h1:before {
        content: "";
        width: 20px;
        border-bottom: 0;
        border-top: 26px solid #8a0d00;
        border-left: 21px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        top: 117px;
        left: 0px; }
      .services-cat-2-intro .info h1:after {
        content: "";
        width: 60px;
        border-bottom: 0;
        border-top: 119px solid #e75546;
        border-left: 0 solid transparent;
        border-right: 60px solid transparent;
        position: absolute;
        top: 0;
        right: -60px; }
      .services-cat-2-intro .info h1 span {
        position: absolute;
        display: block;
        background: #747474;
        font-size: 0.744em;
        font-weight: 400;
        text-transform: none;
        width: 80%;
        left: 0;
        bottom: -65px;
        padding: 5px 45px; }
        .services-cat-2-intro .info h1 span:before {
          content: "";
          width: 20px;
          border-bottom: 0;
          border-top: 25px solid #525252;
          border-left: 14px solid transparent;
          border-right: 6px solid transparent;
          position: absolute;
          top: 47px;
          left: 0px; }
        .services-cat-2-intro .info h1 span:after {
          content: "";
          width: 30px;
          border-bottom: 0;
          border-top: 48px solid #747474;
          border-left: 0px solid transparent;
          border-right: 30px solid transparent;
          position: absolute;
          top: 0;
          right: -30px; }
    .services-cat-2-intro .info p {
      font-size: 1.286em;
      margin-left: 65px; }
    .services-cat-2-intro .info .info-ponts {
      list-style: none;
      padding: 0;
      margin-left: 65px; }
      .services-cat-2-intro .info .info-ponts li {
        display: inline-block;
        font-size: 1.143em;
        width: 285px;
        padding: 15px 0;
        position: relative; }
        .services-cat-2-intro .info .info-ponts li span {
          display: block;
          position: relative;
          margin-top: -5px; }
        .services-cat-2-intro .info .info-ponts li:first-child {
          content: " ";
          counter-reset: issues 0; }
        .services-cat-2-intro .info .info-ponts li:before {
          content: "";
          background: url(../images/icons/info-pont-li-bg.png) center center no-repeat;
          display: block;
          float: left;
          position: relative;
          width: 34px;
          height: 37px;
          vertical-align: top;
          margin-right: 6px; }
        .services-cat-2-intro .info .info-ponts li:after {
          counter-increment: issues 1;
          content: " " counter(issues, decimal);
          display: block;
          font-size: .6em;
          position: absolute;
          bottom: 20px;
          left: 21px;
          color: #fff; }

.services-cat-2-services {
  box-sizing: border-box;
  padding: 55px 0;
  background: #657074 url(../images/cover/sc2s-bg.jpg) center/cover no-repeat; }
  .services-cat-2-services .title-main {
    color: #fff; }
  .services-cat-2-services .s-list {
    list-style-type: none;
    padding: 0;
    margin-top: 50px; }
    .services-cat-2-services .s-list li {
      min-height: 100px;
      text-align: center;
      margin: 25px 0; }
      .services-cat-2-services .s-list li:first-child {
        content: " ";
        counter-reset: issues 0; }
      .services-cat-2-services .s-list li:last-child {
        padding-bottom: 100px; }
        .services-cat-2-services .s-list li:last-child:before {
          top: calc(50% - 145px); }
      .services-cat-2-services .s-list li:before {
        counter-increment: issues 1;
        content: " " counter(issues, decimal-leading-zero);
        display: block;
        position: absolute;
        top: calc(50% - 125px);
        left: calc(50% - 23px);
        color: rgba(255, 255, 255, 0.2);
        font-size: 3em;
        font-weight: bold; }
      .services-cat-2-services .s-list li a {
        color: #fff; border-bottom: 1px dotted rgba(255,255,255,.5);}
        
        .services-cat-2-services .s-list li a:hover{text-decoration: none; border-bottom: 1px dotted rgba(255,255,255,.9);}
        .services-cat-2-services .s-list li a:after {
          content: "";
          border-right: 1px solid rgba(255, 255, 255, 0.1);
          height: 100px;
          display: inline-block;
          position: absolute;
          top: -59px;
          right: -5px; }

.fix13 .s-list li {
  min-height: 140px; }
  .fix13 .s-list li a:after {
    height: 155px; }
  .fix13 .s-list li:before {
    top: calc(50% - 143px); }

.services-cat-2-costcalc {
  background: #fff; }
  .services-cat-2-costcalc .block {
    position: relative;
    border: 1px solid rgba(210, 212, 214, 0.48);
    padding: 0;
    -webkit-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 27px 4px rgba(0, 0, 0, 0.06);
    margin-top: -100px;
    margin-bottom: 20px; }
    .services-cat-2-costcalc .block h3 {
      text-transform: uppercase;
      font-size: 1em;
      color: #525151;
      font-weight: 400;
      text-align: center;
      background: #e5e6e7;
      display: block;
      margin: 0;
      padding: 10px 0; }
    .services-cat-2-costcalc .block .left, .services-cat-2-costcalc .block .right {
      box-sizing: border-box;
      padding: 0 23px;
      position: relative;
      display: inline-block;
      float: left; }
    .services-cat-2-costcalc .block .left *, .services-cat-2-costcalc .block .right * {
      transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s; }
    .services-cat-2-costcalc .block .left {
      background: #fff;
      width: 55%; }
      .services-cat-2-costcalc .block .left ul {
        padding: 0;
        list-style: none; }
        .services-cat-2-costcalc .block .left ul li {
          position: relative;
          display: block;
          padding: 20px 0;
          height: 100px; }
          .services-cat-2-costcalc .block .left ul li p {
            font-size: 1em;
            color: #6b6868;
            margin: 0; }
          .services-cat-2-costcalc .block .left ul li #dox, .services-cat-2-costcalc .block .left ul li #cowork {
            width: 75%;
            position: absolute;
            top: 41px;
            left: 140px;
            text-align: left;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            border: 0;
            height: 4px;
            background: #dedede;
            outline: none;
            margin: 23px 0;
            z-index: 2; }
            .services-cat-2-costcalc .block .left ul li #dox .ui-slider-handle, .services-cat-2-costcalc .block .left ul li #cowork .ui-slider-handle {
              position: absolute;
              margin: -11px 0 0 -9px;
              border-radius: 100%;
              background: white;
              border: 0;
              height: 18px;
              width: 18px;
              outline: none;
              cursor: pointer;
              -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.17);
              -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.17);
              box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.17); }
              .services-cat-2-costcalc .block .left ul li #dox .ui-slider-handle:hover, .services-cat-2-costcalc .block .left ul li #dox .ui-slider-handle:focus, .services-cat-2-costcalc .block .left ul li #cowork .ui-slider-handle:hover, .services-cat-2-costcalc .block .left ul li #cowork .ui-slider-handle:focus {
                background: #f6f7f9; }
            .services-cat-2-costcalc .block .left ul li #dox .ui-slider-range, .services-cat-2-costcalc .block .left ul li #cowork .ui-slider-range {
              background: #e75546;
              height: 4px; }
            .services-cat-2-costcalc .block .left ul li #dox #doxVal, .services-cat-2-costcalc .block .left ul li #dox #coworkVal, .services-cat-2-costcalc .block .left ul li #cowork #doxVal, .services-cat-2-costcalc .block .left ul li #cowork #coworkVal {
              position: absolute;
              font-size: 14px;
              font-weight: bold;
              color: #b8b8b8;
              width: 74px;
              text-align: center;
              margin-top: -16px;
              right: -95px;
              background: #fff;
              border: 1px solid rgba(0, 0, 0, 0.08);
              padding: 6.5px 0; }
          .services-cat-2-costcalc .block .left ul li:first-child {
            border-bottom: 1px solid #e6e7e8; }
    .services-cat-2-costcalc .block .right {
      width: 45%;
      background: #f6f7f9;
      padding: 15px 23px; }
      .services-cat-2-costcalc .block .right input, .services-cat-2-costcalc .block .right select {
        background: #fff;
        border: 1px solid rgba(210, 212, 214, 0.45);
        width: 100%;
        position: relative;
        padding: 8.5px 28px;
        color: rgba(0, 0, 0, 0.67);
        margin: 7.5px 0; }
      .services-cat-2-costcalc .block .right select {
        padding-left: 25px; }
      .services-cat-2-costcalc .block .right .btnz {
        background: #e75546;
        color: #fff;
        border-color: #e75546; }
        .services-cat-2-costcalc .block .right .btnz:hover {
          background: #fff;
          color: #e75546; }

.servicez-custom-text{
    position: relative;
    box-sizing: border-box;
    padding: 55px 0;
}

.services-cat-2-whywe {
  box-sizing: border-box;
  padding: 55px 0;
  background: #fff url(../images/girl.jpg) center bottom no-repeat; }
  .services-cat-2-whywe .title-main {
    color: #000;
    width: 55%;
    margin: 0 auto; }
    .services-cat-2-whywe .title-main span {
      color: #e75546; }
  .services-cat-2-whywe .list-of {
    padding-top: 70px; }
    .services-cat-2-whywe .list-of .last-part,
    .services-cat-2-whywe .list-of .first-part {
      list-style: none; }
      .services-cat-2-whywe .list-of .last-part li,
      .services-cat-2-whywe .list-of .first-part li {
        padding: 10px 0; }
    .services-cat-2-whywe .list-of .first-part {
      text-align: left;
      text-align: right;
      padding-right: 100px; }
      .services-cat-2-whywe .list-of .first-part li {
        position: relative; }
        .services-cat-2-whywe .list-of .first-part li span {
          display: inline-block;
          padding-right: 20px; }
        .services-cat-2-whywe .list-of .first-part li:after {
          content: " ";
          background: url(../images/plus.png) center center no-repeat;
          width: 28px;
          height: 28px;
          display: inline-block;
          position: absolute;
          top: 17px; }
    .services-cat-2-whywe .list-of .last-part {
      text-align: left;
      padding-right: 0;
      padding-left: 80px; }
      .services-cat-2-whywe .list-of .last-part li {
        position: relative; }
        .services-cat-2-whywe .list-of .last-part li span {
          display: inline-block;
          padding-left: 50px; }
        .services-cat-2-whywe .list-of .last-part li:before {
          content: " ";
          background: url(../images/plus.png) center center no-repeat;
          width: 28px;
          height: 28px;
          display: inline-block;
          position: absolute;
          top: 17px; }

.services-cat-2-testimonials {
  box-sizing: border-box;
  padding: 55px 0;
  background: #657074 url(../images/cover/sc2t-bg.jpg) center/cover no-repeat;
  position: relative; }
  .services-cat-2-testimonials .title-main {
    color: #fff; }
  .services-cat-2-testimonials .owl-item {
    filter: grayscale(1);
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    opacity: .4; }
    .services-cat-2-testimonials .owl-item:hover {
      opacity: 1;
      filter: grayscale(0);
      -moz-filter: grayscale(0);
      -webkit-filter: grayscale(0); }
  .services-cat-2-testimonials .owl-testimonials-wrapper {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    padding: 20px 0; }
  .services-cat-2-testimonials .sc2t-testimonials .testimonial {
    padding: 50px 0; }
    .services-cat-2-testimonials .sc2t-testimonials .testimonial .description img {
      width: 18%;
      display: block;
      float: left;
      margin-right: 13px; }
    .services-cat-2-testimonials .sc2t-testimonials .testimonial .description strong {
      display: block;
      color: #fff;
      font-size: 1.4em;
      font-weight: normal;
      padding-top: 5px; }
    .services-cat-2-testimonials .sc2t-testimonials .testimonial .description span {
      color: rgba(255, 255, 255, 0.5); }
    .services-cat-2-testimonials .sc2t-testimonials .testimonial .body {
      color: #fff;
      display: inline-block;
      margin: 0 0 0 75px; }
      
.services-cat-2-testimonials .sc2t-testimonials .testimonial-doc{
    color: #fff;
}
      
.testimonial .testimonial-doc{
    display: block;
    position: absolute;
    bottom: 25px;
    color: #e75546;
    border-bottom: 1px dotted #e75546;
    color: #e75546;
    cursor: pointer;
}

.testimonial .testimonial-doc:hover{
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #000;
}

  .services-cat-2-testimonials .btnz {
    background: transparent;
    color: #fff;
    border-color: #fff;
    width: 240px;
    padding: 10px 0;
    margin: 0 auto; }
    .services-cat-2-testimonials .btnz:hover {
      background: #fff;
      color: #e75546; }

.services-cat-2-testimonials * {
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s; }

.partnerz-page .partner {
  box-sizing: border-box;
  padding: 80px 0; }
  .partnerz-page .partner .partner-caption {
    font-weight: 300;
    font-size: 1.643em; }
  .partnerz-page .partner ul {
    list-style: none;
    padding: 0; }
    .partnerz-page .partner ul li {
      margin-bottom: 5px; }
  .partnerz-page .partner .partner-specs li {
    background: url(../images/icons/bullet.png) 0 3px no-repeat;
    padding-left: 25px; }
  .partnerz-page .partner .partner-certz li {
    width: 30%;
    height: 50px;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top; }
    .partnerz-page .partner .partner-certz li img {
      display: block;
      position: absolute;
      width: 100%;
      height: auto;
      clip: rect(0, 75px, 50px, 0);
      filter: grayscale(1);
      -moz-filter: grayscale(1);
      -webkit-filter: grayscale(1); }
      .partnerz-page .partner .partner-certz li img:hover {
        filter: grayscale(0);
        -moz-filter: grayscale(0);
        -webkit-filter: grayscale(0); }
  .partnerz-page .partner:first-child {
    background: #f6f7f9; }

.partnerz-page * {
  transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s; }

.no-content {
  box-sizing: border-box;
  padding: 55px 0;
  min-height: 60vh;
  text-align: center; }
  .no-content .sad {
    color: #e75546;
    font-size: 10em; }

.partners-on-page-sec {
  box-sizing: border-box;
  padding: 55px 0; }
  .partners-on-page-sec .title-big {
    text-align: left;
    padding-bottom: 30px; }
  .partners-on-page-sec .col-sm-8 {
    box-sizing: border-box;
    padding: 55px 0; }
  .partners-on-page-sec ul {
    list-style: none;
    padding-left: 0;
    float: left;
    width: 50%; }
    .partners-on-page-sec ul li {
      background: url(../images/icons/bullet.png) 0 3px no-repeat;
      padding-left: 25px; }
.blog  .blog-title{
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
}

.blog-all{
    padding: 50px 0;
    position: relative;
    background-color: #fff;
}

.blog-sidebar h2{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.7rem;
    color: rgba(0,0,0,.6);
}

.blog-sidebar ul{
    padding: 0;
}

.blog-sidebar ul li{
    list-style: none;
    line-height: 1.4;
}

.blog-sidebar ul li a{
    padding: 10px 0;
    display: block;
    border-bottom: 1px dashed rgba(0,0,0,.2);
}

.blog-sidebar ul li a:hover{
    color: #e7594a;
    text-decoration: none;
    border-bottom: 1px dashed #e7594a;
}

.post-preview{
    margin: 100px 0;
}

.post-preview:first-child{
    margin-top: 0;
}

.post-preview .image-box {
    position: relative;
}

.post-preview .image-box .blog-category-link{
    background-color: #e7594a;
    color: #fff;
    position: absolute;
    padding: 5px 10px;
    bottom: 10px;
    left: 10px;
    border: 1px solid #e7594a;
    transition: .2s;
}

.post-preview .image-box .blog-category-link:hover{
    background-color: #fff;
    transition: .2s;
    color: #e7594a;
    text-decoration: none;
}

.post-preview h3{
    font-weight: normal;
    font-size: 3rem;
}

.post-preview h3 a{
    color: rgba(0,0,0,.6);
    transition: .2s;
}

.post-preview h3 a:hover{
    color: #e7594a;
    transition: .2s;
    text-decoration: none;
}

.post-preview .publishedon{
    font-size: 1.3rem;
    color: rgba(0,0,0,.5);
    margin-top: 13px;
    display: block;
    text-transform: uppercase;
}

.post-preview .tools{
    padding: 10px 0;
}

.post-preview .tools .btnz{
    padding: 10px 10px;
}

.mini-posts{
    padding: 50px 0;
    position: relative;
    background-color: #fff;
}

.mini-posts h3{
    font-size: 2rem;
    min-height: 56px;
}

.mini-posts p{
    text-overflow: ellipsis;
    max-height: 80px;
    overflow: hidden;
}

.mini-posts .btnz{
    width: 200px;
    padding: 10px;
    margin: 50px auto 0 auto;
}

.mini-posts .post-preview{
    margin: 0;
}

.blog-post{
    padding-bottom: 50px;
}

.blog-post img:first-child{
    padding: 50px 0;
}

.blog-post img{
    padding: 40px 0 20px 0;
}

.blog-post h1{
    font-weight: normal;
    margin: 0;
}

.blog-post .publishedon{
    font-size: 1.3rem;
    color: rgba(0,0,0,.5);
    display: block;
    text-transform: uppercase;
}

.blog-post .tools{
    padding: 40px 0 20px 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

.blog-post .share-btnz{
    top: -0;
    left: 0;
    padding: 20px 15px;
}

.blog-post .comments{
    float: right;
    color: rgba(0,0,0,.5);
}

.blog-post .comments i{
    color: rgba(0,0,0,.5);
}

.post-comments .quip{
    padding: 20px 0 20px 0;
    border: 1px solid rgba(0,0,0,.15);
    border-left: none;
    border-right: none;
}

.post-comments .quip h3{
    font-weight: normal;
    font-size: 2.8rem;
}

.post-comments .quip-fld{
    margin: 20px 0;
}

.ppz-policy{
    color: #000;
    border-bottom: 1px dotted #000;
}

.blog-post .linxx{
    border-bottom: 1px dashed rgba(0,0,0,1);
}

.ppz-policy:hover{cursor: pointer;}

#policy .ppz .title-big{
    text-align: left;
    line-height: 1.4;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#policy .ppz p{
    text-align: left;
    line-height: 1.4;
}

.blog-linx{
    color: #e75546;
    border-bottom: 1px dotted #e75546;
}

.blog-linx:hover{
    color: #000;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

/****  Тест  ****/
.quiz form fieldset{
    background: rgba(0,0,0,.02);
    border: 1px solid rgba(0,0,0,.09);
    margin: 15px 0;
    box-sizing: border-box;
    padding: 15px;
}

.quiz form fieldset label{
    display: block;
    font-size: 16px;
    padding: 5px 0;
}

.quiz form fieldset input[type="radio"]{
    margin-right: 10px;
}

.quiz .title{
    color: #e75546;
    padding-bottom: 40px;
    margin: 0;
}

.quiz .btnz{
    margin: 0 auto;
}

.quiz div{
    margin-bottom: 30px;
}

.e404{
    padding-bottom: 40px;
    padding-top: 20px;
}

.e404 .backlink{
   color: #e75546;
   border-bottom: 1px dotted #e75546;
   
}

.e404 .backlink:hover{
   color: #949292;
   border-bottom: 1px dotted #949292;
   text-decoration: none;
}

.e404 a,
.e404 a:hover{
    transition: .2s;
}

.e404 h1{
    margin: -40px 0 0 0;
    color: #949292;
    font-weight: bolder;
    font-size: 223px;
    padding: 0;
    font-family: impact;
    letter-spacing: 17px;
}

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@-webkit-keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  17%, 29% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%); }
  34%, 46% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  51%, 63% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%); }
  68%, 80% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  85%, 97% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%); } }

@keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes change {
  0%, 12%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  17%, 29% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%); }
  34%, 46% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  51%, 63% {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%); }
  68%, 80% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  85%, 97% {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%); } }

@media (max-width: 1200px) {
  .main-header .bottom .main-nav ul li .sub-nav {
    top: 120px; }
    .main-header .bottom .main-nav ul li .sub-nav .linx {
      margin-left: 0 !important; }
  .main-header .phone {
    font-size: 0.9em; }
  .main-header .callme {
    font-size: 0.59em; }
  .main-header .logo {
    margin-top: 7px !important; }
  .main-header .linx {
    margin-left: 20px !important; }
  main .slider .visible {
    height: 47px;
    width: 114%; }
    main .slider .visible ul {
      margin-top: 23px;
      padding-left: 0; }
      main .slider .visible ul li {
        line-height: 0px;
        margin: 0 0 5px -25px;
        height: 47px; }
  main .partners .box {
    min-height: 360px; }
  main .servicez .container {
    width: 100%; }
  main .certificatez {
    text-align: center; }
    main .certificatez ul {
      padding-left: 0; }
      main .certificatez ul li {
        margin-right: 8%; }
  main .why-we {
    background: url(../images/cover/bg3.jpg) center/cover no-repeat; }
  main .clientz ul {
    padding-left: 0; }
    main .clientz ul li {
      display: inline-block;
      margin-bottom: 20px; }
  main .logo-block {
    min-height: 225px !important; }
    main .logo-block p {
      -moz-hyphens: auto;
      word-wrap: break-word;
      -ms-hyphens: auto; }
  main .order-box .btn {
    width: 100%; }
  main.inner-page .partner img {
    width: 100%; }
  .isservice .order-box {
    text-align: center; }
    .isservice .order-box .request-a-spec {
      margin: 0 auto;
      float: none; }
  .isservice .share-btnz {
    left: 0;
    text-align: center; }
  .inner-page .info h1 {
    font-size: 2.2em;
    padding: 10px 46px;
    margin: 0 0 100px 3px; }
    .inner-page .info h1:before {
      top: 92px; }
    .inner-page .info h1:after {
      border-top: 93px solid #e75546; }
    .inner-page .info h1 span:before {
      top: 37px; }
    .inner-page .info h1 span:after {
      border-top: 38px solid #747474; }
  .inner-page .info p {
    margin-left: 45px; }
  .inner-page .info .info-ponts {
    margin-left: 45px; }
    .inner-page .info .info-ponts li {
      display: inline-block;
      width: 45%;
      padding: 15px 0;
      vertical-align: top; }
      .inner-page .info .info-ponts li span {
        margin-top: -37px;
        margin-left: 40px;
        padding: 15px 0; }
      .inner-page .info .info-ponts li:before {
        margin-right: 6px;
        margin-top: -17px; }
      .inner-page .info .info-ponts li:after {
        top: 19px; }
  .inner-page .services-cat-2-costcalc .block .left ul li #dox, .inner-page .services-cat-2-costcalc .block .left ul li #cowork {
    left: 177px; } }

.hideit {
  display: none !important; }

@media (max-width: 1024px) {
  .servicez .servicez-block {
    margin-left: 39px; }
  .servicez-list ul li {
    min-height: 101px; } 
    .e404 .col-md-5{
        width: 50%;
    }
}

@media (max-width: 992px) {
  .bg011 {
    background: url(../images/cover/services-2-sm-bg.jpg) center/cover no-repeat; }
  .bg012 {
    background: url(../images/cover/services-2-bg-012-sm.jpg) center/cover no-repeat; }
  .bg013 {
    background: url(../images/cover/services-2-bg-013-sm.jpg) center/cover no-repeat; }
  .bg014 {
    background: url(../images/cover/services-2-bg-014-sm.jpg) center/cover no-repeat; }
  .b24-widget-button-visible {
    display: none; }
  .main-header .top {
    display: none; }
  .main-header .bottom,
  .main-header .bottom-sticky {
    display: none; }
    
.main-header .head-contactz {
    width: 50%;
    float: right;
    right: 0;
    text-align: right; 
}   

  .main-header .phone {
    font-size: 1.142em;
    margin-top: 10px; }
  .main-header .callme {
    font-size: 0.75em; }
  .main-header .mob-nav {
    display: block;
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 42px 0px rgba(0, 0, 0, 0.1); }
    .main-header .mob-nav .hamburger-menu {
      position: absolute;
      top: 30px;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 23px;
      height: 17px;
      cursor: pointer;
      display: block; }
  .main-header .bar,
  .main-header .bar:after,
  .main-header .bar:before {
    width: 23px;
    height: 3px;
    z-index: 3; }
  .main-header .bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: #e75546;
    transition: all 0ms 300ms; }
    .main-header .bar.animate {
      background: rgba(255, 255, 255, 0); }
      .main-header .bar.animate:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
      .main-header .bar.animate:before {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .main-header .bar:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 7px;
      background: #e75546;
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .main-header .bar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 7px;
      background: #e75546;
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .main-header .nano-logo {
    margin: 0 auto;
    position: relative;
    width: 165px;
    top: 15px;
    z-index: 2; }
    .main-header .nano-logo a {
            display: flex;
            flex-direction: row;
            align-items: center;
    }
    .main-header .nano-logo a img {
      width: 23px;
      margin-top: -2px; }
    .main-header .nano-logo a span {
      color: #000;
      text-transform: uppercase;
      padding-top: 5px;
      padding-left: 10px;
      display: inline-block; }
  .main-header .mob-menu ul:first-child {
    border-top: 1px solid #e5e6e7;
    padding-top: 15px; }
    .main-header .mob-menu ul:first-child .first a {
      text-transform: uppercase;
      font-weight: bold;
      color: #9aa2a5;
      display: block;
      padding-bottom: 10px; }
      .main-header .mob-menu ul:first-child .first a:hover {
        color: #e75546; }
    .main-header .mob-menu ul:first-child .first ul li a {
      text-transform: none;
      font-weight: normal;
      color: #000;
      padding-bottom: 0; }
    .main-header .mob-menu ul:first-child .first ul:after {
      content: "Разделы сайта";
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      color: #9aa2a5;
      margin-top: 15px;
      padding: 25px 0 0px 0;
      border-top: 1px solid #e5e6e7; }
  .main-header .mob-menu ul li {
    padding: 9px 0; }
  main .slider .visible {
    width: 135%;
    left: -70px; }
    main .slider .visible ul li {
      margin-left: -80px; }
  main .partners-on-page-sec .col-sm-4 {
    display: none; }
  main .partners-on-page-sec .col-sm-8 {
    width: 100%; }
  main.inner-page .title-big {
    margin-top: 50px; }
  main.inner-page .dept-body {
    width: 90%;
    padding-top: 20px; }
  main.inner-page .partner img {
    width: 100%; }
  main.inner-page .partner br {
    display: none; }
  main.inner-page .partner h3 {
    margin: 20px 0; }
  .inner-page .info h1:before, .inner-page .info h1:after, .inner-page .info h1 span:before, .inner-page .info h1 span:after {
    display: none; }
  .inner-page .info h1 {
    text-align: center;
    margin: 140px auto; }
    .inner-page .info h1 span {
      left: auto;
      bottom: -55px; }
  .inner-page .info p, .inner-page .info .info-ponts {
    display: none; }
  .inner-page .services-cat-2-costcalc .block .left ul li #dox, .inner-page .services-cat-2-costcalc .block .left ul li #cowork {
    left: 130px; }
  .inner-page .services-cat-2-costcalc .block .left ul li:first-child p {
    margin-top: -15px; }
  .inner-page .services-cat-2-whywe .list-of ul li:after, .inner-page .services-cat-2-whywe .list-of ul li:before {
    border-radius: 50%;
    background-color: #fff; }
  .have-a-question p {
    width: 80%; }
  .services-cat-2-whywe .title-main {
    width: 80%; } }

@media (max-width: 825px) {
  .clientz ul li {
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 12px;
    margin-right: 0;
    width: 33.333%; }
  .servicez-block {
    text-align: center;
    margin-bottom: 235px !important; }
    .servicez-block .col-sm-1 {
      width: 100%; }
    .servicez-block .pull-right {
      float: none !important; }
    .servicez-block img {
      float: none !important;
      margin-left: -30px;
      position: relative; }
  .servicez-list ul li {
    width: 33.333%; } }

@media (max-width: 768px) {
  .inner-page .info {
    margin: 0; }
    .inner-page .info h1 {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
      .inner-page .info h1 span {
        bottom: auto;
        margin: 25px; }
  .inner-page .services-cat-2-testimonials .sc2t-testimonials .testimonial {
    padding-bottom: 0; }
    .inner-page .services-cat-2-testimonials .sc2t-testimonials .testimonial .description {
      text-align: center; }
      .inner-page .services-cat-2-testimonials .sc2t-testimonials .testimonial .description img {
        float: none;
        margin: 0 auto;
        position: relative;
        width: auto; }
    .inner-page .services-cat-2-testimonials .sc2t-testimonials .testimonial .body {
      text-align: center;
      margin: 0; }
  .inner-page .services-cat-2-testimonials .sc2t-testimonials .col-md-4:last-child .testimonial {
    padding-bottom: 40px; }
  .inner-page .services-cat-2-costcalc .block h3 {
    padding: 10px; }
  .inner-page .services-cat-2-costcalc .block .ppz .left, .inner-page .services-cat-2-costcalc .block .ppz .right {
    width: 100%; }
    .inner-page .services-cat-2-costcalc .block .ppz .left p, .inner-page .services-cat-2-costcalc .block .ppz .right p {
      text-align: center; }
  .inner-page .services-cat-2-costcalc .block .ppz .left #dox, .inner-page .services-cat-2-costcalc .block .ppz .left #cowork {
    left: 40%;
    width: 60%; }
  .inner-page .services-cat-2-whywe .list-of {
    padding-top: 0;
    background: rgba(255, 255, 255, 0.6); }
    .inner-page .services-cat-2-whywe .list-of .col-xs-6 {
      width: 100%; }
  .servicez-block {
    margin-left: 0 !important;
    margin-bottom: 55px !important;
    width: 50%;
    float: left; }
  .logo-block {
    width: 50%;
    float: left; }
  .teammate {
    width: 47%;
    float: left;
    margin-right: 20px;
    min-height: 560px !important; }
    .teammate:nth-child(2n) {
      margin-right: 0; }
    .teammate img {
      width: 100%;
      height: auto; }
  .contact-block .col-sm-3 {
    width: 50%;
    float: left;
    min-height: 173px; }
  .inner-aside {
    display: none;
    margin: 110px 0 -70px 0; }
    .inner-aside .service-nav {
      box-sizing: border-box;
      padding: 0 35px; }
  .mob-service-nav {
    box-sizing: border-box;
    padding: 0 35px;
    display: block;
    margin: 110px 0 -80px 0;
    z-index: 2;
    position: relative;
    width: 100%;
    border: 1px solid #747474;
    height: 40px;
    background: transparent;
    text-align: left; }
    .mob-service-nav:hover {
      background-color: #e75546;
      border-color: #e75546;
      color: #fff; }
      .mob-service-nav:hover i {
        color: #fff; }
    .mob-service-nav i {
      color: #e75546;
      padding-right: 10px; }
  footer .footer-top {
    display: none; } 
    
    .e404 h1{
        text-align: center;
        font-size: 40vw;
    }
}

::-moz-scrollbar {
  width: 8px; }

::-webkit-scrollbar {
  width: 8px;
  border-radius: 2px; }

::-webkit-scrollbar-track {
  background: #f6f7f9; }

::-webkit-scrollbar-thumb {
  background: rgba(231, 85, 70, 0.8);
  transition: .2s; }

::-webkit-scrollbar-thumb:hover {
  background: #e75546;
  transition: .2s; }

@media (max-width: 755px) {
  .slider .supa-title {
    width: 100%; }
  .slider .visible {
    left: 0 !important;
    width: 100% !important; }
    .slider .visible ul {
      margin-left: 25px; }
      .slider .visible ul li {
        margin-left: -30px !important; } }

@media (max-width: 584px) {
  .head-contactz {
    display: none; }
  .phone-mob {
    box-sizing: border-box;
    padding: 2px 8px;
    display: block;
    position: relative;
    top: -30px;
    left: -15px;
    margin-left: 20px;
    float: right;
    font-size: 1.4em;
    border: 1px solid transparent;
    background: #f6f7f9; }
    .phone-mob a {
      color: #747474; }
      .phone-mob a:hover {
        color: #e75546;
        text-decoration: none; }
  .visible {
    height: 120px !important; }
    .visible ul {
      margin-top: 0 !important;
      padding-left: 0 !important; }
      .visible ul li {
        line-height: 55px !important;
        margin: 0 0 13px -25px !important;
        height: 103px !important; }
  .resultz .numz {
    font-size: 3em; }
  .resultz .description {
    width: auto;
    font-size: 1em; }
  .servicez-block {
    margin-bottom: 0 !important;
    min-height: 320px; }
    .servicez-block .title {
      min-height: 68px; }
    .servicez-block .pull-right {
      margin: 0 0 10px 0; }
  .clientz ul {
    padding-left: 0; }
    .clientz ul li {
      margin-bottom: 0 0 40px 0;
      width: 45%; }
  .teammate {
    margin-right: 15px; }
  .introservice {
    box-sizing: border-box;
    padding: 107px 0; }
    .introservice .supa-title {
      text-transform: none;
      width: 100%; }
  .servicez-list ul li {
    width: 50%;
    min-height: 101px; }
  .have-a-question p {
    width: 100%; } }

@media (max-width: 485px) {
  .resultz .col-sm-4 {
    width: 50%; }
  .teammate {
    margin-right: 10px; } }

@media (max-width: 410px) {
  .slider {
    padding: 140px 10px; }
    .slider .supa-title {
      text-transform: none;
      font-size: 2em; }
    .slider .btnz {
      width: 100%; }
  .introservice .supa-title {
    text-transform: none;
    font-size: 2em; }
  .introservice .btnz {
    width: 100%; }
  .servicez-list ul li {
    width: 100%;
    min-height: auto; }
  .servicez .profi {
    width: 100%;
    padding: 0 20px; }
  .servicez .servicez-block {
    width: 100%; }
  .certificatez ul li {
    margin-right: 10px !important; }
  .clientz ul li img {
    width: 100%; }
  .teammate {
    width: 100%; } }

@media (max-width: 370px) {
  .partners {
    display: none; }
  .inner-page .partners {
    display: block; }
    .inner-page .partners .box {
      padding: 20px; }
  .certificatez ul li {
    margin-right: 0px !important;
    width: 50%;
    display: block;
    float: left; }
    .certificatez ul li img {
      max-width: 100%; }
  .contact-block .title-medium {
    min-height: 54px; }
  .contact-block .col-sm-3 {
    min-height: 210px; } }

@media (max-width: 330px) {
  .resultz .numz {
    font-size: 2.5em; } }
